diariodeumjudas

Theme 29

Nov 5th, 2012
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.34 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <! theme by sintonizo
  6. DONT COPY BABY, be original (c) !>
  7.  
  8. <head>
  9.  
  10. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  11. <link href='http://fonts.googleapis.com/css?family=Open+Sans+Condensed:300|Dosis|Inconsolata' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Engagement' rel='stylesheet' type='text/css'>
  14.  
  15. <link rel="stylesheet" href="stylesheet.css" type="text/css" charset="utf-8" />
  16.  
  17. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  18.  
  19. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  20. <script type="text/javascript">
  21. function slideSwitch() {
  22. var $active = $('#slideshow2 img.active');
  23.  
  24. $active.addClass('last-active');
  25.  
  26. // verifica se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  27. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  28.  
  29. $next.css({opacity: 0.0})
  30. .addClass('active')
  31. .animate({opacity: 1.0}, 1000, function() {
  32. $active.removeClass('active last-active');
  33. });
  34. }
  35.  
  36. $(function() {
  37. //Executa a função a cada 2 segundos
  38. setInterval( "slideSwitch()", 2500 );
  39. });
  40. </script>
  41. <script type="text/javascript">
  42. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  43.  
  44. function tb8_makeArray(n){
  45. this.length = n;
  46. return this.length;
  47. }
  48. tb8_messages = new tb8_makeArray(1);
  49. tb8_messages[0] = "{Title}";
  50. tb8_rptType = 'infinite';
  51. tb8_rptNbr = 5;
  52. tb8_speed = 100;
  53. tb8_delay = 2000;
  54. var tb8_counter=1;
  55. var tb8_currMsg=0;
  56. var tb8_tekst ="";
  57. var tb8_i=0;
  58. var tb8_TID = null;
  59. function tb8_pisi(){
  60. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  61. document.title = tb8_tekst;
  62. tb8_sp=tb8_speed;
  63. tb8_i++;
  64. if (tb8_i==tb8_messages[tb8_currMsg].length){
  65. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  66. }
  67. if (tb8_currMsg == tb8_messages.length){
  68. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  69. clearTimeout(tb8_TID);
  70. return;
  71. }
  72. tb8_counter++;
  73. tb8_currMsg = 0;
  74. }
  75.  
  76. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);}
  77. tb8_pisi()
  78.  
  79. </script>
  80.  
  81. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  82.  
  83. <!-- DEFAULT VARIABLES -->
  84.  
  85. <meta name="font:text" content="verdana" />
  86. <meta name="font:title" content="georgia" />
  87. <meta name="color:background" content="#f8f8f8" />
  88. <meta name="color:fundo" content="#ffffff" />
  89. <meta name="color:link" content="#000000" />
  90. <meta name="color:text" content="#000000" />
  91. <meta name="color:post" content="#ffffff" />
  92. <meta name="color:scroll" content="#000000" />
  93. <meta name="color:ask" content="#ebebeb" />
  94. <meta name="color:links" content="#000" />
  95. <meta name="color:tags" content="#000" />
  96. <meta name="color:linkbg" content="#ffffff" />
  97. <meta name="color:linktext" content="#000" />
  98. <meta name="color:linkbghover" content="#000" />
  99. <meta name="color:linktexthover" content="#fff" />
  100. <meta name="color:border" content="#EEEEEE" />
  101.  
  102.  
  103. <meta name="image:background" content="" />
  104.  
  105. <meta name="image:sidebar" content="http://24.media.tumblr.com/tumblr_mamp904K9L1rzamyno1_500.jpg"/>
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <meta name="text:frase" content="Love Me?" />
  112.  
  113. <meta name="text:link1" content="/" />
  114. <meta name="text:Link1 Title" content="link" />
  115. <meta name="text:Link2" content="/" />
  116. <meta name="text:Link2 Title" content="link" />
  117. <meta name="text:Link3" content="/" />
  118. <meta name="text:Link3 Title" content="link" />
  119. <meta name="text:Link4" content="/" />
  120. <meta name="text:Link4 Title" content="link" />
  121. <meta name="text:Link5" content="/" />
  122. <meta name="text:Link5 Title" content="link" />
  123.  
  124.  
  125.  
  126.  
  127. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  128.  
  129.  
  130.  
  131.  
  132.  
  133. <title>{Title}</title>
  134. <link rel="shortcut icon" href="{Favicon}">
  135. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  136. {block:Description}
  137. <meta name="description" content="{MetaDescription}" />
  138. {/block:Description}
  139.  
  140. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  141.  
  142.  
  143. <style type="text/css">
  144.  
  145.  
  146. body {background-color: {color:background}; font-family: georgia; color: {color:text}; text-align: center; font-size: 9px; background-image:url('{image:background}'); background-attachment: fixed; }
  147.  
  148. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  149.  
  150. p {margin: 6px 0 0 0}
  151.  
  152. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  153. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  154. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  155. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  156.  
  157. blockquote img{max-width: 470px!important}
  158. blockquote blockquote img{max-width: 450px!important}
  159. blockquote blockquote blockquote img{max-width: 430px!important}
  160. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  161. .qquote{font-family: Georgia; font-size: 15px; letter-spacing: 0px; line-height: 18px; text-transform: none; text-align: center;
  162.  
  163. }
  164. .qsource{margin-top: 5px; margin-right: 15px;text-align: right}
  165.  
  166. #tudo {text-align: center; margin: 20px auto 20px auto; z-index: 1; width:400px; position:fixed; }
  167.  
  168.  
  169. #entries{float: left; margin-left:490px; margin-top: 20px; position: relative; border-left: 0px solid {color:background}; z-index:1000; }
  170.  
  171.  
  172. #msd {width: 350px; height: 350px; margin-left:-180px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  173.  
  174.  
  175.  
  176.  
  177. .danpost {width: 400px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: tahoma; font-size: 11px;}
  178.  
  179. .danpost:hover #info {opacity:0.9; margin-left:140px; margin-top:0px;}
  180. .danpost:hover #infu {opacity:1}
  181.  
  182. #infu {text-align: center; font-size: 9px; font-family: tahoma; text-transform: lowercase; z-index: 11; margin-top:10px;}
  183. #infu a {font-size: 9px;}
  184.  
  185. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  186. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  187. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  188.  
  189. .image {text-align: center; border: 0px}
  190. .image img {max-width: 400px; margin-bottom: 2px }
  191.  
  192. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  193. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  194. .oiqqtts a, a:hover{text-transform: none;}
  195.  
  196. .chat {line-height: 13px; list-style: none }
  197. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  198. .person1 {color: {color:text}; padding: 2px; }
  199. .person1 .label {font-weight: bold; color:{color:text}}
  200. .person2 {color: {color:text}; padding: 2px; }
  201. .person2 .label {font-weight: bold; color:{color:text}}
  202.  
  203. .player {background-color: #000; text-align: left; display:block;}
  204.  
  205. /* asker */
  206.  
  207. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  208. .asker img{float: left; padding: 0px 5px 0px 0px}
  209. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  210. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  211. .question {font-size: 10px;}
  212. .answer {padding: 4px}
  213. .answer img {max-width: 470px;}
  214.  
  215. .bg {width: 480px; background-color: {color:entrie}; color:{color:text}; margin-top: 5px; padding-right: 10px; padding-left: 5px; padding-top: 2px; padding-bottom: 3px; border-radius:8px;}
  216.  
  217.  
  218. #infoa {text-align:center;margin-top:0px; height:10px; text-transform:uppercase; padding:5px; font-size:9px; text-transform: none; text-align:center;opacity:2; border-bottom: 1px solid {color:fundo}; border-top: 1px solid {color:fundo};}
  219.  
  220.  
  221. .source{display:none; }
  222.  
  223. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; }
  224. #oidata a {font-size: 9px;}
  225.  
  226. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  227. #oidata2 a {font-size: 9px; }
  228.  
  229. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px;}
  230. #oidata3 a {font-size: 9px; }
  231.  
  232. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; margin-left: 100px; text-transform: lowercase;}
  233. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase; opacity: 0.7;}
  234.  
  235. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  236. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  237. .pquotesource a, a:hover{text-transform: none;}
  238.  
  239. #cap {width: 400px; margin-top: -2px; }
  240. .source {display: none;}
  241.  
  242. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; }
  243. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  244. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; border:2px solid #000;}
  245. .notes img{display: none; border:0px}
  246.  
  247.  
  248. .question {
  249. color:{color:text};
  250. font-size: 11px;
  251. font-weight: normal;
  252. font-family: verdana;
  253. line-height:95%;
  254. background: {color:background};
  255. position: relative;
  256. min-height:70px;
  257. padding:10px 15px;
  258. margin-bottom:2px;
  259. margin-right:-10px;}
  260.  
  261. .questionarrow {
  262. font-size:30px;
  263. color:{color:background};
  264. vertical-align:middle;
  265. margin-left:-5px!important;}
  266.  
  267. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  268. .asker a {color:{color:text};}
  269. .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
  270.  
  271. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  272. .asking a{color:{color:text};}
  273. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  274.  
  275. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  276.  
  277. .fj {font-size: 130px; font-family: arial; line-height: 95px; margin-left: 5px; color: {color: titulos posts}; opacity:0.15; -moz-opacity: 0.15; filter: alpha(opacity=15);}
  278. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  279.  
  280. /** estilo de ask by htmland **/
  281. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  282. .hlanswer {background: #bebebe color: {color:text}; background: {color:ask}; width: 385px; font: normal 10px arial; margin-bottom: 2px; padding-top: 8px; padding-left: 13px; padding-bottom: 13px; text-align: justify; display: block; overflow: hidden; border-top: 2px solid #bebebe;}
  283. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  284. .hlanswer img:hover {opacity: 1.0}
  285. .hlanswerinfo {background: transparent; padding: 3px; float: left; display: inline-block; width: auto; color: {color:text}; font: normal 10px "tahoma"; text-transform: none; margin-bottom: -1px}
  286. .hlanswerinfo a {color: {color:text};}
  287.  
  288. #entry {float: left; margin-left: 350px; margin-top:0px; opacity:0.9; }
  289.  
  290. .posts { width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  291.  
  292.  
  293.  
  294.  
  295. ::-webkit-scrollbar{width:5px;height:5px;}
  296. ::-webkit-scrollbar-button:start:decrement
  297. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  298. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  299. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  300. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  301.  
  302. #tumblr_controls{position: fixed!important}
  303. #tumblr_controls{position: fixed!important}
  304. #tumblr_controls{position: fixed!important}
  305. #tumblr_controls{position: fixed!important}
  306.  
  307. .img1 {position: absolute; width:200px; height:260px; margin-left:120px; margin-top: 130px;position:fixed;border:6px solid {color:fundo};opacity:0.8;}
  308. .img1 img {position:fixed; -webkit-transition: all 1s ease-in-out;-webkit-border-radius: 0px 0px 0px 0px; -moz-transition: all 1s ease-in-out; -o-transition: all 1s ease-in-out; -ms-transition: all 1s ease-in-out; transition: all 1s ease-in-out; display: block; height:250px; width: 190px; background-color:transparent; padding:0px; border:5px solid {color:border};margin-left:0px; margin-top:0px;}
  309.  
  310.  
  311. .img1 img:hover{ -webkit-transform:scale(1.1); -moz-transform:scale(1.1); -o-transform:scale(1.7); opacity:0.2;-webkit-transition-duration: .59s;}
  312.  
  313.  
  314. .img1 img.top { opacity:1;}
  315. .img1:hover img.top, .cf4.hover_effect img.top {opacity:0;}
  316.  
  317. .img1:hover img.bottom, .cf4.hover_effect img.bottom {filter:gray}
  318.  
  319. #drigo {position: absolute; width: 200px; margin-left: 120px; margin-top:405px; text-align: center;}
  320. #drigo a { float: left ; display: block; background-color: trans; font-size:8px; font-family: arial; text-align: center; text-decoration: none; text-align: center; margin-bottom: 1px; margin-right: 4px; text-transform: uppercase; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; line-height: 10px; width: px; color: {color:linkbg};}
  321. #drigo a:hover{box-shadow: inset 110px 0px {color:linkbghover}; color: {color:linktext}; border-bottom: dotted 1px {color:linkbg};}
  322.  
  323. .ttle {position: fixed; width: 212px; font-family: 'Century Gothic', 'Apple Gothic', sans-serif; font-size: 16px; margin-top: 110px; left: 128px; text-align: right; line-height: 17px; border-bottom: solid 0px {color:linkbg}; color: {color:linkbg}; -webkit-transition-duration: 0.7s; }
  324. .ttle:hover {opacity: 0.7;}
  325.  
  326. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  327. #paginal a {background: {color:fundo}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:border};}
  328. #paginal a:hover {background: {color:fundo}; color: {color:border};}
  329. #paginal span.pagina_atual {background: {color:fundo}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:border}; font-weight: bold; text-decoration: none;}
  330. .ps {position:fixed; color: {color:border}; padding: 15px; margin-top: 455px; margin-left: 90px; width: 220px; height:15px;}
  331.  
  332. </style>
  333.  
  334. </head>
  335.  
  336. <body>
  337.  
  338. <div class="img1" class="hover">
  339. <img class="bottom shadow" src="{image:sidebar}"title="DAMA DO VAGABUNDO"style="-webkit-filter: grayscale(100%);" >
  340. <img class="top shadow" src="{image:sidebar}" /></div>
  341.  
  342. <div id="drigo">
  343.  
  344. <div style="display:block; width: 200px; text-align:center; bottom:px;left:px;font-size:9px;font-family:georgia;position:fixed;background-color:; color: {color:linkbg}; padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">{description}
  345.  
  346. <br><p>
  347.  
  348. <a href="{text:Link1}" class="link1">{text:Link1 Title}</a>
  349. <a href="{text:Link2}" class="link2">{text:Link2 Title}</a>
  350. <a href="{text:Link3}" class="link3">{text:Link3 Title}</a>
  351. <a href="{text:Link4}" class="link4">{text:Link4 Title}</a>
  352. <a href="{text:Link5}" class="link5">{text:Link5 Title}</a>
  353. <a href="{text:Link6}" class="link6">{text:Link6 Title}</a>
  354.  
  355. </div></div>
  356.  
  357. <div class="ttle">{text:frase}</div>
  358.  
  359. <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  360. {block:JumpPagination length="5"}
  361. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  362. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  363. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  364. </div></div>
  365.  
  366.  
  367. <div style="display:block;bottom:30px;left:15px;font-size:9px;font-family:georgia;position:fixed;background-color:{color:post}; color: {color:text}; padding:3px;border-radius:10px;z-index:55554235555;opacity:0.75;">design by <a href="http://sintonizo.tumblr.com" title= "made by sintonizo.">sintonizo</a> <font color="#000">©</font></a></div>
  368.  
  369. <div id="entry">
  370.  
  371. {block:Posts}
  372. <div class="posts">
  373.  
  374. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  375.  
  376. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  377.  
  378. {block:Photoset}{Photoset-400}{/block:Photoset}
  379.  
  380. {block:Quote}
  381. <div class="pquote">“{Quote}”</div>
  382. {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
  383. {/block:Source}
  384. {/block:Quote}
  385.  
  386. {block:Link}
  387. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  388. {block:Description}{Description}{/block:Description}
  389. {/block:Link}
  390.  
  391. {block:Chat}
  392. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  393. <div class="chat"><ul>{block:Lines}
  394. <li class="person{UserNumber}">{block:Label}
  395. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  396. {/block:Chat}
  397.  
  398. {block:Audio}
  399. <div class="player">{AudioPlayerBlack}</div>
  400. {block:Caption}{Caption}{/block:Caption}
  401. {/block:Audio}
  402.  
  403. {block:Video}{Video-400}{/block:Video}
  404.  
  405.  
  406. {block:Answer}
  407. <table width="400px" cellspacing="0" cellpadding="0">
  408. <tr>
  409. <td width="415px" class="question">{Question}</td>
  410. <td width="30px"><span class="questionarrow">◤</span></td>
  411. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  412. </tr>
  413. </table>
  414. <div class="answer">{Answer}</div>
  415. {/block:answer}
  416.  
  417.  
  418. <div id="cap">
  419. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  420. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  421. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  422.  
  423. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  424. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  425. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  426. {/block:ContentSource}</div></div>
  427. <br>
  428.  
  429. <div class="credito">
  430. {block:Date}<div id="infoa">
  431. <center> <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} · <a href="{Permalink}" {block:NoteCount}{/block:NoteCount}</a>{NoteCountWithLabel}</a>{block:RebloggedFrom} · <a href="{ReblogParentURL}"><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource} · <a href="{SourceURL}">source</a>{/block:ContentSource} {block:IndexPage}· <a href="{ReblogUrl}" target="_blank">reblog</a>{/block:IndexPage}</center> </div>{block:IfShowTags}<center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  432. </div></center>{/block:IfShowTags}{/block:Date}</div>
  433. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  434. </div>
  435.  
  436.  
  437. {/block:Posts}
  438. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  439.  
  440.  
  441. </div>
  442. </div>
  443. </div>
  444. </div>
  445.  
  446. </body>
  447. </html>
Advertisement
Add Comment
Please, Sign In to add comment