Advertisement
worenow

feminino

Sep 26th, 2014
256
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.16 KB | None | 0 0
  1. <!-- base por: suffixyou
  2. adaptado por: maliciadinha ♥
  3. -->
  4.  
  5. <!---base feita por:MECTUB--->
  6.  
  7.  
  8. <html>
  9.  
  10. <!--DEFAULT -->
  11. <meta name="color:background" content="#ffffff" />
  12. <meta name="color:link" content="#000000" />
  13. <meta name="color:text" content="#000000" />
  14. <meta name="color:post" content="#ffffff" />
  15. <meta name="color:scrollbar" content="#000" />
  16. <meta name="color:scrollbar bg" content="#fff" />
  17. <meta name="color:lhover" content="#ff0090" />
  18. <meta name="color:bgfrasesid" content="#A020F0" />
  19.  
  20. <meta name="image:sidebar" content="" />
  21. <meta name="text:frase" content="ela é nitroglicerina, tatuada e linda " />
  22. <meta name="text:frase2" content="Linda, louca e mimada" />
  23. <meta name="text:fraselinks" content="Desde o colégio, eleita a melhor" />
  24. <meta name="text:Link1" content="/" />
  25. <meta name="text:Link1 Title" content="toback" />
  26. <meta name="text:Link2" content="/" />
  27. <meta name="text:Link2 Title" content="calling" />
  28. <meta name="text:Link3" content="/" />
  29. <meta name="text:Link3 Title" content="precious" />
  30. <meta name="text:Link4" content="/" />
  31. <meta name="text:Link4 Title" content="diamonds " />
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39. <link rel="shortcut icon" href="{Favicon}">
  40. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  41. <meta name="viewport" content="width=820" />
  42.  
  43. <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro|{select:Font}' rel='stylesheet' type='text/css'>
  44.  
  45. <script type="text/javascript"
  46. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  47. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  48. <script>
  49. (function($){
  50. $(document).ready(function(){
  51. $("[title]").style_my_tooltips();
  52. });
  53. })(jQuery);
  54. </script>
  55.  
  56. {block:IndexPage}
  57.  
  58. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  59.  
  60. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  61.  
  62. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  63.  
  64. <script type="text/javascript">
  65. $(window).load(function(){
  66. var $wall = $('#content');
  67. $wall.imagesLoaded(function(){
  68. $wall.masonry({
  69. itemSelector: '.entry',
  70. isAnimated : true
  71. });
  72. });
  73. $wall.infinitescroll({
  74. navSelector : "div#navigation",
  75. nextSelector : "div#navigation a#nextPage",
  76. itemSelector : '.entry',
  77. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  78. loadingText : " ",
  79. donetext : " ",
  80. extraScrollPx : 9000,
  81. bufferPx : 10000,
  82. debug : false,
  83. errorCallback: function() {
  84. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  85. }},
  86. function( newElements ) {
  87. var $newElems = $( newElements );
  88. $newElems.hide();
  89. $newElems.imagesLoaded(function(){
  90. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 750, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  91. });
  92. }); $('#content').show(500);
  93. });
  94. </script>
  95.  
  96. {/block:IndexPage}{block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  97. <title>{block:SearchPage}Search results for "{SearchQuery}" - {/block:SearchPage}{block:PostSummary}{PostSummary} - {/block:PostSummary}{Title}</title><link href='http://fonts.googleapis.com/css?family=Ubuntu+Mono|Waiting+for+the+Sunrise|Josefin+Slab|Inconsolata' rel='stylesheet' type='text/css'>
  98.  
  99. <style type="text/css">
  100.  
  101.  
  102. {block:Iffollowbranco}
  103.  
  104. {/block:Iffollowbranco}
  105.  
  106. iframe#tumblr_controls{top: 1px !important;margin: 0 0 0 0;right: 6px !important;position: fixed !important;}
  107.  
  108.  
  109. body {background-image: url('{image:background}');
  110. background-attachment:fixed;
  111. background-color:{color:background};
  112. {block:IfBackgroundTelacheia}background-repeat: no-repeat;
  113. background-position: center;
  114. background-attachment: fixed;
  115. -webkit-background-size: cover;
  116. -o-background-size: cover;{/block:IfBackgroundTelacheia}
  117.  
  118. /*-- Font Theme --*/
  119. font-family: calibri;
  120. font-size: 12px;
  121. line-height:15px;
  122. /*-- Font Theme --*/
  123. text-align:left;
  124. color:{color:text};}
  125.  
  126. a:link, a:active,
  127. a:visited{color:{color:link};
  128. text-decoration: none;}
  129. a:hover{color:#777;}
  130.  
  131.  
  132. ::-webkit-scrollbar-thumb{
  133. background-color: {color:Scroll};
  134. border: 3px solid {color:background};
  135. height:auto;
  136. -moz-border-radius: 0px;
  137. border-radius: 0px;
  138. }
  139.  
  140. ::-webkit-scrollbar {
  141. height:auto;
  142. width:9px;
  143. background-color: {color:Scroll};
  144. border: 5px solid {color:background};
  145. }
  146.  
  147. div#content{
  148. margin-left:430px;
  149. {block:IfSideReverse}margin-left:300px;{/block:IfSideReverse}
  150. width:650px;min-height:100%
  151. }
  152.  
  153. .pquote {text-indent:px;
  154. font-size:13px;
  155. text-align:justify;
  156. font-family:calibri;
  157.  
  158. }
  159.  
  160. .quotesource{text-indent:0px;color:#000;;
  161. text-align:right; border-top:2px solid #eee; font-family:cambria;text-transform:uppercase;font-size:9px;}
  162.  
  163.  
  164.  
  165. .post_title{
  166. font-size:{text:TamanhoFont};
  167. color:{color:link};}
  168.  
  169.  
  170. .entry {
  171. position:relative;
  172. width:250px;
  173. float:left;
  174. /* Margin das postagens */
  175. padding:10px;
  176. /* Margin das postagens */
  177. {block:PermalinkPage}width:500px;{/block:PermalinkPage}; margin-top:10px;}
  178.  
  179.  
  180. .entry img{max-width:250px;min-width:250px;
  181. {block:PermalinkPage}max-width:500px;{/block:PermalinkPage};}
  182.  
  183. #postnotes {text-align:left; z-index:11; padding:0px; -webkit-transition: all 0.2s ease-out; -moz-transition: all .4s ease-out; width:500px;}
  184.  
  185.  
  186. .per {
  187. position:relative;
  188. text-align:justify;
  189. padding-bottom:px; margin:0;
  190. clear:both;
  191. color:{color:text}; font:10px calibri; background:#eee;height:auto;}
  192.  
  193.  
  194. .fe {
  195. display:block;
  196. position:absolute;
  197. bottom:-15px;
  198. left:15px;
  199. width:0;
  200. border-width:15px 15px 0;
  201. border-style:solid;
  202. border-color: transparent;}
  203.  
  204. .text {text-align:left; margin-top:3px;font:10px calibri;}
  205.  
  206. blockquote{
  207. padding:0px 0px 0px 5px;
  208. margin:0px 0px 2px 1px;
  209. border-left: 1px solid {color:Text};}
  210.  
  211. .perms {
  212. font-size:10px;
  213. text-align:right;
  214. bottom:-5px;
  215. width:250px;
  216. position: absolute;
  217. margin-top:0px;margin-left:0px;
  218. line-height:12px;
  219. font-family:calibri;
  220. text-transform: lowercase;
  221. display:block;z-index:9999; opacity:0; -webkit-transition: all .5s ease-out; -moz-transition: all .2s ease-out;}
  222.  
  223. .perms a{margin-left:4px;}
  224. .entry:hover .perms {
  225. opacity:1;
  226. z-index:999999; -webkit-transition: all .2s ease-out; -moz-transition: all .5s ease-out;
  227. }
  228.  
  229.  
  230. .perms a:hover{text-decoration:;}
  231.  
  232.  
  233.  
  234.  
  235.  
  236. {block:IfPermalinkHover}
  237. .perms {
  238. font-size:10px;
  239. text-align:right;
  240. width:250px;transition: .8s ease-in-out;
  241. -webkit-transition: .8s ease-in-out;
  242. -moz-transition: .8s ease-in-out;
  243. -o-transition: .8s ease-in-out;
  244. opacity:0;
  245. height:auto;
  246. position: absolute;
  247. margin-top:0px;bottom:35px;
  248. font-style:;letter-spacing:0px;
  249. text-transform: lowercase;
  250. font-family:;
  251. display:block;}
  252.  
  253.  
  254. .entry:hover .perms {
  255. opacity:1;bottom:-0px;transition: .8s ease-in-out;
  256. -webkit-transition: .8s ease-in-out;
  257. -moz-transition: .8s ease-in-out;
  258. -o-transition: .8s ease-in-out;
  259. z-index:999999;}
  260.  
  261.  
  262. .perms a:hover{text-decoration:line-through;}
  263.  
  264. .rg {border-bottom:1px solid;}
  265.  
  266. {/block:IfPermalinkHover}
  267.  
  268.  
  269.  
  270.  
  271.  
  272.  
  273.  
  274. {block:Iffollowbranco}
  275. iframe#tumblr_controls {
  276. white-space:nowrap;
  277. -webkit-filter: invert(100%);
  278. -moz-filter: invert(100%);
  279. -o-filter: invert(100%);
  280. -ms-filter: invert(100%);
  281. filter: invert(100%);
  282. opacity:.7;
  283. transition: .8s ease-in-out;
  284. -webkit-transition: .8s ease-in-out;
  285. -moz-transition: .8s ease-in-out;
  286. -o-transition: .8s ease-in-out; }
  287. {/block:Iffollowbranco}
  288.  
  289.  
  290. #sidebar {position:fixed; width: 186px; height:255px; margin-left:175px;margin-top:81px; -webkit-transition-duration: 0.4s;}
  291.  
  292. .linkeds {opacity:0;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out;position:fixed;font-size:11px;font-family:corbel;font-style:;color:#8b8989;padding: 2px;background-color:;width:140px;text-align:center;height:10px;margin-left:50px;margin-top:10px; solid black;border-bottom:1px dashed #bebebe;border-right:px dashed #BEBEBE;border-left:2px dashed #bebebe;border-top:px dashed #bebebe;border-right:1px dashed #bebebe;border-radius:0px 0px 0px;-webkit-box-shadow: 0 0px 0px 0px;border-top:0px dashed #ff1493;border-left:2px dashed #ff1493;border-right:1px solid #ff1493;border-bottom:0px dashed #ff1493 }
  293. #sidebar:hover .linkeds {opacity:10;}
  294. .linkeds a:hover {color:#ff0090;text-shadow:0px 0px 1px;font-style:italic;}
  295.  
  296.  
  297. #xoxo img {opacity:1;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;all 0.3s ease-out;}
  298.  
  299.  
  300. .frase2 {opacity:0;position:fixed;font-size:11px;font-family:corbel;font-style:italic;width:135px;color:#000;-webkit-transition: all 0.4s ease-in-out; -moz-transition-duration:0.4s; -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;z-index:100;margin-left:-6px;margin-top:-11px;-webkit-border-bottom-right-radius: 500px;-moz-border-radius-bottomright: 500px;border-bottom-right-radius: 500px;text-align:center;z-index:1000000px;text-shadow:0px 0px 6px #FF1493;}
  301.  
  302. #sidebar:hover .frase2 {margin-top:-39px;color:#fff;text-shadow:0px 1px 0px #aaa, -1px 3px 2px black,0 5px 4px white;margin-left:40px;font-style:italic;background-color:#ff0090;border-radius:10px 10px 10px;height:15px;opacity:1;border-top:1px solid white;border-bottom:1px solid white;border-left:1px solid white;border-right:1px solid white;-webkit-transform: rotateX(-360deg);-moz-transform: rotateX(-360deg); -webkit-transition-duration: .60s}
  303.  
  304. .fraselinks {opacity:10;position:fixed;font-size:11px;font-family:corbel;font-style:italic;width:170px;color:#000;-webkit-transition: all 0.4s ease-in-out; -moz-transition-duration:0.4s; -webkit-transition-duration:0.4s; -o-transition-duration:0.4s;z-index:100;margin-left:35px;margin-top:-7px;-webkit-border-bottom-right-radius: 500px;-moz-border-radius-bottomright: 500px;border-bottom-right-radius: 500px;text-align:center;z-index:1000000px;text-shadow:0px 0px 0px ;}
  305.  
  306. #sidebar:hover .fraselinks {color:#000;font-style:italic;border-radius:10px 10px 10px;height:15px;opacity:1;}
  307.  
  308.  
  309. #chanel{background-color:;opacity:10;margin-left:23px; margin-top:-10px; position:fixed;text-align:left;-webkit-transition-duration: 0.4s; -moz-transition: all .7s ease-in-out; -o-transition: all .7s ease-in-out; transition: all .7s ease-in-out; -webkit-transition: all .7s ease-in-out}
  310. #chanel img { width:16px; height:auto;-webkit-transform:rotate(0deg);}
  311. #sidebar:hover #chanel{opacity:1;-webkit-transform: rotateX(0deg);-moz-transform: rotateX(0deg); -webkit-transition-duration: .60s;-webkit-filter: grayscale(00%);width:15px; height:auto:;-webkit-transform: rotateX(-360deg);-moz-transform: rotateX(-360deg); -webkit-transition-duration: .60s}
  312.  
  313. @font-face { font-family: "lora"; src: url('http://static.tumblr.com/c3mfv2g/Q5Emgjzp8/lora-italic.ttf'); }
  314. @font-face { font-family:'pixel'; src: local('04b24'), url('http://static.tumblr.com/zm7jcjw/dtClscghb/04b_24__.ttf'); }
  315. @font-face { font-family: "petit"; src: url('http://static.tumblr.com/jpkny6t/Ftxmqvdxg/petit-formal-script.regular.ttf'); }
  316. @font-face { font-family: "Jersey"; src: url('http://static.tumblr.com/gdh5wux/xaumoz1x7/jerseyletters.ttf'); }
  317.  
  318.  
  319.  
  320. #xoxo {margin-top:0px; margin-left:10px; margin-bottom:0px; padding:9px;border:px solid {color:border}; height:auto; width:px; -webkit-transition: all 1.2s ease-out; -moz-transition: all 1.2s ease-out;}
  321. #xoxo img {display: inline; height:auto; height:240px; width:180px; border-top:px solid #eee;border-right:px solid #000; ; border-left:px solid #000; padding:3px; }
  322.  
  323. #flor {-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;margin-top:7px; margin-left:190px; position:fixed;opacity:0;-webkit-transform:rotate(0deg)}
  324. #flor:hover {-webkit-filter: grayscale(0%);}
  325. #sidebar:hover #flor {-webkit-filter: grayscale(0%);opacity:1;-webkit-transform: rotateY(360deg);}
  326. #flor img {width:15px; height:auto;}
  327.  
  328. #fly {-webkit-transition: all 0.4s ease-out; -moz-transition: all .4s ease-out;margin-top:-50px; margin-left:170px; position:fixed;opacity:0;-webkit-transform:rotate(40deg)}
  329. #fly:hover {-webkit-filter: grayscale(0%);}
  330. #sidebar:hover #fly {opacity:10;}
  331. #fly img {width:17px; height:auto;}
  332.  
  333.  
  334.  
  335. #sidebar:hover #xoxo {opacity:1;-moz-transition:All 1s ease;
  336. -o-transition:All 1s ease;
  337. -webkit-filter: grayscale(0%) blur(1px);-webkit-transition:All 1s ease}
  338.  
  339.  
  340.  
  341. </style>
  342.  
  343. <style type="text/css">{CustomCSS}</style>
  344.  
  345. <body oncontextmenu="return false" onkeydown="return false">
  346.  
  347.  
  348.  
  349. <div id="container">
  350. <div id="sidebar">
  351. <div id="xoxo"><img src="{image:sidebar}"/></div>
  352. <div id="chanel"><img src="http://static.tumblr.com/uyrucwr/dBgnbfogh/kako-cyhopx5uiw0t9ldh.png"></div>
  353. <div id="fly"><img src="http://static.tumblr.com/etpdsjb/S1Jnaxe9a/favicon-2.png"></div>
  354. <div id="flor"><img src=""></div>
  355.  
  356. <div class="frase2">Linda,louca e mimada</div>
  357. <div class="fraselinks">{text:fraselinks}</div>
  358. <div class="linkeds">
  359. <a href="{text:link1}">{text:link1 title}</a>
  360. <a href="{text:link2}">{text:link2 title}</a>
  361. <a href="{text:link3}">{text:link3 title}</a>
  362. <a href="{text:link4}">{text:link4 title}</a>
  363.  
  364. </div>
  365. </div>
  366.  
  367.  
  368. <!-- Inicio Das postagens --->
  369.  
  370. <div id="content">
  371. {block:Posts}
  372.  
  373. {block:Text}
  374. <div class="entry">
  375. {block:Title}<span class="post_title">{Title}</span>{/block:Title}
  376. {Body}
  377. {block:IndexPage}
  378. <div class="perms">
  379. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  380. <a href="{ReblogURL}" target="_blank">Reblog</a>
  381. <a href="{Permalink}">{SourceURL} </a>
  382. </div>
  383. {/block:IndexPage}
  384. </div>
  385. {/block:Text}
  386.  
  387. {block:Photo}
  388. <div class="entry">
  389. <!--- Tamanho das fotos --->
  390. <img src="{PhotoURL-500}">
  391. <!--- Tamanho das fotos --->
  392. {block:IfFotocomtext} {caption} {/block:IfFotocomtext}
  393. {block:IndexPage}
  394. <div class="perms">
  395. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  396. <a href="{ReblogURL}" target="_blank">Reblog</a>
  397.  
  398. </div>
  399. {/block:IndexPage}
  400. </div>
  401. {/block:Photo}
  402.  
  403. {block:Photoset}
  404. <div class="entry">
  405. <!--- Tamanho dos Photosets --->
  406. {block:Photos}
  407. <div class="perms">
  408. <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"></a>
  409.  
  410. {/block:Photos}
  411. <!--- Tamanho dos Photosets --->
  412. {block:IndexPage}
  413.  
  414. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  415. <a href="{ReblogURL}" target="_blank">Reblog</a>
  416.  
  417. </div>
  418. {/block:IndexPage}
  419. </div>
  420. {/block:Photoset}
  421.  
  422.  
  423. {block:Quote}
  424. <div class="entry">
  425.  
  426. <div class="pquote">{Quote}<div class="quotesource"><b>— {Source}</b></div></div>
  427. {block:IndexPage}
  428. <div class="perms">
  429. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  430. <a href="{ReblogURL}" target="_blank">Reblog</a>
  431.  
  432. </div>
  433. {/block:IndexPage}
  434. </div>
  435. {/block:Quote}
  436.  
  437. {block:Chat}
  438. <div class="entry">
  439. {block:IndexPage}
  440. <div class="perms">
  441. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  442. <a href="{ReblogURL}" target="_blank">Reblog</a>
  443. </div>
  444. {/block:IndexPage}
  445.  
  446. {block:Title}
  447. <span class="post_title">{Title}</span>{/block:Title}
  448. <div id="chat">
  449. {block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}
  450. </div>
  451. </div>
  452. {/block:Chat}
  453.  
  454. {block:Link}
  455. <div class="entry">
  456. <span class="post_title"><a href="{URL}">{Name} &#8600;</span></a>
  457. {block:Description}{Description}{/block:Description}
  458. {block:IndexPage}
  459. <div class="perms">
  460.  
  461. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  462. <a href="{ReblogURL}" target="_blank">Reblog</a>
  463.  
  464. </div>
  465. {/block:IndexPage}
  466. </div>
  467. {/block:Link}
  468.  
  469. {block:Audio}
  470. <div class="entry">
  471. <center>
  472. {block:AlbumArt}<img src="{AlbumArtURL}" alt="" width="300"/><p>{/block:AlbumArt}</center>
  473. <div class="audiocas">{AudioPlayerGrey}</div>
  474. {block:Caption}{Caption}
  475. {PlayCount} listens {block:ExternalAudio} <a href="{ExternalAudioURL}"> (download link) </a> {/block:ExternalAudio}{/block:Caption}<p>
  476. {block:IndexPage}
  477. <div class="perms">
  478. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  479. <a href="{ReblogURL}" target="_blank">Reblog</a>
  480.  
  481. </div>
  482. {/block:IndexPage}
  483. </div>
  484. {/block:Audio}
  485.  
  486. {block:Video}
  487. <div class="entry">
  488. {Video-250}
  489. {block:IndexPage}
  490. <div class="perms">
  491. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  492. <a href="{ReblogURL}" target="_blank">Reblog</a>
  493.  
  494. </div>
  495. {/block:IndexPage}
  496. </div>
  497. {/block:Video}
  498.  
  499. {block:Answer}
  500. <div class="entry">
  501. <div class="per"><b>{Asker}:</b> {Question}<p><div class="fe"></div></div>
  502. <p>
  503. <div class="text"><p>{Answer}</p></div>
  504. {block:IndexPage}
  505. <div class="perms">
  506. <a href="{permalink}">{notecount}</a> {block:IfPermalinkHover2}<br>{/block:IfPermalinkHover2}
  507. <a href="{ReblogURL}" target="_blank">Reblog</a>
  508.  
  509. </div>
  510. {/block:IndexPage}
  511. </div>
  512. {/block:Answer}
  513.  
  514.  
  515. {block:PostNotes}
  516. <div id="postnotes">
  517. Posted {TimeAgo}, with {NoteCountWithLabel}<br>
  518. {block:RebloggedFrom}of: <a href="{ReblogParentURL}">{ReblogParentName}</a><br>post by: <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  519. {block:HasTags}Tag: {block:Tags}<a href="{TagURL}" style="margin-right:5px;">#{Tag}</a>{/block:Tags}{/block:HasTags}<p>
  520.  
  521. </div><p>
  522. {PostNotes}
  523. {/block:PostNotes}
  524.  
  525.  
  526. {/block:posts}
  527.  
  528.  
  529. {block:IndexPage}
  530. <div class="column navigation" id="navigation">
  531. {block:Pagination}
  532. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  533. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  534. </div>
  535. {/block:IndexPage}
  536.  
  537. </div>
  538.  
  539. <script type="text/javascript"> Cufon.now(); </script>
  540.  
  541.  
  542. </body>
  543.  
  544.  
  545. <div style="opacity:0.6;display:block;bottom:30px;right:20px;position:fixed;border-radius:10px 10px 10px;background-color:;padding:3px;border-top:0px dashed #ff69b4;border-bottom:0px dashed;text-shadow: 0.1em 0.1em 0.2em #000;"> <a href="http://wercenario.tumblr.com/themes" ><font color=#000000><big>wercenario</big> </font></a></a>
  546. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement