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" xml:lang="en" lang="en">
- <!---
- |||||||||| T R E N Z A L O U R S - T H E M E S ||||||||||
- -PLEASE DON'T REMOVE THE CREDIT- -DON'T REPOST AND CLAIM AS YOUR OWN-
- -EDIT AS MUCH AS YOU LIKE- -Don't just take the update code from theme-
- _____________________________________________________________________________
- ~You can remove the updates tab I've labeled
- where the codes begin and end for you~
- ~~~~With the Pop up ask box remember to scroll~~~~~
- to the very bottom and replace "YOUR URL" with your info!
- ~~~~~~That is also where you plug in your FAQ ~~~~~~
- _____________________________________________________________________________
- ~~~~~~~~If you want to change the icons on the tabs~~~~~~~~
- head over to http://astronautweb.co/snippet/font-awesome/site
- ~~~~~and pick the icon you want~~~~~
- Replace the entire <i class=""></i> with the one provided!
- _____________________________________________________________________________
- -Feel free to message me with any questions! Enjoy!
- wwww.trenzathemes.tumblr.com *****
- ****** wwww.trenzalours.tumblr.com
- _____________________________________________________________________________
- --->
- <head>
- <meta name="color:bg" content="#ffffff">
- <meta name="color:link" content="#3e3e3e">
- <meta name="color:info hover" content="#F2ECD5">
- <meta name="color:text" content="#3e3e3e">
- <meta name="color:title" content="#1D2120">
- <meta name="color:accent1" content="#FF3209">
- <meta name="color:accent2" content="#29B390">
- <meta name="color:scrollbar" content="#D6D5D5">
- <meta name="color:icons" content="#000000">
- <meta name="if:music" content="0">
- <meta name="if:Ask" content="1">
- <meta name="text:link1" content="">
- <meta name="text:link1 url" content="/">
- <meta name="text:link2" content="">
- <meta name="text:link2 url" content="/">
- <meta name="text:link3" content="">
- <meta name="text:link3 url" content="/">
- <meta name="text:link4" content="">
- <meta name="text:link4 url" content="/">
- <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!---FONTS--->
- <link href='http://fonts.googleapis.com/css?family=Bitter' rel='stylesheet' type='text/css'>
- <link href="//netdna.bootstrapcdn.com/font-awesome/4.0.3/css/font-awesome.css" rel="stylesheet">
- <!-- start of script tooltip -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <!---popup ask script--->
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!---end pop up script--->
- <style type="text/css">
- #icon{
- opacity:.9;
- padding:5px;
- margin-top:-8px;
- font-size:10px;
- color:{color:icons};
- z-index:9;
- -webkit-transition: all 0.8s ease-in;
- -moz-transition: all 0.8s ease-in;
- transition: color 0.8s ease-in;
- }
- #icon:hover{
- text-shadow: 1px 0 .2px {color:accent1},
- -2px 0 .2px {color:accent2};
- color:{color:title};
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: color 0.8s ease-out;
- }
- #tab1title{
- font-size:10px;
- text-align:left;
- text-transform:uppercase;
- letter-spacing:1px;
- color:{color:title2};
- margin-top:-32px;
- margin-left:20px;
- margin-bottom:5px;
- }
- #tab1{
- opacity:1;
- font-size:8px;
- color:{color:text};
- background:white;
- text-align:left;
- padding:5px;
- }
- #tab1box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- margin-top:-40px;
- right: 50%;
- overflow:hidden;
- width:20px;
- height:20px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab1box:hover{
- padding:10px;
- background:transparent;
- width:100px;
- height:120px;
- }
- #tab2{
- opacity:1;
- font-size:8px;
- color:{color:text};
- text-align:left;
- padding:5px;
- }
- #tab2box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- margin-top:-20px;
- right: 50%;
- overflow:hidden;
- width:20px;
- height:20px;
- ;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab2box:hover{
- padding:10px;
- background:transparent;
- width:120px;
- height:120px;
- }
- #tab3{
- opacity:1;
- font-size:8px;
- color:{color:text};
- text-align:left;
- padding:10px;
- }
- #tab3box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- right: 50%;
- margin-top:0px;
- overflow:hidden;
- width:20px;
- height:20px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab3box:hover{
- padding:8px;
- background:transparent;
- width:100px;
- height:163px;
- }
- #tab4{
- opacity:1;
- font-size:8px;
- color:{color:text};
- text-align:left;
- padding:5px;
- }
- #tab4box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- right: 50%;
- overflow:hidden;
- margin-top:20px;
- width:20px;
- height:20px;
- z-index:0;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab4box:hover{
- padding:10px;
- background:transparent;
- width:100px;
- height:120px;
- }
- #tab5{
- opacity:1;
- font-size:8px;
- color:{color:text};
- text-align:left;
- padding:5px;
- }
- #tab5box{ /*---DO NOT EDIT ANY OF THIS---*/
- position:absolute;
- margin-top:40px;
- right: 50%;
- overflow:hidden;
- width:20px;
- height:20px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- }
- #tab5box:hover{
- padding:10px;
- background:transparent;
- width:100px;
- height:100px;
- }
- #holder{
- font-size:10px;
- text-transform:uppercase;
- position:fixed;
- font-family:calibri;
- left:410px;
- background-color:transparent;
- letter-spacing:0px;
- z-index:9999999999999999999;
- top:125px;
- }
- /*---end updates tab css---*/
- *, body, a, a:hover {cursor: url(http://i59.tinypic.com/1z3tifb.gif), auto;}
- a {
- color:{color:link};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- a:hover {
- color:{color:info hover};
- text-shadow: 2px 0 .2px {color:accent1}, -1px 0 .2px {color:accent2};
- text-decoration:none;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- ::-webkit-scrollbar {
- background-color:{color:bg};
- height:8px;
- width:4px;
- border-radius:2px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:30px;
- border-radius:2px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar};
- height:4px!important;
- }
- /*---begin tooltips---*/
- #s-m-t-tooltip {-webkit-animation: Beeh 500ms;
- max-width:300px;
- background-color:{color:bg};
- border-left:1px solid {color:accent1};
- border-right:1px solid {color:accent2};
- font-family:calibri;
- font-size:8.5px;
- color:{color:title};
- letter-spacing:2px;
- text-transform:uppercase;
- padding:3px 4px 3px 4px;
- margin:-20px 0px 0px 0px;
- z-index:99999999999; }
- @-webkit-keyframes Beeh {
- 0% {-webkit-transform: opacity(.4);}
- 50% {-webkit-transform: opacity(1.04);}
- 70% {-webkit-transform: opacity(.9);}
- 100% {-webkit-transform: opacity(1);}}
- /*---end tooltips---*/
- body {
- background-color:{color:bg};
- font-family:Calibri;
- font-weight:normal;
- width:1230px;
- }
- h1 {
- font-weight:normal;
- font-size:10px;
- text-align:center;
- font-style:normal;
- line-height:80%;
- letter-spacing:1px;
- text-transform:uppercase;
- color:{color:text};
- }
- h2 {
- font-size:15px;
- text-align:center;
- line-height:100%;
- letter-spacing:-0.5px;
- color:{color:text};
- font-weight:normal;
- padding:5px;
- padding-bottom:2px;
- }
- blockquote {
- text-align:justify;
- border-left:1px solid #fafafa;
- padding-left:0px;
- margin-left:50px;
- width:400px;
- }
- #theme {
- background-color:{color:bg};
- width:700px;
- margin: 0 auto -12px auto;
- text-align: center;
- }
- strong{
- color:{color:title};
- font-weight:bold;
- }
- b{
- color:{color:title};
- font-weight:bold;
- }
- em{
- color:{color:accent1};
- font-style:oblique;
- }
- /*/ SIDEBAR /*/
- a {
- color:;
- text-decoration:none;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .fufu {
- width:300px;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- transition: all 0.7s ease-out;
- }
- .fufu:hover {
- -webkit-transform: translate(1em,0);
- -moz-transform: translate(1em,0);
- -o-transform: translate(1em,0);
- }
- #biter
- #bite a {display:block}
- #bite .death {
- margin-bottom:-20px;
- filter: alpha(opacity = 0);opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- #bite:hover .death {
- margin-bottom:0px;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- transition: all 0.8s ease-out;
- filter: alpha(opacity = 100);
- filter: alpha(opacity = 100);
- opacity:100;
- }
- #title{
- text-align:center;
- margin-left:10px;
- text-shadow: 3px 0 .2px {color:accent1},
- -3px 0 .2px {color:accent2};
- font-family: 'Bitter', serif;
- font-size:45px;
- letter-spacing:2px;
- text-transform:uppercase;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #title a:hover{
- color:{color:title};
- text-shadow: 4px 0 .2px {color:accent1},
- -5px 0 .2px {color:accent2};
- letter-spacing:4px;
- }
- #sidebar {
- color:{color:text};
- margin-top:30px;
- width:245px;
- margin-left:280px;
- padding:15px;
- text-align:center;
- }
- /*/ DESCRIPTION /*/
- .description {
- width:245px;
- margin-top:0px;
- margin-left:0px;
- font-family:arial;
- font-size:9px;
- line-height:12px;
- text-align:center;
- }
- /*/music player /*/
- {block:ifmusic}
- #music{
- padding-top:3px;
- margin-left:65px;
- }
- {/block:ifmusic}
- /*/ LINKS /*/
- #links {
- text-align:center;
- letter-spacing:11px;
- word-spacing:3px;
- margin-top:-10px;
- }
- #links a {
- display:inline-block;
- background:{color:link};
- height:6px;
- width:6px;
- letter-spacing:1px;
- text-transform:uppercase;
- transition-duration: 0.7s;
- -moz-transition-duration: 0.7s;
- -webkit-transition-duration: 0.7s;
- -o-transition-duration: 0.7s;
- }
- #links a:hover {
- background:{color:info hover};
- box-shadow: 2px 0 .2px {color:accent1}, -3px 0 .2px {color:accent2};
- }
- /*POP UP ASK BOX CSS*/
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: {color:info hover};
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .80;
- z-index: 9999;
- }
- {block:ifAsk}.popup_block{
- display: none;
- overflow:scroll;/*--hidden by default--*/
- background: #fff;
- padding: 20px;
- border: 1px solid {color:accent2};
- float: left;
- color:#6E6E6E;
- font-size:10px;
- position: fixed;
- top: 60%; left: 53%;
- z-index: 9999999999999999;
- /*--CSS3 Box Shadows--*/
- -webkit-box-shadow: 0px 0px 10px {color:link hover};
- -moz-box-shadow: 0px 0px 10px {color:link hover};
- box-shadow: 0px 0px 10px {color:link hover};
- /*--CSS3 Rounded Corners--*/
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border-radius: 10px;
- }{block:ifAsk}
- .popup_block strong{
- text-shadow: 3px 0 .2px {color:accent1},
- -4px 0 .2px {color:accent2};
- color:#1d2120;
- font-weight:bold;
- font-size:13px;
- padding:3px;
- text-transform:uppercase;
- }
- /*--Making IE6 Understand Fixed Positioning--*/
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- /*/ POSTS /*/
- #stuffcontainer {
- border-left:1px solid {color:accent1};
- border-right:1px solid {color:accent2};
- margin-left:150px;
- padding:25px;
- margin-top:-40px;
- text-align:center;
- background-color:{color:bg};
- color:{color:text};
- margin-bottom: 35px;
- }
- #stuff {
- padding:0px;
- background-color: #ffffff;
- width:500px;
- margin-top:90px;
- text-align:justify;
- font-size:11px;
- line-height:100%;
- letter-spacing:0x;
- color:{color:text};
- }
- /*/ NOTES /*/
- #postinfo {
- color:{color:link};
- text-align:left;
- width:490px;
- font-family:calibri;
- font-size: 10px;
- letter-spacing:px;
- font-style: normal;
- margin-top:5px;
- padding:0px;
- line-height:130%;
- }
- #postinfo a {
- text-align:center;
- letter-spacing:0px;
- font-style:normal;
- padding-right:3px;
- }
- ol.notes {
- padding:70px;
- background-color: #ffffff;
- padding:0px;
- margin:-10px 0px;
- font-family:arial;
- font-size: 9px;
- width: 500px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding: 10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- border-radius:100%;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:normal;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:9px 6px 9px 6px;
- margin:10px 0px 0px 25px;
- }
- /*/ TAGS /*/
- .tags {
- font-family:calibri;
- word-break:break-all;
- font-size:9px;
- text-align:right;
- float:right;
- letter-spacing:1px;
- }
- /*/ PAGINATION /*/
- #pagi {
- margin-top:100px;
- padding:15px;
- width:auto;
- text-align:center;
- margin-bottom:30px;
- font-family:arial;
- font-size:12px;
- letter-spacing:4px;
- text-transform:uppercase;
- font-style:italic;
- z-index:100;
- }
- /*/ ASK /*/
- .ask {
- padding:10px;
- text-align:left;
- color:{color:text};
- background-color:{color:infobg};
- border-bottom:1px solid {color:border};
- border-right:1px solid {color:border};
- }
- .ans {
- text-align:left;
- padding:10px;
- color:{color:text};
- }
- /*/ AUSIO /*/
- .audio {
- width:500px;
- padding-bottom:10px;
- background-color:{color:infobg};
- }
- .albumart {
- float:left;
- padding:0px 10px 10px 0px;
- }
- .albumart img {
- width:45px;
- height:45px;
- }
- .playercontainer {
- text-align:left;
- padding:10px;
- background-color:#ffffff;
- width:480px;
- }
- .audioinfo {
- padding:10px;
- color:{color:text};
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .label {
- text-decoration:underline;
- font-weight:700;
- background-color:{color:infobg};
- margin-right:5px;
- }
- #cred {
- bottom:3px;
- position:fixed;
- right:10px;
- float:right;
- font-size:13px;
- letter-spacing:1px;
- padding:4px;
- }
- #cred a {
- color:{color:link};
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- -moz-transition-duration:1s;
- }
- #cred a:hover {
- color:{color:info hover};
- color:transparent;
- text-shadow: 3px 0 .2px {color:accent1},
- -3px 0 .2px {color:accent2};
- }
- {CustomCSS}
- </style></head><body>
- <!---begin updates tab code--->
- <div id="holder">
- <div id="tab1box">
- <div id="icon"><p><i class="fa fa-moon-o fa-lg"></i></div>
- <div id="tab1"><div id="tab1title">updates</div>
- <b>bold</b> <em>italics</em> <strike>strike</strike><br>
- <a href="/" title="this is a hover text">link + hover</a>
- </div></div>
- <div id="tab2box">
- <div id="icon"><p><i class="fa fa-bookmark-o fa-lg"></i></div>
- <div id="tab2"><div id="tab1title"> currently</div>
- text text
- </div></div>
- <div id="tab3box">
- <div id="icon"><p><i class="fa fa-star-o fa-lg"></i></div>
- <div id="tab3"><div id="tab1title">social</div>
- text text
- </div></div>
- <div id="tab4box">
- <div id="icon"><p><i class="fa fa-sun-o fa-lg"></i></div>
- <div id="tab4"><div id="tab1title">networks</div>
- text text
- </div></div>
- <div id="tab5box">
- <div id="icon"><p><i class="fa fa-heart-o fa-lg"></i></div>
- <div id="tab5"><div id="tab1title">extra</div>
- text text
- </div></div>
- </div>
- <!---end updates tab code-->
- <div id="theme">
- <div id="sidebar">
- <div id="bite">
- <center><div id="title"><a href="/">{title}</a></div></center>
- <div id="links">
- {block:ifAsk}
- <a title= "{text:link1}" href="#?w=500" rel="02" class="poplight"></a>{block:ifAsk}
- {block:ifnotAsk}
- <a title="{text:link1}" href="{text:link1 url}"></a>
- {/block:ifnotAsk}
- <a title="{text:link2}" href="{text:link2 url}"></a>
- <a title="{text:link3}" href="{text:link3 url}"></a>
- <a title="{text:link4}" href="{text:link4 url}"></a>
- </div>
- <div class="death">
- <div align="center">
- <div class="description">{Description}
- </div>
- {block:ifmusic}<div id="music"><center>
- <!---REPLACE THE AREAS WITH DIRECT LINKS TO YOUR SONGS AND THE TITLES--->
- <embed src="http://www.sheepproductions.com/billy/billy.swf?
- autoplay=false&f0=http://k007.kiwi6.com/hotlink/99lda92h9a/Ms_Mr_-_Bones.mp3
- &t0=Bones&f1=http://DIRECTLINKTOSONG02.mp3
- &t1=SONGTITLE02&f2=http://DIRECTLINKTOSONG03.mp3
- &t2=SONGTITLE03&f3=http://DIRECTLINKTOSONG04.mp3
- &t3=SONGTITLE04&f4=http://DIRECTLINKTOSONG05.mp3
- &t4=SONGTITLE05&f5=http://DIRECTLINKTOSONG06.mp3
- &t5=SONGTITLE06&f6=http://DIRECTLINKTOSONG07.mp3
- &total=6"
- quality="high" wmode="transparent"
- width="156" height="10" name="billy" align="center"
- type="application/x-shockwave-flash" />
- </center></div>{block:ifmusic}
- </div>
- </div>
- </div>
- </div>
- <div id="stuffcontainer">
- {block:Posts}
- <div id="stuff">
- {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
- {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
- {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul>{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="ask">{Asker} asked: {Question}</div><div class="ans">{Answer}</div>{/block:answer}
- {block:Audio}<div class="audio">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
- <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
- <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
- {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
- {block:Date}
- <div id="postinfo">Posted
- <a href="{Permalink}">{TimeAgo}</a>with {block:NoteCount}<a href="{Permalink}">{NoteCountwithlabel}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}& <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
- {block:RebloggedFrom}
- <a title ="{ReblogParentName}" href="{ReblogParentURL}"></a>
- {/block:RebloggedFrom}</a>
- {block:ContentSource}
- <a title ="{SourceTitle}" href="{SourceURL}"></a>
- {/block:ContentSource}
- <br>
- {block:HasTags}{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- {/block:Date}
- </div>
- {/block:Posts}
- <div class="note">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- {/block:Posts}
- <div id="pagi">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">prev</a>
- {/block:PreviousPage}
- ―
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <div id="cred">
- <a href="http://trenzalours.tumblr.com/" title="trenzalours themes">
- <i class="fa fa-bolt"></i>
- </a></div>
- </body>
- {block:ifAsk}<div id="02" class="popup_block">
- F A Q - H E R E
- <Center><font size="5" color="#eeeeee"><p></font><iframe frameborder="0" scrolling="yes" width="100%" height="150" src="http://www.tumblr.com/ask_form/YOUR_URL.tumblr.com" style="background-color:transparent; overflow:hidden;padding:5px;" id="ask_form">{/block:ifAsk}
Advertisement
Add Comment
Please, Sign In to add comment