Advertisement
lsaac

Charming Theme V2

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