xmisa0923

mn

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