Advertisement
lsaac

Phat Theme

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