Advertisement
lsaac

twenty4 Theme

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