Advertisement
lsaac

Butterflies Theme

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