ubc-themes

theme 01

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