Advertisement
lsaac

Cascade Theme

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