xLulzBoatx

backup

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