iea-themes

theme 7 - Crown Simple

Jul 24th, 2012
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.79 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  4.  
  5. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  6.  
  7. <! THEME POR Any Emelly (http://impossivel-esse-amor.tumblr.com) NÃO COPIE !>
  8.  
  9.  
  10.  
  11. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  12.  
  13. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  14. <script type="text/javascript">
  15. function slideSwitch() {
  16. var $active = $('#slideshow2 img.active');
  17.  
  18. $active.addClass('last-active');
  19.  
  20. // verificar se existe um próximo objeto na div #slideshow2, caso ele nao exista, retorna para o primeiro
  21. var $next = $active.next().length ? $active.next() : $('#slideshow2 img:first');
  22.  
  23. $next.css({opacity: 0.0})
  24. .addClass('active')
  25. .animate({opacity: 1.0}, 1000, function() {
  26. $active.removeClass('active last-active');
  27. });
  28. }
  29.  
  30. $(function() {
  31. //Executa a função a cada 2 segundos
  32. setInterval( "slideSwitch()", 2500 );
  33. });
  34. </script>
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44. <!-- DEFAULT VARIABLES -->
  45. <meta name="color:background" content="#ADADAD" />
  46. <meta name="color:link" content="#000000"/>
  47. <meta name="color:linkhover" content="#ADADAD
  48. " />
  49. <meta name="color:text" content="#000000" />
  50. <meta name="color:post" content="#ADADAD" />
  51. <meta name="color:border" content="#ADADAD" />
  52.  
  53.  
  54. <meta name="color:scroll" content="#000000" />
  55. <meta name="color:ask" content="#FFFFFF" />
  56.  
  57.  
  58.  
  59. <meta name="color:bgdescription" content="#ADADAD" />
  60.  
  61. <meta name="color:textdescription" content="#000000" />
  62. <meta name="color:links" content="#FF69B4" />
  63. <meta name="color:cruz" content="#8B8989" />
  64. <meta name="color:link1" content="#ADADAD" />
  65. <meta name="color:linktext" content="#FFFFFF" />
  66. <meta name="color:coroa1" content="#FF69B4" />
  67. <meta name="color:bglinks" content="#8B8989" />
  68. <meta name="color:linkbghover" content="#000000" />
  69. <meta name="color:linktexthover" content="#000000" />
  70. <meta name="color:bgpage" content="#000000" />
  71.  
  72.  
  73.  
  74. <meta name="image:background" content="" />
  75. <meta name="image:fotinha" content="http://24.media.tumblr.com/tumblr_m6ndoseGXh1raq753o1_250.png"/>
  76.  
  77. <meta name="font:text" content="verdana" />
  78. <meta name="font:title" content="georgia" />
  79. <meta name="text:frasedecima" content="Frase aqui" />
  80. <meta name="text:Linkhome" content="/" />
  81. <meta name="text:Link1" content="/" />
  82. <meta name="text:Link1 Title" content="link aqui" />
  83. <meta name="text:Link2" content="/" />
  84. <meta name="text:Link2 Title" content="link aqui" />
  85. <meta name="text:Link3" content="/" />
  86. <meta name="text:Link3 Title" content="link aqui" />
  87. <meta name="text:Link4" content="/" />
  88. <meta name="text:Link4 Title" content="link aqui" />
  89. <meta name="text:Link5" content="/" />
  90. <meta name="text:Link5 Title" content="link aqui" />
  91. <meta name="text:Link6" content="/" />
  92. <meta name="text:Link6 Title" content="link aqui" />
  93.  
  94.  
  95.  
  96.  
  97.  
  98.  
  99.  
  100. <title>{Title}</title>
  101. <link rel="shortcut icon" href="{Favicon}">
  102. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  103. {block:Description}
  104. <meta name="description" content="{MetaDescription}" />
  105. {/block:Description}
  106.  
  107.  
  108.  
  109.  
  110.  
  111. <style type="text/css">
  112.  
  113.  
  114. 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; }
  115.  
  116. a {color: {color:link}; text-decoration: none; text-transform: none; -webkit-transition: all .2s ease-out; -moz-transition: all .2s ease-out;}
  117.  
  118. p {margin: 6px 0 0 0}
  119.  
  120. blockquote {margin: 5px 5px 5px 5px; border-left: 4px solid {color:background}; padding-left: 4px; }
  121. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:post};}
  122. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  123. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  124.  
  125. blockquote img{max-width: 470px!important}
  126. blockquote blockquote img{max-width: 450px!important}
  127. blockquote blockquote blockquote img{max-width: 430px!important}
  128. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  129.  
  130. #linksf {text-align: center; margin-left: 0px margin-top: 5px auto; z-index: 1; width: 935px; position:fixed; }
  131.  
  132. #post{float: left; margin-left:390px; margin-top: 30px; position: relative; border-left: 1px solid {color:background} }
  133.  
  134. #msd {width: 350px; height: 350px; margin-left:-280px; margin-top: 30px; position:fixed; overflow:hidden; padding:3px; background-color: {color:sidebar};}
  135.  
  136.  
  137.  
  138. .danpost {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: tahoma; font-size: 11px;}
  139.  
  140. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: uppercase; color: {color:text}; font-weight: normal; line-height: 18px;}
  141. h1 a {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:link}; font-weight: normal; line-height: 18px;}
  142. h1 a:hover {text-align: center; font-size: 16px; text-transform: uppercase; color: {color:linkhover}; font-weight: normal; line-height: 18px;}
  143.  
  144. .image {text-align: center; border: 0px}
  145. .image img {max-width: 500px; margin-bottom: 2px }
  146.  
  147. .qoo {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  148. .qoos {text-align: center; text-transform: none; margin-bottom: 5px;}
  149. .qoos a, a:hover{text-transform: none;}
  150.  
  151. .chat {line-height: 13px; list-style: none }
  152. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  153. .person1 {color: {color:text}; padding: 2px; }
  154. .person1 .label {font-weight: bold; color:{color:text}}
  155. .person2 {color: {color:text}; padding: 2px; }
  156. .person2 .label {font-weight: bold; color:{color:text}}
  157.  
  158. .player {background-color: #000; text-align: left; display:block;}
  159.  
  160. #asker {font-size: 11px; font-family: {font:text}; text-align: justify;}
  161. .answer {padding: 2px}
  162. .answer img {max-width: 470px;}
  163.  
  164.  
  165. #data {text-align: left; font-size: 9px; font-family: verdana; text-transform: lowercase; z-index: 11;}
  166. #data a {font-size: 9px;}
  167.  
  168. .tags {color: {color:text}; font-size: 9px; font-family: {font:text}; display: inline; list-style: none; text-transform: lowercase;}
  169. .tags a {font-size: 9px; color: {color:links}; display: inline; list-style: none; text-transform: lowercase;}
  170. #cap {width: 500px; margin-top: -2px;}
  171. .source {display: none;}
  172.  
  173. .notes {width: 530px; padding: 0px; margin-top: 5px; margin-bottom: 10px; font-size: 9px; text-align: left}
  174. ol.notes {list-style: none; margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  175. ol.notes li {background-color: {color:post}; margin-bottom: 5px; padding: 5px; }
  176. .notes img{display: none; border:0px}
  177.  
  178. .question {
  179. color: {color:text};
  180. font-size: 9px;
  181. font-weight: normal;
  182. font-family: {font:body};
  183. line-height:95%;
  184. background: {color:ask};
  185. margin: 0 0 10px 0;
  186. padding: 10px 15px;
  187. position: relative;}
  188.  
  189. .questionarrow {
  190. width: 13px;
  191. height: 7px;
  192. font-size:30px;
  193. font-family: verdana;
  194. position: absolute;
  195. color: {color:ask};
  196. bottom: -3.5px;
  197. left: 240px;}
  198.  
  199.  
  200. .asker {width:500px; text-align:center; text-transform:uppercase; color:{color:text};}
  201. .asker a {color: {color:text};}
  202. .asker img {float:left; margin-left:220px; vertical-align:top; margin-right:3px; max-height:15px;}
  203.  
  204. .answer {color: {color:text};}
  205.  
  206.  
  207. .dat {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);}
  208. .tad {font-size: 19px; font-family: Euphemia; letter-spacing: -1px; line-height: 20px; color: {color: titulos posts}; margin-left: 35px; margin-top: -92px; }
  209.  
  210. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  211.  
  212. #sideimg {display: block; margin-left: 90px; float: right; margin-top: 250px; width: auto; height: auto; background-color: transparent; position: fixed;}
  213. .simg1 img {width: 130px; height: 130px; margin-bottom: 2px; border: -3px solid {color:border};}
  214.  
  215. #pag {width: 15px; padding:1px; background-color: {color:bgpage}; position:fixed; text-align: center; margin-top: 100px; margin-left: 119px;}
  216.  
  217. #cruz {position: fixed; margin: 20px 10px 10px 20px; }
  218.  
  219. #acruz {width: 39px; pohttp://www.tumblr.com/customize-classic/ing-16#sition: absolute; margin-left: -92px; margin-top: -365px; color: {color:cruz}; font-size: 60px; -webkit-transform: rotate(-20deg);}
  220. #acruz:hover { -webkit-transform: rotate(0deg);}
  221.  
  222.  
  223. #pgs {text-align: center; font-family: verdana; font-size: 8px; line-height: 15px; -moz-border-bottom-left-radius: 10px; border-top-left-radius: 10px; z-index: 1}
  224. #pgs a {background: {color:background}; margin: 30 0px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none;}
  225. #pgs a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  226. #pgs span.pagina_atual {background: {color:sidebar}; padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  227. .pg { position:fixed !important; clear: both; float: left; margin-top: 500px; margin-left: 110px; width: 207px; height: 15; font-size: 9px; padding: 2px; background-color: {color:sidebar}; -moz-border-bottom-left-radius: 10px; border-bottom-left-radius: 10px; -moz-border-bottom-right-radius: 10px; border-bottom-right-radius: 10px; z-index: 1;}
  228.  
  229. #credito{float: left; margin-top: -10px; margin-left:30px; width: 261px; height:14px; background-color:{color:background}; color: {color:text}; line-height:13px; font-size: 8px; font-family: tinytots;text-align: -20;-webkit-border-radius: 0px 0px 0px 0px; -moz-border-radius: 0px 0px 0px 0px; -webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out; position :fixed; border-bottom:2px solid #000 }
  230.  
  231. #credito a{font-size: 8px; font-family: tinytots; background-color: transparent; color:{color:text};-webkit-transition: all 0.8s ease-out; -moz-transition: all 0.8s ease-out;text-transform: uppercase;}
  232. #credito a:hover{opacity:0.5;text-transform: uppercase;}
  233.  
  234. .li {opacity: 1}
  235. .li2 {opacity: 0.8}
  236. .li3 {opacity: 0.6}
  237. .li4 {opacity: 0.8}
  238. .li5 {opacity: 1}
  239.  
  240. /* links */
  241.  
  242. #link1 {width: 50px; height: 100px; float: left; margin-left:250px; margin-top: 275px; padding: 0px; text-align: center; position:fixed; absolute; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  243. #link1 a {float: left; margin-left: -40px;; font-family: tinytots; font-size: 8px; text-align: left; margin-top: 7px; height: 7px; width: 50px; background-color:#949191; {color:bglinks}; color:{color:links}; line-height: 12px; letter-spacing: 0px; text-transform: uppercase; padding:0px 20px 2px 30px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; -webkit-border-radius: 10px 10px 10px 10px;}
  244. #link1 a:hover{text-align: left; background-color:#8B8989;{color:bglinkshover}; color:{color:linkshover}; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; width: 20px; margin-left:-20px;}
  245.  
  246.  
  247.  
  248.  
  249.  
  250. #faixa3 {margin-top: 250px; margin-left: 280px; position: fixed; background-color: {color:cruz}; height: 150px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  251.  
  252. #faixa4 {margin-top: 100px; margin-left: 348px; position: fixed; background-color: {color:cruz}; height: 0px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  253.  
  254. #faixa5 {margin-top: 380px; margin-left: 87px; position: fixed; background-color: {color:cruz}; height: 3px; width:262px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  255.  
  256. #faixa6 {margin-top: 248px; margin-left: 87px; position: fixed; background-color: {color:cruz}; height: 0px; width:3px; box-shadow: 0px 0px 10px rgba(0,0,0,0.15);}
  257.  
  258.  
  259.  
  260.  
  261.  
  262.  
  263.  
  264.  
  265. @font-face {
  266. font-family: 'Give You Glory';
  267. font-style: normal;
  268. font-weight: norAmal;
  269. src: local('Give You Glory'), local('GiveYouGlory'), url('http://themes.googleusercontent.com/font?kit=DFEWZFgGmfseyIdGRJAxuJre1ArFO0nxyUXZnjCjpOg') format('woff');
  270. }
  271.  
  272. #title {width: 215px; height: 55px; position: fixed; background-color:transparent; margin-left: 120px; margin-top: 55px; }
  273. .optitle{font-family: Give You Glory; font-size: 15px; font-style: none;
  274. line-height: 15px; font-weight: none; color: #777777; margin-top:10px; margin-left: -5px; text-transform: none; letter-spacing: 0px}
  275.  
  276.  
  277.  
  278.  
  279.  
  280. #crucru {position:fixed; text-align: justify; margin-top:-62px; margin-left: -60px; overflow: hidden; -webkit-border-radius: 5px 5px 4px 5px; font-size: 9px; font-family: georgia; position: fixed; color:#949191; #fdfcfc; padding: 20px; background-attachment: fixed; width:70px; height: 70px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; -webkit-transform: rotate(-17deg);}
  281.  
  282. #crucru{font-size: 45px; font-family: verdana; letter-spacing: -1px; text-transform: none; line-height: 20px;}
  283.  
  284.  
  285.  
  286. #description {position: fixed; margin-top: 400px; margin-left: 90px; width: 260px; height: 90px; background-color: {colorbgdescription}; z-index:2; font-family: Verdana}
  287. .opdescription{color: #000000;{color:textdescription}; clear: both; font-size:9px; height: 70px; text-align: center; background-color:transparent; padding: 8px; margin-top: -3px; font-family: Verdana}
  288. .opdescription a{font-size:9px}
  289. #description a:hover{position: fixed; margin-top: -3px; margin-left: 50px; height: 22px; z-index:2; text-transform: arial}
  290.  
  291.  
  292. #sdbarsi {font-family: verdana; background-color: {color:background}; color: {color:text}; font-size:7px; padding: 3px 3px 4px 3px; width: 650px; height: 8px; margin-top: 5px; margin-left: 290px; z-index: 1; position: fixed; text-align: center; text-transform: uppercase; letter-spacing: 1px}
  293. #sdbarsi a{font-family: verdana; font-size: 8px; text-transform: uppercase; letter-spacing: 1px}
  294.  
  295. #title {width: 270px; height: 55px; position: fixed; background-color:transparent; margin-left: 60px; margin-top: 244px;}
  296.  
  297. .optitle{font-family: Give You Glory; font-size: 20px; font-style: none;
  298.  
  299. line-height: 15px; font-weight: none; color: #000; margin-top: 10px; margin-left: 25px; text-transform: none; letter-spacing: 0px;}
  300.  
  301.  
  302.  
  303.  
  304.  
  305. .faixa {
  306. position:fixed !important;
  307. margin-left: 1028px;
  308. margin-top: 1000px;
  309. margin-bottom: -5px;
  310. font-size: 9px;
  311. width: 49px;
  312. height: 15px;
  313. padding: 1px 3px 3px 2px;
  314. font-family: verdana;
  315. color: #b1aaaa;
  316. text-align: center;
  317. background-color: {colorsidebar};
  318. -webkit-transition: all 0.5s ease;
  319. }
  320.  
  321. ::-webkit-scrollbar{width:5px;height:5px;}
  322. ::-webkit-scrollbar-button:start:decrement
  323. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  324. ::-webkit-scrollbar-track-piece{background-color: {color:background}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  325. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  326. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color: {color:scroll};-webkit-border-radius:px;}
  327.  
  328. #tumblr_controls{position: fixed!important}
  329. #tumblr_controls{position: fixed!important}
  330. #tumblr_controls{position: fixed!important}
  331. #tumblr_controls{position: fixed!important}
  332.  
  333.  
  334.  
  335.  
  336. </style>
  337.  
  338.  
  339. </head>
  340.  
  341.  
  342.  
  343.  
  344.  
  345.  
  346.  
  347.  
  348. <body>
  349.  
  350.  
  351. <div id="linksf">
  352. <div id="msd">
  353. </div>
  354.  
  355. <div id="sideimg"><div class="simg1">
  356. <img src="{image:fotinha}">
  357. </div></div>
  358.  
  359.  
  360.  
  361. <div id="link1">
  362. <a href="{text:Link1}">{text:Link1 Title}</a>
  363. <a href="{text:Link2}">{text:Link2 Title}</a>
  364. <a href="{text:Link3}">{text:Link3 Title}</a>
  365. <a href="{text:Link4}">{text:Link4 Title}</a>
  366. <a href="{text:Link5}">{text:Link5 Title}</a>
  367. <a href="{text:Link6}">{text:Link6 Title}</a>
  368.  
  369.  
  370. </div>
  371.  
  372.  
  373. </div></div></div>
  374.  
  375. <div id="faixa2"></div>
  376. <div id="faixa3"></div>
  377. <div id="faixa4"></div>
  378. <div id="faixa5"></div>
  379. <div id="faixa6"></div>
  380. <div id="faixa7"></div>
  381. <div id="faixa8"></div>
  382. <div id="faixa9"></div>
  383. <div id="faixa10"></div>
  384. <div id="faixa11"></div>
  385. <div id="faixa12"></div>
  386.  
  387.  
  388.  
  389.  
  390.  
  391. <div id="description">
  392. <div id="coroa1"><div id="crucru"><BIG>♔</BIG></div></div>
  393. <div class="opdescription">{block:Description}{Description}{/block:Description}</div></div>
  394.  
  395.  
  396.  
  397. <div class="pg"><div id="pgs"> <center>
  398. {block:JumpPagination length="6"}
  399. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  400. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  401. {/block:JumpPagination}
  402. </center></div></div>
  403.  
  404.  
  405. <div id="cruz">
  406. <div id="acruz">†</div>
  407.  
  408. </div>
  409.  
  410.  
  411.  
  412. <div id="title">
  413.  
  414.  
  415.  
  416.  
  417. <div id="credito">THEME POR <b><a href="http://impossivel-esse-amor.tumblr.com/">impossivel-esse-amor</a> <b><a href="http://cogumelo.tumblr.com/">+dths</a>
  418. </b></b> </a></b>
  419. </div></b> </marquee></div>
  420.  
  421.  
  422.  
  423.  
  424.  
  425. </a></div>
  426. <div id="post">
  427. {block:Posts}
  428. <div class="danpost">
  429.  
  430. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  431.  
  432. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  433.  
  434. {block:Photoset}{Photoset-500}{/block:Photoset}
  435.  
  436. {block:quote}
  437.  
  438. <o class="dat">“</o><div class="tad">{quote}</div><br>
  439. <div class="source">{block:Source}<strong>{Source}</strong>{/block:Source}</div>
  440.  
  441. {/block:quote}
  442.  
  443. {block:Link}
  444. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  445. {block:Description}{Description}{/block:Description}
  446. {/block:Link}
  447.  
  448. {block:Chat}
  449. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  450. <div class="chat"><ul>{block:Lines}
  451. <li class="person{UserNumber}">{block:Label}
  452. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  453. {/block:Chat}
  454.  
  455. {block:Audio}
  456. <div class="player">{AudioPlayerBlack}</div>
  457. {block:Caption}{Caption}{/block:Caption}
  458. {/block:Audio}
  459.  
  460. {block:Video}{Video-500}{/block:Video}
  461.  
  462.  
  463. {block:Answer}
  464. <div class="question">
  465. <div class="questionarrow">▼</div>
  466. {Question}
  467. </div>
  468. <div class="asker">{Asker}</div>
  469. <div class="answer">{Answer}</div>
  470. {/block:answer}
  471.  
  472. <div id="cap">
  473. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  474. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  475. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  476.  
  477. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  478. <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  479. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  480. {/block:ContentSource}</div></div>
  481. <br>
  482.  
  483.  
  484. <div id="data">
  485. {block:Date}<div class="tags">{block:HasTags}{block:Tags}in<b>diretas</b>: #<a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}<br>{/block:HasTags}</div>
  486. <a href="{Permalink}">{TimeAgo}</a> {block:NoteCount} • <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:IndexPage} • <a href="{ReblogUrl}" target="_blank"><b>reblog</b> with love</a>{/block:IndexPage}
  487. {block:RebloggedFrom}<br>originally <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>{/block:RebloggedFrom}{block:RebloggedFrom} • via <a href="{ReblogParentURL}">{ReblogParentName}</a>
  488. {/block:RebloggedFrom}
  489. </div>
  490. </div>{/block:Date}
  491.  
  492.  
  493. {/block:Posts}
  494. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  495.  
  496.  
  497.  
  498.  
  499.  
  500.  
  501.  
  502.  
  503. </div>
  504. </div>
  505. </div>
  506. </div>
  507. </div>
  508.  
  509.  
  510. </div>
  511. </body>
  512.  
  513.  
  514. </html>
Advertisement
Add Comment
Please, Sign In to add comment