suicideofminds

Theme 09

Mar 31st, 2012
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.05 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  2.  
  3. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5.  
  6. <script type=”text/javascript”>
  7.  
  8. //desabilita menu de opcoes ao clicar no botao direito
  9.  
  10. function desabilitaMenu(e)
  11.  
  12. {
  13.  
  14. if (window.Event)
  15.  
  16. {
  17.  
  18. if (e.which == 2 || e.which == 3)
  19.  
  20. return false;
  21.  
  22. }
  23.  
  24. else
  25.  
  26. {
  27.  
  28. event.cancelBubble = true
  29.  
  30. event.returnValue = false;
  31.  
  32. return false;
  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. //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. document.oncontextmenu = desabilitaMenu;
  81.  
  82. document.onmousedown = desabilitaBotaoDireito;
  83.  
  84. document.onmouseup = desabilitaBotaoDireito;
  85.  
  86. </script>
  87.  
  88. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  89.  
  90. <head> <!-- DEFAULT VARIABLES -->
  91.  
  92. <meta name="color:background" content="#000" />
  93. <meta name="color:text" content="#fff" />
  94. <meta name="color:sidebar" content="#000" />
  95. <meta name="color:entry" content="#000" />
  96. <meta name="color:links" content="#fff" />
  97. <meta name="color:bold" content="#000" />
  98. <meta name="color:corlinks" content="#fff" />
  99. <meta name="color:borda" content="#fff" />
  100. <meta name="color:bordahover" content="#fff" />
  101. <meta name="color:frase2" content="#fff" />
  102. <meta name="color:bglinks" content="#000" />
  103. <meta name="color:hoverlinks" content="#fff" />
  104. <meta name="color:corlinks2" content="#000" />
  105. <meta name="color:bgfrase2" content="#000" />
  106. <meta name="color:corlinks1" content="#000" />
  107. <meta name="color:bglinks1" content="#fff" />
  108. <meta name="color:description" content="#fff" />
  109. <meta name="image:background" content=""/>
  110. <meta name="image:sidebar1" content="http://static.tumblr.com/rqwqiy3/pqlm00jpw/tumblr_lyy1jf4sqw1qja2n8o2_500.jpg"/>
  111. <meta name="image:sidebar2" content="http://static.tumblr.com/rqwqiy3/Q9Fm00jph/tumblr_lyy1jf4sqw1qja2n8o1_500.jpg"/>
  112. <meta name="text:frase1" content="Eu te preciso."/>
  113. <meta name="text:frase2" content="Perto, longe, tanto faz."/>
  114. <meta name="text:Link1" content="http://www.tumblr.com" />
  115. <meta name="text:Link1 Title" content="link 1" />
  116. <meta name="text:Link2" content="/" />
  117. <meta name="text:Link2 Title" content="link 2" />
  118. <meta name="text:Link3" content="/" />
  119. <meta name="text:Link3 Title" content="link 3" />
  120. <meta name="text:Link4" content="/" />
  121. <meta name="text:Link4 Title" content="link 4" />
  122. <meta name="text:Link5" content="/" />
  123.  
  124. <title>{Title}</title>
  125. <link rel="shortcut icon" href="{Favicon}">
  126. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  127. {block:Description}
  128. <meta name="description" content="{MetaDescription}" />
  129. {/block:Description}
  130.  
  131.  
  132.  
  133. <style type="text/css">
  134.  
  135. body {color:#252525; background-color: {color:background}; background-image:url('{image:background}'); color:{color:text}; font-family: verdana; font-size: 11px;
  136. text-align: center; background-attachment: fixed; background-position: bottom right; line-height:110%; text-align:justify}
  137.  
  138. a:link, a:active, a:visited { color: {color:links};text-decoration:none;}
  139.  
  140. a:hover {color: #DDDDDD; -webkit-transition-duration: 0.8s; -moz-transition-duration: 0.8s;}
  141.  
  142. ::-webkit-scrollbar{width:8px;height:8px;}
  143. ::-webkit-scrollbar-button:start:decrement
  144. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  145. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  146. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#000;-webkit-border-radius:px;}
  147. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#000;-webkit-border-radius:px;}
  148.  
  149. #sbar2 {width:18px; height: 236px; margin-left: 135px; margin-top: 27px; position:fixed; font-family: tinytots; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  150.  
  151.  
  152. #sbar22 {width:177px; height: 49px; margin-left: 264px; margin-top: 360px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  153.  
  154.  
  155. #sbar5 {width:223px; height:264px; margin-left: 173px; margin-top: 90px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px}
  156.  
  157.  
  158.  
  159. #sbar3 {width:223px; height: 23px; margin-left: 173px; margin-top: 63px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px;}
  160.  
  161.  
  162. #sbar8 {width:223px; height: 30px; margin-left: 173px; margin-top: 26px; position:fixed; overflow:hidden; background-color: {color:sidebar}; border-left:0px solid; border-right:0px solid; padding:3px; -moz-border-top-left-radius:15px; -webkit-border-top-left-radius:15px; }
  163.  
  164.  
  165. .links a{width: 43px; display: block; color: {color:corlinks}; background-color: {color:bglinks}; text-align: center; padding: 5px 5px 5px 5px; font-family:tinytots; font-size: 8px; text-transform: uppercase}
  166.  
  167.  
  168. .links a:hover{color: {color:corlinks2}; background-color: {color:hoverlinks};}
  169.  
  170.  
  171.  
  172. .links2 {width: 35px; padding:0px;background-color:#0; margin-top: -22px; margin-left: 56px; }
  173.  
  174.  
  175.  
  176. .links3 {width: 25px; padding:0px;background-color:#0; margin-top: -22px; margin-left: 112px; }
  177.  
  178.  
  179.  
  180. .links4 {width: 25px; padding:0px;background-color:#0; margin-top: -22px; margin-left: 169px; }
  181.  
  182.  
  183.  
  184. #title {font-size: 21px;text-align: center; margin-left: -10px; text-transform:lowercase; line-height:22px; padding:5px; font-family: verdona; color: {color:text}; background-color:{color:sidebar}; -webkit-transform: rotate(0deg); text-shadow:1px 0px 10px #a3a3a3; z-index:9999; -moz-border-top-right-radius:15px; -webkit-border-top-right-radius:15px; -moz-border-top-left-radius:15px; -webkit-border-top-left-radius:15px;}
  185.  
  186.  
  187. .ttle2 {font-size: 12px; letter-spacing:1px; text-align: center; font-family: verdona; color: {color:frase2}; margin-top: 0px; margin-left: 2px; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out; opacity: 0.8}
  188.  
  189.  
  190.  
  191. .descri {font-size: 9px; letter-spacing: 0px; text-align: justify; font-family: verdana; color: {color:description}; margin-top: 5px; margin-left: 0px; padding: 5px; }
  192.  
  193. .descri a {opacity: 0.6;display: block; letter-spacing: 1px; font-family:; font-size: 9px; text-align: center; margin-bottom: 1px; width: 70px; height: 10px; background-color:{color:bglinks1}; color:{color:corlinks1}; text-decoration: none; text-transform: lowercase; padding: 1px 5px 5px 5px;-webkit-transition: all 0.5s ease-out; -moz-transition: all 0.5s ease-out;}
  194.  
  195. .descri a:hover {text-align: center;letter-spacing: 2px; background-color: {color:bghover1}; font-weight: bold; color:{color:hoverlinks1}; padding: 1px 5px 5px 5px; }
  196.  
  197.  
  198.  
  199. #link4 {margin-left: 173px; margin-top: 360px; width:225px; font-size: 18px; height: 15px; text-align: center; background-color: {color:bgfrase2}; position: fixed;-webkit-border-radius: 0px 0px 0px 0px; padding: 2px; overflow: hidden; -webkit-transition: all 1s ease-out; -moz-transition: all 1s ease-out;}
  200.  
  201.  
  202.  
  203. #link4:hover {width: 224px; height: 264px; margin-top: 92px; opacity: 1;}
  204.  
  205.  
  206.  
  207. .asas { background-color: transparet; margin-right: 20px;}
  208.  
  209. .asas img {float: left; display: block; margin-top: -1px; width: 210px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 0;}
  210.  
  211. .asas img:hover {opacity: 100;}
  212.  
  213. .asas2 {text-align: left;}
  214.  
  215. .asas2 img {display: block; width: 210px; margin-bottom: -287px; -webkit-transition: all 0.9s ease-out; -moz-transition: all 0.9s ease-out; opacity: 100;}
  216.  
  217.  
  218.  
  219. /*** Paginação by madlyluv.com ***/
  220. #paginal {font-family: verdana; font-size: 8px; text-align: center;}
  221. #paginal a { background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px; color: {color:links};}
  222. #paginal a:hover {background: {color:background}; color: {color:links};}
  223. #paginal span.pagina_atual {background: {color:background}; margin: 0 1px 0 0; padding: 2px 4px;; color: {color:links}; font-weight: bold; text-decoration: none;}
  224. .ps {opacity: 0.9;position: fixed; margin-left: 2px; padding: 4px; width: 92px; height: auto; top: 108px; background-color:transparent; color: {color:text};}
  225.  
  226.  
  227.  
  228. .bubble {align:right;background: {color:background}; margin:7px 0px 2px 66px;padding:11px;position: relative;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px;}
  229. .bubble p {margin:1px 0px;}
  230. .bubble span {display:block;position:absolute;width:1px;height:1px;font-size: 0;line-height: 1px; left:-13px;top:2px;border-top:7px solid transparent;border-bottom:7px solid transparent; border-right:10px solid {color:entry};}
  231. .askborder{-webkit-border-radius: 3px 3px 3px 3px; -webkit-transition-duration: 0.6s; }.askborder:hover{ -webkit-border-radius: 180px}
  232.  
  233. #icon {
  234. text-align: center;
  235. width: 100px;
  236. display: block;
  237. padding: 8px;
  238. }
  239.  
  240. #container {
  241. background-color:transparent;
  242. width: 465px;
  243. position: absolute;
  244. top:44px;
  245. left: 411px;
  246. padding-bottom: 5px
  247. }
  248.  
  249. #entries {margin: -10px 0 0px 0}
  250.  
  251.  
  252. #entry {
  253. width: 500px;
  254. background-color:{color:entry};
  255. text-align: justify;
  256. padding: 20px;
  257. margin-bottom:1px;}
  258.  
  259. .image{text-align: center; margin: 0 0 5px 0}
  260. .image img{border: 0px; margin: 0; padding: 0;}
  261.  
  262. #ask_form{width: 500px; }
  263.  
  264. .search_result{font-size: 12px; text-align: center}
  265.  
  266. .source{display:none}
  267.  
  268. h1{
  269. font-family: georgia;
  270. font-size:20px;
  271. letter-spacing: -1px;
  272. line-height: 20px;
  273. text-transform: none;
  274. font-weight: normal;
  275. margin: 0 0 5px 0;
  276. text-align: center
  277. }
  278.  
  279. h1 a{
  280. font-size:20px;
  281. letter-spacing: -1px;
  282. line-height: 20px;
  283. text-transform: none;
  284. font-weight: normal;
  285. margin: 0 0 5px 0;
  286. text-decoration: none;
  287. text-align: center
  288. }
  289.  
  290. .qqmarks{
  291. font-size: 80px;
  292. font-weight: bold;
  293. line-height: 80px;
  294. opacity: 0.2;
  295. filter:alpha (opacity=20)
  296. }
  297.  
  298. .qquote{
  299. font-family:Georgia;
  300. font-size: 20px;
  301. letter-spacing: -1px;
  302. line-height: 30px;
  303. text-transform: none;
  304. margin-top: -70px;
  305. margin-left: 45px
  306. }
  307.  
  308. .qsource{
  309. margin: 5px 15px 0 0;
  310. text-align: right}
  311.  
  312. .chat{
  313. line-height: 12px;
  314. list-style: none
  315. }
  316.  
  317. .chat ul {
  318. line-height: 15px;
  319. list-style: none;
  320. padding: 0px;
  321. line-height: 20px;
  322. background: #eee;
  323. }
  324.  
  325. .person1 {
  326. background-color: {color:link};
  327. color: {color:background}
  328. }
  329. .person1 .label {
  330. font-weight: bold;
  331. padding: 0px;
  332. margin-left: 5px;
  333. color: {color: text}
  334. }
  335. .person2 {
  336. background-color: {color:background};
  337. color: {color: text}
  338. }
  339. .person2 .label {
  340. font-weight: bold;
  341. padding: 0px;
  342. margin-left: 5px;
  343. color: {color: text}
  344. }
  345.  
  346. .audioimage{
  347. float:left;
  348. text-align: center;
  349. margin: 0 10px 5px 0;
  350. width: 205px;
  351. border: 15px solid {color:background};
  352. }
  353. .audioimage img{
  354. max-width: 205px;
  355. height: auto;
  356. margin: 0 0 2px 0
  357. }
  358. .playcount {font-style: italic}
  359.  
  360.  
  361. .asker {
  362. width: 480px;
  363. background-color: {color:background};
  364. color:{color:text};
  365. padding: 10px; }
  366. .asker img{
  367. float: left;
  368. margin: 0px 4px 2px 0
  369. }
  370. .asker a{
  371. font-size: 20px;
  372. color:{color:link};
  373. text-transform: lowercase;
  374. line-height: 27px;
  375. padding: 0; margin: 0;
  376. font-family: georgia;
  377. }
  378. .asker a:hover{
  379. font-size: 20px;
  380. color:{color:link};
  381. text-transform: lowercase;
  382. line-height:27px;
  383. padding: 0;
  384. margin: 0;
  385. font-family: georgia;
  386. }
  387. .answer {padding: 5px 0 0 0; }
  388.  
  389. #cap {
  390. padding: 2px 0 0 0;
  391. width: 500px;
  392. margin: 0 0 0 5px
  393. }
  394.  
  395. .info {
  396. margin-top: 10px;
  397. border-left: 0px solid {color:entry};
  398. padding: 5px;
  399. background-color: {color:entry};
  400. text-align: left;
  401. font-size: 9px;
  402. font-family: verdana;
  403. text-transform: lowercase;
  404. }
  405.  
  406. .info a {font-size: 9px;}
  407.  
  408. .info2 {
  409. padding: 2px;
  410. border-bottom: 1px dotted {color:entry};
  411. text-align: right;
  412. }
  413. .tags {
  414. color: {color:text};
  415. font-size: 9px;
  416. font-family: verdana;
  417. display: inline;
  418. list-style: none;
  419. text-transform: none;
  420. }
  421. .tags a {
  422. font-size: 9px;
  423. color: {color:text};
  424. display: inline;
  425. list-style: none;
  426. text-transform: none;
  427. }
  428.  
  429. #nts {
  430. width: 500px;
  431. margin-left: 95px;
  432. padding: 10px;
  433. margin-top: 5px;
  434. font-size: 10px;
  435. text-align: left
  436. }
  437.  
  438. #nts img{display: none; border:0px}
  439.  
  440. #clear{
  441. clear: both;
  442. width: 50px;
  443. height: 0px;
  444. background-color: transparent
  445. }
  446.  
  447. #prevnextlinks{
  448. text-align: center;
  449. width: 500px;
  450. background-color:{color:entry};
  451. padding: 7px 20px 7px 20px;
  452. margin: 0 0 2px 0;
  453. font-size: 10px
  454. }
  455.  
  456. #notes {
  457. width: 500px;
  458. margin: 0px;
  459. margin-left: 0px;
  460. padding: 5px;
  461. text-align: left
  462. }
  463.  
  464. ol.notes {list-style: none; margin: 0 20px 0 10px; padding: 0px}
  465. ol.notes li {margin: 0px; padding: 2px;}
  466.  
  467. #notes img{border:0px}
  468. #notes a{font-size: 10px}
  469.  
  470. #tumblr_controls{position: fixed!important}
  471. ::-webkit-scrollbar{width:5px;height:5px;}
  472.  
  473. ::-webkit-scrollbar-button:start:decrement
  474.  
  475. ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;}
  476.  
  477. ::-webkit-scrollbar-track-piece{background-color:#fff;-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;}
  478.  
  479. ::-webkit-scrollbar-thumb:vertical{height:50px; background-color:#cfcfce;-webkit-border-radius:px;}
  480.  
  481. ::-webkit-scrollbar-thumb:horizontal{width:50px; background-color:#cfcfce;-webkit-border-radius:px;}
  482.  
  483. {CustomCSS}
  484.  
  485. </style>
  486.  
  487. </head>
  488.  
  489.  
  490.  
  491. <body>
  492.  
  493. <table cellspacing="0" cellpadding="0" style="vertical-align: middle; height: 100%; text-align: justify; width: 100%"><tr><Td><div id="sbar5"><div class="asas"> <div class="asas2"><img src="{image:sidebar1}" height= "255px;"style="border: 6px solid {color:borda};-webkit-box-shadow: 0 8px 6px -6px #9d9b9b; -moz-box-shadow: 0 8px 6px -6px #9d9b9b; box-shadow: 0 8px 6px -6px #000;"/></div><img src="{image:sidebar2}" height= "255px;"style="border: 6px solid {color:bordahover};-webkit-box-shadow: 0 8px 6px -6px #000; -moz-box-shadow: 0 8px 6px -6px #000; box-shadow: 0 8px 6px -6px #9d9b9b;"/ ></div><div class="ps"> <div id="paginal"><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br><br>
  494. {block:JumpPagination length="5"}
  495. {block:CurrentPage}<span class="pagina_atual">{PageNumber}</span>{/block:CurrentPage}
  496. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  497. {/block:JumpPagination} <a href="http://suicideofminds.tumblr.com">Theme</a></div></div></div></div><div id="sbar8"><div id="title">{text:frase1}</div></div><div id="sbar3"><div class="links">{block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}</a><div class="links2"> {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}</div><div class="links3"> {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}</div><div class="links4"> {block:ifLink4}<a href="{text:Link4}">{text:Link4 Title}</a>{/block:ifLink4}</div></div></div><div id="link4"><div class="ttle2">{text:frase2}</div><div class="descri">{description}
  498. <br>
  499.  
  500. </div>
  501. </div>
  502. </div>
  503. </div></div>
  504. </div>
  505. </div>
  506. </div>
  507.  
  508.  
  509.  
  510.  
  511.  
  512. <div id="container">
  513.  
  514. <div id="entries">
  515. {block:IfEnableEndlessScrolling}<div class="autopagerize_page_element">
  516. <script type="text/javascript"
  517.  
  518. src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:IfEnableEndlessScrolling}
  519.  
  520.  
  521. {block:SearchPage}<div class="search_result">{SearchResultCount} results</div>{/block:SearchPage}
  522.  
  523.  
  524.  
  525. {block:Posts}
  526.  
  527. <div id="entry">
  528. {block:Text}{block:Title}<h1>{Title}</h1>{/block:Title}{Body}{/block:Text}
  529.  
  530. {block:Photo}{LinkOpenTag}<div class="image"><img src="{PhotoURL-500}"></div>{LinkCloseTag}
  531. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Photo}
  532.  
  533. {block:Photoset}{Photoset-500}
  534. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>
  535. {/block:Photoset}
  536.  
  537. {block:Quote}
  538. <b class="qqmarks">"</b><div class="qquote">{Quote}</div>
  539. {block:Source}<div class="qsource">— {Source}</div>{/block:Source}
  540. {/block:Quote}
  541.  
  542. {block:Link}
  543. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  544. {block:Description}{Description}{/block:Description}
  545. {/block:Link}
  546.  
  547. {block:Chat}
  548. {block:Title}<h1><a href="{Permalink}">{Title}</a></h1>{/block:Title}
  549. <div class="chat"><ul>{block:Lines}
  550. <li class="person{UserNumber}">{block:Label}
  551. <span class="label">{Label}</span>{/block:Label} {Line}</li>{/block:Lines}</ul></div>
  552. {/block:Chat}
  553.  
  554. {block:Audio}
  555. <div class="audioimage">{block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
  556. {AudioPlayerWhite}
  557. <div class="playcount">{PlayCountWithLabel}</div>
  558. <div class="cap">{block:Caption}{Caption}{/block:Caption}</div>
  559. {/block:Audio}
  560.  
  561. {block:Video}{Video-500}
  562. <div id="cap">{block:Caption}{Caption}{/block:Caption}</div>{/block:Video}
  563.  
  564. {block:Answer}
  565. <img src="{AskerPortraitURL-48}" align="left" class="askborder" class="dreamgirl"><div class="bubble"><span></span>{Asker}said to me: {Question}&nbsp;</div>{Answer} {/block:Answer}
  566.  
  567. <div class="source">{block:ContentSource}<a href="{SourceURL}">{lang:Source}:{block:SourceLogo}
  568. <img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  569. {/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo}</a>
  570. {/block:ContentSource}</div>
  571.  
  572.  
  573.  
  574. <div id="clear"></div>
  575.  
  576. {block:Date} <div class="info">{block:Date} {DayOfMonth} {Month} {Year}, <a href="{Permalink}">{TimeAgo}</a> {/block:Date} {block:NoteCount} | <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{Block:IndexPage} <a href="{ReblogUrl}" target="_blank">| reblog this post</a> {/Block:IndexPage} {block:RebloggedFrom}| via <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  577. <br>
  578. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  579. </div></div>
  580. {/block:Posts}
  581. {block:PostNotes}
  582. <div id="nts"><div id="ntstext">| {PostNotes}</div></div>
  583. {/block:PostNotes}
  584.  
  585. </div>
  586.  
  587. </div>
  588.  
  589.  
  590.  
  591.  
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. </body>
  597. </html>
Advertisement
Add Comment
Please, Sign In to add comment