Advertisement
sebastianslan

Theme 04

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