Advertisement
planthed

Sleepwalking theme #18

Nov 1st, 2014
2,375
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 20.76 KB | None | 0 0
  1. <!--
  2.  
  3.  
  4. ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▄▀█ ▒█▀▀▀   ▒█▀▀█ ▒█░░▒█  
  5. ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█▒█▒█ ▒█▀▀▀   ▒█▀▀▄ ▒█▄▄▄█  
  6. ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█░░▒█ ▒█▄▄▄   ▒█▄▄█ ░░▒█░░
  7.  
  8. ▒█▀▀█ ▒█░░░ ░█▀▀█ ▒█▄░▒█ ▀▀█▀▀ ▒█░▒█ ▒█▀▀▀ ▒█▀▀▄
  9. ▒█▄▄█ ▒█░░░ ▒█▄▄█ ▒█▒█▒█ ░▒█░░ ▒█▀▀█ ▒█▀▀▀ ▒█░▒█
  10. ▒█░░░ ▒█▄▄█ ▒█░▒█ ▒█░░▀█ ░▒█░░ ▒█░▒█ ▒█▄▄▄ ▒█▄▄▀.TUMBLR.COM
  11.  
  12. KEEP THE CREDITS OR I'LL REPORT YOU!
  13.  
  14. basecode by helena (http://hisabeel.tumblr.com/)
  15.  
  16. --->
  17.  
  18. <html lang="en">
  19.  
  20. <link href="http://static.tumblr.com/eih4pta/Flam72cb8/animate-custom__1_.css" rel="stylesheet">
  21.  
  22.  
  23. <script type="text/javascript">
  24. <!--
  25.  
  26. // Disable Right Click Script
  27.  
  28. function IE(e)
  29. {
  30. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  31. {
  32. return false;
  33. }
  34. }
  35. function NS(e)
  36. {
  37. if (document.layers || (document.getElementById && !document.all))
  38. {
  39. if (e.which == "2" || e.which == "3")
  40. {
  41. return false;
  42. }
  43. }
  44. }
  45. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  46.  
  47. //-->
  48. </script>
  49.  
  50. <!--THESE CODES ARE DOING WORK THE THEME, BACKGROUND COLOR CHANGING OR ADDING A CUSTOM BACKGROUND, CHANGE THE NUMBER OF LINKS, ETC.-->
  51. <meta name="color:Background" content="#fafafa"/>
  52. <meta name="color:Title" content="#6b6b6b"/>
  53. <meta name="color:Text" content="##6b6b6b"/>
  54. <meta name="color:Link" content="#6b6b6b"/>
  55. <meta name="color:Hover" content="#ffffff"/>
  56. <meta name="image:Background" content=""/>
  57. <meta name="image:Sidebar" content=""/>
  58. <meta name="text:blogtitle" content="sleepwalking" />
  59. <meta name="text:Link 1" content="/" />
  60. <meta name="text:Link 2" content="/ask" />
  61. <meta name="text:Link 3" content="/" />
  62. <meta name="text:Link 4" content="/" />
  63. <meta name="text:Link 1 Title" content="home" />
  64. <meta name="text:Link 2 Title" content="mssg"/>
  65. <meta name="text:Link 3 Title" content="more" />
  66. <meta name="text:Link 4 Title" content="mine" />
  67.  
  68.  
  69. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  70. <script type="text/javascript" src="http://static.tumblr.com/dbhjqlo/I5dnc0n0g/jqueryair.txt"></script>
  71. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  72. <script>
  73. (function($){
  74. $(document).ready(function(){
  75. $("[title]").style_my_tooltips();
  76. });
  77. })(jQuery);
  78. </script>
  79. </script>
  80.  
  81.  
  82. <style type="text/css">
  83.  
  84.  
  85. #s-m-t-tooltip{
  86. box-shadow:rgba(0,0,0,.06) 4px 4px;
  87. max-width:300px;
  88. padding:4px;
  89. margin:20px 0px 0px 20px;
  90. background:#fbfbfb;
  91. border:1px solid #ddd;
  92. font-family:calibri;
  93. border-radius:2px;
  94. font-size:10px;
  95. text-transform:uppercase;
  96. color:#999999;
  97. letter-spacing:1px;
  98. z-index:999999999999999999999999999999999999999999999999999999999999999;
  99. -webkit-transition: all 0.2s ease-out;-moz-transition: all 0.2s ease-out;transition: all 0.2s ease-out;
  100. }
  101.  
  102.  
  103. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop{
  104. z-index:9999999999999999999999999999999999999;
  105. opacity:.2 !important;
  106. -webkit-filter:invert(100%);
  107. position:fixed!important;
  108. }
  109.  
  110. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop:hover{
  111. -webkit-transition:opacity 0.7s linear;
  112. opacity:1.0;
  113. -webkit-transition:all 0.4s ease-out;
  114. -moz-transition:all 0.4s ease-out;
  115. transition: all 0.4s ease-out;
  116. z-index:99999;
  117. }
  118.  
  119. ::-webkit-scrollbar {width: 8px; height: 4px; background:transparent; border-left: 1px solid transparent; }
  120.  
  121. ::-webkit-scrollbar-thumb { background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%); border-bottom: 1px solid #ccc; border-radius:0px; border-top: 1px solid #ccc; border-left: 1px solid #ccc; border-right: 1px solid #ccc;opacity:1; }
  122.  
  123.  
  124.  
  125.  
  126. body, a, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), auto;}
  127.  
  128.  
  129. body {
  130. padding:0px;
  131. margin:0px;
  132. color:{color:Text};
  133. font-family:calibri;
  134. font-size:10px;
  135. line-height:12px;
  136. text-transform:normal;
  137. background-color:{color:Background};
  138. background-image:url('http://static.tumblr.com/anhogta/zSWn8ruxx/jeez.gif');
  139. background-repeat:repeat;
  140. background-attachment:fixed;
  141. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  142.  
  143. a:link, a:active, a:visited{
  144. color:{color:link};
  145. text-decoration:none;
  146. -webkit-transition:all 0.6s ease-out; -moz-transition:all 0.6s ease-out;-o-transition:all 0.6s ease-out; transition:all 0.6s ease-out;cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  147.  
  148. a:hover{
  149. color:{color:Hover};
  150. -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;
  151. cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress;}
  152.  
  153.  
  154. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  155. #audio {
  156. width:200px;
  157. height:auto;
  158. min-height:60px;
  159. padding-bottom:0px;
  160. }
  161.  
  162. .cover {
  163. position:absolute;
  164. z-index:1;
  165. width:60px;
  166. height:60px;
  167. }
  168.  
  169. .cover img {
  170. float:left;
  171. width:60px;
  172. height:60px;
  173. }
  174.  
  175. .playbox {
  176. opacity:0.6;
  177. width:27px;
  178. height:30px;
  179. overflow:hidden;
  180. position:absolute;
  181. z-index:1000;
  182. margin-left:17px;
  183. margin-top:17px;
  184. text-align:center;
  185. }
  186.  
  187. .info {
  188. margin-left:73px;
  189. margin-top:4px;
  190. line-height:14px;
  191. }
  192.  
  193. #cunt{width:250px; height:auto;}
  194. {block:PermalinkPage}
  195. width:10px;
  196. {/block:PermalinkPage}
  197. }
  198.  
  199. #center{
  200. padding-top:3px;
  201. padding-bottom:3px;
  202. position:fixed !important;
  203. width:250px;
  204. height:207px;
  205. background-color:#fff;
  206. {block:PermalinkPage}
  207. width:410px;
  208. height:207px;
  209. {/block:PermalinkPage}
  210. }
  211.  
  212.  
  213. /*--HERE YOU CAN CHANGE THE AMOUNT OF COLUMNS YOU WANT--*/
  214. #posts{
  215. float:center;
  216. {block:indexpage}
  217. width:510px; /*--1000px for 4 columns, 800px for 3 columns, 600px for 2 columns and 200px for 1 columns--*/
  218. {/block:indexpage}
  219. {block:permalinkpage}
  220. width:700px;
  221. margin-left:340px;
  222. {/block:permalinkpage}
  223. margin-left:459px;
  224. margin-top:0px;
  225. z-index:99;
  226. height:100%;
  227. border-right:1px solid #ccc;
  228. border-left:1px solid #ccc;
  229. overflow-y: visible;
  230. background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  231. }
  232.  
  233. /*--CUSTOMIZE ENTRY SETTINGS--*/
  234. #entry img{
  235. {block:indexpage}
  236. background:#fff;
  237. max-width:200px;
  238. -webkit-filter: grayscale(60%);
  239. z-index:99;
  240. -webkit-transition:all 0.7s ease-out;
  241. -moz-transition:all 0.7s ease-out;
  242. transition:all 0.7s ease-out;
  243. {/block:indexpage}
  244. }
  245.  
  246. #entry img:hover{
  247. opacity:1;
  248. -webkit-filter: grayscale(0%);
  249. -webkit-transition:all 0.7s ease-out;
  250. -moz-transition:all 0.7s ease-out;
  251. transition:all 0.7s ease-out;
  252. }
  253.  
  254.  
  255. .perm1 a{
  256. display:inline-block;
  257. background-color:#eee;
  258. opacity:1;
  259. width:20px;
  260. height:20px;
  261. -webkit-transition: all 0.7s ease-out;
  262. -moz-transition: all 0.7s ease-out;
  263. transition: all 0.7s ease-out;
  264. }
  265. .perm1 {
  266. opacity:0;
  267. border:1px solid #fff;
  268. -webkit-transition-duration: .75s;
  269. position: absolute;
  270. margin-top:5px;
  271. display:block;
  272. width:20px;
  273. height:20px;
  274. margin-left:5px;
  275. -webkit-transition-duration: .8s;
  276. -webkit-transform: rotate(70deg);
  277. -moz-transform: rotate(70deg);
  278. }
  279. #entry:hover .perm1 {
  280. opacity:1;
  281. z-index:999999;
  282. margin-left:5px;
  283. -webkit-transform: rotate(0deg);
  284. -moz-transform: rotate(0deg);
  285. }
  286.  
  287. .perm2 a{
  288. display:inline-block;
  289. background-color:#eee;
  290. opacity:1;
  291. width:20px;
  292. height:20px;
  293. -webkit-transition: all 0.7s ease-out;
  294. -moz-transition: all 0.7s ease-out;
  295. transition: all 0.7s ease-out;
  296. }
  297. .perm2 {
  298. opacity:0;
  299. border:1px solid #fff;
  300. -webkit-transition-duration: .75s;
  301. position: absolute;
  302. margin-top:5px;
  303. display:block;
  304. width:20px;
  305. height:20px;
  306. margin-left:5px;
  307. -webkit-transition-duration: .8s;
  308. -webkit-transform: rotate(70deg);
  309. -moz-transform: rotate(70deg);
  310. }
  311. #entry:hover .perm2 {
  312. opacity:1;
  313. z-index:999999;
  314. margin-left:34px;
  315. -webkit-transform: rotate(0deg);
  316. -moz-transform: rotate(0deg);
  317. }
  318.  
  319. .perm3 a{
  320. display:inline-block;
  321. background-color:#eee;
  322. opacity:1;
  323. width:20px;
  324. height:20px;
  325. -webkit-transition: all 0.7s ease-out;
  326. -moz-transition: all 0.7s ease-out;
  327. transition: all 0.7s ease-out;
  328. }
  329. .perm3 {
  330. opacity:0;
  331. border:1px solid #fff;
  332. -webkit-transition-duration: .75s;
  333. position: absolute;
  334. margin-top:5px;
  335. display:block;
  336. width:20px;
  337. height:20px;
  338. margin-left:5px;
  339. -webkit-transition-duration: .8s;
  340. -webkit-transform: rotate(70deg);
  341. -moz-transform: rotate(70deg);
  342. }
  343. #entry:hover .perm3 {
  344. opacity:1;
  345. margin-left:63px;
  346. z-index:999999;
  347. -webkit-transform: rotate(0deg);
  348. -moz-transform: rotate(0deg);
  349. }
  350.  
  351.  
  352.  
  353. .permalinkk a{
  354. color:#707070;
  355. }
  356. .permalinkk a:hover{
  357. text-decoration:underline;
  358. }
  359. .permalinkk {
  360. position:absolute;
  361. z-index:10;
  362. width:auto;
  363. padding:7px;
  364. overflow:hidden;
  365. opacity:0.0;
  366. left:30px;
  367. top:20px;
  368. font-size:8px;
  369. line-height:11px;
  370. text-transform:uppercase;
  371. padding-left:10px;
  372. padding-right:10px;
  373. letter-spacing:1px;
  374. text-align:center;
  375. background:#eee;
  376. border:1px solid #ccc;
  377. padding:4px;
  378. color:#707070;
  379. -webkit-transition:all 0.6s ease-out;
  380. -moz-transition:all 0.6s ease-out;
  381. transition:all 0.6s ease-out;
  382.  
  383. }
  384.  
  385. #entry:hover .permalinkk {
  386. opacity:1;
  387. left:20px;
  388. z-index:999999;-webkit-transform: rotate(0deg);
  389. -moz-transform: rotate(0deg);}
  390. #entry{
  391. z-index:999;
  392. margin:16px;
  393. float:left;
  394. color:{color:text};
  395. background:transparent;
  396. font-size:8px;
  397. letter-spacing:1px;
  398. line-height:13px;
  399. text-transform:uppercase;
  400. font-family:calibri;
  401. width:200px;
  402. padding:10px;
  403. {block:PermalinkPage}
  404. opacity:1;
  405. font-size:10px;
  406. width:450px;
  407. border:1px solid #ccc;
  408. background:#fff;
  409. margin-top:15px;
  410. margin-left:13px;
  411. z-index:999;
  412. {/block:PermalinkPage}
  413. -moz-transition: all 3.9s ease-out;
  414. -o-transition: all 3.9s ease-out;
  415. -webkit-transition: all 3.9s ease-out;
  416. transition: all 3.9s ease-out;
  417. }
  418.  
  419.  
  420. .permalinktext{
  421. display:block;
  422. text-align:right;
  423. text-decoration:none;
  424. font-size:8px;
  425. letter-spacing:1px;
  426. padding-top:5px;
  427. text-transform:uppercase;
  428. background:#eee;
  429. border:1px solid #ccc;
  430. padding:4px;
  431. color:#707070;
  432. opacity:.8;
  433. height:13px;
  434. font-style:normal;
  435. }
  436.  
  437. .permalinktext a{
  438. color:#707070;
  439. }
  440.  
  441. .permalinktext a:hover{
  442. color:#000;
  443. }
  444.  
  445.  
  446. /*--CUSTOMIZE TITLE OF ENTRIES--*/
  447. .title{
  448. line-height:12px;
  449. color:{color:text};
  450. letter-spacing:2px;
  451. font-size:9px;
  452. text-transform:uppercase;
  453. font-family:arial;
  454. text-decoration:none;
  455. font-style:italic;
  456. }
  457.  
  458.  
  459. /*--I RECCOMMEND TO NOT TOUCH ANY OF THIS--*/
  460. #infscr-loading{
  461. bottom: -70px;
  462. position: absolute;
  463. left: 50%;
  464. margin-left:-8px;
  465. width:16px;
  466. height:11px;
  467. overflow:hidden;
  468. margin-bottom: 50px;
  469. }
  470.  
  471. #postnotes{
  472. text-align: justify;}
  473.  
  474. #postnotes blockquote{
  475. border: 0px;}
  476.  
  477. blockquote{
  478. padding:0px 0px 2px 5px;
  479. margin:0px 0px 2px 10px;
  480. border-left: 1px dotted #eee;
  481. }
  482.  
  483. blockquote p, ul{
  484. margin:10px;
  485. padding:0px;
  486. }
  487.  
  488.  
  489.  
  490. #desc {
  491. font-size:8px;
  492. color:{color:text};
  493. text-transform:uppercase;
  494. letter-spacing:1px;
  495. text-align:left;
  496. margin-left:5px;
  497. margin-top:172px;
  498. border:1px solid #ccc;
  499. padding:9px;
  500. width:140px;
  501. background:#fff;
  502. text-transform:uppercase;
  503. position:fixed;
  504. height:25px;
  505. overflow-y:scroll;
  506. }
  507.  
  508.  
  509. #links{
  510. position:fixed !important;
  511. opacity:0;
  512. display:inline-block;
  513. top:230px;
  514. margin-left:5px;
  515. border-top:1px solid #ccc;
  516. border-bottom:1px solid #ccc;
  517. background:#f1f1f1;
  518. color:#000;
  519. line-height:16px;
  520. text-align:center;
  521. letter-spacing:2px;
  522. font-size:9px;
  523. text-transform:uppercase;
  524. font-family:arial;
  525. text-decoration:none;
  526. font-style:italic;
  527. z-index:9999;
  528. padding:6px;
  529. width:147px;
  530. height:17px;
  531. -webkit-transition: all .7s ease;
  532. -moz-transition: all .7s ease;
  533. -o-transition: all .7s ease;
  534. transition: all .7s ease;t;
  535. -moz-transform: scale(0.10);
  536. -webkit-transform: scale(0.10);
  537. transform: scale(0.10);
  538.  
  539. }
  540.  
  541. #sideback:hover #links{
  542.  
  543. opacity:.9;-webkit-transition: all .7s ease;
  544. -moz-transition: all .7s ease;
  545. -o-transition: all .7s ease;
  546. transition: all .7s ease;t;
  547. width:147px;
  548. height:17px;
  549. -moz-transform: scale(1.0);
  550. -webkit-transform: scale(1.0);
  551. transform: scale(1.0)
  552. }
  553.  
  554.  
  555.  
  556. #links a {
  557. text-shadow:8px 1px 0px transparent, -8px 1px 0px transparent;
  558. padding:2px;
  559. text-transform:uppercase;
  560. color:#707070;
  561. font-size:7px;
  562. -webkit-transition: all 0.3s ease-out;
  563. -moz-transition: all 0.3s ease-out;
  564. transition: all 0.3s ease-out;
  565. }
  566.  
  567. #links a:hover{
  568. text-shadow:0px 0px 0px #000;, 0px 0px 0px #000;
  569. -webkit-transition: all 0.3s ease-out;
  570. -moz-transition: all 0.3s ease-out;
  571. transition: all 0.3s ease-out;
  572.  
  573. }
  574.  
  575.  
  576. #titulo{
  577. display:block;
  578. position:fixed !important;
  579. top:230px;
  580. margin-left:5px;
  581. border-top:1px solid #ccc;
  582. border-bottom:1px solid #ccc;
  583. background:#eee;
  584. color:#707070;
  585. line-height:16px;
  586. text-align:center;
  587. letter-spacing:2px;
  588. font-size:9px;
  589. text-transform:uppercase;
  590. font-family:arial;
  591. text-decoration:none;
  592. font-style:italic;
  593. z-index:9999;
  594. padding:6px;
  595. width:147px;
  596. height:17px;
  597. opacity:.8;
  598. -webkit-transition: all .4s ease;
  599. -moz-transition: all .4s ease;
  600. -o-transition: all .4s ease;
  601. transition: all .4s ease;t;
  602.  
  603. }
  604.  
  605.  
  606. #sideback{
  607. position:fixed !important;
  608. width:170px;
  609. border-radius:0px;
  610. height:220px;
  611. padding:6px;
  612. padding-bottom:9px;
  613. margin-top:120px;
  614. margin-left:200px;
  615. border:1px solid #ccc;
  616. background-image: -webkit-linear-gradient(top, #FFFFFF 0%, #EEEEEE 100%);
  617. -webkit-transition: all 2s ease-out;
  618. -moz-transition: all 2s ease-out;
  619. transition: all 2s ease-out;
  620. }
  621.  
  622.  
  623. #sidebar img{
  624. position:fixed;
  625. width:137px;
  626. background:white;
  627. border:1px solid #ccc;
  628. margin-left:5px;
  629. margin-top:5px;
  630. border-radius:0%;
  631. padding:10px;
  632. height:135px;
  633. -webkit-filter:grayscale(50%);
  634. margin-bottom:-3px;
  635. }
  636.  
  637.  
  638.  
  639.  
  640. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  641. .user_7 .label, .user_8 .label, .user_9 .label {color:Title};}
  642.  
  643. </style>
  644.  
  645. <!--THE TITLE IS THE SMALL TITLE THAT APPEARS IN TAB THE BLOG IN FRONT OF FAVICON, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/HBen83kl0/title.png -->
  646. <title>{Title}</title>
  647. <!--THE FAVICON IS THE SMALL ICON THAT APPEARS IN TAB THE BLOG, OVER THERE, WHERE IS HTTP, IF YOU DON'T UNDERSTAND, GO ON THIS LINK - http://static.tumblr.com/pmxvx4i/jOrn83kin/favicon.png -->
  648. <link rel="shortcut icon" href="https://31.media.tumblr.com/tumblr_lkl6u2Pii71qfamg6.gif">
  649. <link rel="alternate" type="application/rss+xml" title="RSS" href="{RSS}" />
  650. <meta name="viewport" content="width=720" />
  651. </head>
  652.  
  653. <body>
  654. <div id="center">
  655. <div id="content">
  656.  
  657. <div id="sideback">
  658. <div id="desc">
  659. {description}
  660. </div>
  661.  
  662.  
  663. <div id="sidebar">
  664. <div id="titulo">{text:blogtitle}</div>
  665.  
  666. <img src="{image:Sidebar}">
  667. <div id="links">
  668. <a href="{text:Link 1}">{text:Link 1 Title}</a>
  669. <a href="{text:Link 2}">{text:Link 2 Title}</a>
  670. <a href="{text:Link 3}">{text:Link 3 Title}</a>
  671. <a href="{text:Link 4}">{text:Link 4 Title}</a>
  672.  
  673. </div>
  674.  
  675. </div></div>
  676.  
  677. <!--THIS CODE DOES WORK POSTS, DON'T CHANGE ANYTHING IF NOT EXPERIENCED WITH CODES-->
  678. <div id="posts">
  679. {block:Posts}
  680. <div id="entry">
  681.  
  682. {block:Text}
  683. {block:Title}<span class="title">{Title}</span>{/block:Title}
  684. <span class="entrytext">{Body}</span></a>
  685. {block:IndexPage}<br>
  686. <div class="permalinktext">
  687. <a href="{permalink}"> {notecount} notes</a>
  688. <a href="{ReblogURL}"target="_blank">/reblog</a>
  689. </div>{/block:IndexPage}
  690. {/block:Text}
  691.  
  692. {block:Link}
  693. <a href="{URL}" class="title">{Name}</a>
  694. {block:Description}{Description}{/block:Description}
  695. {block:IndexPage}<br>
  696. <div class="permalinktext">
  697. <a href="{permalink}"> {notecount} notes</a>
  698. <a href="{ReblogURL}"target="_blank">/reblog</a>
  699. </div>
  700. {/block:IndexPage}
  701. {block:Link}
  702.  
  703. {block:Photo}{block:IndexPage}
  704. {/block:IndexPage}
  705. <div class="perm1"><a title="steal this post" href="{ReblogURL}" target="_blank"></a></div>
  706. <div class="perm2"><a title="{notecountwithlabel}" href="{permalink}"></a></div>
  707. <div class="perm3"><a title="{timeago}" href="{permalink}" target="_blank"></a> </div>
  708. {block:IndexPage}
  709. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=270px;><br><br>
  710. {/block:IndexPage}
  711. {block:permalinkpage}{LinkOpenTag}<center>
  712. <img src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width=450px;/>
  713. {LinkCloseTag}</center>
  714. {/block:permalinkpage}
  715. {/block:Photo}
  716.  
  717.  
  718.  
  719. {block:Quote}
  720. <div class="quote">❝ {quote}</div>
  721. {block:IndexPage}<br>
  722. <div class="permalinktext">
  723. <a href="{permalink}"> {notecount} notes</a>
  724.  
  725. <a href="{ReblogURL}"target="_blank">/reblog</a>
  726. </div>{/block:IndexPage}
  727. {/block:Quote}
  728.  
  729. {block:Chat}
  730. {block:Title}<span class="title">{Title}</span>{/block:Title}
  731. <ul class="chat">
  732. {block:Lines}
  733. <li class="user_{UserNumber}">
  734. {block:Label}
  735. <span class="label">{Label}</span>
  736. {/block:Label}
  737.  
  738. {Line}<br>
  739. {/block:Lines}
  740. {block:IndexPage}<br>
  741. <div class="permalinktext">
  742. <a href="{permalink}"> {notecount} notes</a> <a href="{ReblogURL}"target="_blank">/ reblog</a>
  743. </div>{/block:IndexPage}
  744. {/block:Chat}
  745.  
  746. {block:Audio}
  747. <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}>Lovers</span>{block:Album}{Album}{/block:Album}{block:PlayCount}<br><b>Touch:</b> {FormattedPlayCount}{/block:PlayCount}</div></div>
  748. {block:IndexPage}<br>
  749. <div class="permalinktext">
  750. <a href="{permalink}"> {notecount} notes</a> <a href="{ReblogURL}"target="_blank">/ reblog</a>
  751. </div>{/block:IndexPage}
  752. {/block:Audio}
  753.  
  754. {block:Video}
  755. <center>{block:IndexPage}
  756. <div style="width:200px; overflow-x:hidden; overflow-y:hidden">{Video-250}</div>{/block:IndexPage}
  757. <div class="permalinktext">
  758. <a href="{permalink}"> {notecount} notes</a> <a href="{ReblogURL}"target="_blank">/ reblog</a>
  759. </div>
  760. </center>
  761. <center>{block:PermalinkPage}<div style="width: 450px; overflow-x:hidden; overflow-y:hidden">{Video-500}{/block:PermalinkPage}</center>
  762. {block:Video}
  763.  
  764. {block:Answer}
  765. <div style="border:1px solid #ccc; margin:3px; margin-top:-5px; min-height:30px; padding:3px;background:#eee;opacity:.8;color:#707070;">
  766. <askk>{Asker}</askk>: {Question}</div>
  767. <div style="font-family:calibri; font-size:8px;font-style:italic;">{Answer}</div>
  768.  
  769. {block:IndexPage}<br>
  770. <div class="permalinktext">
  771. <a href="{permalink}"> {notecount} notes</a> <a href="{ReblogURL}"target="_blank">/ reblog</a>
  772. </div>{/block:IndexPage}
  773. {/block:Answer}
  774.  
  775. {block:PermalinkPage}
  776. <center>{caption}<br>
  777. {block:Date}posted <u>{DayOfWeek}</u>{/block:Date} {block:NoteCount}with {NoteCount} notes<br>{/block:NoteCount}
  778. {block:RebloggedFrom}<b>source:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a> | <b>of:</b> <a href="{ReblogParentURL}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  779. {block:NoteCount} <div style="text-align:center; margin:5px"></div>{/block:NoteCount}</center>
  780. {/block:PermalinkPage}
  781. {block:PostNotes}
  782. <div id="postnotes">{PostNotes}</div>
  783. {/block:PostNotes}</div>{/block:Posts}
  784. </div></div>
  785.  
  786. {block:indexpage}
  787. {block:NextPage}<div id="page-nav"><a href="{NextPage}"></a></div>{/block:NextPage}
  788. <script type="text/javascript" src="http://static.tumblr.com/dbhjqlo/I5dnc0n0g/jqueryair.txt"></script>
  789. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script>
  790. <script type="text/javascript" src="http://static.tumblr.com/dbhjqlo/I5dnc0n0g/jqueryair.txt"></script>
  791. <script type="text/javascript" src="http://static.tumblr.com/bswe8t6/UFVlryaq2/jquerymsnryv2.js"></script>
  792. <script type="text/javascript">
  793. $(window).load(function(){
  794. var $wall = $('#posts');
  795. $wall.imagesLoaded(function(){
  796. $wall.masonry({
  797. itemSelector: '#entry, #entry_photo',
  798. isAnimated : false
  799. });
  800. });
  801.  
  802. $wall.infinitescroll({
  803. navSelector : '#page-nav',
  804. nextSelector : '#page-nav a',
  805. itemSelector : '#entry, #entry_photo',
  806. bufferPx : 2000,
  807. debug : false,
  808. errorCallback: function() {
  809. $('#infscr-loading').fadeOut('normal');
  810. }},
  811. function( newElements ) {
  812. var $newElems = $( newElements );
  813. $newElems.hide();
  814. $newElems.imagesLoaded(function(){
  815. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  816. });
  817. }); $('#content').show(500);
  818. });
  819. </script>
  820. <script type="text/javascript" src="http://static.tumblr.com/dbhjqlo/I5dnc0n0g/jqueryair.txt"></script>
  821. {/block:indexpage}
  822.  
  823. <body onkeydown="return false">
  824. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement