ubc-themes

theme 03

Sep 7th, 2012
539
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 20.27 KB | None | 0 0
  1. <! UMABONECACIUMENTA (c) BASE SUPERAR-R DONT COPY !>
  2.   <script type="text/javascript">
  3.  
  4. //desabilita menu de opcoes ao clicar no botao direito
  5.  
  6. function desabilitaMenu(e)
  7.  
  8. {
  9.  
  10. if (window.Event)
  11.  
  12. {
  13.  
  14. if (e.which == 2 || e.which == 3)
  15.  
  16. return false;
  17.  
  18. }
  19.  
  20. else
  21.  
  22. {
  23.  
  24. event.cancelBubble = true
  25.  
  26. event.returnValue = false;
  27.  
  28. return false;
  29.  
  30. }
  31.  
  32. }
  33.  
  34.  
  35.  
  36. //desabilita botao direito
  37.  
  38. function desabilitaBotaoDireito(e)
  39.  
  40. {
  41.  
  42. if (window.Event)
  43.  
  44. {
  45.  
  46. if (e.which == 2 || e.which == 3)
  47.  
  48. return false;
  49.  
  50. }
  51.  
  52. else
  53.  
  54. if (event.button == 2 || event.button == 3)
  55.  
  56. {
  57.  
  58. event.cancelBubble = true
  59.  
  60. event.returnValue = false;
  61.  
  62. return false;
  63.  
  64. }
  65.  
  66. }
  67.  
  68.  
  69.  
  70. //desabilita botao direito do mouse
  71.  
  72. if ( window.Event )
  73.  
  74. document.captureEvents(Event.MOUSEUP);
  75.  
  76. if ( document.layers )
  77.  
  78. document.captureEvents(Event.MOUSEDOWN);
  79.  
  80.  
  81.  
  82. document.oncontextmenu = desabilitaMenu;
  83.  
  84. document.onmousedown = desabilitaBotaoDireito;
  85.  
  86. document.onmouseup = desabilitaBotaoDireito;
  87.  
  88. </script>
  89.  
  90.  
  91.  
  92. <head>
  93.  
  94.  
  95.    <!-- DEFAULT VARIABLES -->
  96. <meta name="color:background" content="#f8f8f8" />
  97. <meta name="color:link" content="#000000" />
  98. <meta name="color:text" content="#666666" />
  99. <meta name="color:post" content="#ffffff" />
  100. <meta name="color:sidebar" content="#ffffff" />
  101. <meta name="color:borda" content="#fff" />
  102. <meta name="color:scrollbar" content="#aaaaaa" />
  103. <meta name="color:listra" content="#fff" />
  104.  <meta name="color:textside" content="#666666" />
  105.  
  106.  
  107. <meta name="color:link1" content="#aaaaaa" />
  108. <meta name="color:link2" content="#7a7a7a" />
  109. <meta name="color:links" content="#ffffff" />
  110.  
  111.  
  112.  
  113. <meta name="image:background" content="" />
  114. <meta name="image:sidebar" content="http://static.tumblr.com/rvmpqrh/h3Bm9zx03/156.png" />
  115.  
  116. <meta name="if:Show tags" content="1"/>
  117.  
  118.  
  119.  
  120. <meta name="text:Link1" content="" />
  121. <meta name="text:Link1 Title" content="um" />
  122. <meta name="text:Link2" content="" />
  123. <meta name="text:Link2 Title" content="dois" />
  124. <meta name="text:Link3" content="" />
  125. <meta name="text:Link3 Title" content="tres" />
  126. <meta name="text:Link4" content="" />
  127. <meta name="text:Link4 Title" content="quatro" />
  128. <meta name="text:Link5" content="" />
  129. <meta name="text:Link5 Title" content="cinco" />
  130. <meta name="text:Link6" content="" />
  131. <meta name="text:Link6 Title" content="é link, + pode ser frase." />
  132.  
  133.  
  134.  <title>{title}</title>
  135.  
  136.  
  137.         <link rel="shortcut icon" href="{Favicon}">
  138.     <link rel="alternate" type="application/rss+xml" href="{RSS}">
  139.         {block:Description}
  140.   <meta name="description" content="{MetaDescription}" />
  141.         {/block:Description}
  142.  
  143.  
  144. <link href='http://fonts.googleapis.com/css?family=Droid+Serif:400,400italic' rel='stylesheet' type='text/css'>
  145.  
  146. <link href='http://fonts.googleapis.com/css?family=Homenaje' rel='stylesheet' type='text/css'>
  147.  
  148.  
  149.     <style type="text/css">
  150.  
  151.  
  152.  
  153. body {background-color: {color:background}; font-family: verdana; color: {color:text}; text-align: center; font-size: 11px; background-image:url('{image:background}'); background-attachment: fixed; }
  154.  
  155. a {color: {color:link}; text-decoration: none; text-transform: none;}
  156. a:hover {color: {color:lhover}; background-color: transparent; text-decoration: none;}
  157.  
  158. p {margin: 6px 0 0 0}
  159.  
  160. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid {color:background}; padding-left: 5px; }
  161. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid {color:background};}
  162. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid {color:background}; }
  163. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid {color:background}; }
  164.  
  165. blockquote img{max-width: 470px!important}
  166. blockquote blockquote img{max-width: 450px!important}
  167. blockquote blockquote blockquote img{max-width: 430px!important}
  168. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  169.  
  170.  
  171. #container {text-align: center; width: 935px; margin: 20px auto 20px auto; padding: 0px; z-index: 1}
  172.  
  173. #entry {float: left; margin-left: 230px;}
  174.  
  175. .posts {width: 500px; background-color: {color:post}; padding: 10px; margin-bottom: 2px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;}
  176.  
  177. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  178. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  179. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  180.  
  181. .image {text-align: center; border: 0px}
  182. .image img {max-width: 500px; margin-bottom: 2px }
  183.  
  184. .pquote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  185. .pquotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  186. .pquotesource a, a:hover{text-transform: none;}
  187.  
  188. .chat {line-height: 13px; list-style: none }
  189. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  190. .person1 {color: {color:text}; padding: 2px; }
  191. .person1 .label {font-weight: bold;  color:{color:text}}
  192. .person2 {color: {color:text}; padding: 2px;  }
  193. .person2 .label {font-weight: bold;  color:{color:text}}
  194.  
  195. .player {background-color: #000; text-align: left; display:block;}
  196.  
  197. .question {
  198. color:{color:text};
  199. font-size: 11px;
  200. font-weight: normal;
  201. font-family: verdana;
  202. line-height:95%;
  203. background: {color:background};
  204. position: relative;
  205. min-height:70px;
  206. padding:10px 15px;
  207. margin-bottom:2px;
  208. margin-right:-10px;}
  209.  
  210. .questionarrow {
  211. font-size:30px;
  212. color:{color:background};
  213. vertical-align:middle;
  214. margin-left:-5px!important;}
  215.  
  216.  
  217. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  218. .asker a {color:{color:text};}
  219. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  220.  
  221. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  222. .asking a{color:{color:text};}
  223. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  224.  
  225. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  226.  
  227.  
  228. .answer {color:{color:answer};}
  229.  
  230. .credito {opacity: 0.2; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  231. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  232.  
  233. #info {text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri; text-transform: uppercase; z-index: 11;}
  234. #info a {font-size: 10px; text-transform: uppercase;}
  235.  
  236. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  237. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  238.  
  239. #cap {width: 500px; margin-top: -2px;}
  240. .source {display: none;}
  241.  
  242. .notes {width: 520px; padding: 0px; margin-top: 1px; margin-bottom: 1px; font-size: 9px; text-align: center}
  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: 2px; padding: 5px; }
  245. .notes img{display: none; border:0px}
  246.  
  247. #damon {position: fixed; margin: 0px 0px 0px -287px;}
  248.  
  249.  
  250. #desc {z-index: 1;background-color:transparent;position:fixed;width:205px; height:45px; font-size:8px; font-family:tahoma; text-align:center; color:{color:text}; padding: 5px; margin-top:394px; margin-left:550px; overflow:hidden; text-transform:uppercase;}
  251.  
  252.  
  253.  
  254.  
  255. #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}
  256. #pgs a {background: #000; margin: 30 0px 0 0; padding: 2px 4px; color: {color:background}; text-decoration: none;}
  257. #a:hover {background: {color:sidebar}; color: {color:link hover}; border: none;}
  258. #pgs span.pagina_atual {background: {color:border};  padding: 2px 4px; color: {color:text}; font-weight: bold; text-decoration: none;}
  259. .pg { position:fixed !important; clear: both; float: left; margin-top: 120px; margin-left: 100px; 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;}
  260.  
  261. #pagina{ margin-top: 86px; margin-left: 795px; width: 100px; float: right; background-color: transparent; position: fixed;  height: 24px; -webkit-border-radius: 0px 0px 0px 0px; z-index:1000000 }
  262.  
  263. /*** Paginação by madlyluv.com ***/
  264. #paginacaoml {font-size: 20px; font-family: tahoma; line-height: 24px;}
  265. #paginacaoml a {font-size: 20px; font-family: tahoma; background: transparent; margin: 0 1px 0 0; padding: 2px 2px; color: {color:tags}; text-decoration: none;}
  266. #paginacaoml a:hover {font-size: 20px; font-family: tahoma; background: transparent; border: none;}
  267. #paginacaoml span.pagina_atual {background: #cor de fundo; margin: 0 1px 0 0; padding: 2px 4px; color: {color:link}; text-decoration: none; font-weight: bold;}#paginacaoml span.info {background: {color:link}; margin: 0 1px 0 0; padding: 1px 2px; color: #cor da fonte; text-decoration: none;}
  268.  
  269.  
  270. #pagination {width:240px; font-family:georgia; text-align:right; font-size:15px; padding:4px; font-style:italic}
  271.  
  272. @font-face {font-family: "tinytots";src: url('http://static.tumblr.com/rmj06l2/Usellxb4i/tinytots.ttf');}
  273.  
  274.  
  275. #photoxz{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 475px; width: 204px; height:330px; background-color: transparent; color: {color:text}; padding: 6px; margin-top: 0px; background-attachment: fixed;}
  276.  
  277.  
  278. #slideshow {position:fixed; width:190px; height:240px; margin-top:120px;  background-color:{color:borda}; padding: 2px; margin-left:560px; -webkt-transition: all 1s ease-out; -moz-transition: all 1s ease-out; border: 0px solid {color:sidebar};z-index:8000000000000000000000000;-webkt-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  279. #slideshow img { position:absolute; top:0; left: 0; width:190px; height:240px;  padding: 2px;-webkt-transition: all 1s ease-out; -moz-transition: all 1s ease-out;  }
  280.  
  281. #slideshow img:hover {-webkit-filter: blur(1px)}
  282. #slideshow img.active { z-index: 0;  }
  283. #slideshow img.last-active { z-index: 0; }
  284.  
  285.  
  286.  
  287.  #oi23 {text-align: justify; margin-left:910px; margin-top:410px;  overflow: hidden; -webkit-border-radius: 0px 0px 0px 0px;  font-family: georgia; position: fixed; color: ; padding: 10px;  background-attachment: fixed; width:80px; height: 20px; -webkit-transition: all .5s ease-out; -moz-transition: all .5s ease-out; letter-spacing: 1px; font-style: normal; line-height: 8px; text-transform: uppercase; z-index: 9000000000000000000000000;-webkit-transform: rotate(20deg);}
  288.  
  289.  
  290.  
  291. #koala {width: 111px; text-align: center; margin-left:127px; font-family: georgia; font-size: 17px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
  292.  
  293. #koala2 {width: 111px; text-align: center; margin-left:27px; margin-top:10px; font-family: verdana; font-size: 9px; color: {color:text}; letter-spacing: 0px; text-transform: none;}
  294.  
  295.  
  296.  
  297.  
  298. #masoq{text-align: justify; font-size: 9px; font-family: verdana; position: relative; margin-left: 450px; width: 204px; height: 0px; background-color: transparent; color: {color:text}; padding: 6px; margin-top: -45px; background-attachment: fixed;}
  299.  
  300. .links1 {position: absolute; margin-left:585px; margin-top:70px; padding: 0px; text-align: center; z-index:3;}
  301. .links1 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 194px;  background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  302. .links1 a:hover{ background-color: {color:sidebar};color: {color:text};text-align: center; }
  303.  
  304. .links2 {position: absolute; margin-left:585px; margin-top:85px; padding: 0px; text-align: center; z-index:3;}
  305. .links2 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 48px; background-color: {color:link2}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  306. .links2 a:hover{background-color: {color:sidebar};color: {color:text};text-align: center; }
  307.  
  308.  
  309. .links3 {position: absolute; margin-left:634px; margin-top:85px; padding: 0px; text-align: center; z-index:3;}
  310. .links3 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 48px; background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  311. .links3 a:hover{background-color: {color:sidebar};color: {color:text};text-align: center; }
  312.  
  313. .links4 {position: absolute; margin-left:683px; margin-top:85px; padding: 0px; text-align: center; z-index:3;}
  314. .links4 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 48px; background-color: {color:link2}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  315. .links4 a:hover{background-color: {color:sidebar};color: {color:text};text-align: center; }
  316.  
  317.  .links5 {position: absolute; margin-left:732px; margin-top:85px; padding: 0px; text-align: center; z-index:3;}
  318. .links5 a {float: left; display: block; letter-spacing: 0px; font-size:10px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 47px; background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:14px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  319. .links5 a:hover{background-color: {color:sidebar};color: {color:text};text-align: center;  }
  320.  
  321.  
  322. .links6 {position: absolute; margin-left:585px; margin-top:-194px; padding: 0px; text-align: center; z-index:3;}
  323. .links6 a {float: left; display: block; letter-spacing: 0px; font-size:11px; font-family:'Homenaje'; text-align: center; margin-right: 1px; margin-bottom:1px; width: 194px;  background-color: {color:link1}; color:{color:links}; text-decoration: none; text-transform:uppercase; line-height:16px; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  324. .links6 a:hover{ background-color: {color:sidebar};color: {color:text};text-align: center; }
  325.    
  326.  
  327.  
  328.  
  329.  
  330. #senten {width:105px; margin-left:0px; margin-top:0px; margin-bottom:0px; margin-right:0px; font-family: georgia; font-size:18px; width:auto; text-align: center;}
  331.  
  332. ::-webkit-scrollbar{width:7px;height:0px;}
  333. ::-webkit-scrollbar-button:start:decrement
  334. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  335. ::-webkit-scrollbar-track-piece{background-color: {color:post}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  336. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  337. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  338.  
  339. #tumblr_controls{position: fixed!important}
  340. #tumblr_controls{position: fixed!important}
  341. #tumblr_controls{position: fixed!important}
  342. #tumblr_controls{position: fixed!important}
  343.  
  344.  
  345.  
  346.  
  347. </style>
  348.  
  349. <body>
  350.  
  351.  
  352.  
  353.  
  354. <div id="oi23"><div id="oi22"><a href=/ " title="Mas se for pra falar de algo bom eu sempre vou lembrar de você."></a></div></div>
  355.  
  356.  <div id="sidbar"></div>
  357. </div>  
  358. <div id="container"></div></div>
  359. <div id="damon">
  360. <div id="photoxz">
  361. <div id="slideshow"><img class="active" src="{image:sidebar}" alt="" title=" I'm a sexy girl, cute girl." /></div>
  362. <div id="desc">{Description}</div>
  363. </div>
  364.  
  365.  
  366.  
  367.  
  368.  
  369. <div id="masoq">
  370. <div class="links1"><a href="{text:Link1}">{text:Link1 Title}</a></div>
  371. <div class="links2"><a href="{text:Link2}">{text:Link2 Title}</a></div>
  372. <div class="links3"><a href="{text:Link3}">{text:Link3 Title}</a></div>
  373. <div class="links4"><a href="{text:Link4}">{text:Link4 Title}</a></div>
  374. <div class="links5"><a href="{text:Link5}">{text:Link5 Title}</a></div>
  375. <div class="links6"><a href="{text:Link6}">{text:Link6 Title}</a></div>
  376.  </div>
  377.  
  378. <a style="font-size: 12px; font-family:calibri;position:fixed;bottom:10px;left:20px; top:615px" href="http://umabonecaciumenta.tumblr.com/" title="umabonecaciumenta (c) base superar-r, dtils Hyliar"><b>THEME ©</b></a>
  379.  
  380. </div></div>
  381.   </div>
  382. </div>
  383.  
  384. <font color="{color:tags}">
  385. <div id="pagina"><div id="paginacaoml"> {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"alt="" title="previous page baby"></a>{/block:PreviousPage}{/block:Pagination}
  386.  
  387. {block:JumpPagination length="0"} {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage} {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}{block:Pagination}{block:NextPage}<a href="{NextPage}"alt="" title="next page baby"></a>{/block:NextPage}{/block:Pagination}</div></div>
  388.  
  389. <div id="entry">
  390.  
  391.  {block:Posts}
  392. <div class="posts">
  393.  
  394. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  395.  
  396. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  397.  
  398. {block:Photoset}{Photoset-500}{/block:Photoset}
  399.  
  400. {block:Quote}
  401. <div class="pquote">“{Quote}”</div>
  402. {block:Source}<div class="pquotesource"> — {Source}</div>
  403. {/block:Source}
  404. {/block:Quote}
  405.  
  406. {block:Link}
  407. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  408. {block:Description}{Description}{/block:Description}
  409. {/block:Link}
  410.  
  411. {block:Chat}
  412. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  413. <div class="chat"><ul>{block:Lines}
  414. <li class="person{UserNumber}">{block:Label}
  415. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  416. {/block:Chat}
  417.  
  418. {block:Audio}
  419. <div class="player">{AudioPlayerBlack}</div>
  420. {block:Caption}{Caption}{/block:Caption}
  421. {/block:Audio}
  422.  
  423. {block:Video}{Video-500}{/block:Video}
  424.  
  425.  
  426. {block:Answer}
  427. <table width="500px" cellspacing="0" cellpadding="0">
  428. <tr>
  429. <td width="415px" class="question">{Question}</td>
  430. <td width="30px"><span class="questionarrow"></span></td>
  431. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  432. </tr>
  433. </table>
  434. <div class="answer">{Answer}</div>
  435. {/block:answer}
  436.  
  437.  
  438. <div id="cap">
  439. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  440. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  441. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  442.  
  443. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  444.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  445.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  446. {/block:ContentSource}</div></div>
  447. <br>
  448.  
  449. <div class="credito">
  450. {block:Date}<div id="info">
  451. <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}
  452. </div></center>{/block:IfShowTags}{/block:Date}</div>
  453. </div>
  454.  
  455.  
  456.  {/block:Posts}
  457. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  458.  
  459.  
  460.  
  461.  
  462.  
  463.  
  464.  
  465.  
  466. </div>
  467. </div>
  468. </div>
  469. </div>
  470.  
  471. </body>
  472. </html>
Advertisement
Add Comment
Please, Sign In to add comment