diariodeumjudas

Theme 30

Nov 8th, 2012
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.12 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.  
  191. -webkit-filter: grayscale(100%);
  192. transition:All 1s ease;
  193. -webkit-transition:All 1s ease;
  194. -moz-transition:All 1s ease;
  195. -o-transition:All 1s ease;}
  196.  
  197. .image img {max-width: 400px; margin-bottom: 2px;
  198.  
  199. -webkit-filter: grayscale(0%);
  200. transition:All 1s ease;
  201. -webkit-transition:All 1s ease;
  202. -moz-transition:All 1s ease;
  203. -o-transition:All 1s ease;}
  204.  
  205. .oiqqtt {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  206. .oiqqtts {text-align: center; text-transform: none; margin-bottom: 5px;}
  207. .oiqqtts a, a:hover{text-transform: none;}
  208.  
  209. .chat {line-height: 13px; list-style: none }
  210. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  211. .person1 {color: {color:text}; padding: 2px; }
  212. .person1 .label {font-weight: bold; color:{color:text}}
  213. .person2 {color: {color:text}; padding: 2px; }
  214. .person2 .label {font-weight: bold; color:{color:text}}
  215.  
  216. .player {background-color: #000; text-align: left; display:block;}
  217.  
  218. /* asker */
  219.  
  220. .asker {width: 480px; background-color: transparent; color:#969696; padding: 5px;}
  221. .asker img{float: left; padding: 0px 5px 0px 0px}
  222. .asker a{font-size: 11px; font-weight: bold; color:#969696; text-transform: lowercase; line-height: 11px; padding: 0; margin: 0}
  223. .asker a:hover{font-size: 11px; font-weight: bold; color:#969696; background-color: transparent; text-transform: uppercase; line-height:11px; padding: 0; margin: 0}
  224. .question {font-size: 10px;}
  225. .answer {padding: 4px}
  226. .answer img {max-width: 470px;}
  227.  
  228. .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;}
  229.  
  230.  
  231. #infoa {text-align:left; margin-top:0px; height:12px;text-transform:uppercase; padding:5px; font-size:9px; text-transform: none; text-align:left;opacity:2; border-top: dotted 1px {color:border}; border-bottom: dotted 1px {color:border}}
  232.  
  233.  
  234. .source{display:none; }
  235.  
  236. #oidata {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; }
  237. #oidata a {font-size: 9px;}
  238.  
  239. #oidata2 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-24px;}
  240. #oidata2 a {font-size: 9px; }
  241.  
  242. #oidata3 {text-align: right; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11; margin-top:-14px;}
  243. #oidata3 a {font-size: 9px; }
  244.  
  245. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; margin-left: 100px; text-transform: lowercase;}
  246. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase; opacity: 0.7;}
  247.  
  248. .pquote {font-family: tahoma; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  249. .pquotesource {text-align: right; text-transform: none; margin-bottom: 5px;}
  250. .pquotesource a, a:hover{text-transform: none;}
  251.  
  252. #cap {width: 400px; margin-top: -2px; }
  253. .source {display: none;}
  254.  
  255. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left; }
  256. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  257. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; border:2px solid #000;}
  258. .notes img{display: none; border:0px}
  259.  
  260.  
  261. .question {
  262. color:{color:text};
  263. font-size: 11px;
  264. font-weight: normal;
  265. font-family: verdana;
  266. line-height:95%;
  267. background: {color:background};
  268. position: relative;
  269. min-height:70px;
  270. padding:10px 15px;
  271. margin-bottom:2px;
  272. margin-right:-10px;}
  273.  
  274. .questionarrow {
  275. font-size:30px;
  276. color:{color:background};
  277. vertical-align:middle;
  278. margin-left:-5px!important;}
  279.  
  280. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  281. .asker a {color:{color:text};}
  282. .asker img {float:left; margin-left:500px; vertical-align:top; margin-right:3px; max-height:15px;}
  283.  
  284. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  285. .asking a{color:{color:text};}
  286. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  287.  
  288. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  289.  
  290. .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);}
  291. .jf {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  292.  
  293. /** estilo de ask by htmland **/
  294. @font-face {font-family: "tinytots"; src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf')}
  295. .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;}
  296. .hlanswer img {border: 2px solid #bebebe; float: right; margin-top: -15px; margin-left: 13px; margin-bottom: -13px; opacity: 0.8; }
  297. .hlanswer img:hover {opacity: 1.0}
  298. .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}
  299. .hlanswerinfo a {color: {color:text};}
  300.  
  301. #entry {float: left; margin-left: 350px; margin-top:0px; opacity:0.9; }
  302.  
  303. .posts { width: 400px; background-color: {color:post}; padding: 10px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; }
  304.  
  305.  
  306.  
  307.  
  308. ::-webkit-scrollbar{width:5px;height:5px;}
  309. ::-webkit-scrollbar-button:start:decrement
  310. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  311. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  312. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  313. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  314.  
  315. #tumblr_controls{position: fixed!important}
  316. #tumblr_controls{position: fixed!important}
  317. #tumblr_controls{position: fixed!important}
  318. #tumblr_controls{position: fixed!important}
  319.  
  320.  
  321. #side {position: fixed; width: 180px; height: 550px; auto; left: 120px; margin-top: 130px; padding: 5px; border: solid 1px {color:border};}
  322.  
  323. .picimg {position: fixed; width: 170px; height: 250px; auto; left: 125px; margin-top: 20px; padding: 5px; border: solid 1px {color:border};
  324.  
  325. -webkit-filter: grayscale(0%);
  326. transition:All 1s ease;
  327. -webkit-transition:All 1s ease;
  328. -moz-transition:All 1s ease;
  329. -o-transition:All 1s ease;}
  330.  
  331. .picimg img {width: 170px; height:250px; auto; -webkit-transition: all 0.5s ease-out; -webkit-filter: grayscale(30%);}
  332. .picimg img:hover {
  333. -webkit-filter: grayscale(100%);
  334. transition:All 1s ease;
  335. -webkit-transition:All 1s ease;
  336. -moz-transition:All 1s ease;
  337. -o-transition:All 1s ease;}
  338.  
  339.  
  340. .descri{width: 185px; background: ; text-align:justify; position: fixed; margin-top: 310px; margin-left: -5px; opacity:1; font-family: georgia; font-style: none; font-size: 9px; z-index: 100; padding: 3px; color: {color:linkbg};border-bottom: 1px solid {color:linkbg}; border-top: 1px solid {color:linkbg}; }
  341.  
  342. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  343. #paginal a {background: ; margin: 0 1px 0 0; padding: 2px 4px; color: {color:linktext};}
  344. #paginal a:hover {background: ; color: {color:linktext};}
  345. #paginal span.pagina_atual {background: ; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:linktex}; font-weight: bold; text-decoration: none;}
  346. .ps {position:fixed; color: {color:border}; padding: 15px; margin-top:390px; margin-left: px; width: 150px; height:5px;}
  347.  
  348. #links { margin-left: 0px; margin-top:290px; position:fixed; background-color: ; z-index: 999999; }
  349. #links a {float: left; font-family:calibri; font-style:bold; font-size: 10px; text-align: center; height:10px; auto; margin-left:0px; width: 34px; letter-spacing: 0px; opacity:1; text-transform: none; padding: 1px; line-height: 9px; text-transform:uppercase; background-color: ; color: {color:linkbg}; }
  350. #links a:hover{color:{color:linktext}; border: 1px solid {color:linktext}; }
  351.  
  352. #titulo {font-size: 14px; font-family: calibri; text-transform: ; background-color: ; position:fixed; width: 173px; padding: 4px; margin-left: px; margin-top: px;height: autopx; line-height: 9px; border-bottom: 1px solid {color:linkbg}; border-top: 1px solid {color:linkbg}; color: {linkbg};}
  353.  
  354. #titulo:hover {opacity:0.5; background-color: {color:linkbghover}; color: {color:linktexthover}; }
  355.  
  356. </style>
  357.  
  358. </head>
  359.  
  360. <body>
  361.  
  362. <div id="side">
  363.  
  364. <div class="picimg">
  365. <img src="{image:sidebar}" height= "310px;" width= "205px;">
  366. </div>
  367.  
  368. <div class="descri">{description} <a href="http://sintonizo.tumblr.com" title= "made by sintonizo."><font color="{color:linkbg}">©</font></a></div>
  369.  
  370.  
  371. <div id="links">
  372. <a href="{text:Link1}">{text:Link1 Title}</a>
  373. <a href="{text:Link2}">{text:Link2 Title}</a>
  374. <a href="{text:Link3}">{text:Link3 Title}</a>
  375. <a href="{text:Link4}">{text:Link4 Title}</a>
  376. <a href="{text:Link5}">{text:Link5 Title}</a>
  377. </div>
  378.  
  379. <div id="titulo">
  380. {text:frase}</div>
  381.  
  382.  
  383. <div class="ps"><div id="paginal">{block:PreviousPage}<a href="{PreviousPage}">«</a> {/block:PreviousPage}
  384. {block:JumpPagination length="5"}
  385. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  386. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  387. {/block:JumpPagination}{block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  388. </div></div>
  389.  
  390.  
  391. </div>
  392.  
  393. <div id="entry">
  394.  
  395. {block:Posts}
  396. <div class="posts">
  397.  
  398. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  399.  
  400. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-400}"></div>{LinkCloseTag}{/block:Photo}
  401.  
  402. {block:Photoset}{Photoset-400}{/block:Photoset}
  403.  
  404. {block:Quote}
  405. <div class="pquote">“{Quote}”</div>
  406. {block:Source}<div class="pquotesource"> <font color="(color:tags)"> — </font></a> {Source}</div>
  407. {/block:Source}
  408. {/block:Quote}
  409.  
  410. {block:Link}
  411. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  412. {block:Description}{Description}{/block:Description}
  413. {/block:Link}
  414.  
  415. {block:Chat}
  416. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  417. <div class="chat"><ul>{block:Lines}
  418. <li class="person{UserNumber}">{block:Label}
  419. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  420. {/block:Chat}
  421.  
  422. {block:Audio}
  423. <div class="player">{AudioPlayerBlack}</div>
  424. {block:Caption}{Caption}{/block:Caption}
  425. {/block:Audio}
  426.  
  427. {block:Video}{Video-400}{/block:Video}
  428.  
  429.  
  430. {block:Answer}
  431. <table width="400px" cellspacing="0" cellpadding="0">
  432. <tr>
  433. <td width="415px" class="question">{Question}</td>
  434. <td width="30px"><span class="questionarrow">◤</span></td>
  435. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  436. </tr>
  437. </table>
  438. <div class="answer">{Answer}</div>
  439. {/block:answer}
  440.  
  441.  
  442. <div id="cap">
  443. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  444. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  445. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  446.  
  447. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  448. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  449. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  450. {/block:ContentSource}</div></div>
  451. <br>
  452.  
  453. <div class="credito">
  454. {block:Date}<div id="infoa">
  455. <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}
  456. </div></center>{/block:IfShowTags}{/block:Date}</div>
  457. <div class="tags">{block:HasTags}{block:Tags} <font color="{color:tags}">#</font><a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}{/block:HasTags} </div>
  458. </div>
  459.  
  460.  
  461. {/block:Posts}
  462. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  463.  
  464.  
  465. </div>
  466. </div>
  467. </div>
  468. </div>
  469.  
  470. </body>
  471. </html>
Advertisement
Add Comment
Please, Sign In to add comment