Fucking_Aj

:)

Nov 12th, 2013
248
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.17 KB | None | 0 0
  1. <!--
  2. ╋╋╋╋╋╋╋┏┓┏┓
  3. ╋╋╋╋┏┓┏┛┗┫┃
  4. ┏━━┓┗┛┗┓┏┫┗━┳━━┳┓┏┳━━┳━━┓
  5. ┃┏┓┃┏┓╋┃┃┃┏┓┃┃━┫┗┛┃┃━┫━━┫
  6. ┃┏┓┃┃┃╋┃┗┫┃┃┃┃━┫┃┃┃┃━╋━━┃
  7. ┗┛┗┛┃┃╋┗━┻┛┗┻━━┻┻┻┻━━┻━━┛
  8. ╋╋╋┏┛┃
  9. ╋╋╋┗━┛
  10.  
  11. -->
  12.  
  13. <html lang="en">
  14. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  15. <html xmlns="http://www.w3.org/1999/xhtml">
  16. <head>
  17.  
  18. <script type="text/javascript"
  19. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  20. <script>
  21. $(document).ready(function() {
  22. //
  23. $('a.poplight[href^=#]').click(function() {
  24. var popID = $(this).attr('rel'); //Get Popup Name
  25. var popURL = $(this).attr('href'); //Get Popup href to define size
  26. var query= popURL.split('?');
  27. var dim= query[1].split('&');
  28. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  29. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="Close" /></a>');
  30. var popMargTop = ($('#' + popID).height() + 80) / 2;
  31. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  32. //Apply Margin to Popup
  33. $('#' + popID).css({
  34. 'margin-top' : -popMargTop,
  35. 'margin-left' : -popMargLeft
  36. });
  37. $('body').append('<div id="fade"></div>');
  38. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  39. return false;
  40. });
  41. $('a.close, #fade').live('click', function() {
  42. $('#fade , .popup_block').fadeOut(function() {
  43. $('#fade, a.close').remove(); //fade them both out
  44. });
  45. return false;
  46. });
  47. });
  48. </script>
  49. <style>a:hover{text-shadow:4px 5px 0px rgba(0,0,0,0.1),
  50.  
  51. 4px -6px 0px rgba(0,0,0,0.2),
  52.  
  53. 6px 12px 0px rgba(0,0,0,0.1),
  54.  
  55. -8px 5px 0px rgba(0,0,0,0.2),
  56.  
  57. -3px -8px 0px rgba(0,0,0,0.1);}</style>
  58. <script type="text/javascript">
  59. <!--
  60.  
  61. // Disable Right Click Script
  62.  
  63. function IE(e)
  64. {
  65. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  66. {
  67. return false;
  68. }
  69. }
  70. function NS(e)
  71. {
  72. if (document.layers || (document.getElementById && !document.all))
  73. {
  74. if (e.which == "2" || e.which == "3")
  75. {
  76. return false;
  77. }
  78. }
  79. }
  80. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  81.  
  82. //-->
  83. </script>
  84. <div style="position:fixed;right:2px;top:31px;z-index:9999;">
  85. <a href="http://acid-days.tumblr.com/" target="_blank">
  86. <img class="normal" src="http://static.tumblr.com/dbek3sy/zESllc4x6/install_theme.png" alt="install theme" />
  87. </a>
  88. </div>
  89.  
  90. <script type="text/javascript"
  91. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  92.  
  93. <!--DEFAULT VARIABLES-->
  94. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  95. <meta name="color:background" content="#fff"/>
  96. <meta name="color:link" content="#777"/>
  97. <meta name="color:text" content="#777"/>
  98. <meta name="color:title" content="#333"/>
  99. <meta name="color:scrollbar" content="#ecdde9"/>
  100. <meta name="color:hover" content="#fff"/>
  101. <meta name="image:sidebar" content="1"/>
  102. <meta name="image:background" content="1"/>
  103. <meta name="text:title1" content="title"/>
  104. <meta name="image:sidebar pin 1" content="1"/>
  105. <meta name="color:border" content="#fff"/>
  106. <meta name="color:iconborder1" content="#fff"/>
  107. <meta name="color:border1" content="#fff"/>
  108. <meta name="color:bar1" content="#fff"/>
  109. <meta name="color:sidebarborder1" content="#fff"/>
  110. <meta name="color:sidebarborder2" content="#fff"/>
  111. <meta name="image:sidebar pin 3" content="1"/>
  112. <meta name="image:sidebar pin 2" content="1"/>
  113. <meta name="text:link one" content="link one"/>
  114. <meta name="text:link 1 msg" content="link 1 msg"/>
  115. <meta name="text:link two" content="link two"/>
  116. <meta name="text:link 2 msg" content="link 2 msg"/>
  117. <meta name="text:link three" content="link three"/>
  118. <meta name="text:link 3 msg" content="link 3 msg"/>
  119. <meta name="text:link four" content="link four"/>
  120. <meta name="text:link 4 msg" content="link 4 msg"/>
  121. <meta name="text:link five" content="link five"/>
  122. <meta name="text:link 5 msg" content="link 5 msg"/>
  123. <meta name="text:stats" content="stats"/>
  124. <meta name="text:music" content="music"/>
  125. <style type="text/css">
  126.  
  127.  
  128.  
  129.  
  130.  
  131. #fade { /*--Transparent background layer--*/
  132. background-image:url();
  133. opacity: 0.2;
  134. display: none; /*--hidden by default--*/
  135. position: fixed; left: 0; top: 0;
  136. width: 100%; height: 100%;
  137. z-index: 999999999;
  138. }
  139. .popup_block{
  140. display: none; /*--hidden by default--*/
  141. background-color:white;
  142. color:{color:text};
  143. font-family:pewp;
  144. padding: 5px;
  145. float: left;
  146. font-size: 14px;
  147. position: fixed;
  148. opacity: 1;
  149. line-height:10px;
  150. border-top:8px solid {color:sidebarborder1};
  151. border-bottom:8px solid {color:sidebarborder1};
  152. border-right:15px solid {color:sidebarborder1};
  153. border-left:15px solid {color:sidebarborder1};
  154. top: 50%; left: 50%;
  155. z-index: 999999999999999999999999999999999999999999999;
  156. -webkit-transition: all .7s ease;
  157. -moz-transition: all .7s ease;
  158. -o-transition: all .7s ease;
  159. transition: all .7s ease;
  160. /*--CSS3 Box Shadows--*/
  161. /*--CSS3 Rounded Corners--*/
  162. -webkit-border-radius: 5px;
  163. border-radius: 0px;
  164. }
  165.  
  166. .popup_block:hover{
  167. border-radius: 40px;
  168. border-top:8px solid {color:right left color}
  169. border-bottom:8px solid {color:right left color}
  170. border-right:15px solid {color:right left color}
  171. border-left:15px solid {color:right left color}
  172. -webkit-transition: all .7s ease;
  173. -moz-transition: all .7s ease;
  174. -o-transition: all .7s ease;
  175. transition: all .7s ease;
  176. }
  177.  
  178. ::-webkit-scrollbar {
  179.  
  180. height: 5px;
  181.  
  182. width: 2px;
  183.  
  184. background: #fff;
  185.  
  186. }
  187.  
  188. ::-webkit-scrollbar-thumb {
  189.  
  190. background:{color:scrollbar};
  191.  
  192. border: 0px;
  193.  
  194. -webkit-border-radius: 1ex;
  195.  
  196. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  197.  
  198. }
  199.  
  200. ::-webkit-scrollbar-corner {
  201.  
  202. background: #transparent;
  203.  
  204. }
  205.  
  206. 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-
  207.  
  208. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  209.  
  210. 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;}
  211.  
  212. p {
  213. margin:0px;
  214. margin-top:0px;
  215. }
  216.  
  217.  
  218. body {
  219. padding: 0px;
  220. margin: 0px;
  221. color:{color:text};
  222. font-family: pewp;
  223. line-height:10px;
  224. font-size:11px;
  225. background-color: {color:Background};
  226. background-image:url({image:Background});
  227. background-attachment: fixed;
  228. background-repeat: repeat;
  229. }
  230.  
  231.  
  232. a:link, a:active, a:visited{
  233. text-decoration: none;
  234. -webkit-transition: color 0.3s ease-out;
  235. -moz-transition: color 0.3s ease-out;
  236. transition: color 0.3s ease-out;
  237. color:{color:link};
  238. }
  239.  
  240. a:hover {
  241. text-decoration: none;
  242. font-style:;
  243. color: {color:Hover};
  244. }
  245.  
  246. div#center{
  247. margin:auto;
  248. position:relative;
  249. width:1000px;
  250. background-color:;
  251. overflow:auto;
  252. overflow-y:hidden;
  253. }
  254.  
  255.  
  256. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  257. .entry {
  258. margin:13px;
  259. padding: 10px;
  260. padding-bottom: 10px;
  261. float:left;
  262. line-height:10px;
  263. background-color:white;
  264. border-top-left-radius: 3px;
  265. border-bottom-left-radius: 3px;
  266. border-top-right-radius: 3px;
  267. border-bottom-right-radius: 3px;
  268. opacity: 1;
  269. border: solid 1px #cdcdcd;
  270. box-shadow: 0px 0px 0px {color:posts shadow};
  271. overflow:hidden;
  272. width:269px;
  273. -webkit-transition: all .5s ease;
  274. -moz-transition: all .5s ease;
  275. -o-transition: all .5s ease;
  276. transition: all .5s ease;
  277. {block:PermalinkPage}
  278. width:720px;
  279. text-align:left;
  280. line-height:10px;
  281. top: 90px;
  282. {/block:PermalinkPage}
  283. background-color:white;
  284. background-image:URL();
  285. }
  286.  
  287.  
  288.  
  289. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  290. .entry .perma{
  291. width:250px;
  292. height:30px;
  293. margin-left:5px;
  294. position: absolute;
  295. line-height: 12px;
  296. overflow:hidden;
  297. text-align:center;
  298. top:0px;
  299. background:white;
  300. word-spacing:2px;
  301. font-size:15px;
  302. line-height:32px;
  303. font-family:er;
  304. letter-spacing:1px;
  305. opacity:0;
  306. -webkit-transition: all .7s ease;
  307. -moz-transition: all .7s ease;
  308. -o-transition: all .7s ease;
  309. transition: all .7s ease;
  310. border-right:4px solid {color:border1};
  311. border-left:4px solid {color:border1};
  312. -webkit-transform: perspective(100) rotateY(360deg);
  313. -moz-transform: perspective(100) rotateY(360deg);
  314. transform: perspective(100) rotateY(360deg);
  315. }
  316.  
  317. .entry:hover .perma{
  318. overflow:visible;
  319. opacity:1;
  320. top:15px;
  321. }
  322.  
  323.  
  324.  
  325. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  326. #posts{
  327. width:660px;
  328. top:-5px;
  329. z-index:1;
  330. margin-left:333px;
  331. right:auto;
  332. background:#fff;
  333. padding-left:20px;
  334. padding-top:30px;
  335. margin-right:auto;
  336. position:relative;
  337. overflow-y: hidden;
  338. }
  339.  
  340.  
  341. /*CUSTOMIZE SIDEBAR HERE*/
  342.  
  343. #sidebar{
  344. position:fixed;
  345. width:284px; height:390px;
  346. border-left:10px inset {color:sidebarborder1};
  347. border-right:10px inset {color:sidebarborder2};
  348. border-top:10px inset {color:sidebarborder2};
  349. border-bottom:10px inset {color:sidebarborder1};
  350. padding:8px;
  351. margin-left:-75px;
  352. margin-top:160px;
  353. letter-spacing:1px;
  354. background: #fff;
  355. text-align:center;
  356. z-index:4;
  357. -webkit-transition: all 0.5s linear;
  358. -moz-transition: all 0.5s linear;
  359. -o-transition: all 0.5s linear;
  360. }
  361. #pic{
  362. background-image:url(http://25.media.tumblr.com/262ecc8b5e6f32cb94d8efbb07772dcd/tumblr_morz03cwS81rm1welo1_500.jpg);
  363. margin-top:2px;
  364. margin-left:-2px;
  365. width:284px;
  366. height:390px;
  367. border-radius:3px;
  368. }
  369.  
  370.  
  371. #pic img{
  372. margin-top:0px;
  373. margin-left:-1px;
  374. width:284px;
  375. background:;
  376. height:390px;
  377. opacity:1;
  378. border-radius:3px;
  379. -webkit-transition: all .7s ease;
  380. -moz-transition: all .7s ease;
  381. -o-transition: all .7s ease;
  382. transition: all .7s ease;
  383. -webkit-transform: perspective(00) rotateY(0deg);
  384. -moz-transform: perspective(0) rotateY(0deg);
  385. transform: perspective(00) rotateY(0deg);
  386. }
  387.  
  388. #sidebar:hover #pic img{
  389. -webkit-transform: perspective(0) rotateY(0deg);
  390. -moz-transform: perspective(00) rotateY(0deg);
  391. transform: perspective(00) rotateY(0deg);
  392. opacity:0;
  393. }
  394. #title1{
  395. -webkit-animation:bounceIn 2s;
  396. -moz-animation:bounceIn 2s;
  397. -ms-animation:bounceIn 2s;
  398.  
  399.  
  400.  
  401. position:fixed !important;
  402. z-index:999;
  403. width:260px;
  404. height:30px;
  405. opacity: 1;
  406. padding:3px;
  407. margin-top:105px;
  408. margin-left:-90px;
  409. background:transperant;
  410. line-height:40px;
  411. text-align:center;
  412. border: 0px solid {color:borders};
  413. border-bottom: 0px;
  414. color: {color:title1};
  415. text-shadow: -3px 0 #fff, 0 3px #fff, 3px 0 #fff, 0 -3px #fff;
  416. letter-spacing:0px;
  417. font-size: 60px;
  418. font-family: 'lol';
  419. -o-transition-transition: all 0.4s ease-out;
  420. -webkit-transition: all 0.4s ease-out;
  421. -moz-transition: all 0.4s ease-out;
  422. }
  423. #meow{
  424. position: fixed;
  425. background: whie;
  426. border: 0px solid #ccc;
  427. margin-left: 70px;
  428. margin-top: -370px;
  429. opacity: 0;
  430. width: 100px;
  431. height: 110px;
  432. padding: 10px;
  433. padding-bottom: 20px;
  434. -webkit-transition: all .5s ease;
  435. -moz-transition: all .5s ease;
  436. -o-transition: all .5s ease;
  437. transition: all .5s ease;
  438. }
  439.  
  440. #sidebar:hover #meow{
  441. opacity: 1;
  442. -webkit-transition: all .5s ease;
  443. -moz-transition: all .5s ease;
  444. -o-transition: all .5s ease;
  445. transition: all .5s ease;
  446. }
  447.  
  448. #meow img{
  449. width: 90px;
  450. height: 100px;
  451. border: 1px solid #ccc;
  452. background: white;
  453. padding: 10px;
  454. padding-bottom: 20px;
  455. }
  456.  
  457. #woof{
  458. position: fixed;
  459. background: whie;
  460. border: 0px solid #ccc;
  461. margin-left: -8px;
  462. margin-top: -380px;
  463. opacity: 0;
  464. width: 130px;
  465. height: 140px;
  466. padding: 10px;
  467. padding-bottom: 20px;
  468. -webkit-transform:rotate(10deg);
  469. -webkit-transition: all .5s ease;
  470. -moz-transition: all .5s ease;
  471. -o-transition: all .5s ease;
  472. transition: all .5s ease;
  473. }
  474.  
  475. #sidebar:hover #woof{
  476. opacity: 1;
  477. -webkit-transition: all .5s ease;
  478. -moz-transition: all .5s ease;
  479. -o-transition: all .5s ease;
  480. transition: all .5s ease;
  481. -webkit-transform:rotate(10deg);
  482.  
  483. }
  484.  
  485. #woof img{
  486. width: 90px;
  487. height: 100px;
  488. -webkit-transform:rotate(10deg);
  489. border: 1px solid #ccc;
  490. background: white;
  491. padding: 10px;
  492. padding-bottom: 20px;
  493. }
  494.  
  495. #quack{
  496. position: fixed;
  497. background: whie;
  498. border: 0px solid #ccc;
  499. margin-left: 140px;
  500. margin-top: -380px;
  501. opacity: 0;
  502. width: 130px;
  503. height: 140px;
  504. padding: 10px;
  505. padding-bottom: 20px;
  506. -webkit-transform:rotate(-10deg);
  507. -webkit-transition: all .5s ease;
  508. -moz-transition: all .5s ease;
  509. -o-transition: all .5s ease;
  510. transition: all .5s ease;
  511. }
  512.  
  513. #sidebar:hover #quack{
  514. opacity: 1;
  515. -webkit-transition: all .5s ease;
  516. -moz-transition: all .5s ease;
  517. -o-transition: all .5s ease;
  518. transition: all .5s ease;
  519. -webkit-transform:rotate(-10deg);
  520.  
  521. }
  522.  
  523. #quack img{
  524. width: 90px;
  525. height: 100px;
  526. -o-webkit-transform:rotate(-10deg);
  527. border: 1px solid #ccc;
  528. background: white;
  529. padding: 10px;
  530. padding-bottom: 20px;
  531. }
  532. .sideback{
  533. position:fixed;
  534. margin-left:384px;
  535. z-index:3;
  536. top:-70px;
  537. background:{color:border1};
  538. height:8000px;
  539. opacity:1;
  540. width:15px;
  541. border-top:0px;
  542. -webkit-transition: all 0.5s linear;
  543. -webkit-transition: all 0.5s linear;
  544. -moz-transition: all 0.5s linear;
  545. transition: all 0.5s linear;
  546. -webkit-animation:fadeInUpBig 2s;
  547. -moz-animation:fadeInUpBig 2s;
  548. -ms-animation:fadeInUpBig 2s;
  549. }
  550.  
  551. .sideback:hover{
  552. margin-top:80px;
  553.  
  554. }
  555.  
  556. .sideback2{
  557. width:9px;
  558. position:fixed !important;
  559. top:-5px;
  560. height:7800px;
  561. margin-left:1055px;
  562. z-index:1;
  563. background:{color:border1};
  564. border: 3px double #fff;
  565. border-radius: 25px 10px / 10px 25px;
  566. -webkit-transition: all 0.5s linear;
  567. -webkit-transition: all 0.5s linear;
  568. -moz-transition: all 0.5s linear;
  569. transition: all 0.5s linear;
  570. -webkit-animation:fadeInDownBig 2s;
  571. -moz-animation:fadeInDownBig 2s;
  572. -ms-animation:fadeInDownBig 2s;
  573. }
  574.  
  575. .sideback3{
  576. position:fixed;
  577. margin-left:370px;
  578. z-index:3;
  579. top:-90px;
  580. background-image:url("http://25.media.tumblr.com/af4697841ae9bb460b13be4de427122d/tumblr_msxg3fAaQD1rz2xexo1_100.png");
  581. height:8000px;
  582. opacity:1;
  583. width:15px;
  584. -webkit-transition: all 0.5s linear;
  585. -webkit-transition: all 0.5s linear;
  586. -moz-transition: all 0.5s linear;
  587. transition: all 0.5s linear;
  588. -webkit-animation:fadeInUpBig 2s;
  589. -moz-animation:fadeInUpBig 2s;
  590. -ms-animation:fadeInUpBig 2s;
  591. }
  592.  
  593. .sideback3:hover{
  594. margin-top:80px;
  595. }
  596.  
  597. .sideback4{
  598. width:12px;
  599. background-image:url("http://25.media.tumblr.com/af4697841ae9bb460b13be4de427122d/tumblr_msxg3fAaQD1rz2xexo1_100.png");
  600. position:fixed !important;
  601. top:-5px;
  602. height:10000px;
  603. margin-left:1071px;
  604. z-index:1;
  605. background:{color:bar2};
  606. -webkit-transform:rotate(180deg);
  607. -webkit-animation:fadeInDownBig 2s;
  608. -moz-animation:fadeInDownBig 2s;
  609. -ms-animation:fadeInDownBig 2s;
  610. }
  611.  
  612. #desc {
  613. padding: 3px;
  614. padding-top:10px;
  615. padding-bottom:5px;
  616. padding-right:8px;
  617. padding-left:8px;
  618. z-index:3;
  619. position:fixed !important;
  620. text-align:left;
  621. opacity: 0;
  622. width:135px;
  623. height:auto;
  624. background-image:url(http://i47.tinypic.com/288rzpe.png);
  625. margin-left:115px;
  626. margin-top:-210px;
  627. -webkit-border-radius: 35px 10px;
  628. color:{color:text};
  629. box-shadow: 0px 0px 1px #ddd;
  630. border: 2px solid {color:border1};
  631. background:white;
  632. letter-spacing:1px;
  633. font-family: calibri;
  634. font-size:12px;
  635. line-height:11px;
  636. transition: all 0.6s ease-out;
  637. -o-transition-transition: all 0.6s ease-out;
  638. -webkit-transition: all 0.6s ease-out;
  639. -moz-transition: all 0.6s ease-out;
  640. }
  641.  
  642. #sidebar:hover #desc{
  643. opacity:1;
  644. transform:rotate(0deg);
  645. -ms-transform:rotate(0deg); /* IE 9 */
  646. -webkit-transform:rotate(0deg); /* Safari and Chrome */
  647. }
  648. #me{
  649. position:fixed !important;
  650. width:35px;
  651. height:26px;
  652. background:{color:sidebarborder1};
  653. border:1px solid #ddd;
  654. margin-top:-40px;
  655. padding:3px;
  656. line-height:9px;
  657. margin-left:-60px;
  658. font-family:calibri;
  659. font-size:10px;
  660. text-align:center;
  661. -o-transition-transition: all 0.6s ease-out;
  662. -webkit-transition: all 0.6s ease-out;
  663. -moz-transition: all 0.6s ease-out;
  664. }
  665.  
  666.  
  667.  
  668. #oh{
  669. position:fixed !important;
  670. width:35px;
  671. height:26px;
  672. background:{color:sidebarborder2};
  673. border:1px solid #ddd;
  674. margin-top:-40px;
  675. padding:3px;
  676. line-height:9px;
  677. margin-left:-115px;
  678. font-family:calibri;
  679. font-size:10px;
  680. text-align:center;
  681. -o-transition-transition: all 0.6s ease-out;
  682. -webkit-transition: all 0.6s ease-out;
  683. -moz-transition: all 0.6s ease-out;
  684. }
  685.  
  686.  
  687. #mhm {
  688. z-index:3;
  689. position:absolute;
  690. top:68px;
  691. opacity:0;
  692. left:55px;
  693. width:144px;
  694. height:27px;
  695. color:#000;
  696. overflow:hidden;
  697. -webkit-border-radius: 0px 0px;
  698. font-family:calibri;
  699. font-size:13px;
  700. padding-left:0px;
  701. line-height:26px;
  702. letter-spacing:0px;
  703. border:3px solid {color:iconborder1};
  704. text-align:center;
  705. text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
  706. background:{color:bar1};
  707. transition: all 0.7s ease-out;
  708. -o-transition-transition: all 0.7s ease-out;
  709. -webkit-transition: all 0.7s ease-out;
  710. -moz-transition: all 0.7s ease-out;
  711. }
  712.  
  713. #sidebar:hover #mhm{
  714. opacity:2;
  715. transform: rotateX(0deg);
  716. -webkit-transform: rotateX(0deg); /* Safari and Chrome */
  717. }
  718.  
  719. #alice {
  720. z-index:3;
  721. position:absolute;
  722. top:122px;
  723. opacity:0;
  724. left:55px;
  725. width:144px;
  726. height:17px;
  727. color:#000;
  728. overflow:hidden;
  729. -webkit-border-radius: 0px 0px;
  730. font-family:calibri;
  731. font-size:13px;
  732. padding-left:0px;
  733. padding-top:2px;
  734. padding-bottom:8px;
  735. line-height:20px;
  736. letter-spacing:0px;
  737. border:3px solid {color:iconborder1};
  738. text-align:center;
  739. text-shadow: -1px 0 #fff, 0 2px #fff, 2px 0 #fff, 0 -1px #fff;
  740. background:{color:bar1};
  741. transition: all 0.7s ease-out;
  742. -o-transition-transition: all 0.7s ease-out;
  743. -webkit-transition: all 0.7s ease-out;
  744. -moz-transition: all 0.7s ease-out;
  745. }
  746.  
  747.  
  748. #sidebar:hover #alice{
  749. opacity:2;
  750. transform: rotateX(0deg);
  751. -webkit-transform: rotateX(0deg); /* Safari and Chrome */
  752. }
  753. @font-face{font-family: "er"; src:url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf');}
  754. @font-face { font-family: "pewp"; src: url('http://static.tumblr.com/bepad33/6M6m295eu/delius-regular.ttf'); }
  755. @font-face { font-family: "lol"; src: url('http://static.tumblr.com/cviifw3/Zpamvcxzx/indieflower.ttf'); }
  756. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  757. @font-face { font-family: "basket";src: url('http://static.tumblr.com/ejm8w78/E7bmdzk1u/kgthefighter.ttf');,}
  758.  
  759. #link1{
  760. position:fixed;
  761. z-index:3;
  762. width:30px;
  763. height:35px;
  764. opacity: 0;
  765. padding:3px;
  766. padding-top: 6px;
  767. padding-bottom: 0px;
  768. margin-left:15px;
  769. margin-top:-140px;
  770. background:{color:link1bg};
  771. box-shadow: 0px 0px 0px #ddd;
  772. border-top: 3px solid {color:iconborder1};
  773. border-left: 2px solid {color:iconborder1};
  774. border-right: 2px solid {color:iconborder1};
  775. border-bottom: 2px solid {color:iconborder1};
  776. line-height:23px;
  777. text-align:center;
  778. color: #000;
  779. font-size: 20px;
  780. letter-spacing: 1px;
  781. font-family: springy;
  782. border-radius: 12px 20px / 20px 12px;
  783. transition: all 0.9s ease-out;
  784. -o-transition-transition: all 0.5s ease-out;
  785. -webkit-transition: all 0.5s ease-out;
  786. -moz-transition: all 0.5s ease-out;
  787. text-shadow:4px 5px 0px rgba(0,0,0,0.1),
  788.  
  789. 4px -6px 0px rgba(0,0,0,0.2),
  790.  
  791. 6px 12px 0px rgba(0,0,0,0.1),-8px 5px 0px rgba(0,0,0,0.2),
  792.  
  793. -3px -8px 0px rgba(0,0,0,0.1);
  794.  
  795.  
  796. }
  797.  
  798. #sidebar:hover #link1{
  799. opacity:1;
  800. }
  801.  
  802. #link2{
  803. position:fixed;
  804. z-index:3;
  805. width:30px;
  806. height:35px;
  807. opacity: 0;
  808. padding:3px;
  809. padding-top: 6px;
  810. padding-bottom: 0px;
  811. margin-left:72px;
  812. margin-top:-140px;
  813. background: {color:link2bg};
  814. box-shadow: 0px 0px 0px #ddd;
  815. border-top: 3px solid {color:iconborder1};
  816. border-left: 2px solid {color:iconborder1};
  817. border-right: 2px solid {color:iconborder1};
  818. border-bottom: 2px solid {color:iconborder1};
  819. line-height:23px;
  820. text-align:center;
  821. color: #000;
  822. font-size: 20px;
  823. letter-spacing: 1px;
  824. font-family: springy;
  825. border-radius: 12px 20px / 20px 12px;
  826. transition: all 0.6s ease-out;
  827. -o-transition-transition: all 0.6s ease-out;
  828. -webkit-transition: all 0.6s ease-out;
  829. -moz-transition: all 0.6s ease-out;
  830. }
  831.  
  832.  
  833. #sidebar:hover #link2{
  834. opacity: 1;
  835.  
  836. }
  837.  
  838. #link3{
  839. position:fixed;
  840. z-index:3;
  841. box-shadow: 0px 0px 0px #ddd;
  842. width:30px;
  843. height:35px;
  844. opacity: 0;
  845. padding:3px;
  846. padding-top: 6px;
  847. padding-bottom: 0px;
  848. margin-left:15px;
  849. margin-top:-90px;
  850. background: {color:link3bg};
  851. border-top: 3px solid {color:iconborder1};
  852. border-left: 2px solid {color:iconborder1};
  853. border-right: 2px solid {color:iconborder1};
  854. border-bottom: 2px solid {color:iconborder1};
  855. line-height:23px;
  856. text-align:center;
  857. color: #000;
  858. font-size: 20px;
  859. letter-spacing: 1px;
  860. font-family: springy;
  861. border-radius: 12px 20px / 20px 12px;
  862. transition: all 0.6s ease-out;
  863. -o-transition-transition: all 0.6s ease-out;
  864. -webkit-transition: all 0.6s ease-out;
  865. -moz-transition: all 0.6s ease-out;
  866. }
  867.  
  868.  
  869. #sidebar:hover #link3{
  870. opacity: 1;
  871.  
  872. }
  873.  
  874. #link5{
  875. position:fixed;
  876. z-index:3;
  877. box-shadow: 0px 0px 0px #ddd;
  878. width:30px;
  879. height:35px;
  880. opacity: 0;
  881. padding:3px;
  882. padding-top: 6px;
  883. padding-bottom: 0px;
  884. margin-left:45px;
  885. margin-top:-45px;
  886. background: {color:link5bg};
  887. border-top: 3px solid {color:iconborder1};
  888. border-left: 2px solid {color:iconborder1};
  889. border-right: 2px solid {color:iconborder1};
  890. border-bottom: 2px solid {color:iconborder1};
  891. line-height:23px;
  892. text-align:center;
  893. color: #000;
  894. font-size: 20px;
  895. letter-spacing: 1px;
  896. font-family: springy;
  897. border-radius: 12px 20px / 20px 12px;
  898. transition: all 0.6s ease-out;
  899. -o-transition-transition: all 0.6s ease-out;
  900. -webkit-transition: all 0.6s ease-out;
  901. -moz-transition: all 0.6s ease-out;
  902. }
  903. #sidebar:hover #link5{
  904. opacity: 1;
  905.  
  906. }
  907.  
  908.  
  909.  
  910.  
  911. #link4{
  912. position:fixed;
  913. z-index:3;
  914. box-shadow: 0px 0px 0px #ddd;
  915. width:30px;
  916. height:35px;
  917. opacity: 0;
  918. padding:3px;
  919. padding-top: 6px;
  920. padding-bottom: 0px;
  921. margin-left:72px;
  922. margin-top:-90px;
  923. background: {color:link4bg};
  924. border-top: 3px solid {color:iconborder1};
  925. border-left: 2px solid {color:iconborder1};
  926. border-right: 2px solid {color:iconborder1};
  927. border-bottom: 2px solid {color:iconborder1};
  928. line-height:23px;
  929. text-align:center;
  930. color: #000;
  931. font-size: 20px;
  932. letter-spacing: 1px;
  933. font-family: springy;
  934. border-radius: 12px 20px / 20px 12px;
  935. transition: all 0.6s ease-out;
  936. -o-transition-transition: all 0.6s ease-out;
  937. -webkit-transition: all 0.6s ease-out;
  938. -moz-transition: all 0.6s ease-out;
  939. }
  940.  
  941.  
  942. #sidebar:hover #link4{
  943. opacity: 1;
  944. }
  945. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  946. .title{
  947. line-height: 12px;
  948. color:{color:Title};
  949. font-weight: normal;
  950. font-family:basket;
  951. font-size:16px;
  952. }
  953.  
  954.  
  955. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  956. .permalink{
  957. text-transform: normal;
  958. display: block;
  959. text-align: right;
  960. text-decoration: none;
  961. }
  962.  
  963.  
  964. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  965. #infscr-loading{
  966. bottom: -70px;
  967. position: absolute;
  968. left: 50%;
  969. margin-left:-8px;
  970. width:16px;
  971. height:11px;
  972. overflow:hidden;
  973. margin-bottom: 50px;
  974. }
  975.  
  976. #postnotes{
  977. text-align: justify;}
  978.  
  979. #postnotes blockquote{
  980. border: 0px;}
  981.  
  982. blockquote{
  983. padding:0px 0px 2px 5px;
  984. margin:0px 0px 2px 10px;
  985. border-left: 1px dotted #555555;
  986. }
  987.  
  988. blockquote p, ul{
  989. margin:0px;
  990. padding:0px;
  991. }
  992.  
  993. a img{border: 0px;}
  994.  
  995.  
  996. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  997.  
  998. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  999. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  1000.  
  1001. .notes img{width:10px; position:relative; top:3px;}
  1002. <--ses-->
  1003. small{font-size: 90%;}
  1004.  
  1005. {CustomCSS}
  1006.  
  1007. </style>
  1008.  
  1009. {block:IndexPage}
  1010. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  1011. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  1012.  
  1013. <script type="text/javascript">
  1014. $(window).load(function(){
  1015. var $wall = $('#posts');
  1016. $wall.imagesLoaded(function(){
  1017. $wall.masonry({
  1018. itemSelector: '.entry, .entry_photo',
  1019. isAnimated : false
  1020. });
  1021. });
  1022.  
  1023. $wall.infinitescroll({
  1024. navSelector : '#pagination',
  1025. nextSelector : '#pagination a',
  1026. itemSelector : '.entry, .entry_photo',
  1027. bufferPx : 2000,
  1028. debug : false,
  1029. errorCallback: function() {
  1030. $('#infscr-loading').fadeOut('normal');
  1031. }},
  1032. function( newElements ) {
  1033. var $newElems = $( newElements );
  1034. $newElems.hide();
  1035. $newElems.imagesLoaded(function(){
  1036. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  1037. });
  1038. }); $('#posts').show(500);
  1039. });
  1040. </script>
  1041.  
  1042.  
  1043. {/block:IndexPage}
  1044.  
  1045.  
  1046. <title>{title}</title>
  1047.  
  1048. <link rel="shortcut icon" href="{Favicon}" />
  1049. <meta name="viewport" content="width=820" />
  1050. </head>
  1051.  
  1052. <body>
  1053. <BODY onselectstart="return false;" ondragstart="return false;">
  1054. <div class="wrapper">
  1055. <div class="header">
  1056. </div>
  1057.  
  1058. <div id="cage">
  1059. <div id="center">
  1060. <div id="title1">{text:title1}</center></div>
  1061.  
  1062. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1063.  
  1064. <div id="sidebar">
  1065. <center>
  1066. <div id="pic"><img src="{image:sidebar}"></div>
  1067.  
  1068. <div id="meow"><img src="{image:sidebar pin 1}"></div>
  1069.  
  1070. <div id="woof"><img src="{image:sidebar pin 2}"></div>
  1071.  
  1072. <div id="quack"><img src="{image:sidebar pin 3}"></div>
  1073.  
  1074. <div class="sideback"></div>
  1075. <div class="sideback2"></div>
  1076. <div class="sideback3"></div>
  1077. <div class="sideback4"></div>
  1078.  
  1079. <div id="link1"><a href="{text:link one}" title="{text:link 1 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/home.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
  1080. <div id="link2"><a href="{text:link two}"title="{text:link 2 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/mail.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
  1081. <div id="link3"><a href="{text:link three}"title="{text:link 3 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/add.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
  1082. <div id="link4"><a href="{text:link four}"title="{text:link 4 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/photo-camera.png" style="opacity:0.6; width:30px; height:30px;"></a> </div>
  1083. <div id="link5"><a href="{text:link five}"title="{text:link 5 msg}"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/users.png" style="opacity:0.8; width:30px; height:30px;"></a> </div>
  1084.  
  1085.  
  1086. <div id="desc">{description}
  1087.  
  1088. <div id="oh"><a href="#?w=500" rel="02" class="poplight"title="playlist"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/hint.png"width=20px></a></div>
  1089. <div id="me"><a href="#?w=500" rel="05" class="poplight"title="updates"><img src="https://cdn3.iconfinder.com/data/icons/49handdrawing/128x128/star.png"width=20p></a>
  1090. <div id="mhm"><a href="/">
  1091. {text:stats}</div>
  1092.  
  1093. </a>
  1094.  
  1095. <div id="alice">
  1096.  
  1097. <a href="/">
  1098. {text:music}
  1099.  
  1100. </div>
  1101. </center>
  1102. </div>
  1103. <!------------------------------------->
  1104.  
  1105.  
  1106. <div class="left">
  1107. <div id="posts">
  1108. {block:Posts}
  1109. <div class="entry">
  1110.  
  1111.  
  1112. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1113.  
  1114. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1115. {/block:Text}
  1116.  
  1117. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1118.  
  1119. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1120.  
  1121. {block:Answer}
  1122. <div style="margin: 1px 2px 1px 2px; min-height:40px;border-top: 1px solid {color:sidebarborder};
  1123. border-left: 1px solid {color:sidebarborder};
  1124. border-right: 1px solid {color:sidebarborder};
  1125. border-bottom: 1px solid {color:sidebarborder}; padding: 3px; border-top-left-radius: 0px; border-top-right-radius: 0px; border-bottom-left-radius: 0px; border-bottom-right-radius: 0px; padding: 3px; background-color: #Fff; ">
  1126. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-left:3px;margin-top:2px; border: 1px solid #ddd; border-top-left-radius: 5px; border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px; border: 1px solid #B5C8E1;"/>
  1127. <ask>{Asker}</ask>: {Question}</div> <br>
  1128. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center>{Answer}</center></div> <br><div style="text-align: right;"><askk>{text:put your name here}</askk><hr size=1></div>
  1129. <P ALIGN=Right><a href="{Permalink}">{TimeAgo} with {NoteCountWithLabel}</a>
  1130. {/block:Answer}
  1131.  
  1132. {block:Photo}
  1133. {block:IndexPage}
  1134. <center>
  1135. <div class="perma">
  1136.  
  1137. <a href="{ReblogURL}">reblog</a> with <a href="{Permalink}">{Notecount} notes</a></div>
  1138.  
  1139.  
  1140.  
  1141.  
  1142.  
  1143.  
  1144.  
  1145. <div class="photo"> <a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1146. {/block:IndexPage}
  1147. {block:PermalinkPage}
  1148. {LinkOpenTag}<div class="photo"><a href="{permalink}"> <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1149.  
  1150. {LinkCloseTag}
  1151. {/block:PermalinkPage}
  1152. {/block:Photo}
  1153.  
  1154. {block:Photoset}
  1155. {block:IndexPage}
  1156. <center>
  1157.  
  1158. <div class="perma">
  1159. <a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a></div>
  1160.  
  1161. {Photoset-250}</center>
  1162. {/block:IndexPage}
  1163. {block:PermalinkPage}
  1164. <center>
  1165. {Photoset-500}</center>
  1166. {/block:PermalinkPage}
  1167. {/block:Photoset}
  1168.  
  1169. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1170.  
  1171. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1172.  
  1173. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1174. <ul class="chat">
  1175. {block:Lines}
  1176. <li class="user_{UserNumber}">
  1177. {block:Label}
  1178. <span class="label">{Label}</span>
  1179. {/block:Label}
  1180.  
  1181. {Line}
  1182. </li>
  1183. {/block:Lines}
  1184. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1185. {/block:Chat}
  1186.  
  1187. {block:Audio}
  1188. <div style="width:200px; height:30px;">
  1189. {AudioPlayerBlack}
  1190. </div>
  1191. {block:IndexPage}<span class="permalink">
  1192. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1193. </span>{/block:IndexPage}
  1194. {/block:Audio}
  1195.  
  1196. {block:Video}
  1197. {block:IndexPage}
  1198. <center>
  1199. <div class="perma">
  1200. <a href="{Permalink}">{NoteCount}</a> / <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1201. {Video-250}</center>
  1202. {/block:IndexPage}
  1203. {block:PermalinkPage}
  1204. <center>
  1205. {Video-400}</center>
  1206. {/block:PermalinkPage}
  1207. {block:Video}
  1208.  
  1209.  
  1210. {block:PostNotes}<div align="middle">{caption}</div>
  1211. <center>
  1212.  
  1213. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1214.  
  1215. {block:HasTags}
  1216. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1217. {block:RebloggedFrom}
  1218. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1219. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1220.  
  1221. {/block:RebloggedFrom}
  1222. </center></span>
  1223. <br>
  1224. <div id="postnotes">{PostNotes}</div><br>
  1225.  
  1226. <center>{block:ContentSource}
  1227. <br><a href="{SourceURL}">
  1228. {lang:Source}:
  1229. {block:SourceLogo}
  1230. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1231. height="{LogoHeight}" alt="{SourceTitle}" />
  1232. {/block:SourceLogo}
  1233. {block:NoSourceLogo}
  1234. {SourceLink}
  1235. {/block:NoSourceLogo}
  1236. </a>
  1237. {/block:ContentSource}</center>
  1238.  
  1239. {/block:PostNotes}
  1240. </div>
  1241. {/block:Posts}
  1242. </div></div>
  1243.  
  1244. {block:IndexPage}
  1245. {block:Pagination}
  1246. <div id="pagination">
  1247. {block:NextPage}
  1248. <a id="nextPage" href="{NextPage}"></a>
  1249. {/block:NextPage}
  1250. {block:PreviousPage}
  1251. <a href="{PreviousPage}"></a>
  1252. {/block:PreviousPage}
  1253. </div>
  1254. {/block:Pagination}
  1255. {/block:IndexPage}
  1256. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://acid-days.tumblr.com">©</a></div>
  1257.  
  1258. <div id="05" class="popup_block">
  1259. <p><strong>&nbsp;</strong></p>
  1260. <center><div style="font-family: lol; font-size: 45px; margin-top:10px;line-height: 46px; margin-left:5px;">Updates<br></center><br>
  1261. new theme 11.9.13!!<br><br>
  1262. aka my new theme that i made l0l. <br><br>
  1263. enjoy my blog and hmu with an ask! <br><br>
  1264. ily bye!<br><br>
  1265.  
  1266. </div>
  1267. <div id="02" class="popup_block">
  1268. <p><strong>&nbsp;</strong></p>
  1269. <center><div style="font-family: lol; font-size: 45px; margin-top:10px;line-height: 46px; margin-left:5px;">Playlist<br></center><br>
  1270. coming soon! <br><br>
  1271.  
  1272. </body>
  1273. </html>
Add Comment
Please, Sign In to add comment