Advertisement
sebastianslan

Theme 02

Jul 20th, 2014
1,782
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.90 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.  
  3. <!-----------------------------------------------------------------------
  4.  
  5. * THEME #02 by saaraa @ cyantists.tumblr.com
  6.  
  7. - terms of use: http://cyantists.tumblr.com/terms
  8.  
  9. - I am no longer offering support for this theme
  10.  
  11. - enjoy!
  12.  
  13. ------------------------------------------------------------------------>
  14.  
  15. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  16. <head>
  17.  
  18. <title>{Title}</title>
  19. <link rel="shortcut icon" href="{Favicon}">
  20. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  21. {block:Description}
  22. <meta name="description" content="{MetaDescription}" />
  23. {/block:Description}
  24.  
  25. <meta name="image:Background" content="" />
  26. <meta name="image:Sidebar" content="" />
  27.  
  28. <meta name="if:White Tumblr Controls" content="1" />
  29.  
  30. <meta name="color:Background" content="#fff" />
  31. <meta name="color:Accent 1" content="#2db4f7" />
  32. <meta name="color:Accent 2" content="#f72d99" />
  33. <meta name="color:Main" content="#969393" />
  34. <meta name="color:Bold" content="#777777" />
  35. <meta name="color:Post Background" content="#ededed" />
  36. <meta name="color:Captions Background" content="#fff" />
  37. <meta name="color:Tooltip Background" content="#b3b3b3" />
  38.  
  39. <meta name="text:Link 1 Name" content="home" />
  40. <meta name="text:Link 1 URL" content="/" />
  41. <meta name="text:Link 2 Name" content="ask" />
  42. <meta name="text:Link 2 URL" content="/ask" />
  43. <meta name="text:Link 3 Name" content="past" />
  44. <meta name="text:Link 3 URL" content="/archive" />
  45. <meta name="text:Link 4 Name" content="link four" />
  46. <meta name="text:Link 4 URL" content="/link" />
  47. <meta name="text:Link 5 Name" content="link five" />
  48. <meta name="text:Link 5 URL" content="/link" />
  49. <meta name="text:Link 6 Name" content="link six" />
  50. <meta name="text:Link 6 URL" content="/link" />
  51.  
  52. <meta name="text:Extra Links Title" content="more links" />
  53. <meta name="text:Link 7 Name" content="" />
  54. <meta name="text:Link 7 URL" content="/link" />
  55. <meta name="text:Link 8 Name" content="" />
  56. <meta name="text:Link 8 URL" content="/link" />
  57. <meta name="text:Link 9 Name" content="" />
  58. <meta name="text:Link 9 URL" content="/link" />
  59. <meta name="text:Link 10 Name" content="" />
  60. <meta name="text:Link 10 URL" content="/link" />
  61.  
  62. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script><script>
  63. (function($){
  64. $(document).ready(function(){
  65. $("[title]").style_my_tooltips({
  66. tip_follows_cursor:true,
  67. tip_delay_time:100,
  68. tip_fade_speed:200
  69. }
  70. );
  71. });
  72. })(jQuery);
  73. </script><script>
  74. $(document).ready(function(){
  75. $(".ss").click(function(){
  76. $(".cp").slideToggle(400);
  77. });
  78. });
  79. </script><script>
  80. $(document).ready(function(){
  81. $(".show-notes").click(function(){
  82. $(".notescontainer").slideToggle(400);
  83. });
  84. });
  85. </script>
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'> <link href='http://fonts.googleapis.com/css?family=Rosario:400,700' rel='stylesheet' type='text/css'>
  88.  
  89. </head>
  90.  
  91. <style type="text/css">
  92.  
  93. ::-webkit-scrollbar {height:auto; width:6px; background:{color:Post Background}; }
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {height:auto; background:{color:Accent 1}; }
  96.  
  97. ::-webkit-scrollbar-thumb:vertical:hover {background:{color:Accent 2}; }
  98.  
  99. ::-webkit-scrollbar-thumb:hotizontal {height:1px; width:auto; background:{color:Post Background}; }
  100.  
  101. ::selection {background:{color:Accent 2}; color:#fff;}
  102. ::-webkit-selection {background:{color:Accent 2}; color:#fff;}
  103. ::-moz-selection {background:{color:Accent 2}; color:#fff;}
  104. ::-o-selection {background:{color:Accent 2}; color:#fff;}
  105.  
  106. body {background-color:{color:Background}; padding:0px; height:100%;
  107. background-image: url('{image:Background}'); color:{color:Main};
  108. font-family: 'Rosario', sans-serif; font-size:11px; margin:0px;
  109. background-attachment:fixed; background-repeat:no-repeat;}
  110.  
  111. a:link, a:active, a:visited {text-decoration:none; color:{color:Accent 1};}
  112.  
  113. a:hover {text-decoration:none; color:{color:Accent 2};}
  114.  
  115. i, em, .em {color:{color:Accent 1}; padding-right:1px;}
  116.  
  117. b, strong, .strong {color:{color:Bold};}
  118.  
  119. small {font-size:10px;}
  120.  
  121. big {font-size:12px;}
  122.  
  123. sup, sub {font-size:10px;}
  124.  
  125. pre {font-variant:small-caps; text-transform:lowercase;
  126. padding:5px 0px 5px 5px;}
  127.  
  128. blockquote {border-left:solid 2px #ddd; margin-left:10px;
  129. padding-left:10px; }
  130.  
  131. iframe#tumblr_controls {
  132. right:3px !important; position:fixed !important; opacity:0.5;
  133. {block:IfWhiteTumblrControls}
  134. filter:invert(1); -webkit-filter:invert(1); -o-filter:invert(1);
  135. -moz-filter:invert(1); -ms-filter:invert(1);
  136. {/block:IfWhiteTumblrControls}
  137. }
  138.  
  139. iframe#tumblr_controls:hover {opacity:1;}
  140.  
  141. #sidebar {position:fixed; margin:120px 0px; width:160px; overflow:hidden;}
  142.  
  143. #idp {width:120px; padding:12px; background:{color:Post Background};
  144. float:right; margin-top:-50px; margin-bottom:5px;}
  145.  
  146. #s-image {width:120px; height:120px; overflow:hidden;}
  147. #s-image img {width:120px;}
  148.  
  149. #s-links-s {width:10px; height:50px; margin-top:6px;}
  150.  
  151. #s-links-b {height:10px; margin-top:0px; width:50px; margin-left:16px;}
  152.  
  153. a.vsr-link:link, a.vsr-link:active, a.vsr-link:visited,
  154. a.dc-link:link, a.dc-link:active, a.dc-link:visited,
  155. a.sldc-link:link, a.sldc-link:active, a.sldc-link:visited,
  156. a.sls-link:link, a.sls-link:active, a.sls-link:visited {
  157. display:inline-block; width:8px; height:8px; margin:6px 1px 0px 1px;
  158. background:{color:Accent 1}; border-radius:1em;
  159. -webkit-border-radius:1em; -o-border-radius:1em;
  160. -moz-border-radius:1em;}
  161.  
  162. a.vsr-link:link, a.vsr-link:active, a.vsr-link:visited {
  163. margin:0px 1px 6px 1px;}
  164.  
  165. a.dc-link:link, a.dc-link:active, a.dc-link:visited {
  166. margin:1px 6px 1px 0px; background:{color:Accent 2};}
  167.  
  168. a.sls-link:link, a.sls-link:active, a.sls-link:visited {
  169. background:{color:Accent 2};}
  170.  
  171. a.sldc-link:link, a.sldc-link:active, a.sldc-link:visited {
  172. margin:1px 6px 1px 0px;}
  173.  
  174. .ss {width:110px; padding:5px; margin-top:5px; margin-bottom:2px;
  175. cursor:pointer; background:{color:Captions Background};
  176. color:{color:Accent 1}; text-align:center; font-size:10px;
  177. letter-spacing:3px; font-variant:small-caps;}
  178.  
  179. .ss:hover {color:{color:Accent 2};}
  180.  
  181. .cp, .notescontainer {display:none;}
  182.  
  183. .cp a:link, .cp a:active, .cp a:visited { display:block; width:110px;
  184. padding:2px 5px; font-size:10px; letter-spacing:2px;
  185. background:{color:Captions Background}; font-variant:small-caps;
  186. text-align:center; margin:0px 2px 2px 0px;}
  187.  
  188. #description { width:110px; padding:5px; margin-top:5px; margin-top:4px;
  189. background:{color:Captions Background}; color:{color:Main Font};
  190. text-transform:lowercase; font-size:10px; letter-spacing:1px;
  191. font-variant:small-caps; text-align:justify;}
  192.  
  193. #pagination {width:144px; margin-top:0px; margin-left:16px; height:19px;
  194. overflow:hidden; background:{color:Post Background};}
  195.  
  196. #pagination a:link, #pagination a:active, #pagination a:visited,
  197. .current_page {width:10px; display:inline-block;
  198. padding:1px 4px 4px 4px; color:{color:Accent 1};}
  199.  
  200. .current_page {color:{color:Main Font};}
  201.  
  202. #pagination a:hover {color:{color:Accent 2};}
  203.  
  204. #page-container {position:absolute; width:790px; margin:auto; bottom:0;
  205. left:0; top:0; right:0;}
  206.  
  207. #entries {width:560px; float:right; margin-top:0px; margin-bottom:60px;
  208. z-index:8888;}
  209.  
  210. #post {width:500px; background:{color:Post Background}; padding:20px;
  211. margin-top:50px;}
  212.  
  213. #t-l-q {cursor:default; width:490px; padding:0px 5px 10px 5px;
  214. text-align:center; font-size:28px; line-height:24px;
  215. color:{color:Bold}; opacity:0.6;
  216. font-family: 'Lobster', cursive;}
  217.  
  218. #post:hover #t-l-q, #t-l-q a:link, #t-l-q a:active, #t-l-q a:visited {
  219. color:{color:Accent 1};}
  220.  
  221. #t-l-q a:hover {color:{color:Accent 2};}
  222.  
  223. #question, #caption {width:484px; padding:8px;
  224. background:{color:Captions Background};}
  225.  
  226. #caption {width:472px; margin-top:5px; padding:1px 14px;}
  227.  
  228. #caption img {max-width:400px;}
  229.  
  230. #audiopost {position:justify; width:500px; height:85px;}
  231.  
  232. .albumart {position:absolute; z-index:1; width:85px; height:85px;}
  233.  
  234. .albumart img {width:85px; height:85px; float:left;}
  235.  
  236. .playbox {
  237. background-color:#000; position:absolute; z-index:1000;
  238. margin-top:29px; margin-left:31px; opacity:0.6;}
  239.  
  240. .playbutton {
  241. width:27px; height:28px; overflow:hidden; position:relative;
  242. z-index:1000;}
  243.  
  244. #audioinfo {margin-top:0px; width:415px; height:85px; overflow:hidden;
  245. background-color:{color:Captions Background}; margin-bottom:10px;
  246. padding-left:85px; text-align:center; letter-spacing:1px;
  247. text-transform:uppercase; font-family:Calibri;
  248. vertical-align:middle; display:table-cell;}
  249.  
  250. .track-name {font-size:15px; font-weight:bold;}
  251.  
  252. .audio-details {cursor:default; font-size:9px;}
  253.  
  254. #post-dc {height:10px; margin-top:10px; width:50px; float:right;
  255. margin-right:20px; transform:rotate(180deg);
  256. -webkit-transform:rotate(180deg); -o-transform:rotate(180deg);
  257. -moz-transform:rotate(180deg); -ms-transform:rotate(180deg);}
  258.  
  259. #post-vsr {float:right; width:10px; height:50px; margin-top:-50px;
  260. transform:rotate(180deg); -webkit-transform:rotate(180deg);
  261. -o-transform:rotate(180deg); -moz-transform:rotate(180deg);
  262. -ms-transform:rotate(180deg);}
  263.  
  264. #post-tags {width:480px; margin-top:20px; font-size:10px;
  265. padding:0px 10px; letter-spacing:1px; font-variant:small-caps;}
  266.  
  267. #post-tags a:link, #post-tags a:active, #post-tags a:visited {
  268. color:{color:Main}; margin-top:-2px;}
  269.  
  270. #post-tags a:hover {color:{color:Accent 2};}
  271.  
  272. .show-notes {width:100px; border-left:215px solid {color:Post Background};
  273. border-right:215px solid {color:Post Background};
  274. border-bottom:20px solid {color:Post Background}; padding:5px;
  275. cursor:pointer; background:{color:Captions Background};
  276. color:{color:Accent 1}; text-align:center; font-size:10px;
  277. letter-spacing:3px; font-variant:small-caps;}
  278.  
  279. .show-notes:hover {color:{color:Accent 2};}
  280.  
  281. .notescontainer {width:480px; max-height:200px; overflow-y:scroll;
  282. padding:0px 10px 0px 30px;
  283. border-bottom:20px solid {color:Post Background};
  284. border-right:20px solid {color:Post Background};
  285. background-color:{color:Post Background}; text-transform:lowercase;
  286. font-size:10px; letter-spacing:1px; font-variant:small-caps;
  287. font-weight:normal;}
  288.  
  289. .notescontainer a:link, .notescontainer a:active, .notescontainer a:visited {color:{color:Bold};}
  290. .notescontainer a:hover {color:{color:Accent 2};}
  291.  
  292. ol.notes { padding:0px; margin:3px 0px; list-style-type:none;
  293. border-bottom: solid 1px {color:Post Background}; }
  294.  
  295. ol.notes li.note {border-top:solid 1px {color:Post Background};
  296. padding:5px; }
  297.  
  298. ol.notes li.note img.avatar {vertical-align:-5px; width:18px;
  299. border-radius:0em; -webkit-border-radius:0em; -o-border-radius:0m;
  300. -moz-border-radius:0em;}
  301.  
  302. ol.notes li.note:hover img.avatar {border-radius:1em;
  303. -webkit-border-radius:1em; -o-border-radius:1em;
  304. -moz-border-radius:1em;}
  305.  
  306. ol.notes li.note span.action {font-weight:bold; margin-left:5px; }
  307.  
  308. ol.notes li.note .answer_content {font-weight:normal;}
  309.  
  310. ol.notes li.note blockquote {border-left:solid 2px #d8d8d8;
  311. margin:0px 0px 0px 35px; padding-left:8px; }
  312.  
  313. ol.notes li.note blockquote a {text-decoration:none; }
  314.  
  315. #s-m-t-tooltip { margin-top:20px; margin-left:10px;
  316. padding:2px 6px 4px 6px; display:inline-block; font-size:10px;
  317. text-transform:lowercase; letter-spacing:1px; font-variant:small-caps;
  318. text-align:center; position:absolute; z-index:999999; color:#fff;
  319. background:{color:Tooltip Background}; }
  320.  
  321. /*** PLEASE DO NOT REMOVE ***/
  322. #credit {position:fixed; bottom:10px; right:10px; z-index:9999; width:10px;} #credit a:link, #credit a:active, #credit a:visited {display:inline-block; width:8px; height:8px; background:{color:Accent 1}; border-radius:1em; -webkit-border-radius:1em; -o-border-radius:1em; -moz-border-radius:1em;} #credit:hover a:link, #credit:hover a:active, #credit:hover a:visited {background:{color:Accent 2};}
  323. /*** THANK YOU ***/
  324.  
  325. a:link, a:active, a:visited, a:hover,
  326. iframe#tumblr_controls, iframe#tumblr_controls:hover,
  327. a.vsr-link:link, a.vsr-link:active, a.vsr-link:visited, a.vsr-link:hover,
  328. a.dc-link:link, a.dc-link:active, a.dc-link:visited, a.dc-link:hover,
  329. a.sldc-link:link, a.sldc-link:active, a.sldc-link:visited, a.sldc-link:hover,
  330. a.sls-link:link, a.sls-link:active, a.sls-link:visited, a.sls-link:hover,
  331. .ss, .ss:hover,
  332. #pagination a:link, #pagination a:active, #pagination a:visited, #pagination a:hover,
  333. #t-l-q, #post:hover #t-l-q, #t-l-q a:link, #t-l-q a:active, #t-l-q a:visited, #t-l-q a:hover,
  334. #post-tags a:link, #post-tags a:active, #post-tags a:visited, #post-tags a:hover,
  335. .show-notes, .show-notes:hover,
  336. .notescontainer a:link, .notescontainer a:active, .notescontainer a:visited, .notescontainer a:hover,
  337. ol.notes li.note img.avatar, ol.notes li.note:hover img.avatar,
  338. #credit:hover a:link, #credit:hover a:active, #credit:hover a:visited,
  339. #credit:hover a:hover {
  340. transition:all 0.4s ease-in-out;
  341. -webkit-transition-duration:all 0.4s ease-in-out;
  342. -o-transition-transition:all 0.4s ease-in-out;
  343. -moz-transition-durartion:all 0.4s ease-in-out;
  344. -ms-transition-durartion:all 0.4s ease-in-out;
  345. }
  346.  
  347. {CustomCSS}</style>
  348.  
  349. <body>
  350.  
  351. <div id="page-container">
  352.  
  353. <div id="sidebar">
  354.  
  355. <div id="s-links-b">
  356. <a href="{text:Link 1 URL}" class="sldc-link" title="{text:Link 1 Name}"></a>
  357. <a href="{text:Link 2 URL}" class="sldc-link" title="{text:Link 2 Name}"></a>
  358. <a href="{text:Link 3 URL}" class="sldc-link" title="{text:Link 3 Name}"></a>
  359. </div>
  360.  
  361. <div id="s-links-s">
  362. <a href="{text:Link 4 URL}/" class="sls-link" title="{text:Link 4 Name}"></a>
  363. <a href="{text:Link 5 URL}" class="sls-link" title="{text:Link 5 Name}"></a>
  364. <a href="{text:Link 6 URL}" class="sls-link" title="{text:Link 6 Name}"></a>
  365. </div>
  366.  
  367. <div id="idp">
  368.  
  369. <div id="s-image">
  370. <a href="/"><img src="{image:Sidebar}" /></a>
  371. </div>
  372.  
  373. {block:ifLink7Name}
  374. <div class="ss">{text:Extra Links Title}</div>
  375.  
  376. <div class="cp">
  377. <a href="{text:Link 7 URL}">{text:Link 7 Name}</a>
  378. {block:ifLink8Name}
  379. <a href="{text:Link 8 URL}">{text:Link 8 Name}</a>
  380. {/block:ifLink8Name}
  381. {block:ifLink9Name}
  382. <a href="{text:Link 9 URL}">{text:Link 9 Name}</a>
  383. {/block:ifLink9Name}
  384. {block:ifLink10Name}
  385. <a href="{text:Link 10 URL}">{text:Link 10 Name}</a>
  386. {/block:ifLink10Name}
  387. </div>
  388. {/block:ifLink7Name}
  389.  
  390. <div id="description">{Description}</div>
  391.  
  392. </div>
  393.  
  394. {block:Pagination}<div id="pagination"><center>
  395. {block:PreviousPage}
  396. <a href="{PreviousPage}" class="jump_page">&laquo;</a>
  397. {/block:PreviousPage}
  398. {block:JumpPagination length="5"}
  399. {block:CurrentPage}
  400. <span class="current_page">{PageNumber}</span>
  401. {/block:CurrentPage}
  402. {block:JumpPage}
  403. <a class="jump_page" href="{URL}">{PageNumber}</a>
  404. {/block:JumpPage}
  405. {/block:JumpPagination}
  406. {block:NextPage}
  407. <a href="{NextPage}" class="jump_page">&raquo;</a>
  408. {/block:NextPage}
  409. </center></div>{/block:Pagination}
  410.  
  411. </div>
  412.  
  413. <!------------------------------------------------------------------------------------------------------------------------------------------------->
  414.  
  415. <div id="entries">
  416.  
  417. {block:Posts}
  418.  
  419. <div id="post">
  420.  
  421. {block:Text}
  422. {block:Title}<div id="t-l-q">
  423. <a href="{Permalink}">{Title}</a>
  424. </div>{/block:Title}
  425. <div id="caption">{Body}</div>
  426. {/block:Text}
  427.  
  428. {block:Photo}
  429. {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}
  430. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  431. {/block:Photo}
  432.  
  433. {block:Photoset}
  434. {Photoset-500}
  435. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  436. {/block:Photoset}
  437.  
  438. {block:Quote}
  439. <div id="t-l-q">{Quote}</div>
  440. {block:Source}<div id="caption">—{Source}</div>{/block:Source}
  441. {/block:Quote}
  442.  
  443. {block:Link}
  444. <div id="t-l-q"><a href="{URL}" {Target}>{Name} →</a></div>
  445. {block:Description}
  446. <div id="caption">{Description}</div>
  447. {/block:Description}
  448. {/block:Link}
  449.  
  450. {block:Chat}
  451. {block:Title}<div id="t-l-q">
  452. <a href="{Permalink}">{Title}</a>
  453. </div>{/block:Title}
  454. {block:Lines}<div id="caption">
  455. {block:Label}<b>{Label}</b>{/block:Label} {Line}<br>
  456. </div>{/block:Lines}
  457. {/block:Chat}
  458.  
  459. {block:Audio}
  460.  
  461. <div id="audiopost">
  462.  
  463. <img src="http://s.iosfans.com/?u=http://i165.photobucket.com/albums/u61/deveelryuk/carrierrequests/noartplaceholder.png" class="albumart" />
  464.  
  465. {block:AlbumArt}
  466. <img src="{AlbumArtURL}" class="albumart" />
  467. {/block:AlbumArt}
  468.  
  469. {block:AudioPlayer}
  470. <div class="playbox">
  471. <div class="playbutton">{AudioPlayerBlack}</div>
  472. </div>
  473. {/block:AudioPlayer}
  474.  
  475. <div id="audioinfo">
  476. <div class="track-name">
  477. {block:TrackName}{TrackName}{/block:TrackName}
  478. </div>
  479.  
  480. <div class="audio-details">
  481. {block:Artist}{Artist}{/block:Artist}
  482. {block:Album}&nbsp;-&nbsp;{Album}{/block:Album}
  483. &nbsp;&nbsp;({PlayCountWithLabel})
  484. </div>
  485. </div>
  486.  
  487. </div>
  488.  
  489. {block:Caption}
  490. <div id="caption">{Caption}</div>
  491. {/block:Caption}
  492.  
  493. {/block:Audio}
  494.  
  495. {block:Video}
  496. {Video-500}
  497. {block:Caption}<div id="caption">{Caption}</div>{/block:Caption}
  498. {/block:Video}
  499.  
  500. {block:Answer}
  501. <div id="question">
  502. <span style="font-variant:small-caps; text-transform:lowercase;
  503. letter-spacing:1px;">{Asker}</span>:&nbsp;{Question}
  504. </div>
  505. <div id="caption">{Answer}</div>
  506. {/block:Answer}
  507.  
  508. {block:PermalinkPage}{block:HasTags}
  509. <div id="post-tags">
  510. {block:Tags}
  511. <a href="{TagURL}">#{Tag}&nbsp;</a>
  512. {/block:Tags}
  513. </div>
  514. {/block:HasTags}{/block:PermalinkPage}
  515.  
  516. </div>
  517.  
  518.  
  519. {block:PostNotes}
  520. <div class="show-notes">show notes</div>
  521. <div class="notescontainer">{PostNotes}</div>{/block:PostNotes}
  522.  
  523. <div id="post-vsr">
  524.  
  525. {block:NoteCount}
  526.  
  527. {block:RebloggedFrom}
  528.  
  529. <a class="vsr-link" href="{ReblogParentURL}"
  530. title="via: {ReblogParentName}"></a>
  531.  
  532. {block:ContentSource}
  533. <a class="vsr-link" href="{SourceURL}"
  534. title="source: {ReblogRootName}"></a>
  535. {/block:ContentSource}
  536.  
  537. {/block:RebloggedFrom}
  538.  
  539. {/block:NoteCount}
  540.  
  541. <a class="vsr-link" href="{ReblogURL}" target="blank"
  542. title="reblog"></a>
  543.  
  544. </div>
  545.  
  546. <div id="post-dc">
  547.  
  548. {block:NoteCount}
  549.  
  550. <a class="dc-link" href="{Permalink}"
  551. title="{NoteCount} notes"></a>
  552.  
  553. {/block:NoteCount}
  554.  
  555. {block:Date}
  556. <a class="dc-link" href="{Permalink}"
  557. title="posted on: {DayOfMonth}{DayOfMonthSuffix} {ShortMonth}"></a>
  558. {/block:Date}
  559.  
  560. <a class="dc-link" href="{Permalink}" title="posted: {TimeAgo}"></a>
  561.  
  562. </div>
  563.  
  564. <br />
  565.  
  566. {/block:Posts}
  567.  
  568.  
  569. </div>
  570.  
  571. </div>
  572.  
  573. <!--- PLEASE DO NOT ALTER OR REMOVE --->
  574. <div id="credit"><a href="http://cyantists.tumblr.com/" title="c. cyantists"></a></div>
  575. <!--- THANK YOU --->
  576.  
  577. </body>
  578. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement