Advertisement
theme_bean

Custom for Ashley

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