Advertisement
xivth

06. STILINSKI

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