Advertisement
lsaac

Nocturne Theme

Apr 30th, 2015
51,453
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.18 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.  
  4. <!--
  5. Nocturne Theme by isaacholden.com
  6.  
  7. As with all of my themes, all coding has been created under the ‘Creative Commons Attribution-NoDerivs 3.0 Unported’ which allows me to distribute my work freely with the understanding that the end user will not take any of the work from this/or any of my themes without permission from the owner and with correct credit put in place.
  8. Please remember to leave at least one credit link visible and as with all of my themes this is not a base code so please do not use it as such, thank you for using one of my themes and remember to keep checking my theme blog (themesbyisaac.tumblr.com) for updates and brand new themes!
  9. -->
  10.  
  11. <head>
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js" type="text/javascript"><!--mce:0--></script>
  13. <script src="toggle.js" type="text/javascript"><!--mce:1--></script>
  14. <script type="text/javascript">
  15. $(document).ready(function(){
  16. $(".description").hide();
  17. $(".about").click(function(){
  18. $('.description').slideToggle("fast");
  19. return true;
  20. });
  21. });
  22. </script>
  23.  
  24. <meta name="color:Background" content="#FFFFFF" />
  25. <meta name="color:Text" content="#888888" />
  26. <meta name="color:Links" content="#888888"/>
  27. <meta name="color:Hover" content="#dad8d8"/>
  28. <meta name="color:Scrollbar" content="#666666"/>
  29. <meta name="color:Answer" content="#ebebeb"/>
  30. <meta name="color:Answer Border" content="#dad8d8"/>
  31. <meta name="color:Underline" content="#666"/>
  32.  
  33. <meta name="image:Background" content=""/>
  34. <meta name="image:Sidebar Background" content="http://static.tumblr.com/ykziu7r/raTnnmk80/original-thumbprint-tree_low-resbordered.jpg"/>
  35.  
  36. <meta name="text:First custom link title" content=""/>
  37. <meta name="text:First custom link url" content=""/>
  38. <meta name="text:Second custom link title" content=""/>
  39. <meta name="text:Second custom link url" content=""/>
  40. <meta name="text:Third custom link title" content=""/>
  41. <meta name="text:Third custom link url" content=""/>
  42. <meta name="text:Fourth custom link title" content=""/>
  43. <meta name="text:Fourth custom link url" content=""/>
  44. <meta name="text:Fifth custom link title" content=""/>
  45. <meta name="text:Fifth custom link url" content=""/>
  46. <meta name="text:Sixth custom link title" content=""/>
  47. <meta name="text:Sixth custom link url" content=""/>
  48. <meta name="text:Note Count Label" content="notes"/>
  49. <meta name="text:Body Font Size" content="13"/>
  50.  
  51. <meta name="if:First custom link" content="0"/>
  52. <meta name="if:Second custom link" content="0"/>
  53. <meta name="if:Third custom link" content="0"/>
  54. <meta name="if:Fourth custom link" content="0"/>
  55. <meta name="if:Fifth custom link" content="0"/>
  56. <meta name="if:Sixth custom link" content="0"/>
  57. <meta name="if:Submit link" content="0"/>
  58. <meta name="if:Archive link" content="1"/>
  59. <meta name="if:Home link" content="1"/>
  60. <meta name="if:Message link" content="1"/>
  61.  
  62. <meta name="if:Inverted Fade" content="1" />
  63. <meta name="if:Faded Images" content="0" />
  64. <meta name="if:Cross cursor" content="1"/>
  65. <meta name="if:Underlined Links" content="1"/>
  66. <meta name="if:Two Columns" content="0"/>
  67. <meta name="if:Three Columns" content="1"/>
  68.  
  69. <meta name="font:Body" content="Baskerville"/>
  70.  
  71. <title>{Title}</title>
  72. <link rel="shortcut icon" href="{Favicon}">
  73. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  74. <link rel="shortcut icon" href="{Favicon}">
  75. <title>Untitled Document</title>
  76. <link rel="shortcut icon" href="{Favicon}">
  77. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  78.  
  79. {block:Description}
  80. <meta name="description" content="{MetaDescription}" />
  81. {/block:Description}
  82.  
  83. <style type="text/css">
  84. {CustomCSS}
  85.  
  86. p{
  87. margin:0px;
  88. padding:0px;
  89. }
  90.  
  91. #tumblr_controls{
  92. position:absolute;
  93. margin-top:0px;
  94. margin-left:0px;
  95. z-index:99999;
  96. }
  97.  
  98. #tumblr_controls{
  99. position:fixed !important;
  100. }
  101.  
  102. #tumblr_controls{
  103. -webkit-transition: opacity 0.2s linear;
  104. opacity: 0.6;
  105. }
  106. #tumblr_controls:hover{
  107. -webkit-transition: opacity 0.2s linear;
  108. opacity: 1;
  109. }
  110.  
  111. a{
  112. text-decoration: none;
  113. color:{color:links};
  114. -moz-transition: all 0.3s ease-out;
  115. -o-transition: all 0.3s ease-out;
  116. -webkit-transition: all 0.3s ease-out;
  117. transition: all 0.3s ease-out;
  118. {block:ifcrosscursor}
  119. cursor: crosshair;
  120. {/block:ifcrosscursor}
  121. }
  122.  
  123. a:hover{
  124. color:{color:hover};
  125. -moz-transition: all 0.3s ease-out;
  126. -o-transition: all 0.3s ease-out;
  127. -webkit-transition: all 0.3s ease-out;
  128. transition: all 0.3s ease-out;
  129. {block:ifcrosscursor}
  130. cursor: crosshair;
  131. {/block:ifcrosscursor}
  132. }
  133.  
  134. body{
  135. color:{color:Text};
  136. background-color:{color:Background};
  137. background-image:url({image:Background});
  138. background-attachment: fixed; background-repeat: repeat;
  139. font-size:{text:Body Font Size}px;
  140. line-height:{text:Body Font Size}px;
  141. text-align: center;
  142. font-family: {font:Body};
  143. overflow-x:hidden;
  144. {block:ifcrosscursor}
  145. cursor: crosshair;
  146. {/block:ifcrosscursor}
  147. }
  148.  
  149. #content{
  150. margin: auto auto auto auto ;
  151. width:100%;
  152. top:0px;
  153. position:relative;
  154. }
  155.  
  156. #content .posts{
  157. {block:ifthreecolumns}
  158. width:734px;
  159. {/block:ifthreecolumns}
  160. {block:iftwocolumns}
  161. width:488px;
  162. {/block:iftwocolumns}
  163. font-family: {font:Body};
  164. margin: 25px 0px 0px 30px;
  165. margin-left: 300px;
  166. {block:PermalinkPage}
  167. width:500px;
  168. {/block:PermalinkPage}
  169. {block:ifcrosscursor}
  170. cursor: crosshair;
  171. {/block:ifcrosscursor}
  172. }
  173.  
  174. #content .entry{
  175. {block:IndexPage}
  176. width:200px;
  177. margin:22px;
  178. {block:ifcrosscursor}
  179. cursor: crosshair;
  180. {/block:ifcrosscursor}
  181. {/block:IndexPage}
  182. {block:PermalinkPage}
  183. width:500px;
  184. margin-bottom:5px;
  185. margin-left:0px;
  186. margin-top:25px;
  187. {/block:PermalinkPage}
  188. }
  189.  
  190. #content .entry img{
  191. {block:IndexPage}
  192. max-width:250px;
  193. {/block:IndexPage}
  194. }
  195.  
  196. .entry .perma {
  197. position: absolute;
  198. width: 190px;
  199. height: 0px;
  200. text-align: center;
  201. bottom:0px;
  202. left:0px;
  203. opacity: 0;
  204. background-color: rgba(255, 255, 255, 0.7);
  205. filter:alpha(opacity=0);
  206. z-index: 10000;
  207. font-size: 9px;
  208. line-height: 10px;
  209. text-transform:uppercase;
  210. letter-spacing:1px;
  211. padding: 5px;
  212. -webkit-transition: all 0.3s ease-in-out;
  213. -moz-transition: all 0.3s ease-in-out;
  214. -o-transition: all 0.3s ease-in-out;
  215. transition: all 0.3s ease-in-out;
  216. }
  217.  
  218. .entry:hover .perma{
  219. opacity: 1;
  220. height: 10px;
  221. }
  222.  
  223. .perma:hover{
  224. background-color: rgba(255, 255, 255, 1);
  225. {block:ifunderlinedlinks}
  226. text-decoration: underline;
  227. {/block:ifunderlinedlinks}
  228. }
  229.  
  230. .perma a{
  231. -moz-transition: all 0.3s ease-out;
  232. -o-transition: all 0.3s ease-out;
  233. -webkit-transition: all 0.3s ease-out;
  234. transition: all 0.3s ease-out;
  235. }
  236.  
  237. .perma a:hover{
  238. {block:ifunderlinedlinks}
  239. text-decoration: underline;
  240. {/block:ifunderlinedlinks}
  241. color:{color:hover};
  242. -moz-transition: all 0.3s ease-out;
  243. -o-transition: all 0.3s ease-out;
  244. -webkit-transition: all 0.3s ease-out;
  245. transition: all 0.3s ease-out;
  246. }
  247.  
  248. .top{
  249. width:250px;
  250. text-align:left;
  251. z-index:5000;
  252. position: fixed;
  253. padding-top:50px;
  254. font-size:11px;
  255. padding-right:5px;
  256. padding-left:5px;
  257. top:0px;
  258. left:0px;
  259. height:100%;
  260. background-color:{Color:Sidebar};
  261. background-image:url({image:Sidebar Background});
  262. background-attachment: fixed; background-repeat: repeat;
  263. {block:ifcrosscursor}
  264. cursor: crosshair;
  265. {/block:ifcrosscursor}
  266. }
  267.  
  268. {block:ifinvertedfade}
  269. img{
  270. -webkit-transition: opacity 0.3s linear;
  271. opacity: 1;
  272. }
  273. img:hover{
  274. -webkit-transition: opacity 0.3s linear;
  275. opacity: 0.7;
  276. }
  277. {/block:ifinvertedfade}
  278.  
  279. {block:iffadedimages}
  280. img{
  281. -webkit-transition: opacity 0.3s linear;
  282. opacity: 0.8;
  283. }
  284. img:hover{
  285. -webkit-transition: opacity 0.3s linear;
  286. opacity: 1;
  287. }
  288. {/block:iffadedimages}
  289.  
  290. .h1{
  291. display:inline-block;
  292. font-size:27px;
  293. line-height:20px;
  294. text-align: center;
  295. margin-bottom: 10px;
  296. font-family: {font:Body};
  297. }
  298.  
  299. .h2{
  300. font-size:22px;
  301. line-height:22px;
  302. margin-bottom:5px;
  303. font-family: {font:Body};
  304. display:block;
  305. text-align:center;
  306. }
  307.  
  308. #h3{
  309. font-size:26px;
  310. line-height:26px;
  311. margin-bottom:5px;
  312. text-align:center;
  313. width:238px;
  314. padding:4px;
  315. }
  316.  
  317. .h7{
  318. width:512px;
  319. font-size:{text:Body Font Size}px;
  320. line-height:{text:Body Font Size}px;
  321. font-family: {font:Body};
  322. text-transform:lowercase;
  323. }
  324.  
  325. .nav{
  326. text-align:center;
  327. margin-top:0px;
  328. margin-bottom:0px;
  329. font-family: {font:Body};
  330. }
  331.  
  332. .notes{
  333. width:499px;
  334. padding-left:0px;
  335. text-align:left;
  336. }
  337.  
  338. {block:IndexPage}
  339. .textperma{
  340. font-family:{font:Body};
  341. font-size:10px;
  342. line-height:10px;
  343. text-align:right;
  344. opacity: 0.0;
  345. margin-top:7px;
  346. margin-bottom:2px;
  347. -webkit-transition-duration:0.7s;
  348. }
  349.  
  350. .entry:hover .textperma{
  351. opacity:1;
  352. padding-top:0px;
  353. }
  354. {/block:IndexPage}
  355.  
  356. .quote{
  357. font-size:17px;
  358. line-height:20px;
  359. text-transform:none;
  360. margin-bottom:5px;
  361. font-family: {font:Body};
  362. }
  363.  
  364. .audio{
  365. {block:IndexPage}
  366. width:190px;
  367. {/block:IndexPage}
  368. {block:PermalinkPage}
  369. width:494px;
  370. {/block:PermalinkPage}
  371. background-color:#e3e3e3;
  372. padding:0px;
  373. margin-top:-2px;
  374. margin-bottom:1px;
  375. }
  376.  
  377. .audiocap, .videocap{
  378. display:block;
  379. padding:0px;
  380. }
  381.  
  382. .albumart, .albumart img{
  383. {block:IndexPage}
  384. width:200px;
  385. {/block:IndexPage}
  386. {block:PermalinkPage}
  387. width:494px;
  388. {/block:PermalinkPage}
  389. }
  390.  
  391. div.video embed,
  392. div.post div.video object {
  393. {block:IndexPage}
  394. width:250px !important;
  395. height:150px !important;
  396. {/block:IndexPage}
  397. {block:PermalinkPage}
  398. width:500px !important;
  399. height:400px !important;
  400. {/block:PermalinkPage}
  401. }
  402.  
  403. .question{
  404. margin-bottom:5px;
  405. font-size:10px;
  406. line-height:10px;
  407. display:block;
  408. font-family: {font:Body};
  409. background-color:{color:Answer};
  410. padding:5px;
  411. border-left: 2px solid;
  412. border-right: 2px solid;
  413. border-color:{color:Answer Border};
  414. }
  415.  
  416. .asker{
  417. font-family: {font:Body};
  418. font-size:10px;
  419. line-height:10px;
  420. }
  421.  
  422. .answer{
  423. padding:3px;
  424. font-size:10px;
  425. line-height:10px;
  426. font-family: {font:Body};
  427. color: {color:text};
  428. }
  429.  
  430. #link{
  431. width:500px;
  432. height:auto;
  433. margin-bottom:10px;
  434. margin-top:0px;
  435. padding:0px;
  436. }
  437.  
  438. #chat{
  439. width:500px;
  440. height:auto;
  441. margin-bottom:10px;
  442. margin-top:0px;
  443. padding:0px;
  444. }
  445.  
  446. #quot{
  447. width:450px;
  448. height:auto;
  449. margin-bottom:10px;
  450. margin-top:0px;
  451. padding:0px;
  452. }
  453.  
  454. #text{
  455. width:500px;
  456. height:auto;
  457. margin-bottom:10px;
  458. margin-top:0px;
  459. padding:0px;
  460. }
  461.  
  462. #vid{
  463. width:500px;
  464. height:auto;
  465. margin-bottom:10px;
  466. margin-top:0px;
  467. }
  468.  
  469. #photoset{
  470. width:500px;
  471. height:auto;
  472. margin-bottom:10px;
  473. margin-top:0px;
  474. padding:0px;
  475. }
  476.  
  477. #ans{
  478. width:465px;
  479. height:auto;
  480. margin-bottom:10px;
  481. margin-top:0px;
  482. padding:20px;
  483. }
  484.  
  485.  
  486. ::-webkit-scrollbar-thumb:vertical {
  487. background-color:{color:Scrollbar};
  488. height:100px;
  489. }
  490.  
  491. ::-webkit-scrollbar-thumb:horizontal {
  492. background-color:{color:Scrollbar};
  493. height:10px;
  494. }
  495.  
  496. ::-webkit-scrollbar {
  497. height:10px;
  498. width:8px;
  499. background-color:{color:Background};
  500. }
  501.  
  502. #h4{
  503. padding-left:15px;
  504. text-align:left;
  505. }
  506.  
  507. #h4 a{
  508. {block:ifunderlinedlinks}
  509. border-bottom:1px solid;
  510. border-color:{color:underline};
  511. {/block:ifunderlinedlinks}
  512. }
  513.  
  514. </style>
  515. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  516. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  517. </script>
  518. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  519. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  520. <script type="text/javascript">
  521.  
  522.  
  523. $(window).load(function () {
  524. $('.posts').masonry(),
  525. $('.masonryWrap').infinitescroll({
  526. navSelector : "div#navigation",
  527. // selector for the paged navigation (it will be hidden)
  528. nextSelector : "div#navigation a#nextPage",
  529. // selector for the NEXT link (to page 2)
  530. itemSelector : ".entry",
  531. // selector for all items you'll retrieve
  532. bufferPx : 10000,
  533. extraScrollPx: 11000,
  534. loadingImg : "",
  535. loadingText : "<em></em>",
  536. },
  537. // call masonry as a callback.
  538. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  539. );
  540. });
  541. </script>
  542. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script>
  543.  
  544. </head>
  545. <body>
  546. <div class="top">
  547. <div align="center">
  548. <span class="h7">
  549.  
  550. <div style="font-size:26px; text-align:left; padding-left:20px;"><br><a href="/">{Title}</a></div>
  551. <br><br>
  552.  
  553. <div align="center"><div id="h4">{Description}<br><br>
  554. {block:ifhomelink}<a href="/">Home</a>&nbsp;{block:ifhomelink}{block:ifmessagelink}<a href="/ask">Message</a>&nbsp;{block:ifmessagelink}{block:ifarchivelink}<a href="/archive">Archive</a>&nbsp;{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">Submit</a>&nbsp;{block:ifsubmitlink}<a href="http://lsaac.tumblr.com">Theme</a> <br>{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a>&nbsp;{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a>&nbsp;{/block:ifsecondcustomlink}{block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a>&nbsp;{/block:ifthirdcustomlink}{block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a>&nbsp;{/block:iffourthcustomlink}{block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a>&nbsp;{/block:iffifthcustomlink}{block:ifsixthcustomlink}<a href="{text:sixth custom link url}">{text:sixth custom link title}</a>&nbsp;{/block:ifsixthcustomlink}&nbsp;</span>
  555. </div></div></div></div></div></div></div></div></div></div>
  556.  
  557. <div id="content">
  558. <div class="posts">
  559. {block:Posts}
  560. <div class="entry">
  561.  
  562. {block:Text}
  563. {block:IndexPage}
  564. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  565. {Body}{/block:IndexPage}
  566. {block:IndexPage}
  567. <div class="textperma"><a href="{Permalink}">
  568. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  569. {/block:IndexPage}
  570. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="text">{block:Title}<span class="h1">{Title}</span>{/block:Title}{Body}</div>{/block:PermalinkPage}{/block:Text}
  571.  
  572. {block:Photo}
  573. {block:IndexPage}
  574. <div class="perma"><a href="{permalink}">{NoteCount}&nbsp{text:Note Count Label}</a></div></a><a href="{ReblogURL}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="200"/></a>
  575. {/block:IndexPage}
  576. {block:PermalinkPage}
  577. {LinkOpenTag}
  578. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="500"/></a>
  579. {LinkCloseTag}
  580. {/block:permalinkpage}
  581. {/block:Photo}
  582.  
  583. {block:Photoset}
  584. {block:IndexPage}<a href="{permalink}">- PHOTOSET -</a>{/block:IndexPage}
  585. {block:IndexPage}
  586. <div class="perma"><a href="{permalink}">{NoteCount}&nbsp{text:Note Count Label}</a></div>
  587. {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  588. {/block:Photoset}
  589.  
  590. {block:Quote}
  591. {block:IndexPage}<div class="quote">"{Quote}" <small><i>{block:Source}&nbsp;- {Source}{/block:Source}</small></i></div>{/block:IndexPage}{block:IndexPage}
  592. <div class="textperma"><a href="{Permalink}">
  593. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  594. {/block:IndexPage}
  595. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="quot"><div class="quote">"{Quote}" <small><i>{block:Source}&nbsp;- {Source}{/block:Source}</small></i></div></div>{/block:PermalinkPage}
  596. {/block:Quote}
  597.  
  598. {block:Link}
  599. {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+ {Name}</span></a>{block:Description}{Description}{/block:Description}{/block:IndexPage}{block:IndexPage}
  600. <div class="textperma"><a href="{Permalink}">
  601. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  602. {/block:IndexPage}
  603. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  604. <div id="link"><a href="{URL}"{Target}><span class="h2"> +{Name}</span></a>
  605. {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  606. {/block:Link}
  607.  
  608. {block:Video}
  609. <div class="video">
  610. {block:IndexPage}<a href="{permalink}">- VIDEO POST -</span></a></div>
  611.  
  612.  
  613. <div class="perma"><a href="{permalink}">{NoteCount}&nbsp{text:Note Count Label}</a></div>
  614. {/block:IndexPage}
  615.  
  616.  
  617. {/block:IndexPage}</span>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div></div>
  618. {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div></div></div>{/block:PermalinkPage}
  619. {/block:Video}
  620.  
  621. {block:Chat}
  622. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  623. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}
  624. <div class="textperma"><a href="{Permalink}">
  625. {NoteCount}</a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  626. {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="chat">{block:Title}<div class="ptitle">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}</div>{/block:PermalinkPage}
  627. {/block:Chat}
  628.  
  629. {block:Audio}
  630. <a href="{Permalink}">
  631. {block:AlbumArt}<div class="perma"><a href="{permalink}">{NoteCount}&nbsp{text:Note Count Label}</a></div><div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a>
  632. {block:PermalinkPage}{/block:PermalinkPage}
  633. {/block:Audio}
  634.  
  635. {block:Answer}
  636. {block:IndexPage}
  637. <div class="question">{Asker} said:</a> {Question}</div>
  638. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  639. {block:IndexPage}
  640. <div class="textperma"><a href="{Permalink}">
  641. {NoteCount} NOTES</a></div>
  642. {/block:IndexPage}{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
  643. <div class="answer"><i>{Answer}</i></div></div></div>{/block:PermalinkPage}
  644. {/block:Answer}
  645.  
  646. {block:PermalinkPage}<div class="notes">
  647. {block:Audio}<div class="audio">{AudioPlayerGrey}</div><br>{/Block:Audio}
  648. {block:Caption}{Caption}{/block:Caption}
  649. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  650. <br>Has a total of: {NoteCount} Notes
  651. {block:PostNotes}<br><br><div style="text-align:left; margin-bottom:-1px; max-height: 200px; width:499px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  652. {/block:PermalinkPage}
  653. </div>{/block:Posts}</div></div>
  654.  
  655. {block:IndexPage}
  656. <div class="column navigation" id="navigation">
  657. {block:Pagination}
  658. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  659. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  660. </div>
  661. {/block:IndexPage}
  662.  
  663. <div style="position:fixed; bottom:3px; color: {color:Text}; right:2px; font-size:10px; opacity:1; background-color:{color:background}; padding:3px; font-family:{font:Body};"><a href="http://isaacholden.com"><u>theme</u></a></div>
  664. <div style="right: 3px; top: 26px; opacity:0.5; position:fixed !important;z-index:9999999999999999999999;"><a href="http://IsaacHolden.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div></div></div></div></div></div>
  665.  
  666. </body></html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement