Advertisement
sighthemes

Theme 13; By Deanna

Feb 8th, 2014
754
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.02 KB | None | 0 0
  1. <!--
  2.  
  3. New theme 13 by Deanna (sighthemes)
  4. Keep the credit
  5. Or you will be reported
  6.  
  7. Do not steal or steal parts of the coding
  8. I worked very hard and it would be very disrespectful
  9.  
  10. Make sure your posts per page is set at 15 or the infinite scroll won't work! (Customize > Advanced > Posts per page > 15 > Save)
  11.  
  12. -->
  13.  
  14. <html lang="en">
  15. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  16. <html xmlns="http://www.w3.org/1999/xhtml">
  17. <head>
  18. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  19.  
  20. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  21. <script>
  22. (function($){
  23. $(document).ready(function(){
  24. $("[title],a[title],img[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:100,
  27. tip_fade_speed:300,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <script type="text/javascript">
  35. <!--
  36.  
  37. // Disable Right Click Script
  38.  
  39. function IE(e)
  40. {
  41. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  42. {
  43. return false;
  44. }
  45. }
  46. function NS(e)
  47. {
  48. if (document.layers || (document.getElementById && !document.all))
  49. {
  50. if (e.which == "2" || e.which == "3")
  51. {
  52. return false;
  53. }
  54. }
  55. }
  56. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  57.  
  58. //-->
  59. </script>
  60.  
  61.  
  62. <script type="text/javascript"
  63. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  64.  
  65. <!--DEFAULT VARIABLES-->
  66. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  67. <meta name="color:background" content="#fff"/>
  68. <meta name="color:link" content="#777"/>
  69. <meta name="color:text" content="#777"/>
  70. <meta name="color:title" content="#333"/>
  71. <meta name="color:scrollbar" content="#ccc">
  72. <meta name="color:blogtitle" content="#aaa">
  73. <meta name="color:hover" content="#fff"/>
  74. <meta name="image:sidebar background" content="1"/>
  75. <meta name="image:background" content="1"/>
  76. <meta name="text:link one" content=""/>
  77. <meta name="text:link one title" content=""/>
  78. <meta name="text:link two" content=""/>
  79. <meta name="text:link two title" content=""/>
  80. <meta name="text:link three" content=""/>
  81. <meta name="text:link three title" content=""/>
  82. <meta name="text:link four" content=""/>
  83. <meta name="text:link four title" content=""/>
  84. <meta name="text:link five" content=""/>
  85. <meta name="text:link five title" content=""/>
  86.  
  87. <link href='http://fonts.googleapis.com/css?family=Andika' rel='stylesheet' type='text/css'>
  88.  
  89.  
  90. <style type="text/css">
  91.  
  92. #s-m-t-tooltip{
  93. padding:6px;
  94. margin-top:12px;
  95. font-size:8px;
  96. display: none;
  97. text-align: center;
  98. position: absolute;
  99. letter-spacing:1px;
  100. text-transform:uppercase;
  101. z-index: 999999999999;
  102. background:white;
  103. color:#888;
  104. border:1px solid {color:link};
  105. font-style: oblique;
  106. border-radius:5px;
  107. max-width:150px;
  108. }
  109.  
  110. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
  111.  
  112. ::-webkit-scrollbar-thumb{
  113. background-color: {color:scrollbar};
  114. border: 2px solid #ffffff;
  115. height:5px;
  116. -moz-border-radius: 20px;
  117. border-radius: 20px;
  118. }
  119.  
  120. ::-webkit-scrollbar {
  121. height:5px;
  122. width:9px;
  123. background-color: #aaaaaa;
  124. border: 4px solid #fff;
  125. }
  126.  
  127. ::selection {
  128. background: #fff;
  129. }
  130.  
  131. ::-moz-selection {
  132. background: #fff;
  133. }
  134.  
  135.  
  136. p {
  137. margin:0px;
  138. margin-top:5px;
  139. }
  140.  
  141.  
  142. body {
  143. padding: 0px;
  144. margin: 0px;
  145. color:{color:text};
  146. font-family:calibri;
  147. font-size:11px;
  148. line-height:150%;
  149. text-normal;
  150. text-align:left;
  151. background-color: {color:Background};
  152. background-image:url({image:Background});
  153. background-attachment: fixed;
  154. background-repeat: repeat;
  155. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;
  156. }
  157.  
  158.  
  159.  
  160. a:link, a:active, a:visited{
  161. text-decoration: none;
  162. -webkit-transition: color 0.3s ease-out;
  163. -moz-transition: color 0.3s ease-out;
  164. transition: color 0.3s ease-out;
  165. color:{color:link};
  166. cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), progress;
  167. }
  168.  
  169. a:hover {
  170. text-decoration: underline;
  171. font-style:;
  172. color: {color:hover};
  173. }
  174.  
  175. div#center{
  176. margin:auto;
  177. position:relative;
  178. width:850px;
  179. background-color:;
  180. overflow:auto;
  181. overflow-y:hidden;
  182. }
  183.  
  184. .entry {
  185. float:left;
  186. display: block;
  187. margin:15px;
  188. overflow:none;
  189. width:245px;
  190. {block:PermalinkPage}
  191. width:520px;
  192. text-align:left;
  193. line-height:150%;
  194. {/block:PermalinkPage}
  195. background:white;
  196. background-image:URL();
  197. }
  198.  
  199. .entry .ass{
  200. width:auto;
  201. height:auto;
  202. margin-left:5px;
  203. position: absolute;
  204. overflow:hidden;
  205. text-align:center;
  206. top:-15px;
  207. line-height:100%;
  208. background:white;
  209. letter-spacing:1px;
  210. opacity: 0.0;
  211. -webkit-transition: all .7s ease;
  212. -moz-transition: all .7s ease;
  213. -o-transition: all .7s ease;
  214. transition: all .7s ease;
  215. z-index:999;
  216. padding:3px;
  217. border:1px solid {color:link};
  218. text-transform:uppercase;
  219. font-size:9px;
  220. }
  221.  
  222. .entry:hover .ass{
  223. top:5px;
  224. overflow:visible;
  225. opacity:0.9;
  226. }
  227.  
  228. .entry .tits{
  229. width:auto;
  230. height:auto;
  231. margin-left:-15px;
  232. position: absolute;
  233. overflow:hidden;
  234. text-align:center;
  235. line-height:100%;
  236. top:28px;
  237. background:white;
  238. letter-spacing:1px;
  239. opacity: 0.0;
  240. -webkit-transition: all .7s ease;
  241. -moz-transition: all .7s ease;
  242. -o-transition: all .7s ease;
  243. transition: all .7s ease;
  244. z-index:999;
  245. padding:3px;
  246. border:1px solid {color:link};
  247. text-transform:uppercase;
  248. font-size:9px;
  249. }
  250.  
  251. .entry:hover .tits{
  252. margin-left:5px;
  253. overflow:visible;
  254. opacity:0.9;
  255. }
  256.  
  257. .permalinktext{
  258. display: block;
  259. font-calibri;
  260. font: 7px Andika;
  261. line-height:3px;
  262. letter-spacing:1px;
  263. text-transform:uppercase;
  264. text-align: right;
  265. background-color:transparent;
  266. margin: 2px;
  267. margin-top:5px;
  268. border-top:1px solid #eee;
  269. padding-top:6px;
  270. }
  271.  
  272. #music{
  273. width:50px;
  274. height:auto;
  275. top:38px;
  276. right:8px;
  277. background:transparent;
  278. position:fixed;
  279. }
  280.  
  281. #stats{
  282. position:fixed;
  283. top:24px;
  284. right:10px;
  285. font-size:10px;
  286. letter-spacing:.5px;
  287. }
  288.  
  289. #posts {
  290. width:650px;
  291. margin-top:0px;
  292. z-index:99;
  293. margin-left:135px;
  294. right:auto;
  295. background:transparent;
  296. margin-right:auto;
  297. position:relative;
  298. overflow-y: none;
  299. }
  300.  
  301. #sidebar{
  302. position:relative;
  303. width:470px;
  304. background:white;
  305. height:145px;
  306. top:10px;
  307. left:10px;
  308. text-align:center;
  309. padding:5px;
  310. opacity:.8;
  311. }
  312.  
  313. #sidebar .tits{
  314. margin-top:0px;
  315. margin-left:0px;
  316. letter-spacing: 1.5px;
  317. font-style: italic;
  318. text-transform: uppercase;
  319. font: 15px Andika;
  320. color:{color:blogtitle};
  321. }
  322.  
  323. #sidebar .desc{
  324. margin-top:4px;
  325. font-size:12px;
  326. line-height:145%;
  327. font-family:calibri;
  328. word-spacing:1px;
  329. color:{color:text};
  330. }
  331.  
  332. #links{
  333. margin-top:4px;
  334. line-height:100%;
  335. }
  336.  
  337. .nav a{
  338. font: 11px Andika;
  339. text-transform:uppercase;
  340. display:inline-block;
  341. margin-left:5px;
  342. margin-right:5px;
  343. color:{color:link};
  344. letter-spacing: 1.5px;
  345. -webkit-transition: all .7s ease;
  346. -moz-transition: all .7s ease;
  347. -o-transition: all .7s ease;
  348. transition: all .7s ease;
  349. }
  350.  
  351. .nav a:hover{
  352. letter-spacing:3px;
  353. text-decoration:underline;
  354. -webkit-transition: all .7s ease;
  355. -moz-transition: all .7s ease;
  356. -o-transition: all .7s ease;
  357. transition: all .7s ease;
  358. }
  359.  
  360. #sidebarimage {
  361. position:relative;
  362. width:500px;
  363. height:175px;
  364. padding:10px 10px;
  365. z-index:999;
  366. margin-bottom:10px;
  367. background:url({image:sidebar background});
  368. background-size:520px;
  369. margin-top:20px;
  370. margin-left:150px;
  371. opacity:1;
  372. }
  373.  
  374. .entry img{
  375. opacity:1;
  376. -webkit-transition: all .7s ease;
  377. -moz-transition: all .7s ease;
  378. -o-transition: all .7s ease;
  379. transition: all .7s ease;
  380. }
  381.  
  382. .entry img:hover{
  383. opacity:.8;
  384. -webkit-transition: all .7s ease;
  385. -moz-transition: all .7s ease;
  386. -o-transition: all .7s ease;
  387. transition: all .7s ease;
  388. }
  389.  
  390. #audio {
  391. width:200px;
  392. height:auto;
  393. min-height:60px;
  394. padding-bottom:0px;
  395. }
  396.  
  397. .cover {
  398. position:absolute;
  399. z-index:1;
  400. width:60px;
  401. height:60px;
  402. }
  403.  
  404. .cover img {
  405. float:left;
  406. width:60px;
  407. height:60px;
  408. }
  409.  
  410. .playbox {
  411. opacity:0.6;
  412. width:27px;
  413. height:30px;
  414. overflow:hidden;
  415. position:absolute;
  416. z-index:1000;
  417. margin-left:17px;
  418. margin-top:17px;
  419. text-align:center;
  420. }
  421.  
  422. .info {
  423. margin-left:73px;
  424. margin-top:4px;
  425. line-height:14px;
  426. }
  427.  
  428. #creds{
  429. position:fixed;
  430. width:33px;
  431. bottom:-12px;
  432. right:2px;
  433. padding: 2px;
  434. font-family:consolas;
  435. font-size:8px;
  436. text-transform:uppercase;
  437. letter-spacing:1px;
  438. -webkit-transition: all .7s ease;
  439. -moz-transition: all .7s ease;
  440. -o-transition: all .7s ease;
  441. transition: all .7s ease;
  442. }
  443.  
  444. #creds:hover{
  445. bottom:0px;
  446. -webkit-transition: all .7s ease;
  447. -moz-transition: all .7s ease;
  448. -o-transition: all .7s ease;
  449. transition: all .7s ease;
  450. }
  451.  
  452. askk{
  453. font-size:9px;
  454. text-transform:uppercase;
  455. letter-spacing:1px;
  456. color:#cf462e;
  457. }
  458.  
  459. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  460.  
  461. .title{
  462. line-height: 12px;
  463. font: 13px Andika;
  464. color:{color:title};
  465. font-weight: normal;
  466. }
  467.  
  468. .permalink{
  469. text-transform: normal;
  470. display: block;
  471. text-align: right;
  472. text-decoration: none;
  473. }
  474.  
  475. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS*/
  476. #infscr-loading{
  477. bottom: -70px;
  478. position: absolute;
  479. left: 50%;
  480. margin-left:-8px;
  481. width:16px;
  482. height:11px;
  483. overflow:hidden;
  484. margin-bottom: 50px;
  485. }
  486.  
  487. #postnotes{
  488. text-align: justify;}
  489.  
  490. #postnotes blockquote{
  491. border: 0px;}
  492.  
  493. blockquote{
  494. padding:0px 0px 2px 5px;
  495. margin:5px 5px 5px 5px;
  496. border-left: 1px solid #ddd;
  497. line-height:13px;
  498. }
  499.  
  500. blockquote p, ul{
  501. margin:0px;
  502. padding:0px;
  503. }
  504.  
  505. a img{border: 0px;}
  506.  
  507.  
  508. ul, ol, li{list-style:none; margin-top:5px; padding:0px;}
  509.  
  510. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  511. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  512.  
  513. .notes img{width:10px; position:relative; top:3px;}
  514. <--ses-->
  515. small{font-size: 90%;}
  516.  
  517. {CustomCSS}
  518.  
  519. </style>
  520.  
  521. <script type="text/javascript">
  522.  
  523. // <![CDATA[
  524.  
  525. var colour="{color:link}"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
  526.  
  527. var sparkles=50;
  528.  
  529. /****************************
  530.  
  531. * Tinkerbell Magic Sparkle *
  532.  
  533. *(c)2005-11 mf2fm web-design*
  534.  
  535. * http://www.mf2fm.com/rv *
  536.  
  537. * DON'T EDIT BELOW THIS BOX *
  538.  
  539. ****************************/
  540.  
  541. var x=ox=400;
  542.  
  543. var y=oy=300;
  544.  
  545. var swide=800;
  546.  
  547. var shigh=600;
  548.  
  549. var sleft=sdown=0;
  550.  
  551. var tiny=new Array();
  552.  
  553. var star=new Array();
  554.  
  555. var starv=new Array();
  556.  
  557. var starx=new Array();
  558.  
  559. var stary=new Array();
  560.  
  561. var tinyx=new Array();
  562.  
  563. var tinyy=new Array();
  564.  
  565. var tinyv=new Array();
  566.  
  567. window.onload=function() { if (document.getElementById) {
  568.  
  569. var i, rats, rlef, rdow;
  570.  
  571. for (var i=0; i<sparkles; i++) {
  572.  
  573. var rats=createDiv(3, 3);
  574.  
  575. rats.style.visibility="hidden";
  576.  
  577. document.body.appendChild(tiny[i]=rats);
  578.  
  579. starv[i]=0;
  580.  
  581. tinyv[i]=0;
  582.  
  583. var rats=createDiv(5, 5);
  584.  
  585. rats.style.backgroundColor="transparent";
  586.  
  587. rats.style.visibility="hidden";
  588.  
  589. var rlef=createDiv(1, 5);
  590.  
  591. var rdow=createDiv(5, 1);
  592.  
  593. rats.appendChild(rlef);
  594.  
  595. rats.appendChild(rdow);
  596.  
  597. rlef.style.top="2px";
  598.  
  599. rlef.style.left="0px";
  600.  
  601. rdow.style.top="0px";
  602.  
  603. rdow.style.left="2px";
  604.  
  605. document.body.appendChild(star[i]=rats);
  606.  
  607. }
  608.  
  609. set_width();
  610.  
  611. sparkle();
  612.  
  613. }}
  614.  
  615. function sparkle() {
  616.  
  617. var c;
  618.  
  619. if (x!=ox || y!=oy) {
  620.  
  621. ox=x;
  622.  
  623. oy=y;
  624.  
  625. for (c=0; c<sparkles; c++) if (!starv[c]) {
  626.  
  627. star[c].style.left=(starx[c]=x)+"px";
  628.  
  629. star[c].style.top=(stary[c]=y)+"px";
  630.  
  631. star[c].style.clip="rect(0px, 5px, 5px, 0px)";
  632.  
  633. star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
  634.  
  635. star[c].style.visibility="visible";
  636.  
  637. starv[c]=50;
  638.  
  639. break;
  640.  
  641. }
  642.  
  643. }
  644.  
  645. for (c=0; c<sparkles; c++) {
  646.  
  647. if (starv[c]) update_star(c);
  648.  
  649. if (tinyv[c]) update_tiny(c);
  650.  
  651. }
  652.  
  653. setTimeout("sparkle()", 40);
  654.  
  655. }
  656.  
  657. function update_star(i) {
  658.  
  659. if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
  660.  
  661. if (starv[i]) {
  662.  
  663. stary[i]+=1+Math.random()*3;
  664.  
  665. if (stary[i]<shigh+sdown && starx[i]>0) {
  666.  
  667. star[i].style.top=stary[i]+"px";
  668.  
  669. starx[i]+=(i%5-2)/5;
  670.  
  671. star[i].style.left=starx[i]+"px";
  672.  
  673. }
  674.  
  675. else {
  676.  
  677. star[i].style.visibility="hidden";
  678.  
  679. starv[i]=0;
  680.  
  681. return;
  682.  
  683. }
  684.  
  685. }
  686.  
  687. else {
  688.  
  689. tinyv[i]=50;
  690.  
  691. tiny[i].style.top=(tinyy[i]=stary[i])+"px";
  692.  
  693. tiny[i].style.left=(tinyx[i]=starx[i])+"px";
  694.  
  695. tiny[i].style.width="2px";
  696.  
  697. tiny[i].style.height="2px";
  698.  
  699. tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
  700.  
  701. star[i].style.visibility="hidden";
  702.  
  703. tiny[i].style.visibility="visible"
  704.  
  705. }
  706.  
  707. }
  708.  
  709. function update_tiny(i) {
  710.  
  711. if (--tinyv[i]==25) {
  712.  
  713. tiny[i].style.width="1px";
  714.  
  715. tiny[i].style.height="1px";
  716.  
  717. }
  718.  
  719. if (tinyv[i]) {
  720.  
  721. tinyy[i]+=1+Math.random()*3;
  722.  
  723. if (tinyy[i]<shigh+sdown && tinyx[i]>0) {
  724.  
  725. tiny[i].style.top=tinyy[i]+"px";
  726.  
  727. tinyx[i]+=(i%5-2)/5;
  728.  
  729. tiny[i].style.left=tinyx[i]+"px";
  730.  
  731. }
  732.  
  733. else {
  734.  
  735. tiny[i].style.visibility="hidden";
  736.  
  737. tinyv[i]=0;
  738.  
  739. return;
  740.  
  741. }
  742.  
  743. }
  744.  
  745. else tiny[i].style.visibility="hidden";
  746.  
  747. }
  748.  
  749. document.onmousemove=mouse;
  750.  
  751. function mouse(e) {
  752.  
  753. set_scroll();
  754.  
  755. y=(e)?e.pageY:event.y+sdown;
  756.  
  757. x=(e)?e.pageX:event.x+sleft;
  758.  
  759. }
  760.  
  761. function set_scroll() {
  762.  
  763. if (typeof(self.pageYOffset)=="number") {
  764.  
  765. sdown=self.pageYOffset;
  766.  
  767. sleft=self.pageXOffset;
  768.  
  769. }
  770.  
  771. else if (document.body.scrollTop || document.body.scrollLeft) {
  772.  
  773. sdown=document.body.scrollTop;
  774.  
  775. sleft=document.body.scrollLeft;
  776.  
  777. }
  778.  
  779. else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
  780.  
  781. sleft=document.documentElement.scrollLeft;
  782.  
  783. sdown=document.documentElement.scrollTop;
  784.  
  785. }
  786.  
  787. else {
  788.  
  789. sdown=0;
  790.  
  791. sleft=0;
  792.  
  793. }
  794.  
  795. }
  796.  
  797. window.onresize=set_width;
  798.  
  799. function set_width() {
  800.  
  801. var sw_min=999999;
  802.  
  803. var sh_min=999999;
  804.  
  805. if (document.documentElement && document.documentElement.clientWidth) {
  806.  
  807. if (document.documentElement.clientWidth>0) sw_min=document.documentElement.clientWidth;
  808.  
  809. if (document.documentElement.clientHeight>0) sh_min=document.documentElement.clientHeight;
  810.  
  811. }
  812.  
  813. if (typeof(self.innerWidth)!="undefined" && self.innerWidth) {
  814.  
  815. if (self.innerWidth>0 && self.innerWidth<sw_min) sw_min=self.innerWidth;
  816.  
  817. if (self.innerHeight>0 && self.innerHeight<sh_min) sh_min=self.innerHeight;
  818.  
  819. }
  820.  
  821. if (document.body.clientWidth) {
  822.  
  823. if (document.body.clientWidth>0 && document.body.clientWidth<sw_min) sw_min=document.body.clientWidth;
  824.  
  825. if (document.body.clientHeight>0 && document.body.clientHeight<sh_min) sh_min=document.body.clientHeight;
  826.  
  827. }
  828.  
  829. if (sw_min==999999 || sh_min==999999) {
  830.  
  831. sw_min=800;
  832.  
  833. sh_min=600;
  834.  
  835. }
  836.  
  837. swide=sw_min;
  838.  
  839. shigh=sh_min;
  840.  
  841. }
  842.  
  843. function createDiv(height, width) {
  844.  
  845. var div=document.createElement("div");
  846.  
  847. div.style.position="absolute";
  848.  
  849. div.style.height=height+"px";
  850.  
  851. div.style.width=width+"px";
  852.  
  853. div.style.overflow="hidden";
  854.  
  855. return (div);
  856.  
  857. }
  858.  
  859. function newColour() {
  860.  
  861. var c=new Array();
  862.  
  863. c[0]=255;
  864.  
  865. c[1]=Math.floor(Math.random()*256);
  866.  
  867. c[2]=Math.floor(Math.random()*(256-c[1]/2));
  868.  
  869. c.sort(function(){return (0.5 - Math.random());});
  870.  
  871. return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
  872.  
  873. }
  874.  
  875. // ]]>
  876.  
  877. </script>
  878.  
  879.  
  880. {block:IndexPage}
  881. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  882. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  883.  
  884. <script type="text/javascript">
  885. $(window).load(function(){
  886. var $wall = $('#posts');
  887. $wall.imagesLoaded(function(){
  888. $wall.masonry({
  889. itemSelector: '.entry, .entry_photo',
  890. isAnimated : false
  891. });
  892. });
  893.  
  894. $wall.infinitescroll({
  895. navSelector : '#pagination',
  896. nextSelector : '#pagination a',
  897. itemSelector : '.entry, .entry_photo',
  898. bufferPx : 2000,
  899. debug : false,
  900. errorCallback: function() {
  901. $('#infscr-loading').fadeOut('normal');
  902. }},
  903. function( newElements ) {
  904. var $newElems = $( newElements );
  905. $newElems.hide();
  906. $newElems.imagesLoaded(function(){
  907. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  908. });
  909. }); $('#posts').show(500);
  910. });
  911. </script>
  912.  
  913.  
  914. {/block:IndexPage}
  915.  
  916.  
  917. <title>{title}</title>
  918.  
  919. <link rel="shortcut icon" href="{Favicon}" />
  920. <meta name="viewport" content="width=820" />
  921. </head>
  922.  
  923. <body>
  924. <BODY onselectstart="return false;" ondragstart="return false;">
  925. <div class="wrapper">
  926. <div class="header">
  927. </div>
  928.  
  929. <div id="cage">
  930. <div id="center">
  931.  
  932. <div id="sidebarimage">
  933.  
  934. <div id="sidebar">
  935.  
  936. <div class="tits">{title}</div>
  937.  
  938. <div class="desc">{description}
  939. </div>
  940.  
  941. <div id="links"><div class="nav">
  942.  
  943. <a href="/">home</a>
  944.  
  945. <a href="/ask">ask</a>
  946.  
  947. <a href="{text:link one}">{text:link one title}</a>
  948.  
  949. <a href="{text:link two}">{text:link two title}</a>
  950.  
  951. <a href="{text:link three}">{text:link three title}</a>
  952.  
  953. <a href="{text:link four}">{text:link four title}</a>
  954.  
  955. <a href="{text:link five}">{text:link five title}</a>
  956.  
  957. <a href="http://sighthemes.tumblr.com">theme</a>
  958.  
  959.  
  960. </div></div>
  961.  
  962. </div></div>
  963.  
  964. <div class="left">
  965. <div id="posts">
  966. {block:Posts}
  967. <div class="entry">
  968.  
  969. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  970. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  971. {/block:Text}
  972.  
  973. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}<div class="permalinktext">
  974. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{block:Link}
  975.  
  976. {block:Answer}
  977. <div style="margin: 2px 2px 2px 2px; min-height:auto; padding: 5px; background-color: #f6f6f6; border-bottom:1px solid #ddd; font-size:10px;">
  978.  
  979. <askk><b>{Asker}</b></askk>: {Question}</div>
  980. <div style="padding-top:3px; padding-bottom:3px; padding-left:3px; background: transparent; text-align:left;">{answer}</div>
  981. <div class="permalinktext">
  982. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Answer}
  983.  
  984. {block:Photo}
  985. {block:IndexPage}
  986. <center>
  987. <div class="ass">
  988. <a href="{reblogurl}">reblog </a></div>
  989. <div class="tits">
  990. <a href="{permalink}">{notecountwithlabel} </a></div>
  991. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  992. {/block:IndexPage}
  993. {block:PermalinkPage}
  994. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  995.  
  996. {LinkCloseTag}
  997. {/block:PermalinkPage}
  998. {/block:Photo}
  999.  
  1000. {block:Photoset}
  1001. {block:Photos}<img src="{PhotoURL-500}" width="200" style="padding:0px;"/>
  1002. {/block:Photos}{/block:Photoset}
  1003.  
  1004. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  1005. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>{/block:Quote}
  1006.  
  1007. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1008. <ul class="chat">
  1009. {block:Lines}
  1010. <li class="user_{UserNumber}">
  1011. {block:Label}
  1012. <span class="label">{Label}</span>
  1013. {/block:Label}
  1014.  
  1015. {Line}
  1016. </li>
  1017. {/block:Lines}
  1018. <div class="permalinktext">
  1019. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  1020. {/block:Chat}
  1021.  
  1022. {block:Audio}
  1023. <div id="audio"><div class="cover"><img src="http://static.tumblr.com/k9utpfa/tcom8wpif/default_cover_m.jpg"></div>{block:AlbumArt}<div class="cover"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playbox">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div><div class="info"><b>Artist:</b> <span{block:Artist} style="display:none;"{/block:Artist}>Unknown</span>{block:Artist}{Artist}{/block:Artist}<br><b>Title:</b> <span{block:TrackName} style="display:none;"{/block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}<br><b>Album:</b> <span{block:Album} style="display:none;"{/block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Plays:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  1024. {block:IndexPage}
  1025. <div class="permalinktext">
  1026. {ShortMonth} {DayofMonthWithSuffix} / <a href="{permalink}">{NoteCountwithLabel}</a></div>
  1027. {/block:IndexPage}
  1028. {/block:Audio}
  1029.  
  1030. {block:Video}
  1031. <center>
  1032. {block:IndexPage}
  1033. <div class="perma">
  1034. {Month} {DayOfMonth} with <a href="{permalink}">{notecountwithlabel}</a> - <a href="{reblogurl}">reblog</a>
  1035. </div>
  1036. <div style="width: 220px; overflow-x:hidden;overflow-y:hidden;">{Video-250}</div>
  1037. {/block:IndexPage}
  1038. </center>
  1039. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden;overflow-y:hidden;">{Video-500}{/block:PermalinkPage}</center>
  1040. {block:Video}
  1041.  
  1042.  
  1043. {block:PostNotes}<div align="left">{caption}</div>
  1044. <center>
  1045.  
  1046. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1047.  
  1048. {block:HasTags}
  1049. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1050. {block:RebloggedFrom}
  1051. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1052. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1053.  
  1054. {/block:RebloggedFrom}
  1055. </center></span>
  1056. <br>
  1057. <div id="postnotes">{PostNotes}</div><br>
  1058.  
  1059. <center>{block:ContentSource}
  1060. <br><a href="{SourceURL}">
  1061. {lang:Source}:
  1062. {block:SourceLogo}
  1063. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1064. height="{LogoHeight}" alt="{SourceTitle}" />
  1065. {/block:SourceLogo}
  1066. {block:NoSourceLogo}
  1067. {SourceLink}
  1068. {/block:NoSourceLogo}
  1069. </a>
  1070. {/block:ContentSource}</center>
  1071.  
  1072. {/block:PostNotes}
  1073. </div>
  1074. {/block:Posts}
  1075. </div></div>
  1076.  
  1077. {block:IndexPage}
  1078. {block:Pagination}
  1079. <div id="pagination">
  1080. {block:NextPage}
  1081. <a id="nextPage" href="{NextPage}"></a>
  1082. {/block:NextPage}
  1083. {block:PreviousPage}
  1084. <a href="{PreviousPage}"></a>
  1085. {/block:PreviousPage}
  1086. </div>
  1087. {/block:Pagination}
  1088. {/block:IndexPage}
  1089. </body>
  1090. <div style="position:fixed; bottom:5px; left:5px; padding: 2px;"> <a href="http://sighthemes.tumblr.com" title="Theme by SighThemes"><img src="https://31.media.tumblr.com/tumblr_lkqyv3y43J1qi6qow.gif" style="width:30px;"></a></div>
  1091.  
  1092. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement