pamellabellegarde

Theme Tumblr 130

Mar 28th, 2014
50
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.82 KB | None | 0 0
  1.  
  2.  
  3. <!-------
  4.  
  5. THEME BY ARYAFROMWINTERFELL.TUMBLR.COM
  6. DON'T COPY! BE ORIGINAL!
  7.  
  8. ------->
  9.  
  10.  
  11.  
  12.  
  13. <?xml version="1.0" encoding="UTF-8"?>
  14. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  15.  
  16. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  18.  
  19. <head>
  20.  
  21. <!DOCTYPE HTML>
  22.  
  23.  
  24. <title>{title}</title>
  25.  
  26. <script src="http://static.tumblr.com/me5sfsd/1YFl414t0/jquery142.js"></script>
  27. <script type="text/javascript">
  28. $(document).ready(function () {
  29. $('li.drawer div:nth-child(2)').hide();
  30. $('li.drawer h4').click(function () {
  31. if ($(this).hasClass('open')) {
  32. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  33. else {
  34. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  35. $(this).next().slideDown();
  36. $(this).addClass('open');}
  37. });
  38. });
  39. </script>
  40.  
  41.  
  42.  
  43.  
  44. <link rel="shortcut icon" href="{favicon}" />
  45. <meta name="image:Image"
  46. content="http://static.tumblr.com/d3f6c4737e56a7a82c7a86e9f701dce0/wt4apym/fgIn34ged/tumblr_static_ic.png" />
  47.  
  48.  
  49. <meta name="color:background" content="#fff" />
  50. <meta name="image:background" content=""/>
  51. <meta name="if:Show Tags" content="0"/>
  52. <meta name="if:black and white images" content="0"/>
  53. <meta name="color:menu" content="#eee" />
  54. <meta name="color:menu color" content="#888" />
  55. <meta name="color:scroll bar" content="#ccc" />
  56. <meta name="color:Links" content="#393939" />
  57. <meta name="color:Links Hover" content="#ccc" />
  58. <meta name="color:Text" content="#949494" />
  59. <meta name="text:Link1" content="" />
  60. <meta name="text:Link1 Title" content="" />
  61. <meta name="text:Link2" content="" />
  62. <meta name="text:Link2 Title" content="" />
  63. <meta name="text:Link3" content="" />
  64. <meta name="text:Link3 Title" content="" />
  65. <meta name="text:Link4" content="" />
  66. <meta name="text:Link4 Title" content="" />
  67. <meta name="text:Link5" content="" />
  68. <meta name="text:Link5 Title" content="" />
  69. <meta name="if:slow down" content="0"/>
  70. <meta name="if:cute cursor" content="0"/>
  71. <meta name="if:white follow button" content="0"/>
  72. <meta name="if:anti plagiarism" content="0"/>
  73.  
  74.  
  75. <link href='http://fonts.googleapis.com/css?family=Bad+Script' rel='stylesheet' type='text/css'>
  76.  
  77.  
  78. <style type="text/css">
  79.  
  80. nav5 {
  81. margin:3px 3px 3px -3px;
  82. padding:5px;
  83. text-transform:lowercase;
  84. color:{color:links};
  85. background:{color:background};
  86. -webkit-transition: all 0.9s ease;
  87. -moz-transition: all 0.9s ease;
  88. -o-transition: all 0.9s ease;
  89. transition: all 0.9s ease;
  90. }
  91. nav5:hover {
  92. background:{color:links};
  93. color:{color:background}; }
  94.  
  95.  
  96.  
  97. nav1 {
  98. font-family:arial;
  99. text-transform:uppercase;
  100. text-align:right;
  101. padding:4px;
  102. margin:3px;
  103. font-size:7px;
  104. color:{color:menu color};
  105. display:inline-block;
  106. background:{color:Menu};
  107. -webkit-transition: all 0.2s ease;
  108. -moz-transition: all 0.2s ease;
  109. -o-transition: all 0.2s ease;
  110. transition: all 0.2s ease;
  111. }
  112.  
  113.  
  114.  
  115. nav2 {
  116. font-size:10px;
  117. letter-spacing:1px;
  118. text-transform:uppercase;
  119. font-family: calibri;
  120.  
  121. -webkit-transition-duration: 0.5s;
  122.  
  123. }
  124.  
  125. nav2:hover {
  126. border-bottom:3px solid {color:border menu} ;
  127. }
  128.  
  129.  
  130. {block:Ifblackandwhiteimages}
  131. img {-webkit-filter: grayscale(100%);}
  132. photoset {-webkit-filter: grayscale(100%);}
  133. .photoset {-webkit-filter: grayscale(100%);}
  134.  
  135. {/block:ifblackandwhiteimages}
  136.  
  137.  
  138. /** QUOTE **/
  139. .aspas {position:relative;
  140. top:-0px;
  141. font-size:84px;
  142. opacity:0.4;
  143. filter: alpha (opacity=20);
  144. color: {color:Text};
  145. font: normal 130px;
  146. font-family: georgia;
  147. text-align:left ; }
  148.  
  149. .quote {margin-left:20px;margin-top:-85px; letter-spacing:0px;text-align:left ; }
  150.  
  151. /** TÍTULO DOS POSTS **/
  152. h1 { font-size:12px;
  153. -webkit-transition-duration: .40s;
  154. font-weight:normal;
  155. text-align:center;
  156. text-transform:uppercase;
  157. font-family:arial;
  158. color:{color:Text};}
  159.  
  160. h2 { font-size:12pt;
  161. -webkit-transition-duration: .40s;
  162. font-weight:normal;
  163. text-align:left;
  164. font-style:italic;
  165. font-family:cambria;
  166. letter-spacing:-1px;
  167. color:{color:Text};}
  168.  
  169.  
  170. ::-webkit-scrollbar-thumb {
  171. height:auto;
  172. background-color: {color:scroll bar};
  173. border: 2px solid {color:scroll bar};
  174. }
  175.  
  176. ::-webkit-scrollbar {
  177. height:5px;
  178. width:7px;
  179. background-color: {color:background};
  180. }
  181.  
  182.  
  183.  
  184.  
  185.  
  186. .audio {height:100%; background:#000;}
  187.  
  188.  
  189.  
  190. /** CAIXA DOS POSTS **/
  191. .caixa {
  192. font-size: 10px;
  193. width: 500px;
  194. padding:5px 5px 2px 5px;
  195. text-align:justify;
  196. font-family: arial;
  197. background:{color:background};
  198. color:{color:Text};
  199. }
  200.  
  201. .caixa img {max-width:500px;}
  202.  
  203.  
  204. /** SIDEBAR **/
  205.  
  206. .caixasidebar1 {
  207. font-size: 9px;
  208. text-align: justify;
  209. font-family:;
  210. width:500px;
  211. color:{color:text};
  212. height:200px;
  213. z-index:10000000;
  214. letter-spacing:0px;
  215. margin-right:10px;
  216. padding:10px;
  217. }
  218.  
  219.  
  220. /** POSIÇÃO THEME **/
  221. #pagina {
  222. width:600px;
  223. top:00px;
  224. text-align:justify;}
  225.  
  226. #conteudo {
  227. width: 515px;
  228. float: right;
  229. text-align:justify;
  230. }
  231.  
  232.  
  233. /** APARENCIA LINKS **/
  234. a:link, a:visited, a:active {
  235. -webkit-transition: all 0.5s ease;
  236. -moz-transition: all 0.5s ease;
  237. -o-transition: all 0.5s ease;
  238. transition: all 0.5s ease;
  239. text-decoration: none;
  240. border-bottom:1px solid transparent;
  241. color: {color:Links};
  242.  
  243. }
  244. #conteudo a:hover {color: {color:Links Hover}}
  245.  
  246. /** APARENCIA LINKS **/
  247. #coluna a:link, a:visited, a:active {
  248. -webkit-transition: all 0.5s ease;
  249. -moz-transition: all 0.5s ease;
  250. -o-transition: all 0.5s ease;
  251. transition: all 0.5s ease;
  252. text-decoration: none;
  253. color: {color:Links};
  254. }
  255.  
  256.  
  257.  
  258.  
  259.  
  260. #dhtmltooltip{
  261. position: absolute;
  262. padding: 4px;
  263. text-align: center;
  264. font-size: 8px;
  265. width: auto;
  266. font-family:calibri;
  267. text-transform:uppercase;
  268. visibility: hidden;
  269. opacity:100;
  270. filter:alpha(opacity=100);
  271. margin-left: 75px;
  272. z-index: 99999999999999999999999999999999999;
  273. filter: progid:DXImageTransform.Microsoft.Shadow(color=gray,direction=135);
  274. color: {color:background};
  275. background: {color:links};
  276. }
  277.  
  278.  
  279.  
  280.  
  281.  
  282. .tit a{
  283. font-family:arial;
  284. font-weight:bold;
  285. font-size:23px;
  286. color:{color:text};
  287. line-height:18px;
  288. letter-spacing:-2px;
  289. width:500px;
  290. text-align:center;
  291. padding:5px;
  292. }
  293.  
  294.  
  295.  
  296. #pagi {width:170px;
  297. text-align:center;
  298. word-spacing:5px;
  299. font-size:9px;
  300. font-family:calibri;
  301. }
  302.  
  303. .imgg {
  304. width:110px;
  305. max-height:110px;
  306. z-index:-99999;
  307. margin:0px 0px 0px 10px;
  308. float:right;
  309.  
  310. }
  311.  
  312.  
  313.  
  314. .q {
  315. width:500px;
  316. font-family:arial;
  317. background:{color:links};
  318. color:{color:background};
  319. padding:8px;
  320.  
  321. }
  322.  
  323. .q a{
  324. text-decoration:underline;
  325. color:{color:background};
  326.  
  327. }
  328.  
  329. ol.notes {padding:0px; margin:20px; list-style-type:decimal-leading-zero; font-family:arial; max-width:500px}
  330. ol.notes li.note {padding: 3px 3px 3px 3px;}
  331. ol.notes li.note img.avatar {display: none}
  332. ol.notes li.note span.action {}
  333. ol.notes li.note .answer_content {font-weight:normal;}
  334. ol.notes li.note blockquote {width: 410px; margin:6px 0px 6px 4px; padding:10px; letter-spacing:0px; font-family:georgia; font-size:11px; font-style:italic; font-weight:bold}
  335.  
  336.  
  337. .img {
  338. padding:5px;
  339. -webkit-border-radius: 10px;
  340. -moz-border-radius: 10px;
  341. border-radius: 10px;}
  342.  
  343. .tag2 {width:500px;
  344. padding-top:1px;
  345. padding:0px;
  346. text-align:center;
  347. margin-bottom: 25px;
  348. text-transform:uppercase;
  349. font-size:8px;
  350. line-height:15px;
  351. font-family:arial;
  352. color:{color:Text};
  353. filter: alpha(opacity=90);
  354. moz-opacity:0.90;
  355. opacity:0.90 ;
  356. }
  357.  
  358. nav3 {text-transform:uppercase;
  359. font-size:8px;
  360. font-family:arial;
  361. filter: alpha(opacity=90);
  362. moz-opacity:0.90;
  363. opacity:0.90 ;
  364. color:{color:Text};
  365. }
  366.  
  367.  
  368.  
  369. nav4 {font-size:0px;}
  370.  
  371.  
  372. /** FUNDO **/
  373. body { background-attachment: fixed;
  374. background-repeat: repeat;
  375. font-family: arial;
  376. font-size: 11px;
  377. text-align: justify;
  378. color: {color:Text};
  379. background:{color:background} url('{image:background}');
  380. background-attachment: fixed; }
  381.  
  382. /** APARENCIA BLOCKQUOTE **/
  383. blockquote {margin:0px;
  384. padding:0px;
  385. padding-left:4px;
  386. border-left: 2px solid {color:Text};
  387.  
  388. }
  389.  
  390.  
  391. pre {font-family:consolas;
  392. font-size:11px;
  393. overflow:auto;
  394. }
  395.  
  396. code {font-family:consolas;
  397. font-size:11px;
  398. overflow:auto;
  399. }
  400.  
  401. nav10 {
  402. font-size:16px;
  403. text-align:center;
  404. letter-spacing:0px;
  405. webkit-transition-duration: .80s;
  406. font-style:italic;
  407. margin: 40px 0px 0px 600px;
  408. font-family: times new roman
  409. }
  410.  
  411.  
  412.  
  413.  
  414. .cre {padding:5px;
  415. top: 10px;
  416. left: 10px;
  417. z-index: 100; position: fixed;
  418. text-align:center;
  419. font-size:10px;
  420. font-family:calibri;
  421. background:{color:background};
  422. }
  423. .cre a {font-size:10px;width:50px;}
  424.  
  425. iframe#tumblr_controls {
  426. right:3px !important;
  427. position: fixed !important;
  428.  
  429.  
  430. }
  431.  
  432.  
  433.  
  434. {block:ifWhitefollowbutton}
  435.  
  436. iframe#tumblr_controls {
  437. right:3px !important;
  438. position: fixed !important;
  439. -webkit-filter:invert(100%);
  440. -webkit-transition: all 0.6s ease;
  441. -moz-transition: all 0.6s ease;
  442. -o-transition: all 0.6s ease;
  443. opacity: 0.3;
  444.  
  445.  
  446. }
  447.  
  448. iframe#tumblr_controls:hover {
  449. right:3px !important;
  450. position: fixed !important;
  451. -webkit-filter:invert(100%);
  452. opacity: 0.7;
  453. {/block:ifWhitefollowbutton}
  454.  
  455.  
  456.  
  457.  
  458.  
  459.  
  460. a, a:hover {cursor: url(http://static.tumblr.com/y9ykbvf/3Rtms1fee/c.cur), progress;}
  461.  
  462. html {cursor: url("http://static.tumblr.com/gdasrfz/oTVmwzowj/v12mrmx.png"), default;}
  463.  
  464.  
  465.  
  466. </style>
  467. <!-- FIM DO CSS -->
  468. {block:Ifantiplagiarism}
  469.  
  470. <script>
  471. function click() {
  472. if (event.button==2||event.button==3) {
  473. oncontextmenu='return false';
  474. }
  475. }
  476. document.onmousedown=click
  477. document.oncontextmenu = new Function("return false;")
  478. </script>
  479.  
  480. {/block:Ifantiplagiarism}
  481.  
  482.  
  483.  
  484. {block:Ifslowdown}
  485. <script>!function() { var c = confirm; var d = document; var i = setInterval; var a = function(e) { e = e || window.event; var t = e.target || e.srcElement; if (t.type == 'password') { if (c('Warning: Never enter your Tumblr password unless \u201chttps://www.tumblr.com/login\u201d\x0ais the address in your web browser.\x0a\x0aYou should also see a green \u201cTumblr, Inc.\u201d identification in the address bar.\x0a\x0aSpammers and other bad guys use fake forms to steal passwords.\x0a\x0aTumblr will never ask you to log in from a user\u2019s blog.\x0a\x0aAre you absolutely sure you want to continue?')) { a = function() {}; } else { t.value = ""; return false; } } }; i(function() { if (typeof d.addEventListener != 'undefined') d.addEventListener('keypress', a, false)}, 0); }();</script><head prefix="og: http://ogp.me/ns# fb: http://ogp.me/ns/fb# blog: http://ogp.me/ns/blog#"> <script type="text/javascript" src="http://static.tumblr.com/twte3d7/BH7lio0yf/jquery.js"></script><script type="text/javascript" src="http://static.tumblr.com/twte3d7/RhUlio0y7/lazyload.js"></script><script type="text/javascript" charset="utf-8">var $j = jQuery.noConflict();$j(function() {if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;$j("img").lazyload({placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",effect: "fadeIn",});});</script>
  486. {/block:Ifslowdown}
  487.  
  488.  
  489. <script type="text/javascript" src="http://code.jquery.com/jquery-1.8.1.min.js"></script>
  490. <script>
  491. $("#dropdown_img_click").click(function () {
  492. $("#dropdown_img_content").slideToggle("slow");
  493. });
  494. </script>
  495.  
  496.  
  497. </head>
  498.  
  499.  
  500. <body>
  501.  
  502.  
  503. {block:Ifantiplagiarism}
  504. <body oncontextmenu="return false" onkeydown="return false">
  505. <body ondragstart='return false'>
  506. <body onselectstart='return false'>
  507. {/block:Ifantiplagiarism}
  508. <center>
  509.  
  510. <div id="dhtmltooltip"></div>
  511. <script language="JavaScript" src="http://static.tumblr.com/xajwmek/wC6lsg2fd/titlediferenciado_ritamafalda.txt"></script>
  512.  
  513.  
  514. <div class="tudo">
  515.  
  516.  
  517.  
  518. <div id="pagina">
  519.  
  520.  
  521. <br><br><br><br>
  522.  
  523.  
  524.  
  525. <!-- INÍCIO DAS TAGS DOS POSTS -->
  526.  
  527.  
  528.  
  529. <div id="conteudo">
  530.  
  531.  
  532. <div class="caixasidebar1">
  533. <center><div class="tit"><a href="/>{title}</a></div></center><br>
  534. <a href="/"><img src="{image:Image}" class="imgg"></a>
  535. <div style="text-align:justify;overflow: auto;max-height:85px;line-height:14px;margin-bottom:5px">
  536. {block:Description} {Description} {/block:Description}<br></div>
  537.  
  538.  
  539. <center>
  540.  
  541. {block:ifLink1}<a href="{text:Link1}"> <nav1>{text:Link1 Title} </a> </nav1>{/block:ifLink1}
  542.  
  543. {block:ifLink2} <a href="{text:Link2}"> <nav1>{text:Link2 Title} </a> </nav1>{/block:ifLink2}
  544.  
  545. {block:ifLink3} <a href="{text:Link3}"><nav1>{text:Link3 Title} </a> </nav1>{/block:ifLink3}
  546.  
  547. {block:ifLink4} <a href="{text:Link4}"><nav1>{text:Link4 Title} </a> </nav1>{/block:ifLink4}
  548.  
  549. {block:ifLink5}<a href="{text:Link5}" ><nav1>{text:Link5 Title} </a> </nav1> {/block:ifLink5}
  550. {block:ifLink6}<a href="{text:Link6}" ><nav1>{text:Link6 Title} </a> </nav1> {/block:ifLink6}
  551.  
  552. </center>
  553.  
  554.  
  555.  
  556.  
  557.  
  558. </div>
  559.  
  560.  
  561. {block:Posts}
  562.  
  563.  
  564.  
  565.  
  566.  
  567. <!-- TEXT -->
  568.  
  569. {block:Text}
  570. <div class="caixa">
  571.  
  572. <h1>{block:Title}{Title}{/block:Title}</h1>
  573.  
  574. {Body}
  575.  
  576. </div>
  577.  
  578. {/block:Text}
  579.  
  580. <!-- PHOTO -->
  581.  
  582. {block:Photo}
  583.  
  584. <div class="caixa">
  585. <center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}">{LinkCloseTag}
  586.  
  587. </center>
  588.  
  589. {block:Caption}{Caption}{/block:Caption}<br>
  590.  
  591. </div>
  592.  
  593.  
  594. {/block:Photo}
  595.  
  596.  
  597. <!-- PHOTOSET -->
  598.  
  599. {block:Photoset}
  600.  
  601. <div class="caixa">
  602.  
  603. <div align="center">{Photoset-500}</div>
  604.  
  605. {block:Caption}{Caption}{/block:Caption}
  606.  
  607. </div>
  608.  
  609.  
  610.  
  611.  
  612.  
  613. {/block:Photoset}
  614.  
  615.  
  616. <!-- QUOTE -->
  617.  
  618. {block:Quote}
  619.  
  620. <div class="caixa">
  621.  
  622. <span class="aspas">“</span><div class="quote"><h2>{Quote}
  623.  
  624. </span></div></h2><br>
  625.  
  626. <div style='text-align:center'>{block:Source} — {Source}{/block:Source}</div>
  627. <br>
  628. </div>
  629.  
  630.  
  631.  
  632. {/block:Quote}
  633.  
  634.  
  635. <!-- LINK -->
  636.  
  637. {block:Link}
  638.  
  639. <div class="caixa">
  640.  
  641. <h1><a href="{URL}" {Target}>{Name} <font face="calibri">→</font></a></h1>
  642.  
  643. {block:Description}{Description}{/block:Description}
  644.  
  645. </div>
  646.  
  647. {/block:Link}
  648.  
  649.  
  650. <!-- CHAT -->
  651.  
  652. {block:Chat}
  653.  
  654. <div class="caixa">
  655.  
  656. <h1>{block:Title}{Title}{/block:Title}</h1>
  657.  
  658. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label}
  659.  
  660. {Line}<p>
  661.  
  662. {/block:Lines}
  663.  
  664. </div>
  665.  
  666. {/block:Chat}
  667.  
  668.  
  669. <!-- VIDEO -->
  670.  
  671. {block:Video}
  672.  
  673. <div class="caixa">
  674.  
  675. {Video-500}
  676.  
  677. {block:Caption}{Caption}{/block:Caption}
  678.  
  679. </div>
  680.  
  681.  
  682. {/block:Video}
  683.  
  684.  
  685. <!-- AUDIO -->
  686.  
  687. {block:Audio}
  688.  
  689.  
  690. <div class="caixa">
  691.  
  692. <div class="audio">{AudioPlayerBlack}</div>
  693.  
  694. {block:Caption}{Caption}{/block:Caption}
  695.  
  696. </div>
  697.  
  698.  
  699. {/block:Audio}
  700.  
  701.  
  702. <!-- ASK -->
  703.  
  704.  
  705.  
  706. {block:Answer}<div class="caixa">
  707.  
  708. <div class="q">{Asker}: {Question}</div>
  709.  
  710. {Answer}
  711. {/block:Answer}
  712.  
  713. <br>
  714. <div class="tag2">
  715. <div class="fundo">
  716. <a href="/day/{Year}/{MonthNumberWithZero}/{DayOfMonthWithZero}"><nav3>{Month} {DayOfMonthWithZero}{DayOfMonthSuffix} </a></nav3>
  717.  
  718. <div style="opacity:0.7;display:inline-block">with</div>
  719.  
  720. <a href="{Permalink}"><nav3>{NoteCountWithLabel}</a></nav3>
  721.  
  722. <a href="{ReblogURL}" target="_blank"><nav3>Reblog</a></nav3>
  723. </div>
  724.  
  725.  
  726.  
  727.  
  728.  
  729.  
  730.  
  731.  
  732. {block:IfShowTags} {block:HasTags} {block:Tags}
  733.  
  734. <div style="word-spacing:3px;display:inline-block;opacity:0.5;line-height:20px">
  735. <nav3><a href="{TagURL}"><font color="{color:links}"><div style="filter: alpha(opacity=80);moz-opacity:0.8;opacity:0.80 ;display:inline-block"><nav5>{Tag}</nav5></div> </font></a> </nav3></div>
  736.  
  737. {/block:Tags}{/block:HasTags}</i>{/block:IfShowTags}
  738.  
  739. <br>
  740. {block:PostNotes}
  741.  
  742. {block:RebloggedFrom}originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  743. · {/block:RebloggedFrom}{block:RebloggedFrom}via <a href="{ReblogParentURL}">{ReblogParentName}</a>{Block:IndexPage} {/Block:IndexPage}{/block:RebloggedFrom}
  744.  
  745.  
  746. <div style="text-align:left">
  747. <br />{PostNotes}</div>{/block:PostNotes}
  748. </div>
  749. <br>
  750. {/block:Posts}
  751.  
  752.  
  753. </div> </div> <div style="font-size:0px;color:transparent;display:none">{block:ContentSource} <a href="{SourceURL}" target="_blank" class="tag11">{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}Source{/block:NoSourceLogo}</a>{/block:ContentSource}<br>
  754.  
  755.  
  756.  
  757. </div>
  758.  
  759.  
  760.  
  761. <!-- FIM DAS TAGS DOS POSTS -->
  762.  
  763.  
  764.  
  765. </div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  766.  
  767. <div style=" background:{color:background}; bottom: 0px; left: 0px; width: 100%; height: 10px; z-index: 100; position: fixed;padding:3px">
  768.  
  769. <div id="pagi">
  770. {block:Pagination}
  771. {block:PreviousPage}
  772. <a href="{PreviousPage}">«</a>
  773. {/block:PreviousPage}
  774.  
  775. {block:JumpPagination length="5"}
  776. {block:CurrentPage}
  777. <span class="current_page">{PageNumber}</span>
  778. {/block:CurrentPage}
  779.  
  780. {block:JumpPage}
  781. <a class="jump_page" href="{URL}">{PageNumber}</a>
  782. {/block:JumpPage}
  783. {/block:JumpPagination}
  784.  
  785. {block:NextPage}
  786. <a href="{NextPage}">»</a>
  787. {/block:NextPage}
  788. {/block:Pagination}
  789. </div>
  790. </div>
  791.  
  792.  
  793.  
  794.  
  795. <div class="cre"><a href="http://aryafromwinterfell.tumblr.com/" target="_blank" title="theme by afw">©</a>
  796.  
  797. </body>
  798.  
  799. </html>
Advertisement
Add Comment
Please, Sign In to add comment