Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- theme credit: @themesbybrenda adaptado por rocklessly.tumblr.com -->
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".inside").hide();
- $(".label").click(function(){
- $(this).next(".inside").slideToggle('fast');
- });
- });
- </script>
- <!--Default Variables-->
- <meta name="color:Link" content=""/>
- <meta name="color:Link Hover" content=""/>
- <meta name="color:Scrollbar" content=""/>
- <meta name="color:Text" content=""/>
- <meta name="color:Title" content=""/>
- <meta name="color:Hover" content=""/>
- <meta name="color:Border" content=""/>
- <meta name="color:Post BG" content=""/>
- <meta name="color:link sidebar" content="#000" />
- <meta name="image:background" content""/>
- <meta name="image:sidebar" content=""/>
- <meta name="text:Link1" content="um" />
- <meta name="text:Link1 Title" content="um" />
- <meta name="text:Link2" content="dois" />
- <meta name="text:Link2 Title" content="dois" />
- <meta name="text:Link3" content="tres" />
- <meta name="text:Link3 Title" content="tres" />
- <meta name="text:Link4" content="quatro" />
- <meta name="text:Link4 Title" content="quatro" />
- <meta name="text:Link5" content="cinco" />
- <meta name="text:Link5 Title" content="cinco" />
- <meta name="text:Link6" content="cinco" />
- <meta name="text:Link6 Title" content="seis" />
- <meta name="text:Link7" content="cinco" />
- <meta name="text:Link7 Title" content="sete" />
- <script type="text/javascript" language="javascript" src="https://assets.tumblr.com/javascript/tumblelog.js?7"></script>
- <script type="text/javascript" src="/api/read/json?id={PostID}"></script>
- <script type="text/javascript">
- var color = "ff0000";
- var player = tumblr_api_read['posts'][0]['audio-player'].replace("color=FFFFFF", "color=" + color);
- replaceIfFlash(9, "audio_player_{PostID}", player);
- </script>
- <script language="JavaScript" src="https://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
- <style type="text/css">
- .wrapper{
- margin:auto;
- width: 717px;
- }
- #tumblr_controls{
- position:fixed !important;
- top: 3px;
- right: 3px;
- }
- iframe#tumblr_controls {
- top: 0% !important;
- right:0% !important;
- opacity:0.3;
- position: fixed !important;
- filter:alpha(opacity=30);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- iframe#tumblr_controls:hover{
- top: 0% !important;
- right:0% !important;
- opacity:0.8;
- position: fixed !important;
- filter:alpha(opacity=80);
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease;
- }
- ::-webkit-scrollbar {width: 1px; height: 4px; background:#fff; }
- ::-webkit-scrollbar-thumb { background-color: {color:Scrollbar};}
- body{
- background-color: #fff;
- background-image: url({image:Background});
- background-attachment: fixed;
- background-repeat: repeat;
- background-position: center;
- text-align:left;
- font-family: 'Monda', sans-serif;
- font-size: 10px;
- color:{color:Text};
- }
- a:link, a:active, a:visited{
- color: {color:Link};
- text-decoration:none;
- -webkit-transition: all 0.1s linear;
- -moz-transition: all 0.1s linear;
- transition: all 0.1s linear;
- }
- #posts {
- position:relative;
- margin-top: 0px;
- background-color: transparent;
- {block:IndexPage}
- margin-left:-30px;
- width:900px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width: 300px;
- margin-left:120px;
- margin-top:0px;
- {/block:PermalinkPage}
- }
- .info {
- margin-left:100px;
- margin-top:4px;
- line-height:14px;
- }
- .entry .permalink{
- position:absolute;
- width: auto;
- margin-top: 15px;
- margin-left: 15px;
- padding: 10px;
- height: auto;
- background-color: #fff;
- overflow:visible;
- text-transform:uppercase;
- font-family: 'Monda', sans-serif;
- font-size: 10px;
- line-height:13px;
- text-align:center;
- opacity:0.0;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .entry:hover .permalink{
- overflow:visible;
- opacity: 1;
- z-index: 99999999999;
- margin-bottom: 0px;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- transition: all 0.6s ease-out;
- }
- .permalinktext {
- display:block;
- padding: 2px;
- margin: 5px 5px 0px 5px;
- text-transform:uppercase;
- font-family: 'Monda', sans-serif;
- font-size: 8px;
- color: black;
- line-height: 15px;
- letter-spacing:1px;
- text-align: right;
- text-decoration: none;
- border-top:1px solid #eee;
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .permalinktext:hover{
- webkit-transition: all 0.2s linear;
- -webkit-transition: all 0.2s linear;
- -moz-transition: all 0.2s linear;
- transition: all 0.2s linear;
- }
- .entry {
- opacity: 1;
- margin:10px;
- float:left;
- background-color:transparent;
- font-family: 'Monda', sans-serif;
- font-size:10px;
- line-height:14px;
- {block:IndexPage}
- width:250px;
- {/block:IndexPage}
- {block:PermalinkPage}
- width:500px;
- {/block:PermalinkPage}
- }
- .entry img{
- {block:IndexPage}
- outline:1px dotted {color:Border};
- outline-offset:-7px;
- max-width:250px;
- opacity: 1;
- {/block:IndexPage}
- {block:PermalinkPage}
- max-width:500px;
- {/block:PermalinkPage}
- }
- div#sidebar {
- opacity: 1;
- position:fixed !important;
- background-color: transparent;
- width: 145px;
- height: auto;
- font-family: 'Monda', sans-serif;
- font-size: 10px;
- font-style: none;
- text-align: center;
- line-height:10px;
- margin-left:-225px;
- bottom:0px;
- padding:20px;
- z-index:99999999;
- }
- #sidebar img{
- background:transparent;
- opacity: 1;
- width: 140px;
- padding-bottom: 5px;
- height: auto;
- z-index:99999999;
- }
- div#side{
- opacity: 1;
- width:830px;
- position:fixed !important;
- text-align:center;
- top:0px;
- height:100%;
- margin-left:-40px;
- background-color:{color:Post BG};
- border-right: solid 1px {color:Border};
- border-left: solid 1px {color:Border};
- }
- #postnotes blockquote{
- border: 0px;}
- .links{
- display: block;
- font-size: 9px;
- text-align: center;
- margin-left: 0px;
- background-color:#fff;
- }
- .links {
- width: 25px;
- padding: 0px;
- height: 15px;
- margin-top: -20px;
- background-color: #fff;
- font-size:10px;
- font-family: 'Monda', sans-serif;
- font-style: bold;
- letter-spacing:2px;
- text-transform: uppercase;
- line-height:15px;
- text-align:center;
- color: {color:Link};
- display: inline-block;
- }
- .links:hover {
- background-color: {color:Hover};
- -webkit-transition-duration: .2s;
- border-top-right-radius:70px;
- border-bottom-right-radius:70px;
- border-top-left-radius:70px;
- border-bottom-left-radius:70px;
- }
- .title{
- font-family:georgia;
- text-transform: normal;
- letter-spacing:1px;
- font-size: 15px;
- line-height: 25px;
- color: {color:Title};
- padding: 0px 0px 0px 0px;
- }
- .info{
- margin-top:5px;
- margin-left:10px;
- font-style:italic;
- }
- askk {
- font-family: 'Mr Dafoe', cursive;
- color: {color:Title};
- text-transform: normal;
- font-size:15px;
- z-index:1;
- }
- #postnotes{
- text-align: justify;
- }
- #postnotes blockquote{
- border: 0px;}
- #infscr-loading{
- bottom: 0px;
- position: absolute;
- left: 50%;
- margin-left:-8px;
- width:16px;
- height:11px;
- overflow:hidden;
- margin-bottom: 50px;
- }
- blockquote{
- margin-top:-5px;
- margin-bottom:0px;
- margin-left:0px;
- margin-right:0px;
- padding:2px;
- padding-left:10px;
- background:{color:Blockquote};
- border-left: 1px solid {color:Border};
- }
- blockquote p, ul{
- margin:0px;
- padding:0px;
- }
- .p { padding-top: 5px; }
- .ol, ul { margin-left: 10px; padding: 5px; }
- .ul { list-style-type: square; }
- a img{border: 0px;}
- .chat .line{
- margin-top:-2px;
- padding: 4px;
- }
- .chat .line.odd{
- margin-top:-2px;
- }
- .label {font-weight:bold;}
- .cover {position: absolute; z-index: 1;margin-left:10px;}
- .audioplayer {position:absolute; overflow:hidden; background:#E4E4E4; width:70px; height:70px; top:0px; margin-left:130px; padding:10px;}
- .button { position:absolute; overflow:hidden; width:30px; height:30px; margin-top:23px; margin-left:23px;}
- .notes img{width:10px; position:left; top:3px; -webkit-border-radius: 10px;
- -moz-border-radius: 10px; border-radius: 10px;}
- #c{
- position:fixed;
- font-family:Inconsolata;
- font-size:15px;
- bottom:0;
- right:0;
- padding:8px;
- }
- #sslide {margin-left:2px; text-align:left; font-size: 9px; font-family: verdana; width:50px;height: auto; background-color:{color:post};}
- #sslide a {font-size: 10px; font-family: cambria; font-style:; color:{color:text};}
- #sslide a:hover{color:{color:hover};}
- #asa {position:fixed; margin-top:45px; margin-left:-270px;}
- #asa2 {position:fixed; margin-top:65px; margin-left:-320px;}
- #sidebarbia {width:100px; top: 100px; margin-left:-190px; height: auto; position:fixed; padding:10px; width:150px; text-align:center;}
- #basetitulo {position:relative; margin-top: 1px; width: 100px; height: 300px; margin-left:-35px; padding:5px; color:#000; font-family: verdana; font-size: 9px; letter-spacing: -1px; overflow:hidden; text-align:center; -webkit-transition: 0.9s ease-in; -moz-transition: 0.9s ease-in; transition: 0.9s ease-in;}
- #baselinks {font-size:7px; overflow:hidden; margin-top: 1px; position:relative; -moz-transition: all 1.3s ease-in-out!important; -o-transition: all 1.3s ease-in-out!important; transition: all 1.3s ease-in-out!important; -webkit-transition: all 1.3s ease-in-out!important;}
- #baselinks a{padding:2px; display:block; letter-spacing: 0px; font-size: 10px; margin-bottom: 1px; text-align: right; font-family: georgia; text-transform: lowercase; color: #999; -webkit-transition: 0.5s ease-in; -moz-transition: 0.5 s ease-in; transition: 0.5s ease-in;}
- #baselinks a:hover {opacity:0.5;}
- #descriptionbia {margin-left: 13px; font-size: 10px; padding:2px; font-family: georgia; text-align: right; color:#999; letter-spacing: 0px; text-transform: lowercase; }
- #descriptionbia a{font-size: 10px; padding:2px; font-family: georgia; text-align: right; color:#999; letter-spacing: 0px;}
- #titlebia { background-color: #; font-size: 14px; padding:5px; font-family: georgia; overflow:hidden; height: 15px; padding:3px; text-align: right; -moz-transition: all .9s ease-in-out!important; -o-transition: all .9s ease-in-out!important; transition: all .9s ease-in-out!important; -webkit-transition: all .9s ease-in-out!important; color:#999;}
- #titlebia:hover {height:250px;}
- #imagem { margin-left:0px; position:; text-align:center;-moz-border-radius: 500px; border-radius: 500px;}
- #imagem img {width:150px; height:; -webkit-transition:all 0.3s ease-out; -moz-transition:all 0.3s ease-out; transition:all 0.3s ease-out; opacity:1.0; -moz-border-radius: 500px; border-radius: 500px;}
- #barra {margin-top:-20px; margin-left:-350px; position:fixed;}
- #barra1{font-size: 9px; font-family: verdana; position: relative; margin-left: 260px; width: 10px; background-color: #f0f0f0; padding: 0px; margin-top: 0px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra2{font-size: 9px; font-family: verdana; position: relative; margin-left: 270px; width: 7px; background-color: #e7e7e7e; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra3{font-size: 9px; font-family: verdana; position: relative; margin-left: 277px; width: 5px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra4{font-size: 9px; font-family: verdana; position: relative; margin-left: 282px; width: 12px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra5{font-size: 9px; font-family: verdana; position: relative; margin-left: 294px; width: 6px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra6{font-size: 9px; font-family: verdana; position: relative; margin-left: 300px; width: 16px; background-color: #e7e7e7e; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra7{font-size: 9px; font-family: verdana; position: relative; margin-left: 246px; width: 14px; background-color: #d1d1d1; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra8{font-size: 9px; font-family: verdana; position: relative; margin-left: 241px; width: 5px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- #barra9{font-size: 9px; font-family: verdana; position: relative; margin-left: 307px; width: 10px; background-color: #f0f0f0; padding: 0px; margin-top: -1427px; background-attachment: fixed; background-image:url(''); height:1427px;}
- {CustomCSS}
- </style>
- <link href="https://fonts.googleapis.com/css?family=Mr+Dafoe" rel="stylesheet">
- <script type="text/javascript" src="https://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
- <script type="text/javascript" src="https://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>
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
- <meta name="viewport" content="width=820" />
- </head>
- <body>
- <!-- SCM Music Player https://www.scmplayer.net -->
- <script type="text/javascript" src="https://www.scmplayer.net/script.js"
- data-config="{'skin':'https://static.tumblr.com/l3gbi5c/zzbmjtwnb/branco.css','volume':50,'autoplay':true,'shuffle':true,'repeat':1,'placement':'bottom','showplaylist':false,'playlist':[{'title':'hallelujah','url':'https://www.youtube.com/watch?v=ebtqoKHyHzk'},{'title':'lorde royals','url':'https://www.youtube.com/watch?v=G-6TGjIZxek'},{'title':'JAY HORSTH Canceriana','url':'https://www.youtube.com/watch?v=OCa0tZCPL4g'},{'title':'Edward Sharpe e The Magnetic Zeros Home ','url':'https://www.youtube.com/watch?v=DHEOF_rcND8'}]}" ></script>
- <!-- SCM Music Player script end -->
- <div class="wrapper">
- <div id="c">
- </div>
- <div id="side"></div>
- <div id="sidebar">
- <img src="{image:sidebar}"></a>
- </div>
- <div id="barra">
- <div id="barra1"> </div>
- <div id="barra2"> </div>
- <div id="barra3"> </div>
- <div id="barra4"> </div>
- <div id="barra5"> </div>
- <div id="barra6"> </div>
- <div id="barra8"> </div>
- <div id="barra7"> </div>
- <div id="barra9"> </div>
- </div>
- <div id="asa"><img src="https://static.tumblr.com/ou7mfsd/eBgmfelsv/wing2_copy.png"></div>
- <div id="asa2"><img src="https://static.tumblr.com/ou7mfsd/eBgmfelsv/wing2_copy.png"></div>
- <div id="sidebarbia">
- <div id="imagem"><img src="https://31.media.tumblr.com/e2a3c1cd59e206aa050b901644de7391/tumblr_n2n1g1q8241rtk6qmo1_500.jpg"></div>
- <div id="basetitulo">
- <div id="titlebia"><i>stonehenge</i>
- <div id="descriptionbia">{Description}</div>
- <div id="baselinks"><i>{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}"> {text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}"> {text:Link3 Title}</a>{/block:ifLink3}
- {block:ifLink4}<a href="{text:Link4}"> {text:Link4 Title}</a>{/block:ifLink4}
- {block:ifLink5}<a href="{text:Link5}"> {text:Link5 Title}</a>{/block:ifLink5}
- {block:ifLink6}<a href="{text:Link6}"> {text:Link6 Title}</a>{/block:ifLink6}
- {block:ifLink7}<a href="{text:Link7}"> {text:Link7 Title}</a>{/block:ifLink7}
- </div></div>
- </div>
- </div>
- <div id="posts">
- {block:Posts}
- <div class="entry">
- {block:IndexPage}
- {/block:IndexPage}
- {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> | <a href="{permalink}">{NoteCount}</a></div>
- {/block:Text}
- {block:Link}<br><a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext"> <a href="{ReblogURL}">>Reblog</a> | <a href="{permalink}">{NoteCount}</a></div>{block:Link}
- {block:Photo}
- {block:IndexPage}
- <div class="permalink"><body link="{color:Text}">
- <a href="{reblogurl}"><FONT COLOR="{color:Text}"> ↺ </FONT></a>
- <FONT COLOR="{color:Border}"> | </FONT>
- <a href="{permalink}"><FONT COLOR="{color:Text}">{notecount}</FONT></a></span></div>
- {/block:IndexPage}
- {block:IndexPage}{LinkOpenTag}
- <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="250"/></a></div>{LinkCloseTag}
- {/block:IndexPage}
- {block:PermalinkPage}<center>{LinkOpenTag}
- <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
- {LinkCloseTag}
- {/block:PermalinkPage}</center>
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="post">
- <div class="permalink">
- <a href="{ReblogURL}" target="_blank">
- <FONT COLOR="{color:Text}"> ↺ </FONT></a>
- <FONT COLOR="{color:Border}"> | </FONT>
- <a href="{Permalink}">
- <a href="{permalink}">
- <FONT COLOR="{color:Text}">{notecount}</FONT></a></div>
- {Photoset}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- </div>
- {/block:Photoset}
- {LinkCloseTag}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Quote}<span class="title"><i>
- "{Quote}"</i></span><br> {block:Source}<div style="text-align:right; font-weight:bold;"> — {Source} </div>{/block:Source}<div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>{/block:Quote}
- {block:Chat}
- {block:Title}<span class="title">{Title}</span>{/block:Title}
- <div class="chat">
- <ul>
- {block:Lines}<li class="{Alt}">{block:Label} {Label} {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- </div>
- <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audioplayer">
- <div class="button">
- {AudioPlayerGrey}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:Albumart}
- <div class="albumart">
- <img src="{albumarturl}" width="90">
- </div>
- {/block:Albumart}
- {block:ifCaptions}
- {block:Caption}{Caption}{/block:Caption}
- {/block:ifCaptions}
- {block:ifNotCaptions}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- {/block:PermalinkPage}
- {/block:ifNotCaptions}
- {/block:Audio}
- {block:Answer}
- <div style=" border: 1px solid {color:Border}; margin:0px; min-height:40px; padding: 5px; background:#fff;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:5px; padding:5px; border-radius: 100px;"/>
- <askk>{Asker}</askk>: {Question}<br></div>
- <div style="font-family:calibri; font-style: italic; font-size:11px;">
- {Answer}
- </div>
- {/block:Answer}
- {block:Video}
- {block:IndexPage}
- <center>
- {Video-250}</center>
- <div class="permalinktext"> <a href="{ReblogURL}">Reblog</a> with <a href="{permalink}">{NoteCountwithlabel}</a></div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <center>
- {Video-500}</center>
- {/block:PermalinkPage}
- {block:Video}
- {block:PermalinkPage}
- <center>
- {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
- {block:RebloggedFrom}
- posted on {DayOfWeek}, {Month} {DayOfMonth}, {Year} with {notecountwithlabel}<br>
- posted by: <a href="{ReblogRootURL}">{ReblogRootName}</a> <br> reblogged from: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
- {block:ContentSource}
- <a href="{SourceURL}">
- {lang:Source}:
- {block:SourceLogo}
- <img src="{BlackLogoURL}" width="{LogoWidth}"
- height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}
- {SourceLink}
- {/block:NoSourceLogo}
- </a>
- {/block:ContentSource}</center>
- {block:NoteCount} <div style="text-align: center; margin: 10px;"></div>{/block:NoteCount}
- </center>
- {/block:PermalinkPage}
- {block:PostNotes}<div align="middle"></div>
- <center></center></span><br>
- <div id="postnotes">{PostNotes}</div><br>
- <center>
- {/block:PostNotes}
- </div>
- {/block:Posts}
- </div></div>
- {block:IndexPage}
- {block:Pagination}
- <div id="pagination">
- {block:NextPage}
- <a id="nextPage" href="{NextPage}"></a>
- {/block:NextPage}
- {block:PreviousPage}
- <a href="{PreviousPage}"></a>
- {/block:PreviousPage}
- </div>
- {/block:Pagination}
- {/block:IndexPage}
- <div style="position:fixed; bottom:-4px; margin-left:1208px; z-index:9; background-color:{color:Post BG};">
- <a href="https://themesbybrenda.tumblr.com/"><a href="https://themesbybrenda.tumblr.com/"><img src="https://66.media.tumblr.com/84630dba13722ef8db13f60a6fbc35b9/tumblr_inline_plsuxeEGt71qbugcf_500.png" width="150"></a> </div>
- <div style="position:fixed; bottom:10px; right:50px;">
- <a href="https://themesbybrenda.tumblr.com/"><a href="https://themesbybrenda.tumblr.com/"><img src="https://66.media.tumblr.com/9373059878fa663dd601f670536843ca/tumblr_inline_plcbcktWcX1qbugcf_500.png" width="50"></a> </div>
Add Comment
Please, Sign In to add comment