Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!----
- © b0rn-to-be-wild-themes.tumblr.com | "Daily news"
- + Please do not redistribute this theme or remove credits
- + You are allowed to make changes as long as you keep our credits
- + If you have any questions or concerns, just contact us
- + Thanks for using our theme :) Hope you enjoy it!
- ---->
- <html>
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <!--Google fonts-->
- <link href='http://fonts.googleapis.com/css?family=Cinzel' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alex+Brush' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Clicker+Script' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Graduate' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=The+Girl+Next+Door' rel='stylesheet' type='text/css'>
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <!--DEFAULT VARIABLES-->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="image:Background" content="1"/>
- <meta name="image:Sidebar" content="1"/>
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Sidebar background" content="#fff"/>
- <meta name="color:Container background" content="#eee"/>
- <meta name="color:Post background" content="#fff"/>
- <meta name="color:Italic" content="#00d3f8"/>
- <meta name="color:Bold" content="#D96261"/>
- <meta name="color:Icon" content="#000"/>
- <meta name="color:Link" content="#E16866"/>
- <meta name="color:Link background" content="#fad9e0"/>
- <meta name="color:Info border" content="#777"/>
- <meta name="color:Text" content="#777"/>
- <meta name="color:Hover" content="#fff"/>
- <meta name="color:Borders" content="#00D3F8"/>
- <meta name="color:Description" content="#000000"/>
- <meta name="color:Title" content="#d96261"/>
- <meta name="color:Blog Title" content="#000000"/>
- <meta name="color:Ask buble" content="#D96261"/>
- <meta name="color:Scrollbar" content="#fff"/>
- <meta name="select:Title Font" content="Cinzel" title="Cinzel">
- <meta name="select:Title Font" content="Graduate" title="Graduate">
- <meta name="select:Title Font" content="Clicker Script" title="Clicker Script">
- <meta name="select:Title Font" content="The Girl Next Door" title="Exo">
- <meta name="select:Title Font" content="Alex Brush" title="Alex Brush">
- <meta name="font:Body font" content=""/>
- <meta name="if:Show Description" content="1" />
- <meta name="if:Show Stats" content="1" />
- <meta name="if:Show Navigation" content="1" />
- <meta name="if:Show Updates" content="1" />
- <meta name="if:Show Search" content="1" />
- <meta name="if:Show Captions" content="1" />
- <meta name="if:Show Tags" content="1" />
- <meta name="text:Title1" content="Title 1">
- <meta name="text:Title2" content="Title 2">
- <meta name="text:Title3" content="Title 3">
- <meta name="text:Title4" content="Title 4">
- <meta name="text:Stats" content="Stats">
- <meta name="text:Updates" content="Updates">
- <meta name="if:Show Link1" content="1" />
- <meta name="if:Show Link2" content="1" />
- <meta name="if:Show Link3" content="1" />
- <meta name="if:Show Link4" content="1" />
- <meta name="if:Show Link5" content="1" />
- <meta name="text:Link1" content="link 1"/>
- <meta name="text:Link2" content="link 2"/>
- <meta name="text:Link3" content="link 3"/>
- <meta name="text:Link4" content="link 4"/>
- <meta name="text:Link5" content="link 5"/>
- <meta name="text:Link1 url" content="link1 url"/>
- <meta name="text:Link2 url" content="link2 url"/>
- <meta name="text:Link3 url" content="link3 url"/>
- <meta name="text:Link4 url" content="link4 url"/>
- <meta name="text:Link5 url" content="link5 url"/>
- <meta name="text:Link1m" content="link 1"/>
- <meta name="text:Link2m" content="link 2"/>
- <meta name="text:Link3m" content="link 3"/>
- <meta name="text:Link4m" content="link 4"/>
- <meta name="text:Link5m" content="link 5"/>
- <meta name="text:Link1m url" content="link1 url"/>
- <meta name="text:Link2m url" content="link2 url"/>
- <meta name="text:Link3m url" content="link3 url"/>
- <meta name="text:Link4m url" content="link4 url"/>
- <meta name="text:Link5m url" content="link5 url"/>
- <style type="text/css">
- /*Body*/
- body {
- padding: 0px;
- margin: 0px;
- color:{color:Text};
- font-family:{font:Body font};
- line-height:24px;
- font-size:14px;
- background-color: {color:Background};
- background-image:url({image:Background});
- background-repeat: repeat;
- }
- h1{
- line-height: 25px;
- color:{color:Title};
- font-family:{select:Title Font};
- font-size:20px;
- font-weight: normal;
- border-bottom:1px solid {color:Info border};
- }
- a:link, a:active, a:visited{
- -webkit-transition: color 0.3s ease-out;
- -moz-transition: color 0.3s ease-out;
- text-decoration:none;
- transition: color 0.3s ease-out;
- color:{color:link};
- }
- a:hover {
- color: {color:Hover};
- }
- b, strong {color:{color:Bold};}
- i {
- color:{color:Italic};
- }
- blockquote{
- padding:0px 0px 2px 5px;
- margin:0px 0px 2px 10px;
- border-left: 1px dotted {color:Borders};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- a img{border: 0px;}
- ul, ol, li{list-style:none; margin:0px; padding:0px;}
- .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
- .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
- .notes img{
- width:15px;
- position:relative;
- top:3px;
- margin-right:5px;
- border:1px solid {color:Borders};
- border-radius:60px;
- }
- <--ses-->
- small{font-size: 90%;}
- big{font-size: 110%;}
- /* Webkit scrollbar */
- ::-webkit-scrollbar-thumb {
- background: {color:Scrollbar};
- height: auto;
- border: 2px solid {color:Borders};
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background: {color:Scrollbar};
- height: auto;
- border: 3.5px solid {color:Borders};
- }
- /*Posts and entries*/
- div#center{
- margin-top:-201px;
- position:relative;
- width:900px;
- min-height:1000px;
- border-left:3px solid black;
- border-right:3px solid black;
- border-bottom:3px solid black;
- margin-left:auto;
- margin-right:auto;
- }
- .entry {
- float:left;
- display: block;
- margin:20px;
- overflow:hidden;
- width:250px;
- padding:10px;
- color:{color:Text};
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- #posts {
- width:620px;
- margin-top:174px;
- z-index:1;
- padding-top:39px;
- padding-right:55px;
- padding-left:67px;
- margin-left:180px;
- margin-right:auto;
- position:relative;
- overflow-y: hidden;
- }
- /*Header*/
- /* Search box */
- .search{
- width:200px;
- font-family:{select:Title Font};
- height:auto;
- max-height:120px;
- overflow:auto;
- padding:5px;
- margin-top:0px;
- margin-left:-5px;
- font-size:17px;
- text-align:center;
- line-height:17px;
- }
- .search span{
- position:fixed;
- margin-left:-30px;
- margin-top:-7px;
- padding:10px;
- color:{color:Borders};
- }
- #topbar{
- margin-top:20px;
- margin-left:auto;
- margin-right:auto;
- width:900px;
- height:120px;
- z-index:10000000;
- border-top:10px solid black;
- background:url('http://i62.tinypic.com/31441ft.jpg');
- }
- #topbar a{
- position:absolute;
- margin-left:730px;
- margin-top:105px;
- }
- #topbarlinks{
- margin-left:auto;
- margin-right:auto;
- margin-top:10px;
- width:886.5px;
- height:30px;
- line-height:30px;
- border:10px double black;
- text-align:center;
- }
- #topbarlinks a{
- margin-left:10px;
- margin-right:10px;
- padding:5px;
- font-size:20px;
- }
- /*Sidebar*/
- #sidebar{
- position:absolute; !important;
- width:200px;
- height:100%;
- padding:10px;
- border-right:3px solid black;
- margin-top:27px;
- margin-left:0px;
- overflow:visible;
- z-index:100;
- }
- #blogtitle{
- position:absolute;
- margin-left:0px;
- margin-top:30px;
- text-align:center;
- font-family:{select:Title Font};
- font-size:100px;
- color:black;
- letter-spacing:2px;
- line-height:40px;
- height:40px;
- width:940px;
- z-index:1000000;
- text-shadow: 1px 0px {color:borders},
- }
- #blogtitle:hover{
- color: {color:hover};
- -webkit-transition: opacity .3s linear;
- -webkit-transition: all .3s ease-in-out;
- -moz-transition: all .3s ease-in-out;
- -o-transition: all .3s ease-in-out;
- }
- #title1{
- position:relative;
- margin-left:-15px;
- margin-top:70px;
- text-align:right;
- font-family:{select:Title Font};
- font-size:20px;
- color:white;
- letter-spacing:2px;
- line-height:35px;
- height:35px;
- width:230px;
- text-align:center;
- background:black;
- text-shadow: 1px 0px {color:borders},
- }
- .title2{
- position:relative;
- margin-left:-5px;
- margin-top:20px;
- text-align:right;
- font-family:{select:Title Font};
- font-size:20px;
- color:white;
- letter-spacing:2px;
- line-height:35px;
- height:35px;
- width:210px;
- text-align:center;
- background:black;
- text-shadow: 1px 0px {color:borders},
- }
- #title1:hover, #title2:hover{
- font-size:23px;
- color: {color:hover};
- }
- #sidebarimage {
- margin:10px -5px;
- width:200px;
- height:200px;
- z-index:1000000;
- }
- #sidebarimage img {
- width:200px;
- height:200px;
- border:4px double black;}
- #sidebarimage:hover {
- transition: all .7s ease;
- }
- #desc{
- {color:Description};
- width:200px;
- height:auto;
- max-height:160px;
- overflow:auto;
- padding:10px;
- margin-top:0px;
- margin-left:-15px;
- font-size:15px;
- line-height:18px;
- text-align:justify;
- }
- #desc:first-letter{
- color:{color:Link};
- font: 25px {select:Title Font};
- padding:5px;
- border:2px solid {color:Borders};
- outline:1px solid {color:Bold};
- margin-right: 10px; /* adjust margin right of fisrt letter in the about me section*/
- margin-bottom: 5px; /* adjust margin bottom of fisrt letter in the about me section*/
- float:left;
- }
- /* Sidebar Links*/
- #sidebarlinks{
- margin-top:10px;
- margin-left:-5px;
- width:200px;
- height:auto;
- }
- #sidebarlinks a{
- display:block;
- width:200px;
- margin-left:0px;
- font-family:{select:Title Font};
- height:20px;
- padding:2px;
- margin-top:-1px;
- font-size:17px;
- line-height:5px;
- text-align:left;
- list-style: circle;
- }
- #sidebarlinks a:hover{
- background:#01D4F7;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- /*Extra Links*/
- #linkOne{
- position:absolute;
- width:30px;
- margin-left:-5px;
- margin-top:-5px;
- opacity:0.6;
- z-index:10000;
- }
- #linkTwo{
- position:absolute;
- width:30px;
- margin-left:32px;
- margin-top:-5px;
- opacity:0.6;
- z-index:10000;
- }
- #linkThree{
- position:absolute;
- width:30px;
- margin-left:70px;
- margin-top:-5px;
- opacity:0.6;
- z-index:10000;
- }
- #linkFour{
- position:absolute;
- width:30px;
- margin-left:106px;
- margin-top:-5px;
- opacity:0.6;
- z-index:10000;
- }
- #linkOne:hover, #linkTwo:hover, #linkThree:hover, #linkFour:hover{
- opacity:1;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- -ms-transform: rotate(360deg);
- -webkit-transform: rotate(360deg);
- transform: rotate(360deg);
- }
- /*Menu links*/
- #link1m{
- position:absolute;
- width:140px;
- color:{color:Link};
- margin-left:175px;
- font-family:{select:Title Font};
- height:54px;
- padding:2px;
- margin-top:-99px;
- font-size:17px;
- line-height:54px;
- z-index:1000000;
- text-align:center;
- border-left:3px solid #D96261;
- border-right:3px solid #D96261;
- }
- #link2m{
- position:absolute;
- width:140px;
- color:{color:Link};
- margin-left:318px;
- font-family:{select:Title Font};
- height:54px;
- padding:2px;
- margin-top:-99px;
- font-size:17px;
- line-height:54px;
- opacity:0.9;
- z-index:1000000;
- text-align:center;
- border-right:3px solid #D96261;
- }
- #link3m{
- position:absolute;
- width:140px;
- color:{color:Link};
- margin-left:464px;
- font-family:{select:Title Font};
- height:54px;
- padding:2px;
- margin-top:-99px;
- font-size:17px;
- line-height:54px;
- opacity:0.9;
- z-index:1000000;
- text-align:center;
- border-right:3px solid #D96261;
- }
- #link4m{
- position:absolute;
- width:140px;
- color:{color:Link};
- margin-left:604px;
- font-family:{select:Title Font};
- height:54px;
- padding:2px;
- margin-top:-99px;
- font-size:17px;
- line-height:54px;
- opacity:0.9;
- z-index:1000000;
- text-align:center;
- border-right:3px solid #D96261;
- }
- #link5m{
- position:absolute;
- width:140px;
- color:{color:Link};
- margin-left:747px;
- font-family:{select:Title Font};
- height:54px;
- padding:2px;
- margin-top:-99px;
- font-size:17px;
- line-height:54px;
- opacity:0.9;
- z-index:1000000;
- text-align:center;
- border-right:3px solid #D96261;
- }
- #link1m:hover, #link2m:hover, #link3m:hover, #link4m:hover, #link5m:hover{
- background: #D96261;
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #stats{
- width:200px;
- font-family:{select:Title Font};
- height:auto;
- max-height:100px;
- overflow:auto;
- padding:5px;
- margin-top:0px;
- margin-left:-5px;
- font-size:13px;
- text-align:center;
- line-height:20px;
- }
- #stats a{
- padding-left:5px;
- padding-right:5px;
- border:1px solid {color:Borders};
- font-size:20px;
- line-height:30px;
- }
- #updates{
- width:200px;
- font-family:{select:Title Font};
- height:auto;
- max-height:120px;
- overflow:auto;
- padding:5px;
- margin-top:0px;
- margin-left:-5px;
- font-size:17px;
- text-align:center;
- line-height:17px;
- }
- /* Quote */
- .quote {
- font-size:27px;
- line-height:30px;
- font-family:{select:Title Font};
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- padding:10px;
- text-align:center;
- }
- .source {
- font-size:15px;
- line-height:17px;
- font-family:{select:Title Font};
- color:{color:Italic};
- height:auto;
- margin-top:15px;
- margin-bottom:5px;
- text-align:right;
- letter-spacing:1px;}
- /* Chat */
- .chat .line{
- margin:0 0 -1px;
- color: {color:Text};
- padding:2px;
- border-top:1px dotted {color:Borders};
- border-bottom:1px dotted {color:Borders};
- }
- .label {
- font-weight:bold;
- color:{color:Bold};
- font-size:16px;
- }
- /* Link*/
- #linktitle {
- width:250px;
- border:2px {color:Borders} dotted;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .linktexttitle a{
- font-family:'Verdana';
- text-transform:uppercase;
- font-size:13px;
- line-height:20px;
- text-align:center;
- background-color:transparent;
- color:{color:Italic};
- font-weight:bold;
- padding:1px 1px;
- opacity:1;
- }
- .linkdescription {
- padding:5px;
- margin:0px;
- text-align:left;}
- /*Ask Posts*/
- .bubble {
- position: relative;
- align:right;
- background: {color:Ask buble};
- margin:5px 0px 5px 66px;
- padding:5px;
- -moz-border-radius:5px;
- -webkit-border-radius:5px;
- border-radius:5px;
- }
- .bubble p {
- margin:1px 0px;
- }
- .bubble span {
- display:block;
- position:absolute;
- width:1px;
- height:1px;
- font-size: 0;
- line-height: 1px;
- margin-left:-10px;
- margin-top:0px;
- border-top:7px solid transparent;
- border-bottom:7px solid transparent;
- border-right:10px solid {color:Ask buble};}
- .askborder {
- float: left;
- margin: 1px 4px 0 0;
- padding: 2px;
- background: {color:Ask buble};}
- /*Audio*/
- .album img{
- max-width:65px;
- margin-left:5px;
- float:left;
- margin-top:0px;
- z-index:10;
- border: 5px solid {color:Borders};
- }
- .audio{
- position:absolute;
- width:185px;
- min-height:90px;
- margin-left:80px;
- float:left;
- padding:5px;
- margin-top:-5px;
- z-index:10;
- font-size:12px;
- overflow:hidden;
- }
- .play{
- position:absolute;
- margin:30px;
- max-width:25px;
- max-height:25px;
- overflow:hidden;
- opacity:0.7;
- }
- /* EXTRAS */
- .like_and_reblog_buttons {
- position:absolute;
- float:right;
- margin-left:200px;
- margin-bottom:15px;
- z-index:200000;
- border: 0px solid #e8e8e8;
- border-radius: 3px;
- {block:PermalinkPage}
- margin-left:450px;
- text-align:left;
- line-height:15px;
- {/block:PermalinkPage}
- list-style: none;
- }
- .like_and_reblog_buttons li {
- float:right;
- margin: 5px 5px;
- height: 15px;
- }
- .like_and_reblog_buttons li:first-child {
- border-right: 0px solid #e8e8e8;
- }
- .info {
- height:20px;
- float:center;
- padding-top:4px;
- margin-top:10px;
- text-align:center;
- font-size:13px;
- line-height:30px;
- letter-spacing:1px;
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- color:{color:Link};
- text-transform:lowercase;
- background:url('http://i61.tinypic.com/9jdekp.jpg');
- }
- .info i{
- color:{color:Icon};
- }
- .info a {
- font-size:13px; }
- .info a:hover {
- {color:Hover}
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s; }
- /*Pagination*/
- .jump_page {
- padding: 10px 12px;
- min-width:30px;
- min-height:30px;
- color:{color:Link};
- font-family:'Quicksand';
- font-size:10px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 10px 12px;
- margin:0px;
- min-width:30px;
- min-height:30px;
- color: {color:Hover};
- font-size:10px;
- text-decoration:none;
- }
- .border{
- margin-left:-5px;
- width:200px;
- height:14px;
- background:url('http://i58.tinypic.com/zwgqp2.jpg');
- }
- #line{
- position:absolute;
- width:3px;
- background:black;
- height:100%;
- margin-top:25px;
- margin-left:550px;
- }
- /* Credits */
- #credits {
- position:fixed;
- right:10px;
- top:40px;
- z-index:100000;
- }
- #credits img{
- border:3px solid {color:Borders};
- }
- {CustomCSS}
- </style>
- {block:IndexPage}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- <script type="text/javascript">
- $(window).load(function(){
- var $wall = $('#posts');
- $wall.imagesLoaded(function(){
- $wall.masonry({
- itemSelector: '.entry, .entry_photo',
- isAnimated : false
- });
- });
- $wall.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a',
- itemSelector : '.entry, .entry_photo',
- bufferPx : 2000,
- debug : false,
- errorCallback: function() {
- $('#infscr-loading').fadeOut('normal');
- }},
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- $newElems.imagesLoaded(function(){
- $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
- });
- }); $('#posts').show(500);
- });
- </script>
- {/block:IndexPage}
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <div id="topbar">
- <div id="blogtitle">{Title}</div>
- <script language="JavaScript" src="http://freehostedscripts.net/date.php"></script>
- </div>
- <div id="topbarlinks">
- <a href="/"><i class="fa fa-home"></i> HOME</a>
- <a href="/ask"><i class="fa fa-envelope-o"></i> MESSAGE</a>
- <a href="/submit"><i class="fa fa-pencil"></i> SUBMIT</a>
- <a href="/archive"><i class="fa fa-clock-o"></i> ARCHIVE</a>
- <a href="http://borntobewildthemes.co.vu/"><i class="fa fa-heart-o"></i> THEME</a>
- </div>
- <div id="center">
- <div id="line"></div>
- <div id="sidebar">
- <div id="sidebarimage"><img src="{image:Sidebar}"></div>
- {block:IfShowDescription}
- <div id="desc">{description}</div>
- {/block:IfShowDescription}
- {block:IfShowStats}
- <div class="title2">{text:Title2}</div>
- <div id="stats">{text:Stats}</div>
- <div class="border"></div>
- {block:IfShowStats}
- {block:IfShowNavigation}
- <div class="title2">{text:Title3}</div>
- <div id="sidebarlinks">
- {block:IfShowLink1}
- <li><a href="{text:Link1 url}">{text:Link1}</a></li>
- {/block:IfShowLink1}
- {block:IfShowLink2}
- <li><a href="{text:Link2 url}">{text:Link2}</a></li>
- {/block:IfShowLink2}
- {block:IfShowLink3}
- <li><a href="{text:Link3 url}">{text:Link3}</a></li>
- {/block:IfShowLink3}
- {block:IfShowLink4}
- <li><a href="{text:Link4 url}">{text:Link4}</a></li>
- {/block:IfShowLink4}
- {block:IfShowLink5}
- <li><a href="{text:Link5 url}">{text:Link5}</a></li>
- {/block:IfShowLink5}
- </div>
- <div class="border"></div>
- {block:IfShowNavigation}
- {block:IfShowUpdates}
- <div class="title2">{text:Title4}</div>
- <div id="updates">{text:Updates}</div>
- <div class="border"></div>
- {block:IfShowUpdates}
- {block:IfShowSearch}
- <div class="title2">Search my blog</div>
- <div class="search">
- <form action="/search" method="get">
- <input type="text" name="q" value="search..." style="width:135px; padding-left:10px; height:17px; border:1px solid {color:Borders}; background:transparent; color:{color:Link}; font-size: 12px;margin-top:4px; margin-left:0px;"/><span><i class="fa fa-search"></i></span></form>
- </div>
- <div class="border"></div>
- {/block:IfShowSearch}
- </center>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- <div class="content">
- {block:Text}
- {block:Title}
- <a href="{Permalink}"> <h1>{Title}</h1></a>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- {block:IndexPage}
- <img src="{PhotoURL-250}"
- </a>{/block:IndexPage}
- {block:PermalinkPage}
- <a href="{permalink}">
- <img src="{PhotoURL-500}"
- width="500"/></a>{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- {Photoset-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">
- "{Quote}"{block:Source}
- <div class="source">-{Source}
- </div>{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <div id="linktitle">
- <div class="linktexttitle">
- <a href="{URL}"
- class="linkpost"
- target="_blank">
- {Name} »</a></div></div>
- {block:Description}
- <div class="linkdescription">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}
- {block:Lines}<div class="chat"><div class="line {Alt}">
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">
- <span style="text-transform:uppercase;
- letter-spacing:1px">
- <b>{Label}</b>
- </span></span>
- {/block:Label}
- {Line}</div>
- </div></div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="album">{block:AlbumArt}<img src="{AlbumArtURL}">
- {block:AlbumArt}
- <div class="play">
- {AudioPlayerWhite}
- </div>
- </div>
- <div class="audio">
- {block:TrackName}<i class="fa fa-microphone"></i> {TrackName}{/block:TrackName}
- {block:Artist}<br><i class="fa fa-user"></i> {Artist}{/block:Artist}
- {block:Album}<br><i class="fa fa-music"></i> {Album}{/block:Album}
- {block:PlayCount}<br><i class="fa fa-heart"></i> {PlayCount}{/block:PlayCount}</div>
- <br><br><br><br><br>
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-250}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {/block:Video}
- {block:Answer}
- <img src="{AskerPortraitURL-48}"
- width="40px"
- align="left"
- class="askborder">
- <div class="bubble">
- <span></span>{Asker} asked:
- {Question} </div>{Answer}
- {/block:Answer}
- {block:IndexPage}
- {block:IfShowCaptions}
- {block:Caption}
- <h2>{Caption}</h2>
- {/block:Caption}
- {/block:IfShowCaptions}
- {/block:IndexPage}
- {block:IfShowTags}
- {block:HasTags}
- {block:Tags} #
- <a href="{TagURL}">
- {Tag}</a>,
- {/block:Tags}
- {/block:HasTags}
- {/block:IfShowTags}
- {block:Date}
- <div class="info">
- <a href="{Permalink}">
- <i class="fa fa-clock-o"></i>
- {TimeAgo}</a>
- {block:NoteCount}
- <i class="fa fa-heart-o"></i>
- {NoteCountWithLabel}
- {/block:NoteCount}
- <ul class="like_and_reblog_buttons">
- <li>{ReblogButton size="15"}</li>
- <li>{LikeButton size="15"}</li>
- </ul>
- </div></div><br>
- {/block:Date}
- {block:PermalinkPage}
- <div class="permalink"><br>
- <br>
- {block:PostNotes}
- {PostNotes}
- {/block:PostNotes}
- </div>
- {/block:PermalinkPage}
- </div> <!-- END CONTENT -->
- {/block:Posts}
- </div>
- <center><br>
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}"
- class="jump_page">«</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">
- {PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}"
- class="jump_page">»</a>
- {/block:NextPage}
- {/block:Pagination}
- </center>
- </body>
- <a href="www.b0rn-to-be-wild--themes.tumblr.com"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement