Advertisement
theme_bean

Theme #5

Nov 3rd, 2012
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.68 KB | None | 0 0
  1. <!--
  2. theme by slutteen
  3. don't change the source ho
  4. -->
  5.  
  6.  
  7. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
  8. "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <link href='http://fonts.googleapis.com/css?family=Bad+Script|La+Belle+Aurore|Great+Vibes|Julius+Sans+One|Qwigley|Bubbler+One|
  14. Petit+Formal+Script|Monsieur+La+Doulaise|Alex+Brush|Short+Stack' rel='stylesheet' type='text/css'>
  15.  
  16. <meta name="color:link" content="#386086"/>
  17. <meta name="color:text" content="#000000"/>
  18. <meta name="color:title" content="#b99191"/>
  19. <meta name="color:hover" content="#5f88af"/>
  20. <meta name="color:permabackground" content="#5f88af"/>
  21. <meta name="color:background" content="#efefef"/>
  22. <meta name="image:background" content="http://25.media.tumblr.com/tumblr_m1h09n3uWa1rpikoho1_500.gif"/>
  23. <meta name="image:sidebar" content="0"/>
  24. <meta name="if:show sidebar image" content="0"/>
  25. <meta name="if:show background image" content="1"/>
  26. <meta name="if:show title" content="1"/>
  27. <meta name="text:Link One Title" content="" />
  28. <meta name="text:Link One" content="" />
  29. <meta name="text:Link Two Title" content="" />
  30. <meta name="text:Link Two" content="" />
  31. <meta name="text:Link Three Title" content="" />
  32. <meta name="text:Link Three" content="" />
  33. <meta name="text:Link Four Title" content="" />
  34. <meta name="text:Link Four" content="" />
  35. <meta name="text:Link Five Title" content="" />
  36. <meta name="text:Link Five" content="" />
  37. <meta name="text:Link Six Title" content="" />
  38. <meta name="text:Link Six" content="" />
  39. <meta name="text:Link Seven Title" content="" />
  40. <meta name="text:Link Seven" content="" />
  41. <meta name="text:Link Eight Title" content="" />
  42. <meta name="text:Link Eight" content="" />
  43. <meta name="text:Link Nine Title" content="" />
  44. <meta name="text:Link Nine" content="" />
  45.  
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. {block:Description}
  49. <meta name="description" content="{MetaDescription}"/>
  50. {/block:Description}
  51. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  52. <!--[if IE]>
  53. <script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
  54. <![endif]-->
  55.  
  56. <link rel="stylesheet" type="text/css" href="http://static.tumblr.com/fxpo5zq/XZum5p9k0/standard.css">
  57.  
  58. <script type="text/javascript">
  59. $(document).ready(function () {
  60. $('li.drawer div:nth-child(2)').hide();
  61. $('li.drawer h1').click(function () {
  62. if ($(this).hasClass('open')) {
  63. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');}
  64. else {
  65. $('li.drawer div:visible:nth-child(2)').slideUp().prev().removeClass('open');
  66. $(this).next().slideDown();
  67. $(this).addClass('open');}
  68. });
  69. });
  70. </script>
  71.  
  72. <style type="text/css">
  73.  
  74. @font-face { font-family: pixie; src: url('http://static.tumblr.com/fxpo5zq/a8Em6bgnk/lekton-regular.ttf'); }
  75.  
  76. @font-face {font-family: customfont; src: url('http://static.tumblr.com/fxpo5zq/ad0m5vybr/quicksand_light.otf');
  77. }
  78.  
  79. html, body, {
  80. font-family: pixie;
  81. font-size: 11px;
  82. }
  83. body {
  84. color: {color:text};
  85. background:{color:background} ;
  86. {block:ifshowbackgroundimage}background-image:url({image:Background}); {/block:ifshowbackgroundimage};
  87. background-size: cover;
  88. background-attachment: fixed;
  89. line-height:150%;
  90. font-family: customfont;
  91. font-size: 11px;
  92. }
  93.  
  94.  
  95. ::-webkit-scrollbar-thumb:vertical {
  96. background-color:{color:link};
  97. height:auto;
  98. border: 1px solid :{color:hover};
  99. -webkit-border-radius:0px;
  100. }
  101.  
  102. ::-webkit-scrollbar-thumb:horizontal {
  103. background-color:{color:hover};
  104. height:auto !important;
  105. -webkit-border-radius:0px;
  106. }
  107.  
  108. ::-webkit-scrollbar {
  109. height:auto;
  110. width:7px;
  111. border-left: 1px solid #aaaaaa;
  112. background-color:{color:scrollbar};
  113. }
  114.  
  115.  
  116. #infscr-loading {
  117. position: absolute;
  118. bottom: 0;
  119. left: 25%;
  120. }
  121. a:link, a:active, a:visited{
  122.  
  123. color:{color:Link};
  124. text-decoration: none;
  125.  
  126. }
  127. a:hover {
  128. color:{color:Hover};
  129. text-decoration: strikethrough;
  130. }
  131. #content {
  132. width: 830px;
  133. margin-top: 5px;
  134. float: right;
  135.  
  136. }
  137.  
  138. #titulo {
  139. text-align: center;
  140. padding-top: 10px;
  141. text-transform:uppercase;
  142. font-family: 'short stack', cursive;
  143. font-size: 23px;
  144. line-height: 60%;
  145. color:{color:title};
  146. text-shadow:0px 0px 10px rgba(255,255,255,0.6), 0px 0px 30px rgba(255,255,255,0.4), 0px 0px 50px rgba(255,255,255,0.3), 0px 0px 180px rgba(255,255,255,0.3);
  147. }
  148.  
  149.  
  150.  
  151.  
  152. iframe#tumblr_controls {
  153. right:3px !important;
  154. position: fixed !important;
  155. -webkit-transition: opacity 0.7s linear;
  156. opacity: 0.5;
  157. -webkit-transition: all 0.8s ease-out;
  158. -moz-transition: all 0.8s ease-out;
  159. transition: all 0.8s ease-out;
  160. }
  161.  
  162. iframe#tumblr_controls:hover {
  163. -webkit-transition: opacity 0.7s linear;
  164. opacity: 1;
  165. -webkit-transition: all 0.4s ease-out;
  166. -moz-transition: all 0.4s ease-out;
  167. transition: all 0.4s ease-out;
  168. }
  169.  
  170. #note3 {
  171. width: 500px;
  172. text-align:left;
  173. }
  174.  
  175. #contain {
  176. height:100%;
  177. padding-left:10px;
  178. padding-right:10px;
  179. width: 900px;
  180. margin: 0px auto;
  181. position: relative;
  182.  
  183. }
  184.  
  185. #sidebar {
  186. width: 220px;
  187. position: fixed;
  188. margin-top: 450px;
  189. background:transparent;
  190. padding: 2px;
  191. margin-left: 570px;
  192. font-family: 'Julius Sans One', sans-serif;
  193. {block:PermalinkPage}
  194. margin-left: 740px;
  195. {/block:PermalinkPage}
  196. }
  197.  
  198. #sidebar:hover {
  199. color:{color:hover};
  200. -khtml-border-radius: 15px;
  201. -moz-border-radius: 5px;
  202. -webkit-border-radius: 5px;
  203. border-radius: 5px;
  204. border: 1px dotted white;
  205. }
  206.  
  207. #sidebarimg {
  208. width: 220px;
  209. position: fixed;
  210. margin-top: 230px;
  211. background:transparent;
  212. padding: 2px;
  213. margin-left: 570px;
  214. font-family: 'Julius Sans One', sans-serif;
  215. {block:PermalinkPage}
  216. margin-left: 740px;
  217. {/block:PermalinkPage}
  218. }
  219.  
  220. #sidebarimg:hover {
  221. color:{color:hover};
  222. -khtml-border-radius: 15px;
  223. -moz-border-radius: 5px;
  224. -webkit-border-radius: 5px;
  225. border-radius: 5px;
  226. border: 1px dotted white;
  227. }
  228.  
  229. div#sidebar2{
  230. position: fixed !important;
  231. width: 100px;
  232. height: auto;
  233. z-index: 1000;
  234. padding: 5px;
  235. background-color: transparent;
  236. text-align: right;
  237. font-family: consolas;
  238. font-size: 10px;
  239. line-height: 11px;
  240. {block:IndexPage}
  241. margin:15px 0px 0px 80px;
  242. {/block:IndexPage}
  243. {block:PermalinkPage}
  244. margin-top:15px;
  245. margin-left: 125px;
  246. {/block:PermalinkPage}
  247. }
  248.  
  249. ol.notes img {
  250. width: 16px;
  251. display: inline;
  252. position: relative;
  253. top: 3px;
  254. }
  255.  
  256. .entry {
  257. margin-left: 19%;
  258. width: 300px;
  259. float: left;
  260. background: transparent;
  261. padding-top: 5px;
  262. margin-bottom:5px;
  263. {block:PermalinkPage}
  264. margin-left: 20%;
  265. width: 480px;
  266. {/block:PermalinkPage}
  267. }
  268.  
  269.  
  270. .entry .permalink{
  271. position:absolute;
  272. width:220px;
  273. height:5px;
  274. padding-bottom:14px;
  275. background-color:{color:permabackground};
  276. overflow:hidden;
  277. font-family: ubuntu;
  278. text-transform: none;
  279. font-size: 12px;
  280. line-height:17px;
  281. text-align:center;
  282. opacity:0.0;
  283. -webkit-transition: all 0.2s linear;
  284. -webkit-transition: all 0.2s linear;
  285. -moz-transition: all 0.2s linear;
  286. transition: all 0.2s linear;
  287. }
  288.  
  289. .entry:hover .permalink{
  290. margin-top:15px;
  291. overflow:visible;
  292. opacity: .8;
  293. -webkit-transition: all 0.4s linear; opacity: 0.8;
  294. -webkit-transition: all 0.4s linear;
  295. -moz-transition: all 0.4s linear;
  296. transition: all 0.4s linear;
  297. }
  298.  
  299. .entry:hover .permalink:hover{
  300. opacity: 1;
  301. }
  302.  
  303.  
  304. #pagination{
  305. display:none;
  306. }
  307.  
  308.  
  309.  
  310. .permalink2 {
  311. color: #000000;
  312. padding-top: 0px;
  313. padding-bottom: 0px;
  314. font-size: 10px;
  315. text-align: center;
  316. opacity: 0;
  317. filter: alpha(opacity = 0);
  318. -webkit-transition: all ease-in 250ms;
  319. -moz-transition: all ease-in 250ms;
  320. -o-transition: all ease-in 250ms;
  321. -ms-transition: all ease-in 250ms;
  322. transition: all ease-in 250ms;
  323.  
  324. }
  325.  
  326. blockquote, q {
  327. padding-left:5px;padding-top:7px;
  328. padding-right:5px;padding-bottom:7px;
  329. margin-left:5px; margin-right:5px;
  330. border-left: 2px solid #ccc;
  331. border-right: 2px solid #ccc;
  332. background-color:{color:blockquote};
  333. }
  334.  
  335. li.drawer a {
  336. margin: 0px 5px;}
  337.  
  338. .label {
  339. text-transform:uppercase;
  340. color:{color:Link}
  341. }
  342.  
  343. .question {
  344. text-align:left;
  345. padding-left:5px;padding-top:7px;
  346. padding-right:5px;padding-bottom:7px;
  347. border-left: 2px solid {color:Link};
  348. border-right: 2px solid {color:Link};
  349. background-color:{color:blockquote};
  350. }
  351.  
  352. .answer {
  353. text-align:left;
  354. padding-left:5px;padding-top:7px;
  355. padding-right:5px;padding-bottom:7px;
  356. }
  357.  
  358. .text {
  359. padding: 10px;
  360. }
  361.  
  362. .entry:hover .permalink2 {
  363. opacity: 1;
  364. filter: alpha(opacity = 100);
  365. -webkit-transition: all ease-in 250ms;
  366. -moz-transition: all ease-in 250ms;
  367. -o-transition: all ease-in 250ms;
  368. -ms-transition: all ease-in 250ms;
  369. transition: all ease-in 250ms;
  370. }
  371.  
  372. #pp {
  373. text-align: center;
  374. width: 100%;
  375. padding-top: 2px;
  376. }
  377.  
  378.  
  379. .permahover {
  380. text-align: right;
  381. line-height:200%;
  382. opacity: 0.0;
  383. filter: alpha(opacity = 0);
  384. font-size: 9px;
  385. line-height: 10px;
  386. text-transform: uppercase;
  387. }
  388.  
  389. .entry:hover .permahover {
  390. text-align: center;
  391. opacity: 1;
  392. filter: alpha(opacity = 50);
  393.  
  394.  
  395. }
  396.  
  397.  
  398. .b {display : block; font-size: 8px;text-align: left;line-height: 15px; text-indent : 0px; vertical-align : middle; padding : 2px;
  399. padding-bottom : 0px;}
  400.  
  401. #newHeader {
  402. padding-bottom: 2px;
  403. text-align: center;
  404.  
  405. }
  406.  
  407. div.panel {
  408. width: 260px;
  409. padding: 15px 20px;
  410. color: #333;
  411. text-align: center;
  412. line-height: 22px;
  413. display: none;
  414.  
  415. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
  416. }
  417. div.panel p {
  418. margin: 10px 0;
  419. }
  420. div.panel p a, div.textPost p a, div.audioPost p a {
  421. color: #000000;
  422. text-decoration: none;
  423. border-bottom: 1px dotted;
  424. font-style: italic;
  425. font-weight: bold;
  426. }
  427.  
  428. ul, li{
  429. list-style: none;
  430. padding: 0px;
  431. margin:1px 1px 1px 1px;
  432. }
  433.  
  434. ul#drawers {list-style: none; margin: auto; color: color:title; cursor: help;}
  435.  
  436. ul#drawers li h1 {margin: 0; font-size:{text:title font size}; font-weight: normal;}
  437.  
  438. li.drawers h1.open {border-top: 0px;}
  439.  
  440. li.drawers div {padding: 4px 0 0 0; margin: 0px; line-height: 9px;}
  441. li.drawers div li {list-style-type: disc;}
  442.  
  443. #credz {
  444. position: fixed !important;
  445. right:5px !important;
  446. bottom:7px !important;
  447. font-family:helvetica;
  448. font-size:17px;
  449. line-height: 12px;
  450. color: {color:SidebarLink};
  451. -moz-transition: all 0.8s ease-out;
  452. -webkit-transition: opacity 0.7s linear;
  453. -webkit-transition: all 0.8s ease-out;
  454. transition: all 0.8s ease-out;
  455. }
  456.  
  457. {CustomCSS}
  458.  
  459. </style>
  460.  
  461. <script type="text/javascript">
  462. $(window).load(function(){
  463. $("p").remove(":contains('Source:')");
  464. $("p").remove(":contains('via ')");
  465. });
  466. </script>
  467.  
  468. </head>
  469. <body>
  470. <div id="contain">
  471.  
  472. <div id="sidebar"><center>
  473.  
  474. {block:ifshowtitle}
  475. <div id="titulo">
  476. {title}
  477. </div>{/block:ifshowtitle}<p><center>{Description}</center></p>
  478. </div>
  479.  
  480. {block:ifshowsidebarimage}
  481. <div id= "sidebarimg"><br>
  482. {block:ifshowtitle}
  483. <div id="titulo">
  484. {title}
  485. </div>{/block:ifshowtitle}
  486. <br>
  487. <a href="/"><img src="{image:sidebar}" width=240px;></a><p>
  488. <center>{Description}</center>
  489. <br>
  490. </div>
  491. {/block:ifshowsidebarimage}
  492.  
  493.  
  494. <div id="sidebar2">
  495. <ul id="drawers">
  496. <li class="drawers" id="info">
  497. <h1>⚘</h1>
  498. <div align="right">
  499. <div style="letter-spacing:1px; font-size:8px;"><a href="/">index</a><br/>
  500. <a href="/ask">inbox</a><br/>
  501. {block:IfLinkOneTitle}<a href="{text:Link One}"> {text:Link One Title} </a><br/> {/block:ifLinkOneTitle}
  502. {block:ifLinkTwoTitle}<a href="{text:Link Two}"> {text:Link Two Title} </a><br/> {/block:ifLinkTwoTitle}
  503. {block:ifLinkThreeTitle}<a href="{text:Link Three}"> {text:Link Three Title} </a><br/> {/block:ifLinkThreeTitle}
  504. {block:ifLinkFourTitle}<a href="{text:Link Four}">{text:Link Four Title} </a><br/> {/block:ifLinkFourTitle}
  505. {block:ifLinkFiveTitle}<a href="{text:Link Five}"> {text:Link Five Title} </a><br/> {/block:ifLinkFiveTitle}
  506. {block:ifLinkSixTitle}<a href="{text:Link Six}"> {text:Link Six Title} </a><br/> {/block:ifLinkSixTitle}
  507. {block:ifLinkSevenTitle}<a href="{text:Link Seven}"> {text:Link Seven Title} </a><br/> {/block:ifLinkSevenTitle}
  508. {block:ifLinkEightTitle}<a href="{text:Link Eight}"> {text:Link Eight Title} </a><br/> {/block:ifLinkEightTitle}
  509. {block:ifLinkNineTitle}<a href="{text:Link Nine}"> {text:Link Nine Title} </a><br/> {/block:ifLinkNineTitle}
  510. <a href="http://slutteen.tumblr.com">theme</a>
  511. </div>
  512. </div>
  513. </li>
  514. </ul>
  515. </p>
  516. </div>
  517.  
  518.  
  519. <div id="content">
  520. {block:Posts}
  521. <div class="entry">
  522.  
  523. {block:Text}
  524. <div class="text">
  525. <div style="text-transform:uppercase">{block:Title}
  526. <a href="{Permalink}">{Title}</a>
  527. {/block:Title}</div>
  528. {Body}
  529. {block:indexpage}
  530. <div class="permahover"><p><br><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  531. {/block:indexpage}
  532.  
  533. </div>
  534. {/block:Text}
  535.  
  536. {block:Photo}
  537. {block:IndexPage}
  538. <div class="permalink">
  539. <a href="{permalink}">{timeago}</a> / <a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a>
  540. </div>
  541. {/block:IndexPage}
  542. {block:indexpage}
  543. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  544. {/block:indexpage}
  545. {block:permalinkpage}
  546. {LinkOpenTag}<img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/>{LinkCloseTag}
  547. {/block:permalinkpage}
  548. {/block:Photo}
  549.  
  550. {block:Photoset}
  551. {block:IndexPage}<br><center>{Photoset-250}</center>{/block:IndexPage}
  552. {block:indexpage}
  553. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  554. {/block:indexpage}
  555. {block:permalinkpage}
  556. {Photoset-500}
  557. {/block:permalinkpage}
  558. {/block:Photoset}
  559.  
  560. {block:Quote}
  561. <div class="text">
  562. "{Quote}"
  563. {block:Source}
  564. <div class="source"><div style="text-align:right">{Source}</div></div>
  565. {/block:Source}
  566. {block:indexpage}
  567. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  568. {/block:indexpage}
  569. </div>{/block:Quote}
  570.  
  571. {block:Link}
  572. <div class="text">
  573. <span style="text-transform:uppercase;"><a href="{URL}" class="link" {Target}>{Name}</a></span>
  574. {block:Description}
  575. <div class="description">{Description}</div>
  576. {/block:Description}
  577. {block:indexpage}
  578. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  579. {/block:indexpage}
  580. </div>{/block:Link}
  581.  
  582. {block:Chat}
  583. <div class="text">
  584. {block:Title}
  585. <a href="{Permalink}">{Title}</a>
  586. {/block:Title}
  587. <ul class="chat">
  588. {block:Lines}
  589. <li class="{Alt} user_{UserNumber}"> {block:Label} <span class="label">{Label}</span> {/block:Label}
  590.  
  591. {Line} </li>
  592. {/block:Lines}
  593. </ul>
  594. {block:indexpage}
  595. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  596. {/block:indexpage}
  597. </div>{/block:Chat}
  598.  
  599. {block:Video}
  600. {block:IndexPage}{Video-200}{/block:IndexPage}
  601. {block:indexpage}
  602. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  603. {/block:indexpage}
  604. {block:permalinkpage}
  605. {Video-500}
  606. {/block:permalinkpage}
  607.  
  608. {/block:Video}
  609.  
  610. {block:Audio}
  611. <div class="text">
  612. {AudioPlayerGrey}
  613. {block:Caption}
  614. {Caption}
  615. {/block:Caption}
  616. {block:indexpage}
  617. <div class="permahover"><br><p><a href="{permalink}">{NoteCountwithLabel}</a> / <a href="{ReblogURL}" target="_blank">reblog</a></p></div>
  618. {/block:indexpage}
  619. </div>{/block:Audio}
  620.  
  621. {block:Answer}<div class="text">
  622. <div class="question">
  623. <span style="text-transform:uppercase; color:{color:Link}">{Asker}:</span> {Question}</div><div class="answer">{Answer}</div>
  624. {block:indexpage}
  625. <div class="permahover"><p><a href="{permalink}">{NoteCountwithLabel}</a> </p></div>
  626. {/block:indexpage}
  627. </div>{/block:Answer}
  628.  
  629.  
  630. {block:PermalinkPage}
  631. <div id="note3"><div style="text-align:right">
  632. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</div>
  633.  
  634. {block:PostNotes}
  635. {PostNotes}
  636. {/block:PostNotes}
  637. </div>
  638. {/block:PermalinkPage}
  639. </div>
  640. {/block:Posts}
  641. </div>
  642. </div>
  643. {block:Pagination}
  644. <ul id="pagination">
  645. {block:PreviousPage}
  646. <li><a href="{PreviousPage}"></a></li>
  647. {/block:PreviousPage}
  648. {block:JumpPagination length="5"}
  649. {block:CurrentPage}
  650. <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
  651. {/block:CurrentPage}
  652. {block:JumpPage}
  653. <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
  654. {/block:JumpPage}
  655. {/block:JumpPagination}
  656. {block:NextPage}
  657. <li><a id="nextPage" href="{NextPage}"></a></li>
  658. {/block:NextPage}
  659. </ul>
  660. {/block:Pagination}
  661.  
  662. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  663. <script src="http://static.tumblr.com/fxpo5zq/HCHm5q8gs/infinitescroll.js"></script>
  664. {block:IndexPage}
  665. <script type="text/javascript">
  666. $(window).load(function () {
  667. $('#content').masonry(),
  668. $('.masonryWrap').infinitescroll({
  669. navSelector : '#pagination',
  670. nextSelector : '#pagination a#nextPage',
  671. itemSelector : ".entry",
  672. bufferPx : 100,
  673. loadingText : "<em></em>",
  674. },
  675. function() { $('#content').masonry({ appendedContent: $(this) }); }
  676. );
  677. });
  678. </script>
  679. {/block:IndexPage}
  680.  
  681. <script type="text/javascript">
  682.  
  683. $('.show').click(function(e){
  684. e.preventDefault();
  685. $('.panel').stop(true,true);
  686. var target = $(this).attr('href');
  687. if($('.panel').is(':visible')){
  688. if($(target).is(':visible')){
  689. $(target).slideUp();
  690. return false;
  691. }else{
  692. $('.panel:visible').slideUp(400, function(){
  693. $(target).slideDown();
  694. });
  695. }
  696. }else {
  697. $(target).slideDown();
  698. }
  699. });
  700.  
  701. </script>
  702. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  703. <iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe>
  704.  
  705. <div id="credz"><div style="{color:link}"><a href="http://slutteen.tumblr.com">✿</a></div>
  706. </body>
  707.  
  708. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement