xLulzBoatx

Tumblr Theme - Engyne - Backup

Oct 24th, 2016
106
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.03 KB | None | 0 0
  1. <!--
  2. HYPERBARIC Theme - DEVELOPED BY ENGYNE THEMES: ENGYNETHEMES.COM
  3. (Theme last updated: 7/27/2013)
  4. This theme was made and provided by:
  5. ___ __ ___
  6. |__ |\ | / _` \ / |\ | |__
  7. |___ | \| \__> | | \| |___
  8. (Engyne)
  9. AKA: Christian Hall
  10.  
  11. Please keep this credit in the source; seeing as this theme is free, it's the least you can do.
  12.  
  13. Thank you.
  14. -->
  15.  
  16.  
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  18. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  19.  
  20. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  21. <head>
  22.  
  23. <meta name="color:link" content="#386086"/>
  24. <meta name="color:hover" content="#5f88af"/>
  25. <meta name="color:text" content="#777777"/>
  26. <meta name="color:navigation color" content="#ffffff"/>
  27. <meta name="color:hover navigation text" content="#c5c5c5"/>
  28. <meta name="color:navigation text" content="#969696"/>
  29. <meta name="color:totop color" content="#ffffff"/>
  30. <meta name="color:totop text" content="#ffffff"/>
  31. <meta name="color:description text" content="#ffffff"/>
  32. <meta name="color:blockquote" content="#efefef"/>
  33. <meta name="color:border" content="#ccc"/>
  34. <meta name="color:background" content="#efefef"/>
  35. <meta name="color:music player background" content="#ffffff"/>
  36. <meta name="color:sidebar background" content="#272727"/>
  37. <meta name="image:background" content="http://static.tumblr.com/3ivwew6/Ww5mn0ar5/5233527978_26cbf707e3_o.jpg"/>
  38. <meta name="image:sidebar" content="0"/>
  39. <meta name="if:faded images" content="0"/>
  40. <meta name="if:black and white images" content="0"/>
  41. <meta name="if:show sidebar image" content="1"/>
  42. <meta name="if:shadow" content="0"/>
  43. <meta name="if:rounded corners" content="0"/>
  44. <meta name="if:solid post borders" content="0"/>
  45. <meta name="if:thicker post border" content="0"/>
  46. <meta name="if:music player" content="0"/>
  47. <meta name="if:autoplay" content="0"/>
  48. <meta name="if:1 column" content="0"/>
  49. <meta name="if:2 columns" content="1"/>
  50. <meta name="if:3 columns" content="0"/>
  51. <meta name="text:Link One Title" content="" />
  52. <meta name="text:Link One" content="" />
  53. <meta name="text:Link Two Title" content="" />
  54. <meta name="text:Link Two" content="" />
  55. <meta name="text:Link Three Title" content="" />
  56. <meta name="text:Link Three" content="" />
  57. <meta name="text:Link Four Title" content="" />
  58. <meta name="text:Link Four" content="" />
  59. <meta name="text:Link Five Title" content="" />
  60. <meta name="text:Link Five" content="" />
  61. <meta name="text:Song MP3" content="http://a.tumblr.com/tumblr_mi8mgxaxeR1s3hqbeo1.mp3" />
  62.  
  63. <TITLE>{Title}</TITLE>
  64. <link rel="shortcut icon" href="{Favicon}">
  65. {block:Description}
  66. <meta name="description" content="{MetaDescription}"/>
  67. {/block:Description}
  68. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  69. <!--[if IE]>
  70. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  71. <![endif]-->
  72.  
  73. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  74.  
  75. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  76.  
  77. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js"></script>
  78.  
  79. <script type="text/javascript" src="http://static.tumblr.com/rpgreip/vrFmplhgc/jquery.style-my-tooltips.js"></script>
  80.  
  81. <script>
  82. (function($){
  83. $(document).ready(function(){
  84. $("[title]").style_my_tooltips();
  85. });
  86. })(jQuery);
  87. </script>
  88.  
  89. <style type="text/css">
  90.  
  91. html, body, {
  92. font-family: calibri, Arial, Helvetica, futura, Georgia, sans-serif;
  93. font-size: 14px;
  94. }
  95.  
  96. body {
  97. color:{color:text};
  98. background:{color:background}
  99. url({image:background});
  100. background-attachment: fixed;
  101. background-size:cover;
  102. line-height:150%;
  103. font-family: calibri, Arial, Helvetica, futura, Georgia, sans-serif;
  104. font-size: 12px;
  105. }
  106.  
  107. ol {
  108. list-style-position:inside;
  109. padding-left: 1.5em;
  110. list-style-type:decimal;
  111. }
  112.  
  113. ul {
  114. list-style-position:inside;
  115. padding-left: 1.5em;
  116. list-style-type:disc;
  117. }
  118.  
  119. #infscr-loading {
  120. position: absolute;
  121. bottom: 0;
  122. left: 25%;
  123. }
  124. a:link, a:active, a:visited{
  125.  
  126. color:{color:Link};
  127. text-decoration: none;
  128.  
  129. }
  130. a:hover {
  131. color:{color:Hover};
  132.  
  133. text-decoration: none;
  134. }
  135. #content {
  136. {block:if1column}
  137. margin-left:535px;
  138. width: 275px;
  139. {/block:if1column}
  140.  
  141. {block:if2columns}
  142. margin-left:400px;
  143. width: 545px;
  144. {/block:if2columns}
  145.  
  146. {block:if3columns}
  147. margin-left:305px;
  148. width: 820px;
  149. {/block:if3columns}
  150. margin-top:20px;
  151.  
  152. }
  153.  
  154. #note3 {
  155. {block:if1column}
  156. width: 300px;
  157. {/block:if1column}
  158.  
  159. {block:if2columns}
  160. width: 450px;
  161. {/block:if2columns}
  162.  
  163. {block:if3columns}
  164. width: 450px;
  165. {/block:if3columns}
  166.  
  167. text-align:left;
  168. background: rgb(255, 255, 255) ; opacity: 0.8;
  169. }
  170.  
  171. #ec {
  172. bottom:1px;
  173. opacity:0.6;
  174. right:4px;
  175. position:fixed;
  176. }
  177. #ec:hover {
  178. opacity:1;
  179. }
  180.  
  181. #contain {
  182. height:100%;
  183. padding-left:10px;
  184. padding-right:10px;
  185. width: 1100px;
  186. margin: 0px auto;
  187. position: relative;
  188.  
  189. }
  190.  
  191. /* This sidebar is the MAIN sidebar (sidebar pic/desc.) */
  192. #sidewrap {
  193. width: 250px;
  194. position: fixed;
  195. height: 100%;
  196. padding-top:120px;
  197. padding-right:10px;
  198. padding-left:10px;
  199. top:0px;
  200. background-color: {color:sidebar background};
  201. opacity:0.6;
  202. {block:if1column}
  203. margin-left:245px;
  204. {/block:if1column}
  205.  
  206. {block:if2columns}
  207. margin-left:105px;
  208. {/block:if2columns}
  209.  
  210. {block:if3columns}
  211. margin-left:15px;
  212. {/block:if3columns}
  213.  
  214. }
  215.  
  216. #sidebar {
  217. width: 250px;
  218. position: fixed;
  219. height: 100%;
  220. padding-top:120px;
  221. padding-right:10px;
  222. padding-left:10px;
  223. top:0px;
  224. {block:if1column}
  225. margin-left:245px;
  226. {/block:if1column}
  227.  
  228. {block:if2columns}
  229. margin-left:105px;
  230. {/block:if2columns}
  231.  
  232. {block:if3columns}
  233. margin-left:15px;
  234. {/block:if3columns}
  235.  
  236. }
  237.  
  238. #sidebar .content {
  239. width: 240px;
  240. margin-left:auto;
  241. margin-right:auto;
  242. opacity:1;
  243. }
  244.  
  245. .navigate a {
  246. background-color: {color:navigation color};
  247. margin-left: 1px;
  248. letter-spacing:3px;
  249. display: inline-block;
  250. height: 10px;
  251. line-height: 10px;
  252. font-weight: heavy;
  253. font-family: calibri, Arial, Helvetica, futura, Georgia, sans-serif;
  254. font-size: 10px;
  255. color: {color:navigation text};
  256. text-transform: uppercase;
  257. text-decoration: none;
  258. margin-top: 3px;
  259. margin-bottom: 1px;
  260. padding:3px;
  261. -webkit-transition: all 0.5s ease;
  262. -moz-transition: all 0.5s ease;
  263. -o-transition: all 0.5s ease;
  264. border-radius:0px;
  265.  
  266. }
  267.  
  268. #navigatedot{
  269. margin-top: 10px;
  270. margin-bottom: 10px;
  271. border-top: 1px dashed {color:border};
  272. border-bottom: 1px dashed {color:border};
  273.  
  274. }
  275.  
  276. .navigate a:hover{
  277. color: {color:hover navigation text};
  278. }
  279.  
  280. }#desc{
  281. color:{color:text};
  282. width:100%;
  283. margin-top: 12px;
  284. margin-bottom: 3px;
  285. opacity:0.5;
  286. font-size:10px;
  287. font-family: Arial, Helvetica, futura, Georgia, sans-serif;
  288. line-height:10px;
  289.  
  290. }
  291.  
  292. ol.notes img {
  293. width: 16px;
  294. display: inline;
  295. position: relative;
  296. top: 3px;
  297.  
  298. }
  299.  
  300. #sidebar img {
  301. {block:ifroundedcorners}-moz-border-radius: 5px;
  302. border-radius: 5px;
  303. {block:ifroundedcorners}
  304. display: block;
  305. margin-bottom: 1px;
  306.  
  307. }
  308.  
  309. .entry {
  310. {block:ifsolidpostborders}
  311. border: 1px solid {color:border};
  312. {/block:ifsolidpostborders}
  313.  
  314. {block:ifnotsolidpostborders}
  315. border: 0px solid {color:border};
  316. {/block:ifnotsolidpostborders}
  317.  
  318. {block:ifroundedcorners}
  319. -moz-border-radius: 5px;
  320. border-radius: 5px;
  321. {/block:ifroundedcorners}
  322.  
  323. float: left;
  324. {block:indexpage}
  325. width: 250px;
  326. margin: 5px;
  327. {/block:indexpage}
  328.  
  329. {block:permalinkpage}
  330. margin: 10px;
  331. {block:if1column}
  332. width: 300px;
  333. {/block:if1column}
  334. {block:ifnot1column}
  335. width: 450px;
  336. {/block:ifnot1column}
  337. margin-left:17px;
  338. {/block:permalinkpage}
  339.  
  340. display: block;
  341.  
  342. {block:ifthickerpostborder}
  343. padding: 5px;
  344. {/block:ifthickerpostborder}
  345. {block:ifnotthickerpostborder}
  346. padding: 2px;
  347. {/block:ifnotthickerpostborder}
  348. {block:ifshadow}
  349. -webkit-box-shadow: 0 8px 6px -6px #444;
  350. -moz-box-shadow: 0 8px 6px -6px #444;
  351. box-shadow: 0 8px 6px -6px #444;
  352. {/block:ifshadow}
  353. position: relative;
  354. }
  355.  
  356.  
  357. .entry img {
  358. {block:ifroundedcorners}-moz-border-radius: 5px;
  359. border-radius: 5px;
  360. {block:ifroundedcorners}
  361. display: block;
  362. max-width: 100%;
  363. {block:iffadedimages}
  364. opacity:0.8;
  365. filter:alpha(opacity=80);
  366. -webkit-transition: all ease-in 250ms;
  367. -moz-transition: all ease-in 250ms;
  368. -o-transition: all ease-in 250ms;
  369. -ms-transition: all ease-in 250ms;
  370. transition: all ease-in 250ms;
  371. {/block:iffadedimages}
  372. {block:ifblackandwhiteimages}
  373. -webkit-filter: grayscale(1);
  374. {/block:ifblackandwhiteimages}
  375. }
  376. .entry:hover img {
  377. {block:iffadedimages}
  378. opacity:1;
  379. filter:alpha(opacity=100);
  380. -webkit-transition: all ease-in 250ms;
  381. -moz-transition: all ease-in 250ms;
  382. -o-transition: all ease-in 250ms;
  383. -ms-transition: all ease-in 250ms;
  384. transition: all ease-in 250ms;
  385. {/block:iffadedimages}
  386. {block:ifblackandwhiteimages}
  387. -webkit-filter: grayscale(0);
  388. -webkit-transition: all ease-in 250ms;
  389. -moz-transition: all ease-in 250ms;
  390. -o-transition: all ease-in 250ms;
  391. -ms-transition: all ease-in 250ms;
  392. transition: all ease-in 250ms;
  393. {/block:ifblackandwhiteimages}
  394. }
  395.  
  396. /*BEGIN Permalinks*/
  397.  
  398. .entry:hover .perms {
  399. opacity:1;
  400. z-index:999999;
  401. width:190px;
  402. }
  403.  
  404. .perms {
  405. color:#000;
  406. font-size:14px;
  407. opacity: 0;
  408. -webkit-transition-duration: .75s;
  409. width:0px;
  410. height:20px;
  411. padding-bottom:3px;
  412. padding-top:3px;
  413. padding-right:10px;
  414. background-color: #fff;
  415. position: absolute;
  416. margin-top:10px;
  417. text-align:center;
  418. text-transform:uppercase;
  419. font-family: calibri, Arial, Helvetica, futura, Georgia, sans-serif;
  420. letter-spacing:1px;
  421. line-height:20px;
  422. }
  423.  
  424. .perms p {
  425. margin-bottom: 0em;
  426. margin-top: 0em;
  427. color:#333;
  428. }
  429.  
  430.  
  431. /*FINISH Permalinks*/
  432.  
  433. #pagination{
  434. display:none;
  435. }
  436.  
  437.  
  438.  
  439. .permalink2 {
  440. color: #000000;
  441. padding-top: 0px;
  442. padding-bottom: 0px;
  443. font-size: 10px;
  444. text-align: center;
  445. opacity: 0;
  446. filter: alpha(opacity = 0);
  447. -webkit-transition: all ease-in 250ms;
  448. -moz-transition: all ease-in 250ms;
  449. -o-transition: all ease-in 250ms;
  450. -ms-transition: all ease-in 250ms;
  451. transition: all ease-in 250ms;
  452.  
  453. }
  454.  
  455. blockquote, q {
  456. padding-left:5px;padding-top:7px;
  457. padding-right:5px;padding-bottom:7px;
  458. margin-left:5px; margin-right:5px;
  459. border-left: 2px solid #ccc;
  460. border-right: 2px solid #ccc;
  461. background-color:{color:blockquote};
  462. }
  463.  
  464. li.drawer a {
  465. margin: 0px 5px;}
  466.  
  467. .label {
  468. text-transform:uppercase;
  469. color:{color:Link}
  470. }
  471.  
  472. .question {
  473. text-align:left;
  474. padding-left:5px;padding-top:7px;
  475. padding-right:5px;padding-bottom:7px;
  476. border-left: 2px solid {color:Link};
  477. border-right: 2px solid {color:Link};
  478. background-color:{color:blockquote};
  479. }
  480.  
  481. .answer {
  482. text-align:left;
  483. padding-left:5px;padding-top:7px;
  484. padding-right:5px;padding-bottom:7px;
  485. }
  486.  
  487. .text {
  488. padding: 10px;
  489. background: rgb(255, 255, 255) ; opacity: 0.8;
  490. }
  491.  
  492. .text img {
  493. width: 100%;
  494. margin-left:auto;
  495. margin-right:auto;
  496. }
  497.  
  498. .entry:hover .permalink2 {
  499. opacity: 1;
  500. filter: alpha(opacity = 100);
  501. -webkit-transition: all ease-in 250ms;
  502. -moz-transition: all ease-in 250ms;
  503. -o-transition: all ease-in 250ms;
  504. -ms-transition: all ease-in 250ms;
  505. transition: all ease-in 250ms;
  506. }
  507.  
  508. #pp {
  509. text-align: center;
  510. width: 100%;
  511. padding-top: 2px;
  512. }
  513.  
  514.  
  515. .permahover {
  516. text-align: right;
  517. line-height:200%;
  518. opacity: 0.0;
  519. filter: alpha(opacity = 0);
  520. font-size: 9px;
  521. line-height: 9px;
  522. text-transform: uppercase;
  523. }
  524.  
  525. .entry:hover .permahover {
  526. text-align: center;
  527. opacity: 1;
  528. filter: alpha(opacity = 50);
  529.  
  530.  
  531. }
  532.  
  533.  
  534. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  535. padding-bottom : 0px;}
  536.  
  537. #newHeader {
  538. padding-bottom: 2px;
  539. text-align: center;
  540.  
  541. }
  542.  
  543. div.panel {
  544. width: 260px;
  545. padding: 15px 20px;
  546. color: #333;
  547. text-align: center;
  548. line-height: 22px;
  549. display: none;
  550.  
  551. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  552. }
  553. div.panel p {
  554. margin: 10px 0;
  555. }
  556. div.panel p a, div.textPost p a, div.audioPost p a {
  557. color: #333;
  558. text-decoration: none;
  559. border-bottom: 1px dotted;
  560. font-style: italic;
  561. font-weight: bold;
  562. }
  563.  
  564.  
  565. #toTop {
  566. width: 55px;
  567. letter-spacing:2px;
  568. font-weight:bold;
  569. border-right: 10px solid {color:totop color};
  570. display: block;
  571. opacity:0.62;
  572. height: 15px;
  573. line-height: 15px;
  574. font-family: Arial, Helvetica, futura, Georgia, sans-serif;
  575. font-size: 9px;
  576. color:{color:totop text};
  577. text-transform: uppercase;
  578. text-decoration: none;
  579. text-align: center;
  580. margin-top: 12px;
  581. margin-bottom: 3px;
  582. padding:1px;
  583. position:fixed;
  584. bottom:30px;
  585. right:20px;
  586. overflow:hidden;
  587. z-index: 999;
  588. -webkit-transition: all 0.5s ease;
  589. -moz-transition: all 0.5s ease;
  590. -o-transition: all 0.5s ease;
  591. border-radius:0px;
  592.  
  593. }
  594.  
  595. #toTop:hover{
  596. border-right: 20px solid {color:totop color};
  597. }
  598.  
  599. #toTop:active, #toTop:focus {
  600. outline:none;
  601.  
  602. }
  603.  
  604. #s-m-t-tooltip{
  605. position:fixed;
  606. max-width:600px;
  607. padding:4px;
  608. background:rgba(94, 94, 94, 0.8);
  609. z-index:10;
  610. display:inline-block; /*important*/
  611. /*font*/
  612. font-family:calibri, Verdana, Geneva, sans-serif;
  613. font-size:13px;
  614. line-height:16px;
  615. color:#efefef;
  616. text-shadow: black 0.1em 0.1em 0.2em;
  617. /*css3 rounded corners*/
  618. -moz-border-radius:5px;
  619. -khtml-border-radius:5px;
  620. -webkit-border-radius:5px;
  621. border-radius:5px;
  622. border:2px solid #fff;
  623. }
  624.  
  625.  
  626. </style>
  627.  
  628. <script type="text/javascript">
  629. $(window).load(function(){
  630. $("p").remove(":contains('Source:')");
  631. $("p").remove(":contains('via ')");
  632. });
  633. </script>
  634.  
  635. <script src="http://static.tumblr.com/8jq17g7/e7bm0d3ib/ui.totop_jquery_easing.js" type="text/javascript"></script>
  636. <script type="text/javascript">
  637. $(document).ready(function() {
  638. $().UItoTop({ easingType: 'easeOutQuart' });
  639. });
  640. </script>
  641.  
  642. </head>
  643. <body>
  644.  
  645. <div id="contain">
  646.  
  647. <div id="sidewrap"></div>
  648. <div id="sidebar">
  649. <div class="content"><center>
  650.  
  651. {block:ifshowsidebarimage}
  652. <div style="
  653. float:right;
  654. margin-bottom:10px;
  655. margin-left:auto;
  656. margin-right:auto;">
  657.  
  658. <a href="/"><img src="{image:sidebar}" width="245"></a>
  659. </div>
  660.  
  661. {/block:ifshowsidebarimage}
  662.  
  663. {block:ifmusicplayer}
  664. <br>
  665. {block:ifnotautoplay}
  666. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="190" height="20">
  667. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  668. <param name="bgcolor" value="{color:music player background}" />
  669. <param name="FlashVars" value="mp3={text:Song MP3}&loadingcolor=000&buttoncolor=000&slidercolor=000" />
  670. </object>
  671. {/block:ifnotautoplay}
  672. {/block:ifmusicplayer}
  673. {block:ifmusicplayer}
  674. <br>
  675. {block:ifautoplay}
  676. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_mini.swf" width="190" height="20">
  677. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_mini.swf" />
  678. <param name="bgcolor" value="{color:music player background}" />
  679. <param name="FlashVars" value="mp3={text:Song MP3}&autoplay=1&loadingcolor=000&buttoncolor=000&slidercolor=000" />
  680. </object>
  681. {/block:ifautoplay}
  682. {/block:ifmusicplayer}
  683.  
  684. <div style="
  685. font-family: helvetica;
  686. font-size: 12px;
  687. line-height: 100%;
  688. color:{color:description text};
  689. text-transform: none;
  690. width:198px;
  691. padding-top:10px;
  692. text-align:center;">
  693.  
  694. {Description}
  695. </div>
  696.  
  697. <br>
  698. <center>
  699. <span class="navigate"><a href="/">home</a></span>
  700. {block:ifLinkOneTitle}<span class="navigate"><a href="{text:Link One}">{text:Link One Title}</a></span> {/block:ifLinkOneTitle}
  701.  
  702. {block:ifLinkTwoTitle}<span class="navigate"><a href="{text:Link Two}">{text:Link Two Title}</a></span> {/block:ifLinkTwoTitle}
  703.  
  704. {block:ifLinkThreeTitle}<span class="navigate"><a href="{text:Link Three}">{text:Link Three Title}</a></span> {/block:ifLinkThreeTitle}
  705.  
  706. {block:ifLinkFourTitle}<span class="navigate"><a href="{text:Link Four}">{text:Link Four Title}</a></span> {/block:ifLinkFourTitle}
  707.  
  708. {block:ifLinkFiveTitle}<span class="navigate"><a href="{text:Link Five}">{text:Link Five Title}</a></span> {/block:ifLinkFiveTitle}
  709.  
  710. {block:ifLinkSixTitle}<span class="navigate"><a href="{text:Link Six}">{text:Link Six Title}</a></span> {/block:ifLinkSixTitle}
  711. </center>
  712. </div>
  713. </div>
  714.  
  715. <div id="content">
  716. {block:Posts}
  717. <div class="entry">
  718.  
  719. {block:Text}
  720. <div class="text">
  721. <div style="text-transform:uppercase">{block:Title}
  722. <a href="{Permalink}">{Title}</a>
  723. {/block:Title}</div>
  724. {Body}
  725. {block:indexpage}
  726. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  727. {/block:indexpage}
  728.  
  729. </div>
  730. {/block:Text}
  731.  
  732. {block:Photo}
  733. {block:IndexPage}
  734. <div class="perms">
  735. <table width="190" border="0" cellspacing="0" cellpadding="0">
  736. <tr>
  737. <td width="170"><p align="right"><a href="{permalink}">{NoteCountwithLabel}</a> | </p></td>
  738. <td width="20" valign="middle"><a href="{ReblogURL}" target="_blank">
  739. <img src="http://static.tumblr.com/rpgreip/qagmpli22/reblogloop.png" height="10"></a></td>
  740. </tr>
  741. </table>
  742. </div>
  743. {/block:IndexPage}
  744. {block:indexpage}
  745. <a href="{permalink}"><img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a>
  746. {/block:indexpage}
  747. {block:permalinkpage}
  748. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  749. {/block:permalinkpage}
  750. {/block:Photo}
  751.  
  752. {block:Photoset}
  753. {block:IndexPage}<br><center>{Photoset-250}</center>{/block:IndexPage}
  754. {block:indexpage}
  755. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  756. {/block:indexpage}
  757. {block:permalinkpage}
  758. {Photoset-500}
  759. {/block:permalinkpage}
  760. {/block:Photoset}
  761.  
  762. {block:Quote}
  763. <div class="text">
  764. "{Quote}"
  765. {block:Source}
  766. <div class="source"><div style="text-align:right">{Source}</div></div>
  767. {/block:Source}
  768. {block:indexpage}
  769. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  770. {/block:indexpage}
  771. </div>{/block:Quote}
  772.  
  773. {block:Link}
  774. <div class="text">
  775. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  776. {block:Description}
  777. <div class="description">{Description}</div>
  778. {/block:Description}
  779. {block:indexpage}
  780. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  781. {/block:indexpage}
  782. </div>{/block:Link}
  783.  
  784. {block:Chat}
  785. <div class="text">
  786. {block:Title}
  787. <a href="{Permalink}">{Title}</a>
  788. {/block:Title}
  789. <ul class="chat">
  790. {block:Lines}
  791. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  792.  
  793. {Line} </li>
  794. {/block:Lines}
  795. </ul>
  796. {block:indexpage}
  797. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  798. {/block:indexpage}
  799. </div>{/block:Chat}
  800.  
  801. {block:Video}
  802. {block:IndexPage}{Video-250}{/block:IndexPage}
  803. {block:indexpage}
  804. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  805. {/block:indexpage}
  806. {block:permalinkpage}
  807. {Video-500}
  808. {/block:permalinkpage}
  809.  
  810. {/block:Video}
  811.  
  812. {block:Audio}
  813. <div class="text">
  814. {AudioPlayerGrey}
  815. {block:Caption}
  816. {Caption}
  817. {/block:Caption}
  818. {block:indexpage}
  819. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  820. {/block:indexpage}
  821. </div>{/block:Audio}
  822.  
  823. {block:Answer}<div class="text">
  824. <div class="question">
  825. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  826. {block:indexpage}
  827. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a> </p></div>
  828. {/block:indexpage}
  829. </div>{/block:Answer}
  830.  
  831.  
  832. {block:PermalinkPage}
  833. <div id="note3"><div style="text-align:center">
  834. {block:RebloggedFrom} Reblogged from <a href="http://{ReblogParentName}.tumblr.com/" target="_blank">{ReblogParentName}</a> // Posted by <a href="http://{ReblogRootName}.tumblr.com/" target="_blank">{ReblogRootName}</a>{/block:RebloggedFrom}<br>
  835. {block:NoteCount}{NoteCountWithLabel} // {/block:NoteCount} {block:Date}{Month} {DayOfMonth}, {Year} {/block:Date}</div>
  836.  
  837. <div id="notetxt">
  838. {block:PostNotes}
  839. {PostNotes}
  840. {/block:PostNotes}
  841. </div>
  842. {/block:PermalinkPage}
  843. </div>
  844. {/block:Posts}
  845. </div>
  846. </div>
  847. {block:Pagination}
  848. <ul id="pagination">
  849. {block:PreviousPage}
  850. <li><a href="{PreviousPage}"></a></li>
  851. {/block:PreviousPage}
  852. {block:JumpPagination length="5"}
  853. {block:CurrentPage}
  854. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  855. {/block:CurrentPage}
  856. {block:JumpPage}
  857. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  858. {/block:JumpPage}
  859. {/block:JumpPagination}
  860. {block:NextPage}
  861. <li><a id="nextPage" href="{NextPage}"></a></li>
  862. {/block:NextPage}
  863. </ul>
  864. {/block:Pagination}
  865.  
  866. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  867. <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
  868. {block:IndexPage}
  869. <script type="text/javascript">
  870. $(window).load(function () {
  871. $('#content').masonry(),
  872. $('.masonryWrap').infinitescroll({
  873. navSelector : '#pagination',
  874. nextSelector : '#pagination a#nextPage',
  875. itemSelector : ".entry",
  876. bufferPx : 100,
  877. loadingText : "<em></em>",
  878. },
  879. function() { $('#content').masonry({ appendedContent: $(this) }); }
  880. );
  881. });
  882. </script>
  883. {/block:IndexPage}
  884.  
  885. <script type="text/javascript">
  886.  
  887. $('.show').click(function(e){
  888. e.preventDefault();
  889. $('.panel').stop(true,true);
  890. var target = $(this).attr('href');
  891. if($('.panel').is(':visible')){
  892. if($(target).is(':visible')){
  893. $(target).slideUp();
  894. return false;
  895. }else{
  896. $('.panel:visible').slideUp(400, function(){
  897. $(target).slideDown();
  898. });
  899. }
  900. }else {
  901. $(target).slideDown();
  902. }
  903. });
  904.  
  905. </script>
  906.  
  907. <div id="ec">
  908. <a href="http://engyne.me/" target="_blank"><img src="http://static.tumblr.com/rpgreip/DQVmplenn/credit.png" height="19" width:"30" title="Theme Creator (Engyne)"></a>
  909. </div>
  910. <!-- SCM Music Player http://scmplayer.net -->
  911. <script type="text/javascript" src="http://scmplayer.net/script.js"
  912. data-config="{'skin':'skins/black/skin.css','volume':100,'autoplay':true,'shuffle':true,'repeat':1,'placement':'top','showplaylist':false,'playlist':[{'title':'','url':'https://dl.dropboxusercontent.com/content_link/aXjFsfQrZVufbb3z3la3Tlp6JTYmyvqhqocc0NkpAEISXWvn47maO9AJZZ8uub0h/file'},{'title':'','url':'https://dl.dropboxusercontent.com/content_link/ZlL0ECK9JU87ngG77apPGeU4XzAo8AvN65X0HzILMUrLvcFXfSem1vqKlUXNgKrW/file'},{'title':'','url':'https://dl.dropboxusercontent.com/content_link/lDuDoI6ZoPY3lygeXZ2lVqJFdbBlrRxuEzpzIjHx3u8ND29BMvE7PUYaPgrQbgGB/file'},{'title':'','url':'https://dl.dropboxusercontent.com/content_link/9krv4pdbqvuN8d2JwKTEvwpC4zhkRh58vPpOUU2iQWkSh5VfuXaNxjeIZHcMqTYs/file'},{'title':'','url':'https://www.youtube.com/watch?v=HlhXR39C5wQ'},{'title':'','url':'https://www.youtube.com/watch?v=WGAioZ2FaxI'}]}" ></script>
  913. <!-- SCM Music Player script end -->
  914.  
  915.  
  916.  
  917.  
  918.  
  919. </body>
  920. </div>
  921.  
  922. </html>
Advertisement
Add Comment
Please, Sign In to add comment