Advertisement
Guest User

theme #37

a guest
Jul 23rd, 2014
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.85 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2. Theme por lovatic-retardada
  3. theme #37
  4. PLAGIO É CRIME, DEUS TA VENDO VC PLAGIANDO AS PESSOAS u.u
  5. Base por helpdesigns
  6. ---------------------------------------------------------------------->
  7.  
  8. <head>
  9.  
  10. <meta name="color:background" content="#ffffff" />
  11. <meta name="color:ask" content="#ffffff" />
  12. <meta name="color:text" content="#aaa" />
  13. <meta name="color:entry" content="#ffffff" />
  14. <meta name="color:scrollbar" content="#000000" />
  15. <meta name="color:bordapost" content="#eee" />
  16. <meta name="color:borda" content="#aaa" />
  17. <meta name="image:side" content="" />
  18. <meta name="color:selection" content="#cacaca"/>
  19. <meta name="color:borda ask" content="#eee" />
  20. <!--
  21. <meta name="color:bordax" content="#eee" />
  22. --->
  23.  
  24.  
  25. <meta name="color:r" content="#aaa" />
  26. <meta name="color:d" content="#aaa" />
  27. <meta name="color:linkx" content="#ffb6f8" />
  28. <meta name="color:linkx borda" content="fbcaf6" />
  29.  
  30.  
  31. <meta name="color:background descri" content="#eee" />
  32. <meta name="text:Link1" content="/link" />
  33. <meta name="text:Link1 Title" content="Link 1" />
  34. <meta name="text:Link2" content="/link" />
  35. <meta name="text:Link2 Title" content="link 2" />
  36. <meta name="text:Link3" content="/link" />
  37. <meta name="text:Link3 Title" content="Link 3" />
  38. <meta name="text:Link4" content="/link" />
  39. <meta name="text:Link4 Title" content="Link 4" />
  40. <meta name="text:Link5" content="/link" />
  41. <meta name="text:Link5 Title" content="Link 5" />
  42.  
  43.  
  44. <meta name="color:linksh" content="#ffffff" />
  45. <meta name="if:one columns" content="1"/>
  46. <meta name="image:background" content=""/>
  47.  
  48. <title>{Title}</title>
  49. <link rel="shortcut icon" href="{Favicon}">
  50. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  51. {block:Description}
  52. <meta name="description" content="{MetaDescription}" />{/block:Description}
  53.  
  54. <script type="text/javascript"
  55. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  56. <script>
  57. $(document).ready(function() {
  58. //
  59. //When you click on a link with class of poplight and the href starts with a #
  60.  
  61. $('a.poplight[href^=#]').click(function() {
  62.  
  63. var popID = $(this).attr('rel'); //Get Popup Name
  64.  
  65. var popURL = $(this).attr('href'); //Get Popup href to define size
  66.  
  67. //Pull Query & Variables from href URL
  68.  
  69. var query= popURL.split('?');
  70.  
  71. var dim= query[1].split('&');
  72.  
  73. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  74.  
  75. //Fade in the Popup and add close button
  76.  
  77. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://media.tumblr.com/60905f955353ec80bd196767adbf9367/tumblr_inline_moyu49ffYg1qz4rgp.png" class="btn_close" title="Close Window" alt="Close" /></a>');
  78.  
  79. //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
  80.  
  81. var popMargTop = ($('#' + popID).height() + 80) / 2;
  82.  
  83. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  84.  
  85. //Apply Margin to Popup
  86.  
  87. $('#' + popID).css({
  88.  
  89. 'margin-top' : -popMargTop,
  90.  
  91. 'margin-left' : -popMargLeft
  92.  
  93. });
  94.  
  95. //Fade in Background
  96.  
  97. $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
  98.  
  99. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
  100.  
  101. return false;
  102.  
  103. });
  104.  
  105.  
  106. //Close Popups and Fade Layer
  107.  
  108. $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
  109.  
  110. $('#fade , .popup_block').fadeOut(function() {
  111.  
  112. $('#fade, a.close').remove(); //fade them both out
  113. });
  114. return false;
  115. });
  116.  
  117. });
  118. </script>
  119.  
  120.  
  121. <style type="text/css">
  122.  
  123.  
  124. /*********eterniza-da**************/
  125. #s-m-t-tooltip {background:#fefefe;border:1px solid #f1f0f0;-webkit-animation: IMP 600ms;max-width:220px;margin:10px 10px 10px 10px;z-index:99999999999999999999999999;font-family:'PF Arma Five';font-size:8px;color:#adacac;padding:3px;border-radius:2px;}
  126. @font-face {src: url('http://static.tumblr.com/08l8cbl/bxDmeztw0/pf_arma_five.ttf'); font-family: PF Arma Five;}
  127.  
  128.  
  129.  
  130.  
  131.  
  132. body {color:{color:text}; opacity:1; background-color:{color:background}; background-image: url('{image:Background}'); background-attachment:fixed; font-family:calibri; font-size:11px; line-height:100%; text-align:justify; text-transform: none;text-align: center; font-style: none; }
  133.  
  134. a:link, a:active, a:visited{ color: {color:text}; text-decoration:none; -webkit-transition-duration: 0.4s; }
  135.  
  136. a:hover{color:{color:linkh};}
  137.  
  138. 58px; margin-left: 553px; position: fixed; text-transform:uppercase; letter-spacing:1px; z-index:1; opacity:1; border-top: 2px solid #eee; border-bottom: 0px solid #eee}
  139.  
  140. #container {background-color: ; width: 1000px; margin: 0 auto 4px auto; background: {color:background}}
  141.  
  142. #entries {margin-left: 420px; width: 800px; margin-top: 5px;}
  143.  
  144. .entry {border:; width: 300px; background-color:{color:entry} ; text-align: justify; padding: 6px; float: left; margin: 2px 0 0 2px;opacity:2; {block:PermalinkPage}width:500px {/block:PermalinkPage};{block:IfOneColumns}width:500px;{/block:IfOneColumns};border-bottom:1px solid {color:bordapost}; }
  145.  
  146. .entry:hover {opacity:2}
  147.  
  148. .entry img {max-width: 300px; padding: 2px; opacity:2; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out;{block:IfOneColumns}max-width: 500px;{/block:IfOneColumns};opacity:0.9; }
  149.  
  150. #title2 {font-size: 16px; font-family: Georgia; letter-spacing: 0px; line-height: 13px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 8px}
  151.  
  152. #title2 a{background: {color:linkhover}; padding: 4px; color: #fff;}
  153.  
  154.  
  155. #title {font-size: 16px; font-family: Georgia;letter-spacing: 0px; line-height: 10px; text-transform: none;text-align: center; font-style: none; margin-top: 6px; margin-bottom: 12px}
  156.  
  157. #title a{background: {color:linkhover}; padding: 4px; color: #fff; margin-bottom: 5px}
  158.  
  159. @font-face { font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  160.  
  161. u,underline {color:#aaa; border-bottom: 1px dotted #fcdfff; text-decoration:none; }
  162.  
  163. /* creditos por i-nsegur-a | usou ? creditou, vc nao vai morrer por isso*/
  164. #cdts{display:block;height:20px;width:80px;bottom:25px;left:-65px;font-size:8px;font-family:PF Arma Five;position:fixed; color: #c9c9c9;z-index:55554235555;border:1px solid #eeeeee;line-heoght:20px;padding-top:4px;text-align:right;padding-right:6px;-webkit-transition: all .8s ease-out;background-color:#fff; text-shadow: 1px 1px 0px #f6c8ff;}
  165. #cdts:hover{left:-5px;-webkit-transition: all .8s ease-out; }
  166.  
  167. /* QUOTE cerejadosundae */
  168.  
  169.  
  170. .quote:first-letter{font-family: Rochester; font-style:italic; font-size: 21px;}
  171. .quote {margin: 0; padding: 5px; font: normal 11px 'georgia'; text-align: justify;}
  172. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  173. .pquotesource a, a:hover{text-transform: none;}
  174.  
  175. @font-face {
  176. font-family: 'Rochester';
  177. font-style: normal;
  178. font-weight: 400;
  179. src: local('Rochester'), local('Rochester-Regular'), url(http://themes.googleusercontent.com/static/fonts/rochester/v3/nE50b4-SbQ54pks-8vOplz8E0i7KZn-EPnyo3HZu7kw.woff) format('woff');
  180. }
  181.  
  182. blockquote {padding:0px; padding-left:5px; margin:5px; border-left:2px solid {color:text}}
  183.  
  184.  
  185. blockk{border:1px dotted #eee;padding:5px}
  186.  
  187. /** Estilo de Ask por ruby [calmarei], usou ? creditou ! **/
  188. .pergunta{background:{color:bgask};padding-left:4px;padding:7px;overflow: hidden;font-size:10px; font-family: calibri;font-style:italic;margin-top:0px;margin-right:62px;margin-left:-3px;border-right:1px solid {color:borda ask};border-radius:0px 0px 3px 3px;border-bottom:1px solid {color:borda ask};border-left:1px solid {color:borda ask};}
  189.  
  190. #simbol1{color:{color:post};font-size:15px;font-family:tahoma;margin-top:21px;-webkit-transform: rotate(45deg);z-index:9;right:65px;width:15px;height:15px;position:absolute;text-shadow:1px 0px 0px {color:borda ask}, -1px 0px 0px {color:borda ask};font-style:normal;}
  191.  
  192. .pergunta2{background:{color:post};padding-left:4px;margin-left:0px;margin-right:3;overflow: hidden;font-size:10px; font-family: calibri;font-style:italic;margin-top:1px;padding-top:-2px;}
  193.  
  194. .askrub{background-color:{color:bgask}; overflow:hidden;color:{color:text};margin-top:0px;position:relative;line-height:26px;height:26px;font-size:10px; font-family: calibri;font-style:italic;border-right:1px solid {color:borda ask};border-radius:3px 3px 0px 0px;border-left:1px solid {color:borda ask};border-top:1px solid {color:borda ask};margin-right:62px;margin-left:-3px;text-align:left;padding-left:5px;}
  195.  
  196. .askrub a {color:{color:text};border-right:0px solid {color:borda ask};border-left:0px solid {color:borda ask};border-top:0px solid {color:borda ask};border-bottom:1px dotted {color:borda ask};}
  197.  
  198. .fotoask {opacity: 1;-webkit-transition: all 0.6s ease-out;float:right;border-radius:0px 50px 50px 50px;-webkit-transition-duration: .90s;}
  199. .fotoask:hover{border-radius:50px 50px 0px 50px;-webkit-transition-duration: .90s;}
  200.  
  201.  
  202. /* chat by joshdevines*/
  203. .user_1 .label {color:{color:text}; font-weight:bold; background-color:{color:entry}; text-transform: italic}
  204. .user_2 .label {color:{color:text}; font-weight:bold; background-color:{color:entry}; text-transform: italic}
  205. .user_3 .label {color:{color:text}; font-weight:bold}
  206. .user_4 .label {color:{color:text}; font-weight:bold}
  207. .user_5 .label {color:{color:text}; font-weight:bold}
  208. .user_6 .label {color:{color:text}; font-weight:bold}
  209. ul.chat, .chat ol, .chat li {list-style:none; margin-left: -20px; margin-top: 3px}
  210.  
  211.  
  212. html {cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  213.  
  214. a, a:hover{cursor: url(http://www.totallylayouts.com/cursors/random/tiny_cursor.png), auto;}
  215.  
  216.  
  217.  
  218.  
  219.  
  220. #tumblr_controls{position: fixed!important}
  221. #tumblr_controls{position: fixed!important}
  222. #tumblr_controls{position: fixed!important}
  223. #tumblr_controls{position: fixed!important}
  224.  
  225. ::-webkit-scrollbar{width:7px;height:6px;}
  226. ::-webkit-scrollbar-button:start:decrement
  227. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  228. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  229. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:10px;}
  230. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scrollbar};-webkit-border-radius:10px;}
  231.  
  232.  
  233.  
  234. ::-moz-selection {background-color:{color:selectionbg};
  235. color:{color:selection};}
  236.  
  237. ::selection {background-color:{color:selectionbg};
  238. color:{color:selection};}
  239.  
  240. /* Estilo de notes por by helpdesigns*/
  241. .cred {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;background-color:#fff;text-align: right;}
  242. #info {text-align: right; margin-top:10px; font-size: 8px; font-family: 'pixel'; text-transform: uppercase; z-index: 11;height:15px;}
  243. #info a {font-size: 8px; text-transform: uppercase;}
  244. #cap {width: 500px; margin-top: -2px; }
  245. .source {display: none;}
  246. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px;text-align: right;}
  247. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  248. ol.notes li {background-color: {color:post}; margin-bottom: 2px; padding: 5px; }
  249. .notes img{display: none;}
  250. @font-face {src: url('http://static.tumblr.com/08l8cbl/qLfmfajt6/pf_arma_five.ttf'); font-family: 'pixel';}/*helpdesigns*/
  251. #damon {position: fixed; margin: 0px 0px 0px -492px;}
  252.  
  253. ul.chat, .chat ol, .chat li {list-style:none; margin-left: -20px; margin-top: 3px}
  254.  
  255.  
  256.  
  257.  
  258. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  259.  
  260. r{color:{color:r};}
  261. d{color:{color:d};}
  262.  
  263. /***codigos da sidebar, links, descrição, paginação, sas coisa ***/
  264. /**frase***/
  265.  
  266.  
  267. /**descrição**/
  268.  
  269. #dd {width:114px; margin-left:9px; margin-top:1px;position: fixed;font: 8px PF Arma Five;color:#aaa;padding:3px;border:1px solid #eee;width:104px;}
  270.  
  271.  
  272. /**sidebar**/
  273. #sidebar{position:fixed;font-size: 8px;color:{color:palavras}; #eee;
  274. margin-top:70px;
  275. margin-left:260px;
  276. height:195px;width:130px;
  277. }
  278. #sidediva img{width:110px;height:110px;padding:2px;margin-top:7px;-webkit-transition-duration: .80s;-webkit-transition-duration: .80s;}
  279. #sidediva img:hover{opacity: 0.8; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;}
  280.  
  281. /**links*/
  282. #linkss{margin-left:20px; margin-top:50px;position:fixed;font-family:PF Arma Five;font-size:8px;z-index:999999999999999999999999999999999999999999999999999999999999999999999999999;height:10px;text-align:center;}
  283.  
  284. #linkss a{margin-left:2px}
  285.  
  286. #linkss a:hover{opacity:0.7;}
  287. /***
  288. #bordas{padding:5px;color:#aaa;
  289. width:98px;
  290. height:30px;
  291. margin-top:1px;
  292. margin-left:10px;
  293. position:fixed;border-left:1px solid {color:bordax};border-right:1px solid {color:bordax};}
  294.  
  295. /**paginação**/
  296. #pagina{margin-top:70px;margin-left:55px;float:center;position:fixed;}.page {padding: 8px;z-index:999;letter-spacing:0px;text-align: center;font:8px PF Arma Five; color: {color:palavras};}.page a, {color:{color:palavras};}
  297.  
  298. #flores{position:fixed;font-family:cambria;font-size:10px;
  299. margin-top:-4px;
  300. margin-left:7px;
  301.  
  302. }
  303.  
  304.  
  305.  
  306. /***codigos da sidebar, links, descrição, paginação, sas coisa FIM ***/
  307.  
  308. </style>
  309.  
  310. <script type="text/javascript">
  311.  
  312. //desabilita menu de opcoes ao clicar no botao direito
  313.  
  314. function desabilitaMenu(e)
  315.  
  316. {
  317.  
  318. if (window.Event)
  319.  
  320. {
  321.  
  322. if (e.which == 2 || e.which == 3)
  323.  
  324. return false;
  325.  
  326. }
  327.  
  328. else
  329.  
  330. {
  331.  
  332. event.cancelBubble = true
  333.  
  334. event.returnValue = false;
  335.  
  336. return false;
  337.  
  338. }
  339.  
  340. }
  341.  
  342. //desabilita botao direito
  343.  
  344. function desabilitaBotaoDireito(e)
  345.  
  346. {
  347.  
  348. if (window.Event)
  349.  
  350. {
  351.  
  352. if (e.which == 2 || e.which == 3)
  353.  
  354. return false;
  355.  
  356. }
  357.  
  358. else
  359.  
  360. if (event.button == 2 || event.button == 3)
  361.  
  362. {
  363.  
  364. event.cancelBubble = true
  365.  
  366. event.returnValue = false;
  367.  
  368. return false;
  369.  
  370. }
  371.  
  372. }
  373.  
  374. //desabilita botao direito do mouse
  375.  
  376. if ( window.Event )
  377.  
  378. document.captureEvents(Event.MOUSEUP);
  379.  
  380. if ( document.layers )
  381.  
  382. document.captureEvents(Event.MOUSEDOWN);
  383.  
  384. document.oncontextmenu = desabilitaMenu;
  385.  
  386. document.onmousedown = desabilitaBotaoDireito;
  387.  
  388. document.onmouseup = desabilitaBotaoDireito;
  389.  
  390. </script>
  391.  
  392.  
  393. <script type="text/javascript"
  394. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  395. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  396. <script>
  397. (function($){
  398.  
  399. $(document).ready(function(){
  400. $("[title]").style_my_tooltips();
  401. });
  402. })(jQuery);
  403. </script>
  404.  
  405. <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>
  406.  
  407. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  408.  
  409. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  410.  
  411. <script type="text/javascript">
  412. $(window).load(function(){
  413. var $wall = $('#entries');
  414. $wall.imagesLoaded(function(){
  415. $wall.masonry({
  416. itemSelector: '.entry',
  417. isAnimated : true
  418. });
  419. });
  420. $wall.infinitescroll({
  421. navSelector : "div#navigation",
  422. nextSelector : "div#navigation a#nextPage",
  423. itemSelector : '.entry',
  424. loadingImg : "http://th282.photobucket.com/albums/kk259/rxplastic/random%20gifs/th_t348183788_55788_6.gif",
  425. loadingText : "",
  426. donetext : " ",
  427. extraScrollPx : 1000,
  428. bufferPx : 10100,
  429. debug : false,
  430. errorCallback: function() {
  431. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  432. }},
  433. function( newElements ) {
  434. var $newElems = $( newElements );
  435. $newElems.hide();
  436. $newElems.imagesLoaded(function(){
  437. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 25, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  438. });
  439. }); $('#entries').show(500);
  440. });
  441. </script>
  442.  
  443.  
  444. <body ondragstart='return false'>
  445. <!---------------------------------------------------------------------->
  446.  
  447. <!--sidebar--->
  448. <div id="sidebar">
  449. <div id="flores">
  450. <font color="{color:linkx}">✿</font><font color="{color:linkx}">✿</font><font color="{color:linkx}">✿</font></div>
  451. <div id="sidediva"><img src="{image:side}"></div>
  452. <div id="bordas"></div>
  453. <div id="dd">{description}</div>
  454.  
  455. <div id="linkss">
  456.  
  457. <a href="{text:Link1}">{text:Link1 Title}</a>
  458. <a href="{text:Link2}">{text:Link2 Title}</a>
  459. <a href="{text:Link3}">{text:Link3 Title}</a>
  460. <a href="{text:Link4}">{text:Link4 Title}</a>
  461.  
  462. </div>
  463.  
  464. <!--paginação-->
  465. <div id="pagina">
  466. <div class="page">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage} page {CurrentPage} of {TotalPages} {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}</div></div></div>
  467.  
  468.  
  469.  
  470. <!----------------------------------------------------------------------->
  471.  
  472. <!--------------NÃO MEXA NOS CRÉDITOS OBG DE NADA----------->
  473. <div id="cdts"><a href="http://lovatic-retardada.tumblr.com/" title="Theme por lovatic-retardada | Detalhes:calmarei, helpdesigns e eterniza-da. Base:helpdesigns">design | ©</a></div>
  474.  
  475.  
  476.  
  477. <div id="entries">
  478.  
  479.  
  480. {block:Posts}
  481. <div class="entry">
  482.  
  483. {block:Answer}
  484.  
  485. <img src="{AskerPortraitURL-48}" align="left" class="fotoask">
  486. <div id="simbol1"></div>
  487. <div class="askrub">{Asker} asked {TimeAgo}</div>
  488. <div class="pergunta">{Question} </div>
  489. <div class="pergunta2">{Answer}</div>
  490. {/block:Answer}
  491.  
  492.  
  493.  
  494. {block:Text}{block:Title}<div id="title2">{Title}</div>{/block:Title}{Body}{/block:Text}
  495.  
  496. {block:Photo}<center><img src="{PhotoURL-500}" width="500px"/></center>
  497. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  498.  
  499.  
  500. {block:Photoset}<center>{Photoset-500}</center>
  501. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  502.  
  503.  
  504. {block:Quote}
  505. <div class="quote"><center>{Quote}</center></div>
  506. {block:Source}<div class="pquotesource"> — {Source}</div>
  507. {/block:Source}
  508. {/block:Quote}
  509.  
  510.  
  511. {block:Link}
  512. <a href="{URL}" id="title" {Target}><div id="title">{Name}</div></a>{block:Description}{Description}{/block:Description}
  513. {/block:Link}
  514.  
  515. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  516.  
  517. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  518.  
  519. {block:Audio}<center>{AudioPlayerWhite}</center>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  520.  
  521.  
  522. <div class="cred">
  523. {block:Date}<div id="info">
  524. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">· </font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <font color="{color:tags}">· </font> <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}<font color="{color:tags}">· </font> <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}<font color="{color:tags}">· </font> <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage} </u><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}{/block:Date}</div>
  525. </div></center>{/block:IfShowTags}{/block:Date}</div>
  526. </div>
  527. {block:PostNotes}<div id="post_notes">{PostNotes}</div>{/block:PostNotes}
  528.  
  529.  
  530. {/block:Posts}
  531. {block:PostNotes}<div class="cred">
  532. {block:Date}<div id="info">
  533. <u><a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} <font color="{color:tags}">• </font> <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} <a href="{ReblogParentURL}"><a href="{ReblogParentURL}"></a>{/block:RebloggedFrom} {block:ContentSource}<font color="{color:tags}">• </font> <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}<font color="{color:tags}">• </font> <a href="{ReblogUrl}" target="_blank">reblog baby</a>{/block:IndexPage}
  534. </div>{/block:Date}</div>
  535. </div></u>
  536.  
  537.  
  538.  
  539. {/block:PostNotes}
  540. </div></div>
  541.  
  542.  
  543. {block:Ifrolagemifni}{block:IndexPage}
  544. <div class="column navigation" id="navigation">
  545. {block:Pagination}
  546. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  547. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  548. </div>
  549. {/block:IndexPage}{/block:Ifrolagemifni}
  550. </div></div></div></div>
  551.  
  552. <br></center></div></div></div></div></div></div>
  553.  
  554. </body>
  555. </head>
  556. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement