pamellabellegarde

Theme Tumblr 131

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