Advertisement
xivth

08. Phantomhive

Mar 21st, 2014
2,766
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 18.78 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2.  
  3.  
  4. <!---
  5. Theme 08. Phantomhive by soldierholic
  6. Don't remove the credit!
  7. Please don't take, use as a base, or claim the theme as your own.
  8. --->
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Blockquote" content="#e3e3e3"/>
  17. <meta name="color:Bold" content="#000000"/>
  18. <meta name="color:Borders" content="#c4c4c4"/>
  19.  
  20. <meta name="color:Date" content="#e3e3e3"/>
  21. <meta name="color:Date BG" content="#012c4d"/>
  22.  
  23. <meta name="color:Info Text" content="#999898"/>
  24. <meta name="color:Info Link Hover" content="#e0e0e0"/>
  25. <meta name="color:Link" content="#205874"/>
  26. <meta name="color:Link Hover" content="#e0e0e0"/>
  27. <meta name="color:Navi hover" content="#002855"/>
  28. <meta name="color:Pagination" content="#b4b4b4"/>
  29. <meta name="color:Post BG" content="#ffffff">
  30. <meta name="color:Post Title" content="#102c43"/>
  31.  
  32. <meta name="color:Scrollbar" content="#012c4d"/>
  33. <meta name="color:Tags" content="#363636"/>
  34. <meta name="color:Text" content="#8d8d8d"/>
  35.  
  36.  
  37. <meta name="image:Sidebar" content="http://static.tumblr.com/1a63f8ec113e6334de32df617c3d8591/yiih8yx/axNn2s0g7/tumblr_static_ciel.phantomhive.fullx.png"/>
  38.  
  39. <meta name="if:400px" content="1" />
  40. <meta name="if:Title" content="1" />
  41.  
  42. <meta name="text:Date Symbol" content="♔">
  43. <meta name="text:Title" content="08. Phantomhive" />
  44.  
  45. <meta name="text:Home Title" content="escape" />
  46. <meta name="text:Ask Title" content="approach" />
  47. <meta name="text:Submit Title" content="bestow" />
  48. <meta name="text:Archive Title" content="memoir" />
  49.  
  50. <meta name="text:Link1" content="/" />
  51. <meta name="text:Link1 Title" content="Link 1" />
  52. <meta name="text:Link2" content="/" />
  53. <meta name="text:Link2 Title" content="Link 2" />
  54. <meta name="text:Link3" content="/" />
  55. <meta name="text:Link3 Title" content="Link 3" />
  56. <meta name="text:Link4" content="/" />
  57. <meta name="text:Link4 Title" content="Link 4" />
  58. <meta name="text:Link5" content="/" />
  59. <meta name="text:Link5 Title" content="Link 5" />
  60.  
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  63. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  64. <script>
  65. (function($){
  66. $(document).ready(function(){
  67. $("[title]").style_my_tooltips({
  68. tip_follows_cursor:true,
  69. tip_delay_time:0,
  70. tip_fade_speed:0,
  71. attribute:"title"
  72. });
  73. });
  74. })(jQuery);
  75. </script>
  76.  
  77. <style type="text/css">
  78. @import url(http://static.tumblr.com/yiih8yx/TJUmtynmx/ostrichsansmedium.css);
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. background-color:{color:scrollbar};
  82. height:7px;
  83.  
  84. border-right:2px solid {color:background};
  85. border-left:1px solid {color:background};}
  86. ::-webkit-scrollbar-thumb:horizontal {
  87. background-color:{color:scrollbar};
  88. height:7px!important;}
  89. ::-webkit-scrollbar {
  90. background:{color:Scrollbar};
  91. border-left:3px solid {color:Background};
  92. border-right:4px solid {color:Background};
  93. height:7px;
  94. width:8px;}
  95. ::-webkit-scrollbar-button:start:decrement, ::-webkit-scrollbar-button:end:increment{
  96. display:block;
  97. height:6px;
  98. background-color:{color:background};
  99. border-right:2px solid {color:background};}
  100.  
  101. body {
  102. background-color:{color:background};
  103. margin:0px;
  104. color:{color:text};
  105. font-family:arial;
  106. font-size:10px;
  107. font-style: none;}
  108.  
  109. sup,small,sub {
  110. font-size:10px;}
  111.  
  112. b,strong {color:{color:bold};}
  113.  
  114. a {
  115. color: {color:link};
  116. text-decoration: none;
  117. font-weight: normal;
  118. -webkit-transition: all 0.5s ease-in-out;
  119. -moz-transition: all 0.5s ease-in-out;
  120. -o-transition: all 0.5s ease-in-out;}
  121.  
  122. a:hover {
  123. -webkit-transition: all 0.5s ease-in-out;
  124. -moz-transition: all 0.5s ease-in-out;
  125. -o-transition: all 0.5s ease-in-out;
  126. color: {color:link hover};
  127. text-decoration: none;
  128. font-weight: normal;}
  129.  
  130. img {max-width:100%;}
  131.  
  132. blockquote {
  133. margin-left:25px;
  134. margin-right:5px;
  135. padding-left:5px;
  136. border-left:1px solid {color:blockquote};}
  137.  
  138. h1 {font:20px cambria;
  139. letter-spacing:-1px;
  140. font-weight:bold;
  141. font-style:italic;
  142. text-align:center;
  143. color: {color:Post Title};}
  144.  
  145. #s-m-t-tooltip {
  146. margin:-10px 0 0 10px;
  147. display:none;
  148. text-align:left;
  149. position:absolute;
  150. letter-spacing:2px;
  151. text-transform:uppercase;
  152. font-family:calibri;
  153. font-size:8px;
  154. z-index:999;
  155. padding:2px 3px;
  156. line-height:12px;
  157. color:{color:text};
  158. background:{color:background};}
  159.  
  160. #pcontainer {
  161. background-color: {color:Post BG};
  162. {block:if400px}
  163. width:435px;
  164. {/block:if400px}
  165. {block:ifnot400px}
  166. width:535px;
  167. {/block:ifnot400px}
  168. padding: 5px;
  169. top:40px;
  170. margin-bottom:40px;
  171. margin-left:450px;
  172. position:relative;
  173. overflow-x:hidden;}
  174.  
  175.  
  176. #navi {
  177. position:fixed;
  178. margin-left:170px;
  179. margin-top:5px;
  180. display:block;
  181. text-align:center;
  182. margin-bottom:8px;
  183. }
  184.  
  185. .navi {
  186. width: 10px;
  187. height: 10px;
  188. background-color: {color:background};
  189. border:1px solid {color:borders};
  190. box-shadow: inset -11px 0px 0px transparent;
  191. -webkit-transition: all 0.3s linear;
  192. -moz-transition: all 0.3s linear;
  193. transition: all 0.3s linear;}
  194.  
  195. #navi a {
  196. background-color:{color:Navi Bg};
  197. margin-top:5px;
  198. margin-left:5px;
  199. text-align:center;
  200. font-size:9px;
  201. font-style:italic;
  202. font-family:cambria;
  203. letter-spacing:2px;
  204. text-transform:lowercase;
  205. display:block;
  206. line-height:56px;
  207. color: {color:navi};
  208. }
  209.  
  210. #navi a:hover .navi{
  211. border:1px solid {color:navi hover};
  212. box-shadow: inset 10px 0px 0px {color:navi hover};
  213. -webkit-transition: all 0.3s linear;
  214. -moz-transition: all 0.3s linear;
  215. transition: all 0.3s linear;}
  216.  
  217. #entry {
  218. float:left;
  219. {block:if400px}
  220. width:422px;
  221. {/block:if400px}
  222. {block:ifnot400px}
  223. width:522px;
  224. {/block:ifnot400px}
  225. margin-top:10px;
  226. text-align:justify;}
  227.  
  228. #post {
  229. {block:if400px}
  230. width:400px;
  231. {/block:if400px}
  232. {block:ifnot400px}
  233. width:500px;
  234. {/block:ifnot400px}
  235. padding:15px;
  236. border:1px solid {color:Post BG};
  237. background-color: {color:Post BG};}
  238.  
  239. #tlink a {font:20px cambria;
  240. letter-spacing:-1px;
  241. font-weight:bold;
  242. font-style:italic;
  243. text-align:center;}
  244.  
  245. #pagination {
  246. position:fixed;
  247. width:150px;
  248. margin-top:15px;
  249. font:8px cambria;
  250. text-align:center;}
  251.  
  252. #pagination a {
  253. text-align:center;
  254. padding: 4px;
  255. color: {color:pagination};
  256. text-decoration: none;}
  257.  
  258. #pagination .jump_page {
  259. text-decoration:none;}
  260.  
  261. #pagination .current_page {
  262. font:9px consolas;
  263. padding:4px;
  264. color: {color:pagination};
  265. font-weight:bold;
  266. text-decoration:none;}
  267.  
  268. #sbar {
  269. margin-top:80px;
  270. margin-left:120px;
  271. padding: 15px;
  272. position:fixed;}
  273.  
  274. #stitle {
  275. background-color:{color:date bg};
  276. margin-top:-8px;
  277. margin-bottom:2px;
  278. color:#fff;
  279. font:16px 'ostrich_sansmedium';
  280. letter-spacing:2px;
  281. line-height:25px;
  282. text-align:center;
  283. text-transform:lowercase;
  284. z-index:1;
  285. }
  286.  
  287. #slines {
  288. width:195px;
  289. height:1px;
  290. float:left;
  291. margin-top:15px;
  292. margin-left:15px;
  293. text-align:center;
  294. background-color:{color:borders};
  295. z-index:-1;}
  296.  
  297. .slines {
  298. width:1px;
  299. height:210px;
  300. float:left;
  301. margin-top:-5px;
  302. margin-left:183px;
  303. text-align:center;
  304. position:fixed;
  305. background-color:{color:borders};
  306. z-index:1;}
  307. #bottomlines {margin-top:-10px;}
  308. #slinesx {
  309. width:195px;
  310. height:1px;
  311. float:left;
  312. margin-top:8px;
  313. margin-left:-35px;
  314. text-align:center;
  315. background-color:{color:borders};
  316. z-index:-1;}
  317.  
  318. .slinesx {
  319. width:1px;
  320. height:195px;
  321. margin-top:-165px;
  322. margin-left:-9px;
  323. text-align:center;
  324. position:fixed;
  325. background-color:{color:borders};
  326. z-index:1;}
  327.  
  328. #sidebar {
  329. padding: 15px;
  330. position:fixed;}
  331. #sidebar img {
  332. max-width: 150px;
  333. padding:10px;
  334. z-index:-1;
  335. }
  336.  
  337. #clinks {
  338. display:block;
  339. text-align:left;
  340. margin-bottom:5px;
  341. margin-top:10px;}
  342.  
  343. #clinks a {
  344. color: {color:clinks};
  345. background-color:{color:navi BG};
  346. width:150px;
  347. height:18px;
  348. line-height:17px;
  349. text-align:center;
  350. font-size:8px;
  351. font-family:consolas;
  352. text-transform:uppercase;
  353. display:block;
  354. margin-bottom:2px;
  355. letter-spacing:2px;
  356. box-shadow: inset 0 -18px 0 transparent;
  357. -webkit-transition: all 0.3s linear;
  358. -moz-transition: all 0.3s linear;
  359. transition: all 0.3s linear;}
  360.  
  361. #clinks a:hover {
  362. color: {color:clinks hover};
  363. box-shadow: inset 0 18px 0 {color:background};
  364. -webkit-transition: all 0.3s linear;
  365. -moz-transition: all 0.3s linear;
  366. transition: all 0.3s linear;}
  367.  
  368. #desc {
  369. background-color:{color:background};
  370. width:150px;
  371. font:10px calibri;
  372. padding:10px;
  373. margin-top:-15px;
  374. color: {color:Text};
  375. position:fixed;
  376. text-align: justify;
  377. z-index:-1;}
  378. #desc p {margin-top:-5px;}
  379.  
  380. #space {margin-bottom:20px;}
  381.  
  382. .quote {
  383. font:20px cambria;
  384. margin-left:25px;
  385. {block:if400px}
  386. width:350px;
  387. {/block:if400px}
  388. {block:ifnot400px}
  389. width: 450px;
  390. {/block:ifnot400px}
  391. letter-spacing:-1px;
  392. font-weight:bold;
  393. font-style:italic;}
  394.  
  395. .source {
  396. text-align: right;
  397. font-size: 7px;
  398. text-transform: uppercase;
  399. letter-spacing: 2px;}
  400.  
  401. .audio {overflow:hidden;}
  402.  
  403. .audio img {max-width:84px;}
  404.  
  405. .playbutton {
  406. background-color:#fff;
  407. width: 30px;
  408. height: 30px;
  409. overflow: hidden;
  410. position: relative;
  411. margin:10px 9px 8px 10px;
  412. z-index: 99;
  413. opacity:.6;}
  414.  
  415. .playbox {
  416. background-color: #fff;
  417. border-radius:30px;
  418. position: absolute;
  419. margin:17px;
  420. z-index: 99;
  421. opacity:.3;
  422. -webkit-transition: all 0.5s ease-in-out;
  423. -moz-transition: all 0.5s ease-in-out;
  424. -o-transition: all 0.5s ease-in-out;}
  425.  
  426. .playbox:hover{
  427. opacity:.8;
  428. -webkit-transition: all 0.5s ease-in-out;
  429. -moz-transition: all 0.5s ease-in-out;
  430. -o-transition: all 0.5s ease-in-out;}
  431.  
  432. .cover {
  433. position: relative; }
  434.  
  435.  
  436. #ask {padding: 5px;}
  437.  
  438. #ask img {
  439. max-width: 30px;
  440. padding:2px;
  441. border:3px double {color:borders};}
  442.  
  443. #ask a {
  444. font:23px cambria;
  445. font-style:italic;
  446. letter-spacing:-2px;
  447. font-weight:bold;
  448. text-transform:lowercase;
  449. text-decoration: none;}
  450.  
  451. #ask b {
  452. font:23px cambria;
  453. font-style:italic;
  454. letter-spacing:-2px;
  455. font-weight:bold;
  456. text-transform:lowercase;
  457. text-decoration: none;}
  458.  
  459. #ask i {
  460. font:23px cambria;
  461. font-style:italic;
  462. letter-spacing:-2px;
  463. font-weight:bold;
  464. text-transform:lowercase;
  465. text-decoration: none;}
  466.  
  467. #date {
  468. width:15px;
  469. font-size: 9px;
  470. text-transform:uppercase;
  471. letter-spacing:1px;
  472. background-color:{color:date bg};
  473. color:{color:date};
  474. padding:5px 1px 5px 5px;}
  475.  
  476. #info {
  477. margin-top:-25px;
  478. margin-left:12px;
  479. border-radius:5px;
  480. text-transform:uppercase;
  481. font-style:none;
  482. font-family:calibri;
  483. font-size: 8px;
  484. {block:if400px}
  485. width:389px;
  486. {/block:if400px}
  487. {block:ifnot400px}
  488. width:489px;
  489. {/block:ifnot400px}
  490. color:{color:info text};
  491. text-align:left;
  492. padding-left:15px;
  493. padding-right:5px;
  494. padding-top:4px;
  495. padding-bottom:5px;}
  496. #info a {color:{color:info text};}
  497. #info a:hover {color:{color:info link hover};}
  498.  
  499. #tags {
  500. color:{color:tags};
  501. margin-top:-7px;
  502. margin-left:12px;
  503. padding-left:15px;
  504. text-align:left;
  505. line-height:8px;
  506. font-size:8px;
  507. margin-bottom:5px;
  508. text-transform:uppercase;
  509. font-family: calibri;
  510. padding-right:10px;}
  511.  
  512. #tags a {color:{color:tags};}
  513. #tags a:hover {color:{color:link hover};}
  514.  
  515. #permap {
  516. text-transform:uppercase;
  517. font-style:none;
  518. font-family:consolas;
  519. font-size: 8px;
  520. {block:if400px}
  521. width:400px;
  522. {/block:if400px}
  523. {block:ifnot400px}
  524. width:500px;
  525. {/block:ifnot400px}
  526. color:{color:info text};
  527. text-align:left;
  528. padding-left:15px;
  529. padding-right:5px;
  530. padding-top:3px;
  531. margin-left:1px;
  532. margin-top:2px;
  533. border-top: 1px solid {color:borders};
  534. margin-bottom:15px;}
  535. #permap a {color:{color:info text};}
  536. #permap a:hover {color:{color:info link hover};}
  537.  
  538. .rb {
  539. text-align:right;
  540. padding-right:10px;
  541. margin-top:-10px;
  542. padding-top:1px;}
  543.  
  544. #notes {
  545. text-align: center;
  546. padding-left:5px;}
  547. #notes blockquote a {color:{Color:text};}
  548. #notes img {width:10px;
  549. border-radius:10px;
  550. padding-right:3px;
  551. padding-top:3px;}
  552. #notes a {color:{color:link};}
  553. #notes a:hover {color:{color:link hover};
  554. text-decoration:none;}
  555.  
  556. li.note {
  557. list-style-type: none;
  558. text-align:center;
  559. letter-spacing:2px;
  560. background-color:{color:background};
  561. font-family:consolas;
  562. font-size:8px;
  563. margin-bottom:5px;
  564. text-transform:uppercase;}
  565.  
  566. </style>
  567.  
  568.  
  569. </head><body>
  570.  
  571. <div id="sbar">
  572. <div id="slines"></div>
  573. <div class="slines"></div>
  574. <div id="sidebar">
  575. <div id="navi">
  576. <a href="/" title="{text:home title}"><div class="navi"></div></a>
  577. <a href="/ask" title="{text:ask title}"><div class="navi"></div></a>
  578. <a href="/submit" title="{text:submit title}"><div class="navi"></div></a>
  579. <a href="/archive" title="{text:archive title}"><div class="navi"></div></a>
  580. {block:ifLink1}<a href="{text:Link1}" title="{text:Link1 Title}"><div class="navi"></div></a>{/block:IfLink1}
  581. {block:ifLink2}<a href="{text:Link2}" title="{text:Link2 Title}"><div class="navi"></div></a>{/block:IfLink2}
  582. {block:ifLink3}<a href="{text:Link3}" title="{text:Link3 Title}"><div class="navi"></div></a>{/block:IfLink3}
  583. {block:ifLink4}<a href="{text:Link4}" title="{text:Link4 Title}"><div class="navi"></div></a>{/block:IfLink4}
  584. {block:ifLink5}<a href="{text:Link5}" title="{text:Link5 Title}"><div class="navi"></div></a>{/block:IfLink5}
  585. <a target="blank" href="http://soldierholic.tumblr.com" title="origin"><div class="navi"></div></a></div>
  586. <img src="{image:sidebar}" alt="">
  587. <div id="desc">
  588. {block:ifTitle}<div id="stitle">{text:Title}</div>{/block:ifTitle}
  589. {Description}<div id="bottomlines">
  590. <div id="slinesx"></div>
  591. <div class="slinesx"></div></div>
  592. {block:Pagination}
  593. <div id="pagination">
  594. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">&laquo;</a>{/block:PreviousPage}
  595. {block:JumpPagination length="5"}
  596. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  597. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  598. {block:NextPage}<a href="{NextPage}" class="jump_page">&raquo;</a>{/block:NextPage}
  599. </div>
  600. {/block:Pagination}
  601.  
  602. </div>
  603. </div>
  604. </div>
  605. </div>
  606.  
  607. <div id="pcontainer">
  608. <div id="entry">{block:Posts}<div id="post">
  609. {block:ContentSource}
  610. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  611. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  612. {/block:SourceLogo}
  613. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  614. {/block:ContentSource}
  615.  
  616. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  617.  
  618. {block:Photo}{LinkOpenTag}{block:ifnot400px}<img src="{PhotoURL-500}">{/block:ifnot400px}{block:if400px}<img src="{PhotoURL-500}">{/block:if400px}{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  619.  
  620. {block:Photoset}{block:ifnot400px}{Photoset-500}{/block:ifnot400px}{block:if400px}{Photoset-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  621.  
  622. {block:Quote}
  623. <div style="font-size:34px;margin-left:15px;font-weight:bold;opacity:.2">❝</div>
  624. <div style="margin-top:-29px;" class="quote">{Quote}
  625. {block:Source}<div class="source">&mdash;{Source}</div>{/block:Source}
  626. </div>
  627. {/block:Quote}
  628.  
  629. {block:Link}<div id="tlink"><h1><a href="{URL}" {Target}>{Name}</a></h1></div>{block:Description}{Description}{/block:Description}{/block:Link}
  630.  
  631. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  632.  
  633. {block:Audio}
  634. <table><tr><td style="width: 90px;"><div class="audio">
  635. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
  636. {block:AlbumArt}<img src="{AlbumArtURL}" class="cover"/>{/block:AlbumArt}</td><td style="width: 300px; font:10px calibri; letter-spacing:2px; text-transform:uppercase;">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  637. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  638. {block:Album}<b>Album:</b> {Album}<br />{/block:Album}
  639. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div></td></tr></table>
  640. {block:Caption}{Caption}{/block:Caption}
  641. {/block:Audio}
  642.  
  643. {block:Video}{block:ifnot400px}{Video-500}{/block:ifnot400px}{block:if400px}{Video-400}{/block:if400px}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  644.  
  645. {block:Answer}
  646. <div id="ask">
  647.  
  648. {block:if400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 355px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:10px;">{Question}</div></div></td>
  649. </tr></table>{/block:if400px}
  650.  
  651. {block:ifnot400px}<table><tr><td style="width: 50px;"><img src="{AskerPortraitURL-40}"></td><td style="width: 455px;"><div style="margin-top:-5px;"><i>{Asker}</i> <b>;</b>&nbsp;&nbsp; <div style="font-size:11px;margin-top: 0px;padding-left:20px;">{Question}</div></div></td>
  652. </tr></table>{/block:ifnot400px}
  653.  
  654. </div>
  655. {Answer}
  656. {/block:Answer}
  657. </div>
  658.  
  659. {block:Date}
  660. <div id="space">
  661. <div id="date">{text:date symbol}</div>
  662. <div id="info">{ShortMonth} {DayOfMonthWithZero} &middot; <a href="{Permalink}">{TimeAgo}</a>{block:NoteCount} &middot; <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  663. <div class="rb">{block:RebloggedFrom}<a href="{ReblogParentURL}">via</a> &middot; {/block:RebloggedFrom}
  664. {block:ContentSource}<a href="{SourceURL}">source</a> &middot; {/block:ContentSource} <a href="{ReblogURL}" target="_blank">reblog</a></div></div>{/block:Date}
  665.  
  666. {block:HasTags}<div id="tags">{block:Tags}&middot; <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
  667. {/block:indexpage}
  668.  
  669. </div>
  670.  
  671. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  672. {/block:Posts}
  673.  
  674. </div>
  675. </div>
  676. </div>
  677.  
  678. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement