Advertisement
lsaac

Gratitude Theme

May 26th, 2013
142,089
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.94 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. Gratitude Theme by lsaac.tumblr.com
  6.  
  7. 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 :-)
  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="#FFFFFF" />
  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="#dad8d8"/>
  28. <meta name="color:Scrollbar Background" content="#FFFFFF"/>
  29. <meta name="color:Accent" content="#ebebeb"/>
  30. <meta name="color:Answer" content="#f0f0f0"/>
  31. <meta name="color:Reblog Button Colour" content="#000000"/>
  32.  
  33. <meta name="image:Header" content=""/>
  34.  
  35. <meta name="text:First custom link title" content=""/>
  36. <meta name="text:First custom link url" content=""/>
  37. <meta name="text:Second custom link title" content=""/>
  38. <meta name="text:Second custom link url" content=""/>
  39. <meta name="text:Third custom link title" content=""/>
  40. <meta name="text:Third custom link url" content=""/>
  41. <meta name="text:Fourth custom link title" content=""/>
  42. <meta name="text:Fourth custom link url" content=""/>
  43. <meta name="text:Fifth custom link title" content=""/>
  44. <meta name="text:Fifth custom link url" content=""/>
  45. <meta name="text:Sixth custom link title" content=""/>
  46. <meta name="text:Sixth custom link url" content=""/>
  47. <meta name="text:Header Size" content="500"/>
  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. <meta name="if:Custom Title Font" content="1"/>
  60. <meta name="if:Alternate Font Face" 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:Show Header" content="0"/>
  66.  
  67. <meta name="font:Body" content="Lucida Sans"/>
  68. <meta name="font:Title" content="Courier New"/>
  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.  
  83. <link href='http://fonts.googleapis.com/css?family=Abril+Fatface' rel='stylesheet' type='text/css'>
  84.  
  85.  
  86. <style type="text/css">
  87. {CustomCSS}
  88.  
  89. p{
  90. margin:0px;
  91. padding:0px;
  92. }
  93.  
  94. #tumblr_controls{
  95. position:absolute;
  96. margin-top:0px;
  97. margin-left:0px;
  98. z-index:99999;
  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.  
  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. {block:ifcrosscursor}
  140. font-size:12px;
  141. text-align: center;
  142. {block:ifalternatefontface}
  143. font-family:consolas;
  144. {/block:ifalternatefontface}
  145. {block:ifnotalternatefontface}
  146. font-family: {font:Body};
  147. {/block:ifnotalternatefontface}
  148. line-height:10px;
  149. overflow-x:hidden;
  150. {block:ifcrosscursor}
  151. cursor: crosshair;
  152. {/block:ifcrosscursor}
  153. }
  154.  
  155. #content{
  156. margin: auto auto auto auto ;
  157. width:100%;
  158. top:0px;
  159. position:relative;
  160. }
  161.  
  162. #content .posts{
  163. width:1350px;
  164. {block:ifalternatefontface}
  165. font-family:consolas;
  166. {/block:ifalternatefontface}
  167. {block:ifnotalternatefontface}
  168. font-family: {font:Body};
  169. {/block:ifnotalternatefontface}
  170. margin: 10px 0px 0px 30px;
  171. margin-left: 2%;
  172. {block:PermalinkPage}
  173. width:600px;
  174. {/block:PermalinkPage}
  175. {block:ifcrosscursor}
  176. cursor: crosshair;
  177. {/block:ifcrosscursor}
  178. }
  179.  
  180. #content .entry{
  181. {block:IndexPage}
  182. width:150px;
  183. margin:25px;
  184. {block:ifanimatedpostload}
  185. -moz-transition: all 3.9s ease-out;
  186. -o-transition: all 3.9s ease-out;
  187. -webkit-transition: all 3.9s ease-out;
  188. transition: all 3.9s ease-out;
  189. {/block:ifanimatedpostload}
  190. {block:ifcrosscursor}
  191. cursor: crosshair;
  192. {/block:ifcrosscursor}
  193. {/block:IndexPage}
  194. {block:PermalinkPage}
  195. width:600px;
  196. margin-top:10px;
  197. margin-left:280px;
  198. {/block:PermalinkPage}
  199. }
  200.  
  201. #content .entry img{
  202. {block:IndexPage}
  203. max-width:250px;
  204. {/block:IndexPage}
  205. }
  206.  
  207. .entry .perma {
  208. position: absolute;
  209. width: auto;
  210. text-align: center;
  211. bottom:0px;
  212. left:40%;
  213. opacity: 0;
  214. filter:alpha(opacity=0);
  215. z-index: 10000;
  216. font-size: 20px;
  217. height: 20px;
  218. line-height: 20px;
  219. font-family: Times New Roman;
  220. text-transform: uppercase;
  221. color:{color:Reblog Button Colour};
  222. padding: 3px;
  223. -webkit-transition: all 0.3s ease-in-out;
  224. -moz-transition: all 0.3s ease-in-out;
  225. -o-transition: all 0.3s ease-in-out;
  226. transition: all 0.3s ease-in-out;
  227. }
  228.  
  229. .entry:hover .perma{
  230. opacity: 1;
  231. filter:alpha(opacity=100);
  232. bottom:-30px;
  233. }
  234.  
  235. .perma:hover{
  236. transform:rotate(-360deg);
  237. -ms-transform:rotate(-360deg);
  238. -webkit-transform:rotate(-360deg);
  239. -webkit-transition: all 0.5s ease-in-out;
  240. -moz-transition: all 0.5s ease-in-out;
  241. -o-transition: all 0.5s ease-in-out;
  242. transition: all 0.5s ease-in-out;
  243. }
  244.  
  245. .perma a{
  246. color:{color:Reblog Button Colour};
  247. }
  248.  
  249. .top{
  250. width:100%;
  251. text-align:center;
  252. margin: -10px auto ;
  253. {block:ifcrosscursor}
  254. cursor: crosshair;
  255. {/block:ifcrosscursor}
  256. z-index:99;
  257. margin-bottom:0px;
  258. margin-left:-10px;
  259. padding-right:22px;
  260. background-color:transparent;
  261. font-family: {font:Body};
  262. }
  263.  
  264. {block:IndexPage}
  265. {block:ifinvertedfade}
  266. img{
  267. -webkit-transition: opacity 0.3s linear;
  268. opacity: 1;
  269. }
  270. img:hover{
  271. -webkit-transition: opacity 0.3s linear;
  272. opacity: 0.7;
  273. }
  274. {/block:ifinvertedfade}
  275.  
  276. {block:iffadedimages}
  277. img{
  278. -webkit-transition: opacity 0.3s linear;
  279. opacity: 0.8;
  280. }
  281. img:hover{
  282. -webkit-transition: opacity 0.3s linear;
  283. opacity: 1;
  284. }
  285. {/block:iffadedimages}
  286. {/block:IndexPage}
  287.  
  288.  
  289. .h1{
  290. display:block;
  291. font-size:27px;
  292. line-height:20px;
  293. text-align: center;
  294. margin-bottom: 10px;
  295. {block:ifalternatefontface}
  296. font-family:consolas;
  297. {/block:ifalternatefontface}
  298. {block:ifnotalternatefontface}
  299. font-family: {font:Body};
  300. {/block:ifnotalternatefontface}
  301. }
  302.  
  303. .h2{
  304. font-size:22px;
  305. line-height:15px;
  306. margin-bottom:5px;
  307. {block:ifalternatefontface}
  308. font-family:consolas;
  309. {/block:ifalternatefontface}
  310. {block:ifnotalternatefontface}
  311. font-family: {font:Body};
  312. {/block:ifnotalternatefontface}
  313. display:block;
  314. text-align:center;
  315. }
  316.  
  317. .h3{
  318. font-size:90px;
  319. line-height:90px;
  320. text-align:center;
  321. {block:ifcustomtitlefont}
  322. font-family: 'Abril Fatface', cursive;
  323. {/block:ifcustomtitlefont}
  324. {block:ifnotcustomtitlefont}
  325. font-family: {font:Title};
  326. {/block:ifnotcustomtitlefont}
  327. }
  328.  
  329.  
  330. #h4{
  331. width:530px;
  332. font-size:10px;
  333. line-height:12px;
  334. letter-spacing:1px;
  335. text-align:center;
  336. {block:ifalternatefontface}
  337. font-family:consolas;
  338. {/block:ifalternatefontface}
  339. {block:ifnotalternatefontface}
  340. font-family: {font:Body};
  341. {/block:ifnotalternatefontface}
  342. margin:10px auto;
  343. {block:IndexPage}
  344. Opacity:1;
  345. {block:IndexPage}
  346. {block:PermalinkPage}
  347. Opacity:0;
  348. {/block:PermalinkPage}
  349. }
  350.  
  351. .h7{
  352. width:200px;
  353. font-size:12px;
  354. line-height:12px;
  355. text-transform:uppercase;
  356. {block:ifalternatefontface}
  357. font-family:consolas;
  358. {/block:ifalternatefontface}
  359. {block:ifnotalternatefontface}
  360. font-family: {font:Body};
  361. {/block:ifnotalternatefontface}
  362. letter-spacing:2px;
  363. z-index:1000;
  364. -moz-transition: all 0.3s ease-out;
  365. -o-transition: all 0.3s ease-out;
  366. -webkit-transition: all 0.3s ease-out;
  367. transition: all 0.3s ease-out;
  368. }
  369.  
  370. .nav{
  371. text-align:center;
  372. margin-top:0px;
  373. margin-bottom:0px;
  374. {block:ifalternatefontface}
  375. font-family:consolas;
  376. {/block:ifalternatefontface}
  377. {block:ifnotalternatefontface}
  378. font-family: {font:Body};
  379. {/block:ifnotalternatefontface}
  380. }
  381.  
  382. .notes{
  383. width:600px;
  384. padding-left:0px;
  385. text-align:left;
  386. }
  387.  
  388. .textperma{
  389. font-family:trebuchet ms;
  390. font-size:11px;
  391. line-height:15px;
  392. letter-spacing:2px;
  393. text-align:center;
  394. opacity: 0;
  395. margin-top:7px;
  396. margin-bottom:2px;
  397. -webkit-transition-duration:0.4s;
  398. }
  399.  
  400. .entry:hover .textperma{
  401. opacity:1;
  402. padding-top:0px;
  403. }
  404.  
  405. .quote{
  406. font-size:17px;
  407. line-height:20px;
  408. text-transform:none;
  409. margin-bottom:5px;
  410. {block:ifalternatefontface}
  411. font-family:consolas;
  412. {/block:ifalternatefontface}
  413. {block:ifnotalternatefontface}
  414. font-family: {font:Body};
  415. {/block:ifnotalternatefontface}
  416. }
  417.  
  418. .audio{
  419. {block:IndexPage}
  420. width:0px;
  421. {/block:IndexPage}
  422. {block:PermalinkPage}
  423. width:630px;
  424. margin-top:150px;
  425. {/block:PermalinkPage}
  426. background-color:#e3e3e3;
  427. padding:5px;
  428. margin-top:-2px;
  429. margin-bottom:1px;
  430. }
  431.  
  432. .audiocap, .videocap{
  433. display:block;
  434. padding:0px;
  435. }
  436.  
  437. .albumart, .albumart img{
  438. {block:IndexPage}
  439. width:150px;
  440. {/block:IndexPage}
  441. {block:PermalinkPage}
  442. width:640px;
  443. {/block:PermalinkPage}
  444. }
  445.  
  446. div.video embed,
  447. div.post div.video object {
  448. {block:IndexPage}
  449. width:250px !important;
  450. height:150px !important;
  451. {/block:IndexPage}
  452. {block:PermalinkPage}
  453. width:500px !important;
  454. height:400px !important;
  455. {/block:PermalinkPage}
  456. }
  457.  
  458. .question{
  459. margin-bottom:5px;
  460. font-size:10px;
  461. line-height:10px;
  462. display:block;
  463. background-color:{color:Answer};
  464. border-left-style:solid;
  465. border-right-style:solid;
  466. border-color:{color:Accent};
  467. border-width:2px;
  468. {block:ifalternatefontface}
  469. font-family:consolas;
  470. {/block:ifalternatefontface}
  471. {block:ifnotalternatefontface}
  472. font-family: {font:Body};
  473. {/block:ifnotalternatefontface}
  474. }
  475.  
  476. .asker{
  477. {block:ifalternatefontface}
  478. font-family:consolas;
  479. {/block:ifalternatefontface}
  480. {block:ifnotalternatefontface}
  481. font-family: {font:Body};
  482. {/block:ifnotalternatefontface}
  483. font-size:10px;
  484. line-height:10px;
  485.  
  486. }
  487.  
  488. .answer{
  489. padding:3px;
  490. font-size:10px;
  491. line-height:10px;
  492. {block:ifalternatefontface}
  493. font-family:consolas;
  494. {/block:ifalternatefontface}
  495. {block:ifnotalternatefontface}
  496. font-family: {font:Body};
  497. {/block:ifnotalternatefontface}
  498. color: {color:text};
  499.  
  500. }
  501.  
  502. .nav {font-size:10px;
  503. }
  504.  
  505. #link{
  506. width:600px;
  507. height:auto;
  508. margin-bottom:50px;
  509. margin-top:-50px;
  510. padding:20px;
  511. background-color:{color:Accent};
  512. }
  513.  
  514. #chat{
  515. width:600px;
  516. height:auto;
  517. margin-bottom:50px;
  518. margin-top:-50px;
  519. padding:20px;
  520. background-color:{color:Accent};
  521. }
  522.  
  523. #quot{
  524. width:600px;
  525. height:auto;
  526. margin-bottom:50px;
  527. margin-top:-50px;
  528. padding:20px;
  529. background-color:{color:Accent};
  530. }
  531.  
  532. #text{
  533. width:605px;
  534. height:auto;
  535. margin-bottom:50px;
  536. margin-top:-50px;
  537. padding:20px;
  538. background-color:{color:Accent};
  539. }
  540.  
  541. #vid{
  542. width:600px;
  543. height:auto;
  544. margin-bottom:50px;
  545. margin-top:-50px;
  546. padding:10px;
  547. background-color:{color:Accent};
  548. }
  549.  
  550. #photoset{
  551. width:600px;
  552. height:auto;
  553. margin-bottom:50px;
  554. margin-top:-50px;
  555. padding:20px;
  556. background-color:{color:Accent};
  557. }
  558.  
  559. #ans{
  560. width:615px;
  561. height:auto;
  562. margin-bottom:50px;
  563. margin-top:-50px;
  564. padding:20px;
  565. background-color:{color:Accent};
  566. }
  567.  
  568. #myvideo{
  569. max-width:150px;
  570. overflow-y:hidden;
  571. overflow-x:hidden;
  572. }
  573.  
  574. #myphotoset{
  575. max-width:150px;
  576. overflow-y:hidden;
  577. overflow-x:hidden;
  578. }
  579.  
  580. ::-webkit-scrollbar-thumb{
  581. background-color:{color:Scrollbar};
  582. border: 2px solid {color:background};
  583. height:auto;
  584. -moz-border-radius: 10px;
  585. border-radius: 10px;
  586. }
  587.  
  588. ::-webkit-scrollbar {
  589. height:auto;
  590. width:9px;
  591. background-color: #999999;
  592. border: 4px solid {color:background};
  593. }
  594.  
  595. </style>
  596. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script>
  597. <script type="text/javascript" src="http://static.tumblr.com/imovwvl/rSGl20lfv/masonry.js">
  598. </script>
  599. <script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>
  600. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  601. <script type="text/javascript">
  602.  
  603. $(window).load(function () {
  604. $('.posts').masonry(),
  605. $('.masonryWrap').infinitescroll({
  606. navSelector : "div#navigation",
  607. // selector for the paged navigation (it will be hidden)
  608. nextSelector : "div#navigation a#nextPage",
  609. // selector for the NEXT link (to page 2)
  610. itemSelector : ".entry",
  611. // selector for all items you'll retrieve
  612. bufferPx : 10000,
  613. extraScrollPx: 11000,
  614. loadingImg : "",
  615. loadingText : "<em></em>",
  616. },
  617. // call masonry as a callback.
  618. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  619. );
  620. });
  621. </script>
  622. <script type="text/javascript">$(window).load(function(){$("p").remove(":contains('Source:')");});</script></head>
  623. <body>
  624. <div class="top">
  625. <div class="nav">
  626. <div align="center"><br><br>
  627. {block:ifnotshowheader}
  628. <span class="h3"><a href="/">{Title}</a></span>{/block:ifnotshowheader}{block:ifshowheader}<img src="{image:Header}" width="{text:Header Size}px;" target="_blank" style=""><br><br>{/block:ifshowheader}</div></span>
  629.  
  630. <span class="h7">
  631. {block:ifhomelink}<a href="/">home</a>&nbsp;&nbsp;{block:ifhomelink}
  632. {block:ifmessagelink}<a href="/ask">message</a>&nbsp;&nbsp;{block:ifmessagelink}{block:ifarchivelink} <a href="/archive">archive</a>&nbsp;&nbsp;{/block:ifarchivelink}{block:ifsubmitlink}<a href="/submit">submit</a>&nbsp;&nbsp;{block:ifsubmitlink}{block:iffirstcustomlink}<a href="{text:first custom link url}">{text:first custom link title}</a>&nbsp;&nbsp;{/block:iffirstcustomlink}{block:ifsecondcustomlink}<a href="{text:second custom link url}">{text:second custom link title}</a>&nbsp;&nbsp;{/block:ifsecondcustomlink} {block:ifthirdcustomlink}<a href="{text:third custom link url}">{text:third custom link title}</a>&nbsp;&nbsp;{/block:ifthirdcustomlink}
  633. {block:iffourthcustomlink}<a href="{text:fourth custom link url}">{text:fourth custom link title}</a>&nbsp;&nbsp;{/block:iffourthcustomlink}
  634. {block:iffifthcustomlink}<a href="{text:fifth custom link url}">{text:fifth custom link title}</a>&nbsp;&nbsp;{/block:iffifthcustomlink}
  635. <a href="http://lsaac.tumblr.com">theme</a></span></span><div align="center"><p><p><div id="h4"><br>{Description}<br><br></div></div></div></div></div></div>
  636.  
  637.  
  638. <div id="content">
  639. <div class="posts">
  640. {block:Posts}
  641. <div class="entry">
  642.  
  643. {block:Text}
  644. {block:IndexPage}
  645. {block:Title}<span class="h1">{Title}</span>{/block:Title}
  646. {Body}{/block:IndexPage}
  647. {block:IndexPage}
  648. <div class="textperma"><a href="{Permalink}">
  649. {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  650. {/block:IndexPage}
  651. {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}
  652.  
  653. {block:Photo}
  654. {block:IndexPage}
  655. <div class="perma"><a href="{ReblogURL}">↺</a>
  656. </div><a href="{Permalink}" target="_blank"><img src="{PhotoURL-400}" alt="{PhotoAlt}" width="150"/>
  657. {/block:IndexPage}
  658. {block:PermalinkPage}
  659. {LinkOpenTag}
  660. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="600"/></a>
  661. {LinkCloseTag}
  662. {/block:permalinkpage}
  663. {/block:Photo}
  664.  
  665. {block:Photoset}
  666. {block:IndexPage}<div id="myphotoset">{Photoset-250}{/block:IndexPage}
  667. {block:IndexPage}<div class="textperma"><a href="{Permalink}">VIEW FULL PHOTOSET</a></div></div>
  668. {/block:IndexPage}{block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}<div id="photoset">{Photoset-500}</div>{/block:PermalinkPage}
  669. {/block:Photoset}
  670.  
  671. {block:Quote}
  672. {block:IndexPage}<div class="quote">"{Quote}" <small><i>{block:Source}- {Source}{/block:Source}</small></i></div>{/block:IndexPage}{block:IndexPage}
  673. <div class="textperma"><a href="{Permalink}">
  674. {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  675. {/block:IndexPage}
  676. {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}
  677. {/block:Quote}
  678.  
  679. {block:Link}
  680. {block:IndexPage}<a href="{URL}"{Target}><span class="h2">+{Name}</span></a>{block:Description}<small>{Description}</small>{/block:Description}
  681. <div class="textperma"><a href="{Permalink}">
  682. {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  683. {/block:IndexPage}
  684. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}{block:PermalinkPage}
  685. <div id="link"><a href="{URL}"{Target}><span class="h2"> →{Name}</span></a>
  686. {block:Description}<small>{Description}</small>{/block:Description}</div>{/block:PermalinkPage}
  687. {/block:Link}
  688.  
  689. {block:Video}
  690. <div class="video">
  691. {block:IndexPage}<div id="myvideo">{Video-250}{/block:IndexPage}
  692. </div></div>{block:IndexPage}<div class="videocap"></a></div><div class="textperma"><a href="{Permalink}">VIEW FULL VIDEO</a></div>{/block:IndexPage}</span>{/block:IndexPage}{block:PermalinkPage}<div style="margin-left:280px;"</div>
  693. {/block:PermalinkPage}{block:PermalinkPage}<div id="vid">{Video-500}</div>{/block:PermalinkPage}
  694. {/block:Video}
  695.  
  696. {block:Chat}
  697. {block:IndexPage}{block:Title}<div class="ptitle">{Title}</div>
  698. {/block:Title}{block:Lines}{block:Label}<b>{Label}</b> {/block:Label}{Line}<br>{/block:Lines}{/block:IndexPage}{block:IndexPage}
  699. <div class="textperma"><a href="{Permalink}">
  700. {NoteCount}<font color="red">♥</font></a> / <a href="{ReblogURL}">REBLOG</a></a></div>
  701. {/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}
  702. {/block:Chat}
  703.  
  704.  
  705. {block:Audio}
  706. <a href="{Permalink}">
  707. {block:IndexPage}
  708. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a>{/block:IndexPage}
  709. {block:PermalinkPage}<a href="{Permalink}">
  710. {block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"></a></div>{/block:AlbumArt}</a><div class="audio">{AudioPlayerGrey}</div>{/block:PermalinkPage}
  711. {/block:Audio}
  712.  
  713. {block:Answer}
  714. {block:IndexPage}
  715. <div class="question">{Asker} said:</a> {Question}</div>
  716. <div class="answer"><i>{Answer}</i></div>{/block:IndexPage}
  717. {block:IndexPage}
  718. <div class="textperma"><a href="{Permalink}">
  719. {NoteCount}<font color="red">♥</font></a></div>
  720. {/block:IndexPage}
  721. {block:PermalinkPage}<div style="margin-left:0px;"</div>{/block:PermalinkPage}
  722. {block:PermalinkPage}<div id="ans"><div class="question">{Asker} said:</a> {Question}</div>
  723. <div class="answer"><i>{Answer}</i></div></div>
  724. {/block:PermalinkPage}
  725. {/block:Answer}
  726.  
  727. {block:PermalinkPage}<div class="notes">
  728. {block:Caption}{Caption}{/block:Caption}
  729. Posted on {Month} {DayofMonth}{DayofMonthSuffix} at {12Hour}:{Minutes} {CapitalAMPM}
  730. <br>Has a total of: {NoteCount} Notes
  731. {block:PostNotes}<br><br><div style=" text-align:left; margin-bottom:30px; max-height: 200px; width:650px; overflow: auto; overflow-x: hidden;">{PostNotes}</div>{/block:PostNotes}</div>
  732. {/block:PermalinkPage}
  733. </div>{/block:Posts}</div></div>
  734.  
  735. {block:IndexPage}
  736. <div class="column navigation" id="navigation">
  737. {block:Pagination}
  738. {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}
  739. {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination}
  740. </div>
  741. {/block:IndexPage}
  742.  
  743. <div style="position:fixed; bottom:5px; color: {color:Text}; right:5px; font-size:10px; opacity:1; background-color:{color:Posts}; padding:3px; font-family:Times New Roman;"><a href="http://lsaac.tumblr.com"><u>theme</u></a></div><div style="right: 3px; top: 26px; opacity:0.6; position:fixed;
  744. z-index:9999999999999999999999;"><a href="http://lsaac.tumblr.com"><img src="http://static.tumblr.com/ykziu7r/dGgm6nq81/install_theme.png"/></a></div>
  745.  
  746. </div></div></div></div></div></body></html></body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement