nathally

Theme 31

Nov 30th, 2012
134
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 19.38 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2.  
  3. <html>
  4.  
  5. <!--  theme por supportless | motherfuckers copy © -->
  6.  
  7. <link href='http://fonts.googleapis.com/css?family=Snippet|Sue+Ellen+Francisco|Andika|Delius+Swash+Caps|Lobster|Redressed|Tangerine|Rancho|Rochester|Lobster+Two|Dancing+Script|Pacifico|Crafty+Girls' rel='stylesheet' type='text/css'>
  8. <link href='http://fonts.googleapis.com/css?family=Cookie' rel='stylesheet' type='text/css'>
  9. <link href='http://fonts.googleapis.com/css?family=Rouge+Script' rel='stylesheet' type='text/css'>
  10.  
  11. <script type="text/javascript">
  12. //Created by Title bar Maker (http://www.bosiljak.hr/titlemaker)
  13. function tb8_makeArray(n){
  14. this.length = n;
  15. return this.length;
  16. }
  17. tb8_messages = new tb8_makeArray(1);
  18. tb8_messages[0] = "{title}";
  19. tb8_rptType = 'infinite';
  20. tb8_rptNbr = 5;
  21. tb8_speed = 100;
  22. tb8_delay = 2000;
  23. var tb8_counter=1;
  24. var tb8_currMsg=0;
  25. var tb8_tekst ="";
  26. var tb8_i=0;
  27. var tb8_TID = null;
  28. function tb8_pisi(){
  29. tb8_tekst = tb8_tekst + tb8_messages[tb8_currMsg].substring(tb8_i, tb8_i+1);
  30. document.title = tb8_tekst;
  31. tb8_sp=tb8_speed;
  32. tb8_i++;
  33. if (tb8_i==tb8_messages[tb8_currMsg].length){
  34. tb8_currMsg++; tb8_i=0; tb8_tekst="";tb8_sp=tb8_delay;
  35. }
  36. if (tb8_currMsg == tb8_messages.length){
  37. if ((tb8_rptType == 'finite') && (tb8_counter==tb8_rptNbr)){
  38. clearTimeout(tb8_TID);
  39. return;
  40. }
  41. tb8_counter++;
  42. tb8_currMsg = 0;
  43. }
  44. tb8_TID = setTimeout("tb8_pisi()", tb8_sp);
  45. }
  46. tb8_pisi()
  47. </script>
  48.  
  49.  
  50. <head>
  51.  
  52. <script type="text/javascript">
  53. function changeNavigation(id) {document.getElementById('entries').innerHTML=document.getElementById(id).innerHTML}
  54. </script>
  55.  
  56. <script type="text/javascript">
  57. //desabilita menu de opcoes ao clicar no botao direito
  58. function desabilitaMenu(e)
  59. {
  60. if (window.Event)
  61. {
  62. if (e.which == 2 || e.which == 3)
  63. return false;
  64. }
  65. else
  66. {
  67. event.cancelBubble = true
  68. event.returnValue = false;
  69. return false;
  70. }
  71. }
  72. document.oncontextmenu = desabilitaMenu;
  73. document.onmousedown = desabilitaBotaoDireito;
  74. document.onmouseup = desabilitaBotaoDireito;
  75. </script>
  76.  
  77.  <meta name="viewport" content="width=820" />
  78. </style>
  79. <link rel="shortcut icon" href="{Favicon}">
  80. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  81. <meta name="viewport" content="width=820" />
  82.  
  83. {block:IndexPage}
  84.  
  85. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  86. <script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script>
  87.  
  88. <script type="text/javascript">
  89. $(window).load(function(){
  90. var $wall = $('#contente');
  91. $wall.imagesLoaded(function(){
  92. $wall.masonry({
  93. itemSelector: '.nathypt',
  94. isAnimated : true
  95. });
  96. });
  97. $wall.infinitescroll({
  98. navSelector : "div#navigation",
  99. nextSelector : "div#navigation a#nextPage",
  100. itemSelector : '.',
  101. loadingImg : "http://static.tumblr.com/kwz90l7/bIdlst7ub/transparent.png",
  102. loadingText : " ",
  103. donetext : " ",
  104. extraScrollPx : 9000,
  105. bufferPx : 10000,
  106. debug : false,
  107. errorCallback: function() {
  108. $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal');
  109. }},
  110. function( newElements ) {
  111. var $newElems = $( newElements );
  112. $newElems.hide();
  113. $newElems.imagesLoaded(function(){
  114. $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} );
  115. });
  116. }); $('#contente').show(700);
  117. });
  118. </script>
  119. {/block:IndexPage}
  120. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  121.  
  122. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  123.  
  124. <link href='http://fonts.googleapis.com/css?family=Pacifico' rel='stylesheet' type='text/css'>
  125. <link href='http://fonts.googleapis.com/css?family=Poly:400italic' rel='stylesheet' type='text/css'>
  126.  
  127.  <html>
  128.  
  129. <!-- DEFAULT VARIABLES -->
  130. <meta name="color:background" content="#f5f5f5" />
  131. <meta name="color:link" content="" />
  132. <meta name="color:text" content="#aaaaaa" />
  133. <meta name="color:post" content="" />
  134. <meta name="color:sidebar" content="" />
  135. <meta name="color:borda imagem" content="#555555" />
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. <meta name="image:sidebar" content="" />
  143.  
  144.  
  145.  
  146. <meta name="text:Link1" content=" appearance" />
  147. <meta name="text:Link1 Title" content=" appearance" />
  148. <meta name="text:Link2" content="appearance" />
  149. <meta name="text:Link2 Title" content="appearance" />
  150. <meta name="text:Link3" content="appearance" />
  151. <meta name="text:Link3 Title" content="appearance" />
  152. <meta name="text:Link4" content="ap" />
  153. <meta name="text:Link4 Title" content="ap" />
  154. <meta name="text:Link5" content="ap" />
  155. <meta name="text:Link5 Title" content="ap" />
  156. <meta name="text:Link6" content="ap" />
  157. <meta name="text:Link6 Title" content="ap" />
  158. <meta name="text:titulo" content="" />
  159.  
  160.  
  161.  
  162. <html>
  163.     <head>
  164.         <title>{Title}</title>
  165.         <link rel="shortcut icon" href="{Favicon}">
  166.         <link rel="alternate" type="application/rss+xml" href="{RSS}">
  167.         {block:Description}
  168.             <meta name="description" content="{MetaDescription}" />
  169.         {/block:Description}
  170.     </head>
  171.    
  172.     <style type="text/css">
  173.  
  174.  
  175. body {background-color: {color:background}; color:{color:text}; font-family: verdana; font-size:15px; text-align:center; background-image:url(''); background-attachment: fixed; }
  176. a {color: #9c9c9b; text-decoration: none; text-transform: none;}
  177. a:hover {color: ; background-color: transparent; text-decoration: none;}
  178.  
  179. p {margin: 6px 0 0 0}
  180.  
  181. blockquote {margin: 5px 5px 5px 5px; border-left: 6px solid #ececec; padding-left: 5px; }
  182. blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 5px solid #ececec;}
  183. blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 4px solid #ececec; }
  184. blockquote blockquote blockquote blockquote {margin: 0px 5px 0px 5px; border-left: 3px solid #ececec; }
  185.  
  186. blockquote img{max-width: 470px!important}
  187. blockquote blockquote img{max-width: 450px!important}
  188. blockquote blockquote blockquote img{max-width: 430px!important}
  189. blockquote blockquote blockquote blockquote img{max-width: 410px!important}
  190.  
  191. a {color: {color:link}; text-decoration: none; text-transform: none;}
  192. a:hover {color: {color:linkhover}; background-color: transparent; text-decoration: none;}
  193. p {margin: 6px 0 0 0}
  194. b, strong, bold { color: {color:text};  }
  195.  
  196. /* navigation */
  197.  
  198. #navigation{position: fixed; z-index: -2; width: 100%; top: 45%; left: 0px; background-color:transparent; height: 100px;
  199.  
  200. text-align: center; font-size: 85px;}
  201. .left{float:left; margin-left: 10px; width: 40px}
  202. .left a{text-decoration: none; font-size: 75px; line-height: 75px}
  203. .left a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  204. .right{float:right; margin-right: 10px; width: 40px}
  205. .right a{text-decoration: none; font-size: 75px; line-height: 75px}
  206. .right a:hover{background-color: transparent; opacity: 0.4; filter:alpha (opacity=40)}
  207.  
  208. #content{width: 800px; text-align: center; margin:10px auto 0 auto; padding-bottom: 150px; background-color:
  209. transparent; color:{color:text}; padding: 0px;}
  210.  
  211.  
  212. #entries{float: left; margin-left: 336px; margin-top: 9px;}
  213.  
  214. .posts {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 5px; text-align: justify; font-family: verdana; font-size: 11px; position: relative; margin-top: -4px;}
  215.  
  216. #post {float: left; margin-left: 160px; margin-top:112px; z-index:1;}
  217.  
  218. .post {width: 500px; background-color: {color:post}; padding: 15px; margin-bottom: 1px; text-align: justify; font-family: verdana; font-size: 11px; position: relative;  -webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  219.  
  220.  
  221. h1 {font-family: georgia; text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  222. h1 a {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  223. h1 a:hover {text-align: center; font-size: 16px; text-transform: none; color: {color:text}; font-weight: normal; line-height: 18px;}
  224.  
  225. .image {text-align: center; border: 0px}
  226. .image img {max-width: 500px; margin-bottom: 2px }
  227.  
  228. .quote {font-family: georgia; text-align: center; font-size: 13px; line-height: 15px; padding: 3px;}
  229. .quotesource {text-align: center; text-transform: none; margin-bottom: 5px;}
  230. .quotesource a, a:hover{text-transform: none;}
  231.  
  232. .chat {line-height: 13px; list-style: none }
  233. .chat ul {line-height: 13px; list-style: none; padding: 5px; line-height:14px;}
  234. .person1 {color: {color:text}; padding: 2px; }
  235. .person1 .label {font-weight: bold;  color:{color:text}}
  236. .person2 {color: {color:text}; padding: 2px;  }
  237. .person2 .label {font-weight: bold;  color:{color:text}}
  238.  
  239. .player {background-color: #000; text-align: left; display:block;}
  240.  
  241. #ask_form{width: 500px; }
  242.  
  243.  
  244. /* asker */
  245.  
  246. .question {
  247. color:{color:text};
  248. font-size: 11px;
  249. font-weight: normal;
  250. font-family: verdana;
  251. line-height:95%;
  252. background: {color:background};
  253. position: relative;
  254. min-height:70px;
  255. padding:10px 15px;
  256. margin-bottom:2px;
  257. margin-right:-10px;}
  258.  
  259. .questionarrow {
  260. font-size:30px;
  261. color:{color:background};
  262. vertical-align:middle;
  263. margin-left:-5px!important;}
  264.  
  265.  
  266.  
  267. .asker {width:500px; text-align:right; text-transform:lowercase; color:{color:text};}
  268. .asker a {color:{color:text};}
  269. .asker img {float:left; margin-left:400px; vertical-align:top; margin-right:3px; max-height:15px;}
  270.  
  271.  
  272. .asking {text-align:center; color:{color:text}; font:9px verdana; text-transform:none;}
  273. .asking a{color:{color:text};}
  274. .asking img {width:58px; vertical-align:middle; background-color:{color:background}; padding:3px;}
  275.  
  276. .arrow {padding-top:11px; color:{color:question background}; font-size:30px;}
  277.  
  278.  
  279. .answer {color:{color:answer};}
  280.  
  281.  
  282.  
  283. .credito {opacity: 0.5; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  284. .credito:hover {opacity: 0.99; -webkit-transition: all 0.6s ease-out; -moz-transition: all 0.6s ease-out;}
  285.  
  286. #info { text-align: left; margin-top:-4px; font-size: 10px; font-family: calibri;  text-transform: uppercase; z-index: 11;}
  287. #info a {font-size: 10px; text-transform: uppercase;}
  288.  
  289. #tags {color: {color:text}; font-size: 10px; font-family: calibri;  display: inline; list-style: none; text-transform: uppercase;;}
  290. #tags a {font-size: 10px; font-family: calibri; display: inline; list-style: none; text-transform: uppercase;;}
  291.  
  292. #cap {width: 500px; margin-top: -2px;}
  293. .source {display: none;}
  294.  
  295. .notes {width: 530px; padding: 0px; margin-top: -4px; margin-bottom: 0px; font-size: 9px; text-align: center}
  296. ol.notes {list-style: none;  margin: 0 20px 0 0px; padding: 0px; z-index: 11;}
  297. ol.notes li {background-color: {color:post}; margin-bottom: 1px; padding: 5px; }
  298. .notes img{display: none; border:0px}
  299.  
  300.  
  301. .page {font-family: georgia; position: fixed; margin-left: 200px; margin-top: 200px; font-size: 25px; z-index: 0;}
  302. .page a {color: {color:link}; margin-left: 0px; background-color: transparent;}
  303. .page a:hover {color:linkhover}
  304.  
  305. .imagem {float: left; padding: 0px; position: fixed; }
  306.  
  307. .imagem img {display: block; width: 204px; margin-left: 104px; margin-top: 177px; height: 170px; text-align:center; margin-bottom: 0px; border: 3px solid {color:bglinks};  -webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; position: fixed;}
  308.  
  309. .imagem:hover {-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out; opacity: 0.9; filter:alpha (opacity=80)}
  310.  
  311. /* DESCRIÇÃO */
  312.  
  313. #sidescri {width: 244px; left: 97px; height:  45px; top: 387px; padding: 1px;  background-color: {color:sidebar}; text-align: center; position: fixed; border-top: 0px solid {color:sidebar};}
  314. .about{background-color:{color:sidebar};text-align:center; font-family: verdana; font-size: 9px; color: {color:text}; top: 150px; margin-left: -1px; padding: 2px; -5px; 5px; 5px; width: 241px; }
  315.  
  316.  /* TITULO */
  317.  
  318. #sidetitle{background-color:{color:sidebar}; padding: 0px; height:26px; line-height:16px; float:left; position:fixed; margin-left: 89px; margin-top: 100px; width:246px; font-family: Butterfly Kids; font-size:14px; letter-spacing:0px; text-align: left; color: {color:text}; letter-spacing:-1px; text-transform: none;  border-top:0px solid {color:text};}
  319.  
  320. #sidetitle2{ background-color:transparent; padding: 0px; height:18px; line-height:16px; float:left; position:fixed; margin-left:89px; margin-top: 107px; width:245px; font-weight: italic; font-family: georgia; font-size:17px; font-style: italic; letter-spacing:0px; text-align: center; color: {color:text}; letter-spacing:-1px; z-index:9; text-transform: none;}
  321.  
  322. #other {margin-top: 555px; margin-left: 100px; position: fixed; color: {color:text}; width:217px; height: 202px; background-color: {color:borda imagem};}
  323.  
  324. /* IMAGEM */
  325.  
  326.  
  327. .hugmeimg li { width: 0%; height: 0%;margin-top: 111px; margin-left:49px;position: fixed;}
  328.    
  329. .lindahugme {border:9px solid {color:borda imagen};width: 228px; height: 200px;position: fixed;box-shadow:inset 0 0 0 10px rgba(255,255,255,0.6);-webkit-transition: all 0.4s ease-in-out;-moz-transition: all 0.4s ease-in-out;-o-transition: all 0.4s ease-in-out;-ms-transition: all 0.4s ease-in-out;transition: all 0.4s ease-in-out;}
  330.  
  331. .life img {  width: 228px;height: 200px;}
  332.  
  333. .lindahugme:hover {box-shadow: inset 0 0 0 2px rgba(255,255,255,0.6), 0 0px 0px rgba(0,0,0,0.1);}
  334.  
  335. /* LINKS */
  336. #links {position:fixed; margin-top:305px; width:245px; margin-left: 64px; text-align:center;}
  337.  
  338. .linkss {text-align:inline; letter-spacing: 0px; font-family:calibri; font-size: 10px; text-align: center; width:236px; height: auto; text-transform: uppercase; color: {color:text}; padding:5px; margin-top: 43px; margin-left: 25px; text-decoration: none; -webkit-transition: all 0.4s ease-out; -moz-transition: all 0.4s ease-out; font-style: none;background-color: {color:sidebar};}
  339.  
  340. .linkss a {text-transform: uppercase;}
  341.  
  342. .linkss a:hover {text-align: center; font-weight: none;}
  343. /* PAGINAÇAO */
  344.  
  345. .page1 {font-family:georgia; position: fixed; margin-left: 305px; margin-top: 435px; font-size: 25px; z-index: 0;}
  346. .page1 a {color: ; background-color: transparent;}
  347. .page1 a:hover {color: text ;}
  348.  
  349. .page2 {font-family: georgia; position: fixed; margin-left: 285px; margin-top: 435px; font-size: 25px; z-index: 0;}
  350. .page2 a {color: ; background-color: transparent;}
  351. .page2 a:hover {color: text ;}
  352.  
  353. #credit {width: 150px; padding: 0px; position:fixed; bottom: 10px; right: -20px; text-align:center; font-family: tahoma; font-size: 9px; text-transform: uppercase; color: {color:link};}
  354.  
  355. ::-webkit-scrollbar{width:7px;height:0px;}
  356. ::-webkit-scrollbar-button:start:decrement
  357. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  358. ::-webkit-scrollbar-track-piece{background-color: {color:text}; -webkit-border-radius:0;-webkit-border-bottom-right-radius:0px;-webkit-border-bottom-left-radius:0px;}
  359. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color: {color:scrollbar};-webkit-border-radius:px;}
  360. ::-webkit-scrollbar-thumb:horizontal{width:0px; background-color: {color:sidebar};-webkit-border-radius:px;}
  361.  
  362. #tumblr_controls{position: fixed!important}
  363. #tumblr_controls{position: fixed!important}
  364. #tumblr_controls{position: fixed!important}
  365. #tumblr_controls{position: fixed!important}
  366.  </style>  
  367.  
  368. <body>
  369. <body onkeydown="return false">
  370.  
  371.  
  372. <div id="credit"><b>© <a href="http://supportless.tumblr.com/" title="dtls hugm-e e promisse">THEME</a></b></div>
  373.  
  374.  
  375. <ul class="hugmeimg">
  376. <li>
  377. <div class="lindahugme life">
  378. <img src={image:sidebar}>
  379. </div>
  380. </li>
  381.                        
  382.                                 <li>
  383. </div>
  384. </li>
  385. <li>
  386. <div class="lindahugme foto-3">
  387. </div>
  388. </li>      
  389.                                
  390.                                 </ul>
  391.  
  392.  
  393. <div id="links">
  394. <div class="linkss">
  395. <a href="{text:Link1}">{text:Link1 Title}</a> ·
  396. <a href="{text:Link2}">{text:Link2 Title}</a> ·
  397. <a href="{text:Link3}">{text:Link3 Title}</a> ·
  398. <a href="{text:Link4}">{text:Link4 Title}</a> ·
  399. <a href="{text:Link5}">{text:Link5 Title}</a> ·
  400. <a href="http://supportless.tumblr.com/" title="dtls promisse e hugm-e ©"> © </a>
  401. </div></div>
  402.  
  403. </div></div></div>
  404. </div></div>
  405.  
  406.  <div id="sidetitle2"> {text:titulo}</div>
  407. </div>
  408.  
  409.  <div id="sidetitle"> </div>
  410. </div>
  411.  
  412. <div id="sidescri">
  413. <div class="about"> {block:Description}{Description}{/block:Description}</div></div></div></div>
  414.  
  415. <div id="side">
  416. <div class="page1">{block:NextPage}<a href="{NextPage}" title="next">»</a> {/block:NextPage}</div>
  417. <div class="page2">{block:PreviousPage}<a href="{PreviousPage}"  title="previous">«</a>{/block:PreviousPage}</div>  
  418. </div>
  419. </div></div></div>
  420. </div></div>
  421.  
  422.  
  423. <div id="entries">
  424.  
  425.  {block:Posts}
  426. <div class="posts">
  427.  
  428. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  429.  
  430. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}{/block:Photo}
  431.  
  432. {block:Photoset}{Photoset-500}{/block:Photoset}
  433.  
  434. {block:Quote}
  435. <div class="quote">“{Quote}”</div>
  436. {block:Source}<div class="quotesource"> — {Source}</div>
  437. {/block:Source}
  438. {/block:Quote}
  439.  
  440. {block:Link}
  441. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  442. {block:Description}{Description}{/block:Description}
  443. {/block:Link}
  444.  
  445. {block:Chat}
  446. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  447. <div class="chat"><ul>{block:Lines}
  448. <li class="person{UserNumber}">{block:Label}
  449. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  450. {/block:Chat}
  451.  
  452. {block:Audio}
  453. <div class="player">{AudioPlayerBlack}</div>
  454. {block:Caption}{Caption}{/block:Caption}
  455. {/block:Audio}
  456.  
  457. {block:Video}{Video-500}{/block:Video}
  458.  
  459.  
  460.  
  461. {block:Answer}
  462. <table width="500px" cellspacing="0" cellpadding="0">
  463. <tr>
  464. <td width="415px" class="question">{Question}</td>
  465. <td width="30px"><span class="questionarrow"></span></td>
  466. <td width="64px" class="asking"><img src="{AskerPortraitURL-64}"><br>{Asker}</td>
  467. </tr>
  468. </table>
  469. <div class="answer">{Answer}</div>
  470. {/block:answer}
  471.  
  472.  
  473.  
  474. <div id="cap">
  475. {block:Photo}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  476. {block:Video}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  477. {block:Photoset}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  478.  
  479. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  480.       <img src="{BlackLogoURL}" width="{LogoWidth} height="{LogoHeight}" alt="{SourceTitle}" />
  481.         {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  482. {/block:ContentSource}</div></div>
  483. <br>
  484.  
  485. <div class="credito">
  486. {block:Date}<div id="info">
  487. <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><center><div id="tags">{block:HasTags}{block:Tags} #<a href="{TagUrl}">{Tag}</a>{/block:Tags}{/block:HasTags}
  488. </div></center>{/block:Date}</div>
  489. </div>
  490.  
  491.  {/block:Posts}
  492. {block:PostNotes}<div class="notes">{PostNotes}</div>{/block:PostNotes}
  493. </div>
  494. </div>
  495. </div>
  496. </body>
  497. </html>
  498. </html>
Advertisement
Add Comment
Please, Sign In to add comment