Fucking_Aj

Theme 4 *deleted sum sry*

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