Fucking_Aj

Sleepless - Theme 18 by Overkilled

Mar 13th, 2014
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.28 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. █▀▀ █▀▀█ █▀▀█ █▀▀█ █░░█ █▀▀█ ▀▀█▀▀
  5. █░░ █░░█ █▄▄▀ █▄▄▀ █░░█ █░░█ ░░█░░
  6. ▀▀▀ ▀▀▀▀ ▀░▀▀ ▀░▀▀ ░▀▀▀ █▀▀▀ ░░▀░░
  7.  
  8. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀  
  9. ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█  
  10. ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀  
  11. http://overkilled.tumblr.com made this theme!! keep credit ily bye
  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://static.tumblr.com/3ikgvxs/0TGl4zgpu/jquery.min.js"></script>
  19. <script type="text/javascript">
  20. $(document).ready(function(){
  21. $(".links_body").hide();
  22. $(".links_head").click(function(){
  23. $(this).next(".links_body").slideToggle('fast');
  24. }); }); </script>
  25. <style type="text/css">
  26. .links_list { margin:0px; padding:0px; width:180px;}
  27. .links_head { padding-top:px; padding-bottom:px; cursor:pointer; position:relative; margin:1px; text-align:center;}
  28. .links_body { padding:0px; text-align:left; color: #fff; display:none; font-family:calibri;font-size:9px;}
  29. </style>
  30. <script type="text/javascript"
  31. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  32. <script>
  33. $(document).ready(function() {
  34. //
  35. $('a.poplight[href^=#]').click(function() {
  36. var popID = $(this).attr('rel'); //Get Popup Name
  37. var popURL = $(this).attr('href'); //Get Popup href to define size
  38. var query= popURL.split('?');
  39. var dim= query[1].split('&');
  40. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  41. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  42. var popMargTop = ($('#' + popID).height() + 80) / 2;
  43. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  44. //Apply Margin to Popup
  45. $('#' + popID).css({
  46. 'margin-top' : -popMargTop,
  47. 'margin-left' : -popMargLeft
  48. });
  49. $('body').append('<div id="fade"></div>');
  50. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  51. return false;
  52. });
  53. $('a.close, #fade').live('click', function() {
  54. $('#fade , .popup_block').fadeOut(function() {
  55. $('#fade, a.close').remove(); //fade them both out
  56. });
  57. return false;
  58. });
  59. });
  60. </script>
  61. <script type="text/javascript"
  62. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  63.  
  64. <!--DEFAULT VARIABLES-->
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  66. <meta name="color:background" content="#fff"/>
  67. <meta name="color:link" content="#777"/>
  68. <meta name="color:blogtitle" content="#0B3B24"/>
  69. <meta name="color:text" content="#777"/>
  70. <meta name="color:title" content="#333"/>
  71. <meta name="color:hover" content="#fff"/>
  72. <meta name="image:sidebar" content="1"/>
  73. <meta name="image:background" content="1"/>
  74. <meta name="image:favicon" content="http://media.tumblr.com/tumblr_lvpa7kNjJi1r1bw1m.gif"/>
  75. <meta name="color:perma button" content="#0B3B24"/>
  76. <meta name="color:highlight" content="#0B3B24"/>
  77. <meta name="color:navi hover" content="#0B5B24"/>
  78. <meta name="text:link two url" content="/"/>
  79. <meta name="text:title two" content="ask"/>
  80.  
  81. <meta name="text:title three" content="faq"/>
  82. <meta name="text:link three url" content="/"/>
  83.  
  84. <meta name="text:title four" content="themes"/>
  85. <meta name="text:link four url" content="/"/>
  86.  
  87. <meta name="text:title five" content="link"/>
  88. <meta name="text:link five url" content="/"/>
  89. <meta name="if:bgcover" content="0"/>
  90. <meta name="if:onecolumn" content="0"/>
  91. <meta name="if:two column" content="1"/>
  92. <meta name="if:three column" content="0"/>
  93. <meta name="if:sidebar divider" content="1"/>
  94. <meta name="image:sidebardivider" content="http://media.tumblr.com/tumblr_lt4msv7w7n1qmvaoo.gif"/>
  95. <style type="text/css">
  96.  
  97. ::-webkit-scrollbar {
  98. height: 3px;
  99. width: 3px;
  100. background: #fff;
  101. }
  102. ::-webkit-scrollbar-thumb {
  103. background:{color:blogtitle};
  104. border: 0px;
  105. -webkit-border-radius: 5px;
  106. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  107. }
  108. ::-webkit-scrollbar-corner {
  109. background: transparent;
  110.  
  111. }
  112. highlight{
  113. background:{color:highlight};
  114. -webkit-transition: all .7s ease;
  115. -moz-transition: all .7s ease;
  116. -o-transition: all .7s ease;
  117. transition: all .7s ease;
  118.  
  119. }
  120. highlight:hover{
  121. letter-spacing:1px;
  122. -webkit-transition: all .7s ease;
  123. -moz-transition: all .7s ease;
  124. -o-transition: all .7s ease;
  125. transition: all .7s ease;
  126. }
  127. iframe#tumblr_controls {right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  128.  
  129. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  130.  
  131. iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 0.8;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  132.  
  133. p {
  134. margin:0px;
  135. margin-top:0px;
  136. }
  137.  
  138. #fade { /*--Transparent background layer--*/
  139. display: none; /*--hidden by default--*/
  140.  
  141. position: fixed; left: 0; top: 0;
  142. width: 100%; height: 100%;
  143. opacity: .80;
  144. z-index: 9999;
  145. }
  146. .popup_block{
  147. display: none; /*--hidden by default--*/
  148. background: #fff;
  149. padding: 10px;
  150. border-top: 4px solid {color:blogtitle};
  151. border-bottom: 4px solid {color:blogtitle};
  152. border-left:2px solid {color:blogtitle};
  153. border-right:2px solid {color:blogtitle};
  154. outline:1px dashed {color:blogtitle};
  155. outline-offset:-8px;
  156. float: left;
  157. font-size:11px;
  158. font-family:calibri;
  159. position: fixed;
  160.  
  161. top: 50%; left: 50%;
  162. z-index: 99999;
  163. /*--CSS3 Box Shadows--*/
  164.  
  165. /*--CSS3 Rounded Corners--*/
  166. -webkit-border-radius: 10px;
  167. -moz-border-radius: 10px;
  168. border-radius: 5px;
  169. -webkit-transition: all .7s ease;
  170. -moz-transition: all .7s ease;
  171. -o-transition: all .7s ease;
  172. transition: all .7s ease;
  173. }
  174.  
  175. img.btn_close {
  176. float: right;
  177. margin: -5px -5px 0 0;
  178. }
  179. /*--Making IE6 Understand Fixed Positioning--*/
  180. *html #fade {
  181. position: absolute;
  182. }
  183. *html .popup_block {
  184. position: absolute;
  185. }
  186. body {
  187. padding: 0px;
  188. margin: 0px;
  189. color:{color:text};
  190. font-family: calibri;
  191. line-height:13px;
  192. font-size:10px;
  193. text-transform:uppercase;
  194. background-color: {color:Background};
  195. background-image:url({image:Background});
  196. background-attachment: fixed;
  197. background-repeat: repeat;
  198. {block:ifbgcover}
  199. background-size:cover;
  200. {/block:ifbgcover}
  201. cursor: url(http://i42.tinypic.com/2i2m2r.png), auto;
  202. }
  203.  
  204.  
  205. a:link, a:active, a:visited{
  206. text-decoration: none;
  207. -webkit-transition: color 0.3s ease-out;
  208. -moz-transition: color 0.3s ease-out;
  209. transition: color 0.3s ease-out;
  210. color:{color:link};
  211. cursor: url(http://i42.tinypic.com/2i2m2r.png), auto;
  212. }
  213.  
  214. a:hover {
  215. text-decoration: none;
  216. font-style:;
  217. color: {color:Hover};
  218. }
  219.  
  220. div#center{
  221. margin:auto;
  222. position:relative;
  223. width:1000px;
  224. background-color:;
  225. overflow:auto;
  226. overflow-y:hidden;
  227. }
  228. ::selection {
  229. background: {color:highlight};
  230. color: #fff;
  231. }
  232. ::-moz-selection {
  233. background: {color:highlight};
  234. color: #fff;
  235. }
  236.  
  237.  
  238. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  239. .entry {
  240. padding:10px;
  241. border:1px solid #e2e2e2;
  242. float:left;
  243. display: block;
  244. margin:8px;
  245. overflow:hidden;
  246. outline:1px dashed #e1e1e1;
  247. outline-offset:-6px;
  248. width:230px;
  249. {block:ifthreecolumn}
  250. width:190px;
  251. {/block:ifthreecolumn}
  252. {block:ifonecolumn}
  253. width:340px;
  254. {/block:ifonecolumn}
  255. {block:PermalinkPage}
  256. width:450px;
  257. text-align:left;
  258. line-height:10px;
  259. {/block:PermalinkPage}
  260. background:white;
  261. -webkit-box-shadow: 0px 0px 10px #fff;
  262. -moz-box-shadow: 0px 0px 10px #fff;
  263. box-shadow: 0px 0px 10px #fff;
  264. background-image:URL();
  265. -webkit-animation: flipInY 3s;
  266. -moz-animation: flipInY 3s;
  267. -ms-animation: flipInY: 3s;
  268. }
  269.  
  270.  
  271. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  272. .entry .perma{
  273. width:auto;
  274. height:auto;
  275. margin-left:3px;
  276. position: absolute;
  277. overflow:hidden;
  278. text-align:center;
  279. bottom:6px;
  280. font-family:consolas;
  281. background:white;
  282. word-spacing:2px;
  283. letter-spacing:1px;
  284. opacity: 0.0;
  285. padding:3px;
  286. padding-bottom:1px;
  287. border-right:4px solid {color:nav};
  288. border-left:4px solid {color:nav};
  289. border-radius:5px;
  290. -webkit-transition: all .7s ease;
  291. -moz-transition: all .7s ease;
  292. -o-transition: all .7s ease;
  293. transition: all .7s ease;
  294. z-index:9;
  295. -webkit-box-shadow: 0px 0px 20px #fff;
  296. -moz-box-shadow: 0px 0px 20px #fff;
  297. box-shadow: 0px 0px 20px #fff;
  298. }
  299.  
  300. .entry:hover .perma{
  301. overflow:visible;
  302. opacity:9; transform: scale(1.05);
  303. -ms-transform: scale(1.05);
  304. -webkit-transform: scale(1.05);
  305. -o-transform: scale(1.05);
  306. -moz-transform: scale(1.05);
  307. -webkit-box-shadow: 0px 0px 20px #fff;
  308. -moz-box-shadow: 0px 0px 20px #fff;
  309. box-shadow: 0px 0px 20px #fff;
  310. }
  311. .LikeButton{
  312.  
  313. position:absolute;
  314. float:left;
  315. top:25px;
  316. left:78px;
  317. z-index:9999;
  318. background:{color:perma button};
  319. padding:12px;
  320. height: 13px;
  321. width:13px;
  322. opacity:0;
  323. border-radius:0px;
  324. -o-transition-transition: all 0.5s ease;
  325. -webkit-transition: all 0.5s ease;
  326. -moz-transition: all 0.5s ease;
  327. transition: all 0.5s ease;
  328. -webkit-box-shadow: 0px 0px 20px #fff;
  329. -moz-box-shadow: 0px 0px 20px #fff;
  330. box-shadow: 0px 0px 20px #fff;
  331. }
  332. .entry:hover .LikeButton{
  333. opacity:9;
  334. border-radius:15px;
  335. top:25px;
  336. left:18px;
  337. -o-transition-transition: all 0.5s ease;
  338. -webkit-transition: all 0.5s ease;
  339. -moz-transition: all 0.5s ease;
  340. transition: all 0.5s ease;
  341. -webkit-box-shadow: 0px 0px 20px #fff;
  342. -moz-box-shadow: 0px 0px 20px #fff;
  343. box-shadow: 0px 0px 20px #fff;
  344. }
  345.  
  346. .ReblogButton{
  347. position:absolute;
  348. float:left;
  349. z-index:9999;
  350. background:{color:perma button};
  351. padding:12px;
  352. height: 13px;
  353. width:13px;
  354. top:25px;
  355. left:78px;
  356. opacity:0;
  357. border-radius:0px;
  358. -o-transition-transition: all 0.5s ease;
  359. -webkit-transition: all 0.5s ease;
  360. -moz-transition: all 0.5s ease;
  361. -webkit-box-shadow: 0px 0px 20px #fff;
  362. -moz-box-shadow: 0px 0px 20px #fff;
  363. box-shadow: 0px 0px 20px #fff;
  364. transition: all 0.5s ease;
  365. }
  366. .entry:hover .ReblogButton{
  367. opacity:9;
  368. top:25px;
  369. left:78px;
  370. border-radius:15px;
  371. -o-transition-transition: all 0.5s ease;
  372. -webkit-transition: all 0.5s ease;
  373. -moz-transition: all 0.5s ease;
  374. transition: all 0.5s ease;
  375.  
  376. }
  377. .LikeButton:hover{
  378. background:{color:navi hover};
  379. -o-transition-transition: all 0.5s ease;
  380. -webkit-transition: all 0.5s ease;
  381. -moz-transition: all 0.5s ease;
  382. transition: all 0.5s ease;
  383. }
  384. .ReblogButton:hover{
  385. background:{color:navi hover};
  386. -o-transition-transition: all 0.5s ease;
  387. -webkit-transition: all 0.5s ease;
  388. -moz-transition: all 0.5s ease;
  389. transition: all 0.5s ease;
  390. }
  391. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  392. #posts {
  393. {block:ifonecolumn}
  394. width:470px;
  395. {/block:ifonecolumn}
  396. {block:iftwocolumn}
  397. width:600px;
  398. {/block:iftwocolumn}
  399. {block:ifthreecolumn}
  400. width:800px;
  401. {/block:ifthreecolumn}
  402. margin-top:50px;
  403. z-index:99;
  404. margin-left:309px;
  405. {block:ifsidebardivider}
  406. margin-left:629px;
  407. {/block:ifsidebardivider}
  408. right:auto;
  409. background:transparent;
  410. margin-right:auto;
  411. position:relative;
  412. overflow-y: hidden;
  413. }
  414.  
  415.  
  416. /*CUSTOMIZE SIDEBAR HERE*/
  417. #sidebar{
  418. position:fixed !important;
  419. width:135px;
  420. background:white;
  421. height:auto;
  422. font-family:consolas;
  423. font-size:8px;
  424. line-height:12px;
  425. {block:ifsidebardivider}
  426. height:50px;
  427. line-height:10px;
  428. {/block:ifsidebardivider}
  429. margin-top:180px;
  430. margin-left:90px;
  431. text-align:center;
  432. padding:10px;
  433. z-index:9999;
  434. border:1px solid #e1e1e1;
  435. -webkit-box-shadow: 0px 0px 22px #f2f2f2;
  436. -moz-box-shadow: 0px 0px 22px #f2f2f2;
  437. box-shadow: 0px 0px 22px #f2f2f2;
  438. -o-transition-transition: all 0.5s ease;
  439. -webkit-transition: all 0.5s ease;
  440. -moz-transition: all 0.5s ease;
  441. transition: all 0.5s ease;
  442. }
  443. #pic{
  444.  
  445. }
  446.  
  447. #blogtitle{
  448. position:fixed !important;
  449. width:389px;
  450. height:50px;
  451. font-family:lol;
  452. font-size:15px;
  453. color:{color:blogtitle};
  454. margin-top:178px;
  455. margin-left:-37px;
  456. z-index: 99999;
  457. opacity:3;
  458. text-transform:none;
  459. background-image:sdfgh;
  460. letter-spacing: 1px;
  461. line-height:0px;
  462. text-align:center;
  463. -o-transition-transition: all 0.5s ease;
  464. -webkit-transition: all 0.5s ease;
  465. -moz-transition: all 0.5s ease;
  466. transition: all 0.5s ease;
  467. }
  468.  
  469.  
  470. #desc{
  471. z-index:99;
  472. color:{color:text};
  473. opacity:2;
  474. position:fixed !important;
  475. font-size:8px;
  476. font-family:consolas;
  477. text-transform:uppercase;
  478. line-height:12px;
  479. background:transparent;
  480. width:100px;
  481. height:auto;
  482. margin-top:20px;
  483. padding:10px;
  484. margin-left:180px;
  485. }
  486.  
  487. #happy {
  488. background-image:url('http://static.tumblr.com/3yblkz0/S8omdno3x/jaja.png');
  489. repeat:repeat-x;
  490. left:0;
  491. width:100%;
  492. margin-top: -25px;
  493. height:18px;
  494. position: fixed;
  495. opacity:1;
  496. font-size:10px;
  497. font-family:silkscreen;
  498. text-align:center;
  499. z-index:9909;
  500. }
  501. #happy2 {
  502. background:white;
  503. repeat:repeat-x;
  504. left:0;
  505. width:100%;
  506. margin-top: -47px;
  507. height:30px;
  508. position: fixed;
  509. opacity:1;
  510. z-index:9909;
  511. }
  512.  
  513. #links{
  514. margin-top:-25px;
  515. text-align:center;
  516. z-index:9909;
  517. padding:2px;
  518. background:white;
  519. height:22px;
  520. line-height:24px;
  521. }
  522. #cred{
  523. width:auto;
  524. position:fixed;
  525. bottom:75px;
  526. left:0px;
  527. -webkit-transition: all .7s ease;
  528. -moz-transition: all .7s ease;
  529. -o-transition: all .7s ease;
  530. transition: all .7s ease;
  531. }
  532. #cred2{
  533. font-size:12px;
  534. font-family:calibri;
  535. line-height:16px;
  536. text-align:center;
  537. height:15px;
  538. margin-top:33px;
  539. width:5px;
  540. padding:5px;
  541. padding-right:10px;
  542. background:#ffffff;
  543. margin-left:0px;
  544. position:fixed;
  545. -webkit-transition: all .7s ease;
  546. -moz-transition: all .7s ease;
  547. -o-transition: all .7s ease;
  548. transition: all .7s ease;
  549. border:1px solid #aaa;
  550. }
  551.  
  552. #cred3{
  553. text-align:center;
  554. width:105px;
  555. font-size:10px;
  556. background:#ffffff;
  557. height:5px;
  558. padding-top:10px;
  559. padding-bottom:10px;
  560. font-family:calibri;
  561. text-transform:uppercase;
  562. margin-left:-110px;
  563. margin-top:33px;
  564. position:fixed;
  565. -webkit-transition: all .7s ease;
  566. -moz-transition: all .7s ease;
  567. -o-transition: all .7s ease;
  568. transition: all .7s ease;
  569. border:1px solid #aaa;
  570. line-height:5px;
  571. }
  572.  
  573. #cred:hover #cred3{
  574. margin-left:50px;
  575. }@font-face {font-family:Silkscreen; src: url(http://static.tumblr.com/qbwrk8v/zmWlpdkl0/slkscr.ttf);}
  576.  
  577. @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
  578. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  579.  
  580. @font-face{font-family:Brain Flower;src:url(http://static.tumblr.com/9wzbixa/qvjmifp1n/brain_flower.ttf);}
  581. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  582. .title{
  583. color:{color:title};
  584. font-weight: normal;
  585. font-family:calibri;
  586. font-size: 15px;
  587. line-height: 15px;
  588. letter-spacing:1px;
  589. text-transform:uppercase;
  590. text-shadow: 0 0 1px {color:title};
  591. }
  592.  
  593. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  594. .permalink{
  595. text-transform: normal;
  596. display: block;
  597. text-align: right;
  598. text-decoration: none;
  599. }
  600.  
  601.  
  602. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  603. #infscr-loading{
  604. bottom: -70px;
  605. position: absolute;
  606. left: 50%;
  607. margin-left:-8px;
  608. width:16px;
  609. height:11px;
  610. overflow:hidden;
  611. margin-bottom: 50px;
  612. }
  613.  
  614. #postnotes{
  615. text-align: justify;}
  616.  
  617. #postnotes blockquote{
  618. border: 0px;}
  619.  
  620. blockquote{
  621. padding:0px 0px 2px 5px;
  622. margin:0px 0px 2px 10px;
  623. border-left: 1px dotted #555555;
  624. }
  625.  
  626. blockquote p, ul{
  627. margin:0px;
  628. padding:0px;
  629. }
  630.  
  631. a img{border: 0px;}
  632.  
  633.  
  634. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  635.  
  636. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  637. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  638.  
  639. .notes img{width:10px; position:relative; top:3px;}
  640. <--ses-->
  641. small{font-size: 90%;}
  642.  
  643. .artcover {position:absolute;}
  644. .artcover img {width:42px;height:42px;float:left;border:5px solid #EEE;}
  645. .audioplayer {width:20px;padding:3px 5px 5px 3px;overflow:hidden;}
  646. .audioinfo {margin-left:55px;padding:3px 0px;}
  647. .i{display:block;padding:2px;}
  648. .i b, strong{font-family:Consolas;}
  649. .player {
  650. position:absolute;
  651. background:#FFF;
  652. width:30px;
  653. height:30px;
  654. opacity:0.75;
  655. padding:4px;
  656. margin:7px;
  657. overflow:hidden;
  658. }
  659. {CustomCSS}
  660. </style>
  661.  
  662. {block:IndexPage}
  663. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  664. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  665.  
  666. <script type="text/javascript">
  667. $(window).load(function(){
  668. var $wall = $('#posts');
  669. $wall.imagesLoaded(function(){
  670. $wall.masonry({
  671. itemSelector: '.entry, .entry_photo',
  672. isAnimated : false
  673. });
  674. });
  675.  
  676. $wall.infinitescroll({
  677. navSelector : '#pagination',
  678. nextSelector : '#pagination a',
  679. itemSelector : '.entry, .entry_photo',
  680. bufferPx : 2000,
  681. debug : false,
  682. errorCallback: function() {
  683. $('#infscr-loading').fadeOut('normal');
  684. }},
  685. function( newElements ) {
  686. var $newElems = $( newElements );
  687. $newElems.hide();
  688. $newElems.imagesLoaded(function(){
  689. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  690. });
  691. }); $('#posts').show(500);
  692. });
  693. </script>
  694.  
  695.  
  696. {/block:IndexPage}
  697.  
  698.  
  699. <title>{title}</title>
  700.  
  701. <link rel="shortcut icon" href="{image:Favicon}" />
  702. <meta name="viewport" content="width=820" />
  703. </head>
  704. <a href="http://overkilled.tumblr.com/tagged/themes"><img src="http://i50.tinypic.com/3325qp0.png"style="position:fixed; right:2px; opacity:.5; top:35px;z-index:99; -webkit-filter: invert(100%)" ></a>
  705. <body>
  706. <div class="wrapper">
  707. <div class="header">
  708. </div>
  709.  
  710. <div id="cage">
  711. <div id="center">
  712. <div id="blogtitle">
  713. &nbsp
  714. {title}</div>
  715.  
  716. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  717. <div id="sidebar">
  718.  
  719. <center>
  720. {description}
  721. {block:ifsidebardivider}
  722. <img src="{image:sidebardivider}"></div>
  723. {/block:ifsidebardivider}
  724. </center>
  725.  
  726. </div>
  727. <!------------------------------------->
  728.  
  729.  
  730. <div class="left">
  731. <div id="happy">
  732. <div id="links">
  733. &middot<a href="/">home</a>&middot
  734. <a href="{text:link two url}">{text:title two}</a>&middot
  735. <a href="{text:link three url}">{text:title three}</a>&middot
  736. <a href="{text:link four url}">{text:title four}</a>&middot
  737. <a href="{text:link five url}">{text:title five}</a>&middot
  738. <a href="http://overkilled.tumblr.com">credit</a>&middot
  739. <div id="happy2">
  740. </div>
  741. </div></div>
  742. <div id="posts">
  743. {block:Posts}
  744. <div class="entry">
  745.  
  746.  
  747.  
  748. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  749. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  750. {/block:Text}
  751.  
  752. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  753. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  754. {block:Answer}
  755. <div style="margin-top:2px; margin-bottom:0px; min-height:30px; padding: 5px; background-color: #fcfcfc; font-family:calibri;font-size: 11px;font-style: none; border:1px solid #eee; padding-left:8px; padding-top:5px; padding-right:8px; ">
  756. <askk>{Asker}</askk>: {Question}</div>
  757. <div style="margin-top:2px; margin-bottom:4px; font-family:calibri;font-size: 11px;font-style: none;background: transparent;">{Answer}</div>
  758. {block:IndexPage}
  759. <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  760. {/block:IndexPage}
  761. {/block:Answer}
  762. {/block:Answer}
  763.  
  764. {block:Photo}
  765. {block:IndexPage}
  766. <center>
  767. <div class="perma2">
  768. <a href="{reblogurl}"> <ul class="LikeButton">
  769. <li>{ReblogButton color="white" size=14}</li>
  770. </ul>
  771. <ul class="ReblogButton">
  772. <li>{LikeButton color="white" size=14}</li>
  773. </ul></a></div></a>
  774.  
  775. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  776. {/block:IndexPage}
  777. {block:PermalinkPage}
  778. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:0px;" alt="{PhotoAlt}" width="100%"/></a></div>
  779.  
  780. {LinkCloseTag}
  781. {/block:PermalinkPage}
  782. {/block:Photo}
  783.  
  784. {block:Photoset}
  785. <center>
  786. {block:IndexPage}
  787. <div class="perma2">
  788. <a href="{reblogurl}"><ul class="LikeButton">
  789. <li>{ReblogButton color="white" size=14}</li>
  790. </ul>
  791. <ul class="ReblogButton">
  792. <li>{LikeButton color="white" size=14}</li>
  793. </ul></a></div></a>
  794. <div style="width: 100%;">{Photoset-250}</div>
  795. {/block:IndexPage}
  796. </center>
  797. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  798. {/block:Photoset}
  799.  
  800. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  801. </a></div>{/block:Quote}
  802.  
  803. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  804. <ul class="chat">
  805. {block:Lines}
  806. <li class="user_{UserNumber}">
  807. {block:Label}
  808. <b><span class="label">{Label}</span></b>
  809. {/block:Label}
  810.  
  811. {Line}
  812. </li>
  813. {/block:Lines}
  814. <div class="permalinktext">
  815. <center> <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div style="background:{color:perma buttons}; font-size:9px; font-family:calibri; padding:3px;">{12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a></div></div> </center></div>
  816. {/block:Chat}
  817.  
  818. {block:Audio}
  819. {block:AlbumArt}<div class="artcover">
  820. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  821. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  822. <div class="audioinfo"><div class="i"><i>Song Title: </i><span{block:TrackName} style="display: none;"{block:TrackName}>Unknown</span>{block:TrackName}{TrackName}{/block:TrackName}</div><div class="i"><i>Artist: </i><span{block:Artist} style="display: none;"{block:Artist}>Unknown</span> {block:Artist}{Artist}{/block:Artist}</div><div class="i"><i>Album: </i><span{block:Album} style="display: none;"{block:Album}>Unknown</span>{block:Album}{Album}{/block:Album}</div></div>
  823. {block:IndexPage}
  824. <div style="background-color:#fcfcfc;border:1px solid #eee; border-radius:5px;padding:7px; font-family:calibri;font-size:10px;"><div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div></div>
  825. {/block:IndexPage}
  826. {/block:Audio}
  827.  
  828.  
  829.  
  830. {block:Video}<center>
  831. <div style="padding-top:0px; padding-bottom:2px; -webkit-filter:grayscale(100%);">
  832. {Video-250}</div>
  833. {block:IndexPage}
  834. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  835. {/block:IndexPage}
  836. {block:Video}
  837.  
  838. {block:PostNotes}<div align="left">{caption}</div>
  839. <center>
  840.  
  841. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  842.  
  843. {block:HasTags}
  844. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  845. {block:RebloggedFrom}
  846. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  847. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  848.  
  849. {/block:RebloggedFrom}
  850. </center></span>
  851. <br>
  852. <div id="postnotes">{PostNotes}</div><br>
  853.  
  854. <center>{block:ContentSource}
  855. <br><a href="{SourceURL}">
  856. {lang:Source}:
  857. {block:SourceLogo}
  858. <img src="{BlackLogoURL}" width="{LogoWidth}"
  859. height="{LogoHeight}" alt="{SourceTitle}" />
  860. {/block:SourceLogo}
  861. {block:NoSourceLogo}
  862. {SourceLink}
  863. {/block:NoSourceLogo}
  864. </a>
  865. {/block:ContentSource}</center>
  866.  
  867. {/block:PostNotes}
  868. </div>
  869. {/block:Posts}
  870. </div></div>
  871.  
  872. {block:IndexPage}
  873. {block:Pagination}
  874. <div id="pagination">
  875. {block:NextPage}
  876. <a id="nextPage" href="{NextPage}"></a>
  877. {/block:NextPage}
  878. {block:PreviousPage}
  879. <a href="{PreviousPage}"></a>
  880. {/block:PreviousPage}
  881. </div>
  882. {/block:Pagination}
  883. {/block:IndexPage}
  884. </body>
  885. <div id="cred"><div id="cred2">☪</div>
  886. <div id="cred3">
  887. <a href="http://overkilled.tumblr.com/" title="Theme credit">Theme by Overkilled ✌</a>
  888.  
  889. </html>
Add Comment
Please, Sign In to add comment