Advertisement
lsaac

Stevie's Theme (Commissioned Work)

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