xmisa0923

ZETA

Apr 11th, 2012
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 17.63 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4. <html>
  5. <title>{Title}</title>
  6.  
  7. <!-
  8. ___________________________________________________________________________
  9.  
  10. ELEGANS THEME BY NOCTOS @ TUMBLR
  11.  
  12. ---------------------------------------------------------------------------
  13.  
  14. - ! D I S C L A I M E R ! -
  15.  
  16. - please do NOT use this theme as a base.
  17. - please do NOT remove credits.
  18. - please ENJOY the theme.
  19. ___________________________________________________________________________
  20.  
  21. -!>
  22.  
  23. <link rel="shortcut icon" href="{Favicon}">
  24. <meta name="description" content="{MetaDescription}" />
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26.  
  27. <meta name="image:background" content="" />
  28. <meta name="image:sidebar" content="http://static.tumblr.com/eeodjxz/RRPm124q5/sdhgjfkjhdsfkhds.jpg" />
  29. <meta name="color:background" content="fafafa" />
  30. <meta name="color:post BG" content="#fff" />
  31. <meta name="color:links" content="#8f8f8f" />
  32. <meta name="color:links hover" content="#eee" />
  33. <meta name="color:text" content="#777" />
  34. <meta name="color:titles" content="#000">
  35. <meta name="color:bordering" content="#eee" />
  36. <meta name="color:perma BG" content="#000" />
  37. <meta name="color:perma TXT" content="#fff" />
  38. <meta name="color:perma BG hover" content="#fff" />
  39. <meta name="color:perma TXT hover" content="#000" />
  40. <meta name="color:side BG" content="#fff" />
  41. <meta name="color:main title" content="#000" />
  42. <meta name="color:side links TXT" content="#777" />
  43. <meta name="color:side links border" content="#777" />
  44. <meta name="text:font size" content="9px" />
  45. <meta name="text:font" content="cambria" />
  46. <meta name="if:endless scroll" content="0" />
  47. <meta name="if:show captions" content="0" />
  48. <meta name="if:250px posts" content="0" />
  49. <meta name="if:400px posts" content="1" />
  50. <meta name="if:500px posts" content="0" />
  51. <meta name="if:shadows on post" content="0" />
  52. <meta name="text:link one" content="" />\
  53. <meta name="text:link one title" content="" />
  54. <meta name="text:link two" content="" />\
  55. <meta name="text:link two title" content="" />
  56. <meta name="text:link three" content="" />\
  57. <meta name="text:link three title" content="" />
  58. <meta name="text:link four" content="" />\
  59. <meta name="text:link four title" content="" />
  60. <meta name="text:link five" content="" />\
  61. <meta name="text:link five title" content="" />
  62.  
  63. {block:ifendlessscroll}
  64. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  65. {/block:ifendlessscroll}
  66.  
  67. <style type="text/css">
  68.  
  69. {CustomCSS}>
  70.  
  71. ::-webkit-scrollbar-thumb:vertical {background-color:#000;height:75px;width:3px;}
  72. ::-webkit-scrollbar {height:0px;width:3px;background-color:#ffffff; padding:2px;}
  73.  
  74. iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  75.  
  76. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
  77.  
  78. body {
  79. background-image: url('{image:background}');
  80. font-family:{text:font};
  81. color:{color:text};
  82. font-size:{text:font size};
  83. background-color:{color:background};
  84. }
  85.  
  86. a {
  87. text-decoration:none;
  88. color:{color:links};
  89. -webkit-transition: all 0.6s ease-in;
  90. -moz-transition: all 0.6s ease-in;
  91. -o-transition: all 0.6s ease-in;
  92. }
  93.  
  94. a:hover {
  95. color:{color:links hover};
  96. }
  97.  
  98. blockquote {
  99. padding:3px;
  100. padding-left:10px;
  101. padding-right:10px;
  102. border-left:1px solid #000;
  103. text-align:left;
  104. }
  105.  
  106. h1 {
  107. font-family:sonstantia;
  108. font-weight:lighter;
  109. font-size:14px;
  110. text-transform:uppercase;
  111. letter-spacing:-1px;
  112. color:{color:titles};
  113. border-bottom:1px solid {color:bordering};
  114. }
  115.  
  116. h1 a {
  117. color:{color:titles};
  118. }
  119.  
  120. .audi img {
  121. max-width:100px;
  122. overflow:hidden;
  123. float:left;
  124. margin-right:5px;
  125. }
  126.  
  127. #content {
  128. margin-left:365px;
  129. width:432px;
  130. {block:permalinkpage}
  131. width:532px;
  132. {/block:permalinkpage}
  133. }
  134.  
  135. .post {
  136. {block:indexpage}
  137. padding:25px;
  138. padding-top:15px;
  139. padding-bottom:12px;
  140. border:1px solid {color:bordering};
  141. overflow:hidden;
  142. text-align:justify;
  143. margin-bottom:15px;
  144. {block:ifshadowsonpost}
  145. -moz-box-shadow: 1.5px 1.5px 3px #eee;
  146. -webkit-box-shadow: 1.5px 1.5px 3px #eee;
  147. box-shadow: 1.5px 1.5px 3px #eee;
  148. {/block:ifshadowsonpost}
  149. {/block:indexpage}
  150. {block:permalinkpage}
  151. padding:10px;
  152. float:left;
  153. text-align:justify;
  154. margin-bottom:5px;
  155. {/block:permalinkpage}
  156. background-color:{color:post BG};
  157. {block:IndexPage}
  158. {block:if250pxposts}
  159. width:250px;
  160. {/block:if250pxposts}
  161. {block:if400pxposts}
  162. width:400px;
  163. {/block:if400pxposts}
  164. {block:if500pxposts}
  165. width:500px;
  166. {/block:if500pxposts}
  167. {/block:IndexPage}
  168. {block:PermalinkPage}
  169. width:500px;
  170. {/block:PermalinkPage}
  171. }
  172.  
  173. .permbox {
  174. position:absolute;
  175. {block:if250pxposts}
  176. width:250px;
  177. {/block:if250pxposts}
  178. {block:if400pxposts}
  179. width:400px;
  180. {/block:if400pxposts}
  181. {block:if500pxposts}
  182. width:500px;
  183. {/block:if500pxposts}
  184. opacity:0;
  185. -webkit-transition: all 0.75s ease-out;
  186. -moz-transition: all 0.75s ease-out;
  187. -o-transition: all 0.75s ease-out;
  188. }
  189.  
  190. .post:hover .permbox {
  191. opacity:1;
  192. -webkit-transition: all 0.6s ease-out;
  193. -moz-transition: all 0.6s ease-out;
  194. -o-transition: all 0.6s ease-out;
  195. }
  196.  
  197. .permalink {
  198. padding:8px;
  199. padding-top:6px;
  200. opacity:0.9;
  201. font-size:9px;
  202. background-color:{color:perma BG};
  203. color:{color:perma TXT};
  204. -webkit-transition: all 0.6s ease-out;
  205. -moz-transition: all 0.6s ease-out;
  206. -o-transition: all 0.6s ease-out;
  207. }
  208.  
  209. .permalink:hover {
  210. background-color:{color:perma BG hover};
  211. color:{color:perma TXT hover};
  212. }
  213.  
  214. {block:permalinkpage}
  215. .permbox, .permalink {
  216. display:none;
  217. }
  218. {/block:permalinkpage}
  219.  
  220. #prmpg {
  221. float:left;
  222. width:490px;
  223. padding:15px;
  224. padding-bottom:0px;
  225. margin-top:-15px;
  226. background-color:{color:post BG};
  227. z-index:999;
  228. }
  229.  
  230. #not {
  231. width:485px;
  232. float:left;
  233. background-color:{color:post BG};
  234. }
  235.  
  236. #not img {
  237. width:0px;
  238. height:0px;
  239. }
  240.  
  241. li.not {
  242. padding:2px;
  243. margin:3px;
  244. list-style:decimal;
  245. }
  246.  
  247. {block:permalinkpage}
  248. .line {
  249. position:fixed;top:-10px;
  250. right:40%;
  251. height:110%;
  252. margin-right:558px;
  253. border-left:1px solid {color:bordering};
  254. }
  255. {/block:permalinkpage}
  256.  
  257. .pgna {
  258. text-align:center;
  259. margin-top:15px;
  260. font-size:25px;
  261. }
  262.  
  263. #left {
  264. padding-left:70px;
  265. width:250px;
  266. position:fixed;
  267. left:-10px;
  268. top:-10px;
  269. height:110%;
  270. border-right:3px solid {color:bordering};
  271. background-color:{color:side BG};
  272. }
  273.  
  274. .img {
  275. width:140px;
  276. padding:15px;
  277. padding-left:25px;
  278. padding-right:25px;
  279. overflow:hidden;
  280. background-color:{color:side BG};
  281. border:1px solid {color:bordering};
  282. }
  283.  
  284. .img img {
  285. width:140px;
  286. }
  287.  
  288. .dscrp {
  289. line-height:9px;
  290. font-size:9px;
  291. text-align:center;
  292. width:152px;
  293. margin:15px;
  294. margin-bottom:0px;
  295. padding:5px;
  296. border-top:1px solid {color:bordering};
  297. }
  298.  
  299. .lnk {
  300. width:190px;
  301. padding-top:15px;
  302. font-family:consolas;
  303. text-transform:uppercase;
  304. font-size:8px;
  305. text-align:center;
  306. border-top:1px solid {color:bordering};
  307. }
  308.  
  309. .lnk a {
  310. opacity:0.6;
  311. padding-left:2px;
  312. padding-right:2px;
  313. border-bottom:1px solid transparent;
  314. color:{color:side links TXT};
  315. -webkit-transition: all 0.6s ease-out;
  316. -moz-transition: all 0.6s ease-out;
  317. -o-transition: all 0.6s ease-out;
  318. }
  319.  
  320. .lnk a:hover {
  321. opacity:1;
  322. border-bottom:1px solid {color:side links border};
  323. }
  324.  
  325. </style>
  326. </head>
  327. <body>
  328.  
  329. <div id="left">
  330. <div style="position:fixed;top:70px;">
  331. <div style="width:192px;text-align:center;margin-bottom:8px;"><a style="font-size:11px;color:{color:main title};text-transform:uppercase;letter-spacing:-1px;" href="/" title="index">{title}</a></div>
  332. <div class="img">
  333. <a href="/" title="{title}"><img src="{image:sidebar}"></a>
  334. </div>
  335. <div class="dscrp">
  336. {description}
  337. </div>
  338. <div class="lnk">
  339. <a href="/" title="home">index</a>
  340. <a href="/ask" title="ask">message</a>
  341.  
  342.  
  343. {block:iflinkone}
  344. <a href="{text:link one}" title="{text:link one title}">{text:link one title}</a>
  345. {/block:iflinkone}
  346. {block:iflinktwo}
  347. <a href="{text:link two}" title="{text:link two title}">{text:link two title}</a>
  348. {/block:iflinktwo}
  349. {block:iflinkthree}
  350. <a href="{text:link three}" title="{text:link three title}">{text:link three title}</a>
  351. {/block:iflinkthree}
  352. {block:iflinkfour}
  353. <a href="{text:link four}" title="{text:link four title}">{text:link four title}</a>
  354. {/block:iflinkfour}
  355. {block:iflinkfive}
  356. <a href="{text:link five}" title="{text:link five title}">{text:link five title}</a>
  357. {/block:iflinkfive}
  358.  
  359. </div>
  360.  
  361. {block:ifnotendlessscroll}
  362. <div class="pgna">
  363. {block:previouspage}
  364. <a href="{previouspage}" title="previous page">«</a>
  365. {/block:previouspage}
  366. {block:nextpage}
  367. <a href="{nextpage}" title="next page">»</a>
  368. {/block:nextpage}
  369. </div>
  370. <center>
  371. <i>{currentpage} / {totalpages}</center></i>
  372. {/block:ifnotendlessscroll}
  373.  
  374. </div>
  375. </div>
  376.  
  377.  
  378. <div style="height:5px;"></div>
  379.  
  380. <div id="content">
  381.  
  382. {block:posts}
  383.  
  384. {block:text}
  385. <div class="post">
  386. <div class="permbox">
  387. <div class="permalink">
  388. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  389. <br>
  390. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  391. </div>
  392. </div>
  393. {block:title}
  394. <h1><a href="{Permalink}">{title}</a></h1>
  395. {/block:title}
  396. <div style="margin-top:-7px;">
  397. {body}
  398. </div>
  399. {block:ifshowcaptions}
  400. {block:caption}
  401. {caption}
  402. {/block:caption}
  403. {/block:ifshowcaptions}
  404. {block:ifnotshowcaptions}
  405. {block:permalinkpage}
  406. {caption}
  407. {/block:permalinkpage}
  408. {/block:ifnotshowcaptions}
  409. </div>
  410. {/block:text}
  411.  
  412. {block:quote}
  413. <div class="post">
  414. <div class="permbox">
  415. <div class="permalink">
  416. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  417. <br>
  418. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  419. </div>
  420. </div>
  421. "{quote}"
  422. <div style="margin-top:3px;border-bottom:1px solid {color:bordering};"></div>
  423. <div style="margin-top:3px;text-align:right;font-style:italic;padding-right:10px;">{block:Source}{Source}{/block:Source}</div>
  424. {block:ifshowcaptions}
  425. {block:caption}
  426. {caption}
  427. {/block:caption}
  428. {/block:ifshowcaptions}
  429. {block:ifnotshowcaptions}
  430. {block:permalinkpage}
  431. {caption}
  432. {/block:permalinkpage}
  433. {/block:ifnotshowcaptions}
  434. </div>
  435. {/block:quote}
  436.  
  437. {block:photo}
  438. <div class="post">
  439. <div class="permbox">
  440. <div class="permalink">
  441. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  442. <br>
  443. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  444. </div>
  445. </div>
  446. {LinkOpenTag}<meta name="{PhotoAlt}" content="{PhotoAlt}"/>
  447. {block:indexpage}
  448. {block:if250pxposts}
  449. <img src="{PhotoURL-250}">
  450. {/block:if250pxposts}
  451. {block:if400pxposts}
  452. <img width="400px" src="{PhotoURL-500}"/>
  453. {/block:if400pxposts}
  454. {block:if500pxposts}
  455. <img src="{PhotoURL-500}">
  456. {/block:if500pxposts}
  457. {/block:indexpage}
  458. {block:permalinkpage}
  459. <img src="{PhotoURL-500}">
  460. {/block:permalinkpage}
  461. {linkCloseTag}
  462. {block:ifshowcaptions}
  463. {block:caption}
  464. {caption}
  465. {/block:caption}
  466. {/block:ifshowcaptions}
  467. {block:ifnotshowcaptions}
  468. {block:permalinkpage}
  469. {caption}
  470. {/block:permalinkpage}
  471. {/block:ifnotshowcaptions}
  472. </div>
  473. {/block:photo}
  474.  
  475. {block:link}
  476. <div class="post">
  477. <div class="permbox">
  478. <div class="permalink">
  479. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  480. <br>
  481. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  482. </div>
  483. </div>
  484. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  485. {block:description}
  486. <div style="margin-top:-7px;">
  487. {description}
  488. </div>
  489. {/block:description}
  490. {block:ifshowcaptions}
  491. {block:caption}
  492. {caption}
  493. {/block:caption}
  494. {/block:ifshowcaptions}
  495. {block:ifnotshowcaptions}
  496. {block:permalinkpage}
  497. {caption}
  498. {/block:permalinkpage}
  499. {/block:ifnotshowcaptions}
  500. </div>
  501. {/block:link}
  502.  
  503. {block:Photoset}
  504. <div class="post">
  505. <div class="permbox">
  506. <div class="permalink">
  507. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  508. <br>
  509. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  510. </div>
  511. </div>
  512. {block:IndexPage}
  513. {block:If250pxposts}
  514. {photoset-250}
  515. {/block:If250pxposts}
  516. {block:If400pxposts}
  517. {photoset-400}
  518. {/block:If400pxposts}
  519. {block:If500pxposts}
  520. {photoset-500}
  521. {/block:If500pxposts}
  522. {/block:IndexPage}
  523. {block:PermalinkPage}
  524. {Photoset-500}
  525. {/block:PermalinkPage}
  526. {block:ifshowcaptions}
  527. {block:caption}
  528. {caption}
  529. {/block:caption}
  530. {/block:ifshowcaptions}
  531. {block:ifnotshowcaptions}
  532. {block:permalinkpage}
  533. {caption}
  534. {/block:permalinkpage}
  535. {/block:ifnotshowcaptions}
  536. </div>
  537. {/block:Photoset}
  538.  
  539. {block:audio}
  540. <div class="post">
  541. <div class="permbox">
  542. <div class="permalink">
  543. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  544. <br>
  545. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  546. </div>
  547. </div>
  548. <div style="width:100%; background-color:#000;">{audioplayerblack}</div>
  549. {block:indexpage}
  550. <div style="margin-top:5px; padding-top:5px; border-top:1px solid {color:bordering};">
  551. {block:albumart}
  552. <div class="audi"><img src="{albumartURL}"></div>
  553. {/block:albumart}
  554. <div style="float:left; border-left:1px solid {color:bordering}; padding-left:5px;">
  555. {block:artist}
  556. {artist}
  557. {/block:artist}
  558. <br>
  559. {block:album}
  560. {album}
  561. {/block:album}
  562. <br>
  563. {block:trackname}
  564. {trackname}
  565. {/block:trackname}
  566. <br>
  567. </div>
  568. <div style="{block:if250pxposts}width:58%;{/block:if250pxposts}{block:if400pxposts}width:73%;{/block:if400pxposts}{block:if500pxposts}width:78%;{/block:if500pxposts}margin-top:5px;float:left;border-top:1px solid {color:bordering};">
  569. <div style="float:left;border-left:1px solid {color:bordering}; margin-top:5px;padding-top:2px;padding-left:5px;">
  570. <div style="margin-top:-2px;"></div>
  571. {playcountwithlabel}
  572. </div>
  573. </div>
  574. </div>
  575. {/block:indexpage}
  576. {block:permalinkpage}
  577. <br>
  578. {block:albumart}
  579. <div class="audi">
  580. <img src="{albumarturl}">
  581. </div>
  582. {/block:albumart}
  583. <div styl="float:left;">
  584. {playcountwithlabel}
  585. <br>
  586. {block:artist}
  587. {artist}
  588. {/block:artist}
  589. <br>
  590. {block:album}
  591. {album}
  592. {/block:album}
  593. <br>
  594. {block:trackname}
  595. {trackname}
  596. {/block:trackname}
  597. <br>
  598. </div>
  599. {/block:permalinkpage}
  600. {block:ifshowcaptions}
  601. {block:caption}
  602. {caption}
  603. {/block:caption}
  604. {/block:ifshowcaptions}
  605. {block:ifnotshowcaptions}
  606. {block:permalinkpage}
  607. <div style="float:left;">
  608. {caption}
  609. </div>
  610. {/block:permalinkpage}
  611. {/block:ifnotshowcaptions}
  612. </div>
  613. {/block:audio}
  614.  
  615. {block:chat}
  616. <div class="post">
  617. <div class="permbox">
  618. <div class="permalink">
  619. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  620. <br>
  621. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  622. </div>
  623. </div>
  624. <ul>
  625. {block:Lines}
  626. <li class="person">
  627. {block:Label}
  628. {Label}
  629. {/block:Label}
  630. {Line}
  631. </li>
  632. {/block:Lines}
  633. </ul>
  634. {block:ifshowcaptions}
  635. {block:caption}
  636. {caption}
  637. {/block:caption}
  638. {/block:ifshowcaptions}
  639. {block:ifnotshowcaptions}
  640. {block:permalinkpage}
  641. {caption}
  642. {/block:permalinkpage}
  643. {/block:ifnotshowcaptions}
  644. </div>
  645. {/block:chat}
  646.  
  647. {block:Video}
  648. <div class="post">
  649. <div class="permbox">
  650. <div class="permalink">
  651. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  652. <br>
  653. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  654. </div>
  655. </div>
  656. {block:indexpage}
  657. {block:if250pxposts}
  658. {video-250}
  659. {/block:if250pxposts}
  660. {block:if400pxposts}
  661. {video-400}
  662. {/block:if400pxposts}
  663. {block:if500pxposts}
  664. {video-500}
  665. {/block:if500pxposts}
  666. {/block:indexPage}
  667. {block:permalinkpage}
  668. {video-500}
  669. {/block:permalinkpage}
  670. {block:ifshowcaptions}
  671. {block:caption}
  672. {caption}
  673. {/block:caption}
  674. {/block:ifshowcaptions}
  675. {block:ifnotshowcaptions}
  676. {block:permalinkpage}
  677. {caption}
  678. {/block:permalinkpage}
  679. {/block:ifnotshowcaptions}
  680. </div>
  681. {/block:video}
  682.  
  683. {block:Answer}
  684. <div class="post">
  685. <div class="permbox">
  686. <div class="permalink">
  687. {dayofweek}, {month} {dayofmonth}{dayofmonthsuffix}, {year}
  688. <br>
  689. {NoteCountWithLabel} | <a href="{permalink}">permalink</a>
  690. </div>
  691. </div>
  692. <div style="padding-bottom:3px;border-bottom:1px solid {color:bordering};">
  693. {Asker}: {Question}
  694. </div>
  695. {Answer}
  696. </div>
  697. {/block:Answer}
  698.  
  699. {block:PermalinkPage}
  700. {block:Date}
  701. <div id="prmpg">
  702. <h1>{dayofweek}, {month} {dayofmonth}{dayofmonthsuffix} {year} | {24hour}:{minutes}:{seconds}</h1>
  703. {/block:Date}
  704. <div style="margin-top:-5px;"></div>
  705. {block:postnotes}
  706. {NoteCountWithLabel}
  707. <br>
  708. {/block:postnotes}
  709. {block:HasTags}
  710. <i>tags</i>: {block:Tags}<a href="{tagURL}">#{Tag} </a>{/block:Tags}
  711. <br>
  712. {/block:HasTags}
  713. {block:RebloggedFrom}
  714. <i>via</i>: <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
  715. <br>
  716. <i>original</i>: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a>
  717. {/block:RebloggedFrom}
  718. {block:date}
  719. <div style="border-bottom:1px dashed {color:bordering};margin-top:5px; margin-bottom:4px;"></div>
  720. <i>navigate</i>: <a href="{reblogURL}" title="reblog this">reblog</a>, <a href="/" title="index">index</a>, <a href="/random" title="random entry">random entry</a>
  721. {/block:date}
  722. {block:postnotes}
  723. <div style="height:5px;"></div>
  724. <div style="border-bottom:1px solid {color:bordering};"></div>
  725. <br>
  726. <div id="not">
  727. {PostNotes}
  728. </div>
  729. {/block:postnotes}
  730. </div>
  731. {/block:PermalinkPage}
  732.  
  733. {/block:posts}
  734.  
  735. </div>
  736. </body>
  737. </html>
Advertisement
Add Comment
Please, Sign In to add comment