Fucking_Aj

theme 5 :)

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