xLulzBoatx

omg

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