Fucking_Aj

Theme 21 - "Restoring Force" by Overkilled

Apr 3rd, 2014
1,019
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 26.39 KB | None | 0 0
  1.  
  2.  
  3. <!--
  4. ╋╋╋╋╋╋╋╋╋╋╋┏┓╋╋┏┓┏┓╋╋╋╋╋┏┓
  5. ╋╋╋╋╋╋╋╋╋╋╋┃┃╋╋┃┃┃┃╋╋╋╋╋┃┃
  6. ┏━━┳┓┏┳━━┳━┫┃┏┳┫┃┃┃┏━━┳━┛┃
  7. ┃┏┓┃┗┛┃┃━┫┏┫┗┛╋┫┃┃┃┃┃━┫┏┓┃
  8. ┃┗┛┣┓┏┫┃━┫┃┃┏┓┫┃┗┫┗┫┃━┫┗┛┃
  9. ┗━━┛┗┛┗━━┻┛┗┛┗┻┻━┻━┻━━┻━━┛
  10. ╋┏┓┏┓
  11. ┏┛┗┫┃
  12. ┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓
  13. ╋┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫
  14. ╋┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃
  15. ╋┗━┻┛┗┻━━┻┻┻┻━━┻━━┛
  16.  
  17. -->
  18.  
  19. <html lang="en">
  20. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  21. <html xmlns="http://www.w3.org/1999/xhtml">
  22. <head>
  23. <script type="text/javascript">
  24. // <![CDATA[
  25. var bgcolour="#ffffff"; // background colour
  26. var fgcolour="{color:blogtitle}"; // foreground colour
  27. var speed=80; // speed of bubbling, lower is faster
  28. var shades=12; // number of shades of bubble
  29.  
  30. /****************************
  31. * Bubbling Text Effect *
  32. *(c)2003-13 mf2fm web-design*
  33. * http://www.mf2fm.com/rv *
  34. * DON'T EDIT BELOW THIS BOX *
  35. ****************************/
  36. var bubbcol=new Array();
  37. var bubbshd;
  38. var bubbler, bubbtxt;
  39. var bubbchr=new Array();
  40.  
  41. function addLoadEvent(funky) {
  42. var oldonload=window.onload;
  43. if (typeof(oldonload)!='function') window.onload=funky;
  44. else window.onload=function() {
  45. if (oldonload) oldonload();
  46. funky();
  47. }
  48. }
  49.  
  50. addLoadEvent(bubbagump);
  51.  
  52. function bubbagump() { if (document.getElementById) {
  53. var i, fg, bg, col;
  54. for (bubbler=0; bubbler<=shades; bubbler++) {
  55. col="#";
  56. for (i=1; i<6; i+=2) {
  57. bg=parseInt(bgcolour.substring(i,i+2),16);
  58. fg=parseInt(fgcolour.substring(i,i+2),16);
  59. col+=dechex(bg+(fg-bg)*(bubbler/shades));
  60. }
  61. bubbcol[bubbler+1]=col;
  62. if (bubbler==Math.floor(shades/2)) bubbshd=col;
  63. }
  64. bubbler=document.getElementById("bubble");
  65. bubbtxt=bubbler.firstChild.nodeValue;
  66. while (bubbler.childNodes.length) bubbler.removeChild(bubbler.childNodes[0]);
  67. for (i=0; i<bubbtxt.length; i++) {
  68. fg=document.createElement("span");
  69. fg.setAttribute("id", "bubb"+i);
  70. fg.style.textShadow=bubbshd+" 0px 0px 2px";
  71. fg.appendChild(document.createTextNode(bubbtxt.charAt(i)));
  72. bubbler.appendChild(fg);
  73. }
  74. bubbler=setInterval("bubbling()", speed);
  75. }}
  76.  
  77. function dechex(dec) {
  78. dec=Math.floor(dec);
  79. return ((dec<16)?'0':'')+dec.toString(16);
  80. }
  81.  
  82. function bubbling() {
  83. var i, bubby;
  84. for (i=0; i<bubbtxt.length; i++) {
  85. bubby=document.getElementById("bubb"+i);
  86. if (bubbchr[i]) {
  87. bubby.style.color=bubbcol[bubbchr[i]];
  88. bubbchr[i]=(bubbchr[i]+1)%bubbcol.length;
  89. }
  90. else if (Math.random()<7.5/(shades*bubbtxt.length)) bubbchr[i]=1;
  91. }
  92. }
  93. // ]]>
  94. </script>
  95. <script type="text/javascript">
  96. <!--
  97.  
  98. // Disable Right Click Script
  99.  
  100. function IE(e)
  101. {
  102. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  103. {
  104. return false;
  105. }
  106. }
  107. function NS(e)
  108. {
  109. if (document.layers || (document.getElementById && !document.all))
  110. {
  111. if (e.which == "2" || e.which == "3")
  112. {
  113. return false;
  114. }
  115. }
  116. }
  117. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  118.  
  119. //-->
  120. </script>
  121.  
  122. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  123. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  124. <script>
  125. (function($){
  126. $(document).ready(function(){
  127. $("a[title]").style_my_tooltips({
  128. tip_follows_cursor:true,
  129. tip_delay_time:90,
  130. tip_fade_speed:600,
  131. attribute:"title"
  132. });
  133. });
  134. })(jQuery);
  135. </script>
  136. <script type="text/javascript"
  137. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  138.  
  139. <!--DEFAULT VARIABLES-->
  140. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  141. <meta name="color:background" content="#fff"/>
  142. <meta name="color:link" content="#777"/>
  143. <meta name="color:text" content="#777"/>
  144. <meta name="color:title" content="#333"/>
  145. <meta name="color:hover" content="#fff"/>
  146. <meta name="color:blogtitle" content="#fff"/>
  147. <meta name="image:sidebar" content="1"/>
  148. <meta name="image:favicon" content="1"/>
  149. <meta name="image:background" content="1"/>
  150. <meta name="text:blogtitle" content="Empty Space"/>
  151. <meta name="color:navi hover" content="#76b082"/>
  152. <meta name="text:Link Two" content="" />
  153. <meta name="text:Link Three" content="" />
  154. <meta name="text:Link Four" content="" />
  155. <meta name="text:Link Five" content="" />
  156. <meta name="color:borders" content="#6875b1"/>
  157. <style type="text/css">
  158.  
  159. ::-webkit-scrollbar {
  160.  
  161. height: 5px;
  162.  
  163. width: 3px;
  164.  
  165. background: #fff;
  166.  
  167. }
  168.  
  169. ::-webkit-scrollbar-thumb {
  170.  
  171. background:{color:blogtitle};
  172.  
  173. border: 0px;
  174.  
  175. -webkit-border-radius: 5px;
  176.  
  177. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  178.  
  179. }
  180.  
  181. ::-webkit-scrollbar-corner {
  182.  
  183. background: #transparent;
  184.  
  185. }
  186. #s-m-t-tooltip {
  187. max-width:500px;
  188. padding:5px;
  189. margin:-30px 0px 0px -7px;
  190. height:12px;
  191. line-height:12px;
  192. font-family:calibri; /* change the font */
  193. font-size:10px; /* change the font size */
  194. letter-spacing:2px; /* change the letter spacing */
  195. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  196. color:#fff; /* change the text color */
  197. border:0px solid #fff;
  198. z-index:9999999999999999999999999999999990999999999999999999999999999999;
  199. box-shadow:1px 1px 3px #ccc;
  200. border-radius:0px;
  201. background-image: -ms-linear-gradient(top, {color:blogtitle}; 0%, {color:blogtitle} 100%);
  202. background-image: -moz-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  203. background-image: -o-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  204. background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, {color:borders}), color-stop(1, {color:blogtitle}));
  205. background-image: -webkit-linear-gradient(top, {color:borders} 0%, {color:blogtitle} 100%);
  206. }
  207. 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-
  208.  
  209. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  210.  
  211. 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;}
  212.  
  213. p {
  214. margin:0px;
  215. margin-top:0px;
  216. }
  217.  
  218.  
  219. body {
  220. padding: 0px;
  221. margin: 0px;
  222. color:{color:text};
  223. font-family: handy;
  224. line-height:11px;
  225. font-size:8px;
  226. background-color: {color:Background};
  227. background-image:url({image:Background});
  228. background-attachment: fixed;
  229. background-repeat: repeat;
  230. }
  231.  
  232.  
  233. a:link, a:active, a:visited{
  234. text-decoration: none;
  235. -webkit-transition: color 0.3s ease-out;
  236. -moz-transition: color 0.3s ease-out;
  237. transition: color 0.3s ease-out;
  238. color:{color:link};
  239. }
  240.  
  241. a:hover {
  242. text-decoration: none;
  243. font-style:;
  244. color: {color:Hover};
  245. }
  246.  
  247. div#center{
  248. margin:auto;
  249. position:relative;
  250. width:1000px;
  251. background-color:;
  252. overflow:auto;
  253. overflow-y:hidden;
  254. }
  255.  
  256.  
  257. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  258. .entry {
  259. float:left;
  260. display: block;
  261. overflow:hidden;
  262. margin:.2%;
  263. width:235px;
  264. {block:PermalinkPage}
  265. width:450px;
  266. text-align:left;
  267. line-height:14px;
  268. {/block:PermalinkPage}
  269. background:white;
  270. background-image:URL();
  271.  
  272. }
  273.  
  274.  
  275. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  276. .entry .perma{
  277. width:auto;
  278. height:auto;
  279. margin-left:3px;
  280. position: absolute;
  281. overflow:hidden;
  282. text-align:center;
  283. bottom:6px;
  284. font-family:consolas;
  285. background:white;
  286. word-spacing:2px;
  287. letter-spacing:1px;
  288. opacity: 0.0;
  289. padding:3px;
  290. padding-bottom:1px;
  291. border-right:4px solid {color:nav};
  292. border-left:4px solid {color:nav};
  293. border-radius:5px;
  294. -webkit-transition: all .7s ease;
  295. -moz-transition: all .7s ease;
  296. -o-transition: all .7s ease;
  297. transition: all .7s ease;
  298. z-index:9;
  299. -webkit-box-shadow: 0px 0px 20px #fff;
  300. -moz-box-shadow: 0px 0px 20px #fff;
  301. box-shadow: 0px 0px 20px #fff;
  302. }
  303.  
  304. .entry:hover .perma{
  305. overflow:visible;
  306. opacity:9; transform: scale(1.05);
  307. -ms-transform: scale(1.05);
  308. -webkit-transform: scale(1.05);
  309. -o-transform: scale(1.05);
  310. -moz-transform: scale(1.05);
  311. -webkit-box-shadow: 0px 0px 20px #fff;
  312. -moz-box-shadow: 0px 0px 20px #fff;
  313. box-shadow: 0px 0px 20px #fff;
  314. }
  315. .LikeButton{
  316.  
  317. position:absolute;
  318. float:left;
  319. top:25px;
  320. left:78px;
  321. z-index:9999;
  322. background:transparent;
  323. padding:5px;
  324. height: 11px;
  325. width:11px;
  326. opacity:0;
  327. border-radius:0px;
  328. -o-transition-transition: all 0.5s ease;
  329. -webkit-transition: all 0.5s ease;
  330. -moz-transition: all 0.5s ease;
  331. transition: all 0.5s ease;
  332.  
  333. }
  334. .entry:hover .LikeButton{
  335. opacity:8;
  336.  
  337. top:25px;
  338. left:18px;
  339. -o-transition-transition: all 0.5s ease;
  340. -webkit-transition: all 0.5s ease;
  341. -moz-transition: all 0.5s ease;
  342. transition: all 0.5s ease;
  343.  
  344. }
  345.  
  346. .ReblogButton{
  347. position:absolute;
  348. float:left;
  349. z-index:9999;
  350. background:transparent;
  351. padding:5px;
  352. height:11px;
  353. width:11px;
  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. transition: all 0.5s ease;
  362. }
  363. .entry:hover .ReblogButton{
  364. opacity:8;
  365. top:25px;
  366. left:42px;
  367.  
  368. -o-transition-transition: all 0.5s ease;
  369. -webkit-transition: all 0.5s ease;
  370. -moz-transition: all 0.5s ease;
  371. transition: all 0.5s ease;
  372.  
  373. }
  374. .LikeButton:hover{
  375.  
  376. -o-transition-transition: all 0.5s ease;
  377. -webkit-transition: all 0.5s ease;
  378. -moz-transition: all 0.5s ease;
  379. transition: all 0.5s ease;
  380. }
  381. .ReblogButton:hover{
  382.  
  383. -o-transition-transition: all 0.5s ease;
  384. -webkit-transition: all 0.5s ease;
  385. -moz-transition: all 0.5s ease;
  386. transition: all 0.5s ease;
  387. }
  388.  
  389.  
  390. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  391. #posts {
  392. width:960px;
  393. margin-top:128px;
  394. z-index:99;
  395. margin-left:0px;
  396. right:auto;
  397. background:transparent;
  398. margin-right:auto;
  399. position:relative;
  400. overflow-y: hidden;
  401. padding:18px;
  402. border-left:1px solid #e1e1e1;
  403. border-right:1px solid #e1e1e1;
  404. }
  405.  
  406.  
  407. /*CUSTOMIZE SIDEBAR HERE*/
  408. #sidebar{
  409. position:fixed !important;
  410. width:982px;
  411. background:white;
  412. height:160px;
  413. margin-top:-35px;
  414. margin-left:-1px;
  415. text-align:center;
  416. border-bottom:1px solid #e1e1e1;
  417. border-right:1px solid #e1e1e1;
  418. border-left:1px solid #e1e1e1;
  419. z-index:99999;
  420. padding:8px;
  421. -o-transition-transition: all 0.5s ease;
  422. -webkit-transition: all 0.5s ease;
  423. -moz-transition: all 0.5s ease;
  424. transition: all 0.5s ease;
  425. }
  426. #sidebar:hover{
  427. height:200px;
  428. -o-transition-transition: all 0.5s ease;
  429. -webkit-transition: all 0.5s ease;
  430. -moz-transition: all 0.5s ease;
  431. transition: all 0.5s ease;
  432. }
  433. #rad{
  434. margin-top:-55px;
  435. margin-left:-60px;
  436. }
  437.  
  438. #rad img{
  439. width:270px;
  440. opacity:.8;
  441. }
  442. #blogtitle{
  443. position:fixed;
  444. text-align: center;
  445. margin: 20px auto 10px;
  446. width:600px;
  447. padding:10px;
  448. background: transparent;
  449. font-family:formal;
  450. font-size:50px;
  451. color:#999;
  452. margin-top:35px;
  453. margin-left:167px;
  454. z-index: 999999;
  455. opacity:3;
  456. text-transform:none;
  457. background-image:sdfgh;
  458. letter-spacing: 1px;
  459. line-height:0px;
  460. text-align:center;
  461. -o-transition-transition: all 0.5s ease;
  462. -webkit-transition: all 0.5s ease;
  463. -moz-transition: all 0.5s ease;
  464. transition: all 0.5s ease;
  465. }
  466.  
  467. #desc{
  468. opacity:1;
  469. font-size:8px;
  470. line-height:14px;
  471. font-family:handy;
  472. margin-top:120px;
  473. z-index:99999999;
  474. width:300px;
  475. -webkit-transform: rotateX(360deg);
  476. -moz-transform: rotateX(360deg);
  477. -o-transform: rotateX(360deg);
  478. -o-transition-transition: all 0.5s ease;
  479. -webkit-transition: all 0.5s ease;
  480. -moz-transition: all 0.5s ease;
  481. transition: all 0.5s ease;
  482. }
  483.  
  484. #links{
  485. margin-left:430px;
  486. margin-top:20px;
  487. position:fixed;
  488. background-color:;
  489. height:auto;
  490. width:28px;
  491.  
  492. }
  493.  
  494. .nav a{
  495. width:4px;
  496. height:4px;
  497. line-height:0px;
  498. margin:3px; /*spacing of the links. SO much easier than the #link #link2 #link3 bullshit*/
  499. /*this is where you change how they look, in this instance, block makes it go up and down. display:inline-block; will make it go across*/
  500. background-color:#fff;
  501. padding:30.46%;
  502. border:1px solid #999;
  503. color:#D3A5FA;
  504. -webkit-transition: all .2s ease;
  505. -moz-transition: all .2s ease;
  506. -o-transition: all .2s ease;
  507. transition: all .2s ease;
  508. border:1px solid #ddd;
  509. font-family:calibri;
  510. font-size:0px;
  511. border-radius:0px;
  512. opacity:0;
  513. text-align:center;
  514. -webkit-transition: all .8s ease;
  515. -moz-transition: all .8s ease;
  516. -o-transition: all .8s ease;
  517. transition: all .8s ease;
  518. }
  519. #sidebar:hover .nav a{
  520. opacity:1;
  521. color:#fff;
  522.  
  523. -webkit-transition: all .8s ease;
  524. -moz-transition: all .8s ease;
  525. -o-transition: all .8s ease;
  526. transition: all .8s ease;
  527. }
  528. .nav a:hover{
  529. padding-left:111%;
  530. background-color:{color:navi hover};
  531. -webkit-transition: all .8s ease;
  532. -moz-transition: all .8s ease;
  533. -o-transition: all .8s ease;
  534. transition: all .8s ease;
  535. }
  536. #cred{
  537. width:auto;
  538. position:fixed;
  539. bottom:75px;
  540. left:0px;
  541. -webkit-transition: all .7s ease;
  542. -moz-transition: all .7s ease;
  543. -o-transition: all .7s ease;
  544. transition: all .7s ease;
  545. }
  546. #cred2{
  547. font-size:26px;
  548. font-family:arial;
  549. line-height:16px;
  550. text-align:center;
  551. height:15px;
  552. margin-top:33px;
  553. width:15px;
  554. padding:5px;
  555. padding-right:10px;
  556. background:#ffffff;
  557. margin-left:0px;
  558. position:fixed;
  559. -webkit-transition: all .7s ease;
  560. -moz-transition: all .7s ease;
  561. -o-transition: all .7s ease;
  562. transition: all .7s ease;
  563. border:1px solid #aaa;
  564. }
  565.  
  566. #cred3{
  567. text-align:center;
  568. width:115px;
  569. font-size:11px;
  570. background:#ffffff;
  571. height:5px;
  572. padding-top:10px;
  573. padding-bottom:10px;
  574. font-family:calibri;
  575. text-transform:uppercase;
  576. margin-left:-120px;
  577. margin-top:33px;
  578. position:fixed;
  579. -webkit-transition: all .7s ease;
  580. -moz-transition: all .7s ease;
  581. -o-transition: all .7s ease;
  582. transition: all .7s ease;
  583. border:1px solid #aaa;
  584. line-height:5px;
  585. }
  586.  
  587. #cred:hover #cred3{
  588. margin-left:30px;
  589. }
  590. #cred3:hover{
  591.  
  592. -webkit-transform: rotateX(360deg);
  593. -moz-transform: rotateX(360deg);
  594. -o-transform: rotateX(360deg);
  595. -webkit-transition: all .7s ease;
  596. -moz-transition: all .7s ease;
  597. -o-transition: all .7s ease;
  598. transition: all .7s ease;
  599. }
  600. @font-face { font-family: "handy"; src: url('http://static.tumblr.com/yqxw8ss/qOClwq07v/handy00.ttf'); }
  601. @font-face {font-family:formal; src: url(http://static.tumblr.com/2poobra/pspmrjf1f/petitformalscript-regular.ttf); }
  602. @font-face { font-family: "cute"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  603. @font-face { font-family: "petit"; src: url('http://static.tumblr.com/jpkny6t/Ftxmqvdxg/petit-formal-script.regular.ttf'); }
  604. @font-face {font-family:Yummy Cupcakes;src:url(http://static.tumblr.com/kjq4nx5/YUbmq9f0f/yummycupcakes.ttf);}
  605.  
  606. @font-face{font-family:Channel;src:url(http://static.tumblr.com/kjq4nx5/T4jmqilep/channel_slanted1.ttf);}
  607.  
  608. @font-face{font-family:Always Forever;src:url(http://static.tumblr.com/kjq4nx5/oSfmq97bp/always_forever.ttf);}
  609. @font-face { font-family:lol; src: url(http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf);}
  610. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  611.  
  612.  
  613. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  614. .title{
  615. color:{color:title};
  616. font-weight: normal;
  617. font-family:calibri;
  618. font-size: 15px;
  619. line-height: 15px;
  620. letter-spacing:1px;
  621. text-transform:uppercase;
  622. text-shadow: 0 0 1px {color:title};
  623. }
  624.  
  625.  
  626. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  627. .permalink{
  628. text-transform: normal;
  629. display: block;
  630. text-align: right;
  631. text-decoration: none;
  632. }
  633.  
  634.  
  635. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  636. #infscr-loading{
  637. bottom: -70px;
  638. position: absolute;
  639. left: 50%;
  640. margin-left:-8px;
  641. width:16px;
  642. height:11px;
  643. overflow:hidden;
  644. margin-bottom: 50px;
  645. }
  646.  
  647. #postnotes{
  648. text-align: justify;}
  649.  
  650. #postnotes blockquote{
  651. border: 0px;}
  652.  
  653. blockquote{
  654. padding:0px 0px 2px 5px;
  655. margin:0px 0px 2px 10px;
  656. border-left: 1px dotted #555555;
  657. }
  658.  
  659. blockquote p, ul{
  660. margin:0px;
  661. padding:0px;
  662. }
  663.  
  664. a img{border: 0px;}
  665.  
  666.  
  667. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  668.  
  669. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  670. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  671.  
  672. .notes img{width:10px; position:relative; top:3px;}
  673. <--ses-->
  674. small{font-size: 90%;}
  675.  
  676. {CustomCSS}
  677.  
  678. </style>
  679.  
  680. {block:IndexPage}
  681. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  682. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  683.  
  684. <script type="text/javascript">
  685. $(window).load(function(){
  686. var $wall = $('#posts');
  687. $wall.imagesLoaded(function(){
  688. $wall.masonry({
  689. itemSelector: '.entry, .entry_photo',
  690. isAnimated : false
  691. });
  692. });
  693.  
  694. $wall.infinitescroll({
  695. navSelector : '#pagination',
  696. nextSelector : '#pagination a',
  697. itemSelector : '.entry, .entry_photo',
  698. bufferPx : 2000,
  699. debug : false,
  700. errorCallback: function() {
  701. $('#infscr-loading').fadeOut('normal');
  702. }},
  703. function( newElements ) {
  704. var $newElems = $( newElements );
  705. $newElems.hide();
  706. $newElems.imagesLoaded(function(){
  707. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  708. });
  709. }); $('#posts').show(500);
  710. });
  711. </script>
  712.  
  713.  
  714. {/block:IndexPage}
  715.  
  716.  
  717. <title>{title}</title>
  718.  
  719. <link rel="shortcut icon" href="{image:Favicon}" />
  720. <meta name="viewport" content="width=820" />
  721. </head>
  722. <a href="http://overkilled.tumblr.com/"><img src="http://i50.tinypic.com/3325qp0.png"style="position:fixed; right:2px; opacity:.5; top:27px;z-index:99; -webkit-filter: invert(100%)" ></a>
  723. <body>
  724. <BODY onselectstart="return false;" ondragstart="return false;">
  725. <div class="wrapper">
  726. <div class="header">
  727. </div>
  728.  
  729. <div id="cage">
  730. <div id="center">
  731. <div id="blogtitle"><span id="bubble">{text:blogtitle}</span></div>
  732. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  733. <div id="sidebar">
  734.  
  735.  
  736. <center>
  737.  
  738.  
  739. <div id="desc">{description}</div>
  740. <div id="links">
  741. <div class="nav"><a href="/">1</a><a href="{text:link two}">2</a><a href="{text:link three}">3</a><a href="{text:link four}">4</a><a href="{text:link five}">5</a>
  742. </div>
  743. </div>
  744. </center>
  745.  
  746. </div>
  747. <!------------------------------------->
  748.  
  749.  
  750. <div class="left">
  751. <div id="posts">
  752. {block:Posts}
  753. <div class="entry">
  754.  
  755. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div class="permalinktext">
  756. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>
  757. {/block:Text}
  758.  
  759. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <div class="permalinktext">
  760. <center> {12Hour}:{Minutes} {AmPm}, {DayOfWeek} with <a href="{permalink}">{notecountwithlabel}</a> </center></div>{block:Link}
  761.  
  762. {block:Answer}
  763. <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; ">
  764. <div style="font-family:calibri; text-transform:uppercase;
  765. text-shadow: 0 0 1px {color:title};font-size:18px;line-height:14px;">{Asker}</div> <div style ="line-height:14px;padding:2px;"> {Question}</div></div>
  766. <div style="margin-top:2px; margin-bottom:4px; font-family:calibri;font-size: 11px;font-style: none;background: transparent; line-height:13px;">{Answer}</div>
  767. {block:IndexPage}
  768. <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>
  769. {/block:IndexPage}
  770. {/block:Answer}
  771. {/block:Answer}
  772.  
  773. {block:Photo}
  774. {block:IndexPage}
  775. <center>
  776. <div class="perma2">
  777. <a href="{reblogurl}"> <ul class="LikeButton">
  778. <li>{ReblogButton color="black" size=14}</li>
  779. </ul>
  780. <ul class="ReblogButton">
  781. <li>{LikeButton color="black" size=14}</li>
  782. </ul></a></div></a>
  783.  
  784. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  785. {/block:IndexPage}
  786. {block:PermalinkPage}
  787. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" style="border-radius:0px;" alt="{PhotoAlt}" width="100%"/></a></div>
  788.  
  789. {LinkCloseTag}
  790. {/block:PermalinkPage}
  791. {/block:Photo}
  792.  
  793. {block:Photoset}
  794. <center>
  795. {block:IndexPage}
  796. <div class="perma2">
  797. <a href="{reblogurl}"><ul class="LikeButton">
  798. <li>{ReblogButton color="black" size=14}</li>
  799. </ul>
  800. <ul class="ReblogButton">
  801. <li>{LikeButton color="black" size=14}</li>
  802. </ul></a></div></a>
  803. <div style="width: 100%;">{Photoset-250}</div>
  804. {/block:IndexPage}
  805. </center>
  806. <center>{block:PermalinkPage}{Photoset-500}{/block:PermalinkPage}</center>
  807. {/block:Photoset}
  808.  
  809. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><div class="permalinktext">
  810. </a></div>{/block:Quote}
  811.  
  812. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  813. <ul class="chat">
  814. {block:Lines}
  815. <li class="user_{UserNumber}">
  816. {block:Label}
  817. <b><span class="label">{Label}</span></b>
  818. {/block:Label}
  819.  
  820. {Line}
  821. </li>
  822. {/block:Lines}
  823. <div class="permalinktext">
  824. <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>
  825. {/block:Chat}
  826.  
  827. {block:Audio}
  828. {block:AlbumArt}<div class="artcover">
  829. <img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  830. <div class="player"><div class="audioplayer">{AudioPlayerWhite}</div></div>
  831. <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>
  832. {block:IndexPage}
  833. <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>
  834. {/block:IndexPage}
  835. {/block:Audio}
  836.  
  837.  
  838.  
  839. {block:Video}<center>
  840. <div style="padding-top:0px; padding-bottom:2px; -webkit-filter:grayscale(100%);">
  841. {Video-250}</div>
  842. {block:IndexPage}
  843. <div class="permalinktext">posted {timeago} with <a href="{permalink}">{notecountwithlabel}</a></div>
  844. {/block:IndexPage}
  845. {block:Video}
  846.  
  847. {block:PostNotes}<div align="left">{caption}</div>
  848. <center>
  849.  
  850. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  851.  
  852. {block:HasTags}
  853. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  854. {block:RebloggedFrom}
  855. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  856. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  857.  
  858. {/block:RebloggedFrom}
  859. </center></span>
  860. <br>
  861. <div id="postnotes">{PostNotes}</div><br>
  862.  
  863. <center>{block:ContentSource}
  864. <br><a href="{SourceURL}">
  865. {lang:Source}:
  866. {block:SourceLogo}
  867. <img src="{BlackLogoURL}" width="{LogoWidth}"
  868. height="{LogoHeight}" alt="{SourceTitle}" />
  869. {/block:SourceLogo}
  870. {block:NoSourceLogo}
  871. {SourceLink}
  872. {/block:NoSourceLogo}
  873. </a>
  874. {/block:ContentSource}</center>
  875.  
  876. {/block:PostNotes}
  877. </div>
  878. {/block:Posts}
  879. </div></div>
  880.  
  881. {block:IndexPage}
  882. {block:Pagination}
  883. <div id="pagination">
  884. {block:NextPage}
  885. <a id="nextPage" href="{NextPage}"></a>
  886. {/block:NextPage}
  887. {block:PreviousPage}
  888. <a href="{PreviousPage}"></a>
  889. {/block:PreviousPage}
  890. </div>
  891. {/block:Pagination}
  892. {/block:IndexPage}
  893. </body>
  894.  
  895. <div id="cred"><div id="cred2">☠</div>
  896. <div id="cred3">
  897. <a href="http://overkilled.tumblr.com/" title="theme credit">Theme by overkilled ☢</a>
  898. </div></div>
  899. </html>
Add Comment
Please, Sign In to add comment