Fucking_Aj

kitty naps

Mar 21st, 2014
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.05 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7. <!--
  8. pew pew
  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://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.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. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  48. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  49. <script>
  50. (function($){
  51. $(document).ready(function(){
  52. $("a[title]").style_my_tooltips({
  53. tip_follows_cursor:true,
  54. tip_delay_time:90,
  55. tip_fade_speed:600,
  56. attribute:"title"
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61. <script type="text/javascript">
  62. <!--
  63.  
  64. // Disable Right Click Script
  65.  
  66. function IE(e)
  67. {
  68. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  69. {
  70. return false;
  71. }
  72. }
  73. function NS(e)
  74. {
  75. if (document.layers || (document.getElementById && !document.all))
  76. {
  77. if (e.which == "2" || e.which == "3")
  78. {
  79. return false;
  80. }
  81. }
  82. }
  83. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  84.  
  85. //-->
  86. </script>
  87.  
  88.  
  89. <script type="text/javascript"
  90. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  91.  
  92. <!--DEFAULT VARIABLES-->
  93. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  94. <meta name="color:background" content="#fff"/>
  95. <meta name="color:link" content="#777"/>
  96. <meta name="color:text" content="#777"/>
  97. <meta name="color:hover" content="#fff"/>
  98. <meta name="color:name" content="#fff"/>
  99. <meta name="color:link" content="#777"/>
  100. <meta name="color:text" content="#777"/>
  101. <meta name="color:title" content="#333"/>
  102. <meta name="color:title1" content="#333"/>
  103. <meta name="text:title1" content="American"/>
  104. <meta name="text:title2" content="Dream"/>
  105. <meta name="color:hover" content="#fff"/>
  106. <meta name="color:sidebar border1" content="#ddd"/>
  107. <meta name="color:sidebar border2" content="#ddd"/>
  108. <meta name="color:borders" content="7c7c7c">
  109. <meta name="color:bar1" content="#ddd"/>
  110. <!--random shit like for decor idk -->
  111. <meta name="image:sideimg" content="1"/>
  112. <meta name="image:sidebar" content="1"/>
  113. <meta name="image:gif" content="1"/>
  114. <meta name="image:sideback" content="1"/>
  115. <meta name="image:sideback1" content="1"/>
  116. <!--fucking text shit bb -->
  117. <meta name="text:stats" content="lol"/>
  118.  
  119. <meta name="text:your name" content="yo name nig"/>
  120. <meta name="text:Link Two" content="" />
  121. <meta name="text:Link Three" content="" />
  122. <meta name="text:Link Four" content="" />
  123. <meta name="text:Link Five" content="" />
  124. <style type="text/css">
  125. #s-m-t-tooltip {
  126. width:auto;
  127. padding:6px 6px 6px 6px;
  128. margin:20px 0px 0px 20px;
  129. background: #fff; /* change the background color */
  130. border-left:2px solid {color:sidebar border1}; /* change the border color */
  131. border-top:3px solid {color:sidebar border2};
  132. border-bottom:3px solid {color:sidebar border2};
  133. border-right:2px solid {color:sidebar border1};
  134. box-shadow: 0px 0px 5px #dddddd;
  135. font-family:calibri; /* change the font */
  136. font-size:12px; /* change the font size */
  137. letter-spacing:1px; /* change the letter spacing */
  138. text-transform:none; /* can be uppercase, lowercase, none*/
  139. color:{color:text}; /* change the text color */
  140. z-index:999999999999999999999999999999999999;
  141. border-radius:0px;
  142. border-top-left-radius:10px;
  143. border-bottom-right-radius:10px;
  144. }
  145. #fade { /*--Transparent background layer--*/
  146. display: none; /*--hidden by default--*/
  147. background:white;
  148. position: fixed; left: 0; top: 0;
  149. width: 100%; height: 100%;
  150. opacity: .50;
  151. z-index: 999999999;
  152. }
  153. .popup_block{
  154. display: none; /*--hidden by default--*/
  155. background:white;
  156. padding: 20px;
  157. border: 1px solid #f2f2f2;
  158. float: left;
  159. font-size:13px;
  160. font-family:calibri;
  161. position: fixed;
  162. top: 50%; left: 50%;
  163. z-index: 9999999999999999;
  164. /*--CSS3 Rounded Corners--*/
  165. border-radius:0px;
  166. outline:1px dashed #e1e1e1;
  167. outline-offset:-5px;
  168. -webkit-transition: all .7s ease;
  169. -moz-transition: all .7s ease;
  170. -o-transition: all .7s ease;
  171. transition: all .7s ease;
  172. }
  173. img.btn_close {
  174. float: right;
  175. margin: 5px 5px 0 0;
  176. }
  177. /*--Making IE6 Understand Fixed Positioning--*/
  178. *html #fade {
  179. position: absolute;
  180. }
  181. *html .popup_block {
  182. position: absolute;
  183. }
  184.  
  185.  
  186.  
  187.  
  188. 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-
  189.  
  190. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  191.  
  192. 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;}
  193.  
  194. ::-webkit-scrollbar {width: 5px; height: 6px; background: transparent;}
  195.  
  196. ::-webkit-scrollbar-thumb {background-color:{color:sidebar border}; border-bottom: 1px solid #aaaaaa; border-top: 1px solid #aaaaaa; border-left: 1px solid
  197. #aaaaaa; border-radius:10px; }
  198. p {
  199. margin:0px;
  200. margin-top:0px;
  201. }
  202.  
  203. askk{
  204. font-family: lol;
  205. font-size: 15px;
  206. text-transform:normal;
  207. text-align:left;
  208. letter-spacing: 1px;
  209. line height:20px;
  210. color: {color:sidebar border1};
  211. z-index: 1;
  212. }
  213.  
  214. askkk{
  215. font-family: lol;
  216. font-size: 20px;
  217. text-align:right;
  218. text-align:center;
  219. text-transform:normal;
  220. letter-spacing: 1px;
  221. line height:20px;
  222. color:{color:link};
  223. z-index: 1;
  224. }
  225.  
  226. name{
  227. text-decoration:underline;
  228. font-size:15px;
  229. font-style:italic;
  230. font-weight:bold;
  231. font-family:stan;
  232. line-height:15px;
  233.  
  234. }
  235.  
  236. body {
  237. padding: 0px;
  238. margin: 0px;
  239. color:{color:text};
  240. font-family: dixel;
  241. line-height:7px;
  242. font-size:8px;
  243. background-color: {color:Background};
  244. background-image:url({image:Background});
  245. background-attachment: fixed;
  246. background-repeat: repeat;
  247. }
  248.  
  249. a:link, a:active, a:visited{
  250. text-decoration: none;
  251. -webkit-transition: color 0.3s ease-out;
  252. -moz-transition: color 0.3s ease-out;
  253. transition: color 0.3s ease-out;
  254. color:{color:link};
  255. }
  256.  
  257. a:hover {
  258. text-decoration: none;
  259. font-style:;
  260. color: {color:Hover};
  261. }
  262.  
  263. div#center{
  264. margin:auto;
  265. position:relative;
  266. width:1000px;
  267. background-color:;
  268. overflow:auto;
  269. overflow-y:hidden;
  270. }
  271.  
  272.  
  273. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  274. .entry {
  275. margin:8px;
  276. padding: 15px;
  277.  
  278. display: block;
  279. float:left;
  280. background-color:white;
  281. opacity: 1;
  282. border: solid 1px #eee;
  283. overflow:hidden;
  284. outline:1px dashed #e1e1e1;
  285. outline-offset:-8px;
  286. width:241px;
  287. background-color:white;
  288. background-image:URL();
  289. {block:PermalinkPage}
  290. width:377px;
  291. text-align:left;
  292. line-height:10px;
  293. top: 70px;
  294. {/block:PermalinkPage}
  295. -webkit-animation: fadeInDown 2s;
  296. -moz-animation: fadeInDown 2s;
  297. -o-animation: fadeInDown 2s;
  298. animation: fadeInDown 2s;
  299. }
  300.  
  301. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  302. .entry .perma{
  303. width:220px;
  304. height:27px;
  305. margin-left:0px;
  306. margin-top: 70px;
  307. position: absolute;
  308. line-height: 26px;
  309. overflow:hidden;
  310. text-align:center;
  311. top:0px;
  312. padding: 2px;
  313. font-family: calibri;
  314. border-top:1px double #ddd;
  315. border-bottom:1px double #ddd;
  316. text-transform:uppercase;
  317. font-size: 21px;
  318. background:white;
  319. word-spacing:2px;
  320. letter-spacing:1px;
  321. opacity: 0.0;
  322. -webkit-transition: 0.4s linear;
  323. -webkit-transition: all 0.4s linear;
  324. -moz-transition: all 0.4s linear;
  325. transition: all 0.4s linear;
  326. }
  327.  
  328. .entry:hover .perma{
  329. margin-top:10px;
  330. overflow:hidden;
  331. opacity:1;
  332. -webkit-transition: 0.7s linear;
  333. -webkit-transition: all 0.7s linear;
  334. -moz-transition: all 0.7s linear;
  335. transition: all 0.7s linear;
  336. }
  337. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  338. #posts {
  339. width:660px;
  340. font-family: calibri;
  341. font-size: 12px;
  342. line-height: 15px;
  343. margin-top:38px;
  344. z-index:999;
  345. margin-right:80px;
  346. right:auto;
  347. background:no;
  348. margin-left:auto;
  349. position:relative;
  350.  
  351. }
  352.  
  353.  
  354.  
  355.  
  356. /*CUSTOMIZE SIDEBAR HERE*/
  357. #sidebar{
  358. position:fixed !important;
  359. width:309px;
  360. padding:12px;
  361. border: 8px solid {color:sidebar border2};
  362.  
  363. background:white;
  364. height:329px;
  365. margin-top:140px;
  366. margin-left:-236px;
  367. text-align:center;
  368. border-radius:30px;
  369. box-shadow: 0px 0px 1px #000;
  370. transition: all 0.6s ease-out;
  371. -o-transition-transition: all 0.4s ease-out;
  372. -webkit-transition: all 0.4s ease-out;
  373. -moz-transition: all 0.4s ease-out;
  374. }
  375. #sidebar:hover{
  376. border-radius:0px;
  377. height:349px;
  378. transition: all 0.6s ease-out;
  379. -o-transition-transition: all 0.4s ease-out;
  380. -webkit-transition: all 0.4s ease-out;
  381. -moz-transition: all 0.4s ease-out;
  382. }
  383. #pic{
  384. background-image:url(http://static.tumblr.com/cbbe5f1f8130bb0fd280aa55c2ac1647/cdio41f/k1dmw0tt4/tumblr_static_tumblr_mhx07in4m51s5um8no1_500.png);
  385. margin-top:2px;
  386. margin-left:-2px;
  387. width:309px;
  388. height:329px;
  389. border-radius:10px;
  390. }
  391.  
  392.  
  393. #pic img{
  394. margin-top:0px;
  395. margin-left:-1px;
  396. width:309px;
  397. background:;
  398. height:329px;
  399. opacity:1;
  400. -webkit-transition: all .7s ease;
  401. -moz-transition: all .7s ease;
  402. -o-transition: all .7s ease;
  403. transition: all .7s ease;
  404. border-radius:10px;
  405. -webkit-transform: perspective(00) rotateY(0deg);
  406. -moz-transform: perspective(0) rotateY(0deg);
  407. transform: perspective(00) rotateY(0deg);
  408. }
  409.  
  410. #sidebar:hover #pic img{
  411. border-radius:0px;
  412.  
  413. -webkit-transform: perspective(0) rotateY(0deg);
  414. -moz-transform: perspective(00) rotateY(0deg);
  415. transform: perspective(00) rotateY(0deg);
  416. opacity:0;
  417. }
  418.  
  419.  
  420.  
  421.  
  422. #title1{
  423. position:fixed !important;
  424. z-index:3;
  425. width:300px;
  426. height:40px;
  427. opacity: 1;
  428. padding:3px;
  429. margin-top:103px;
  430. margin-left:-254px;
  431. background:transperant;
  432. line-height:50px;
  433. text-align:center;
  434. color: {color:title1};
  435. letter-spacing:2px;
  436. font-size: 40px;
  437. text-shadow: 2px 2px 3px #fff;
  438. font-family: 'lol';
  439. border-top-left-radius: 5px;
  440. border-top-right-radius: 5px;
  441. border-bottom-left-radius: 2px;
  442. border-bottom-right-radius: 2px;
  443. }
  444.  
  445. #title2{
  446. position:fixed !important;
  447. z-index:3;
  448. width:300px;
  449. height:40px;
  450. opacity: 1;
  451. padding:3px;
  452. margin-top:-23px;
  453. margin-left:-8px;
  454. background:transperant;
  455. line-height:50px;
  456. text-align:center;
  457. color: {color:title1};
  458. letter-spacing:2px;
  459. font-size: 25px;
  460. text-shadow: 2px 2px 3px #fff;
  461. font-family: 'lol';
  462. border-top-left-radius: 5px;
  463. border-top-right-radius: 5px;
  464. border-bottom-left-radius: 2px;
  465. border-bottom-right-radius: 2px;
  466. opacity:0.0;
  467. -o-transition-transition: all 0.5s ease-out;
  468. -webkit-transition: all 0.5s ease-out;
  469. -moz-transition: all 0.5s ease-out;
  470. }
  471. #sidebar:hover #title2{
  472. opacity:.9;
  473. margin-top:-20px;-o-transition-transition: all 0.5s ease-out;
  474. -webkit-transition: all 0.5s ease-out;
  475. -moz-transition: all 0.5s ease-out;
  476. }
  477.  
  478. #sidebar #updates{
  479. position:fixed !important;
  480. width:23px;
  481. padding-top:6px;
  482. height:23px;
  483. margin-top: 230px;
  484. margin-left:267px;
  485. text-align:center;
  486. z-index:99999;
  487. font-family: curz;
  488.  
  489. color:#fff;
  490. background:transparent;
  491. opacity:0;
  492. transition: all 0.5s ease-out;
  493. -o-transition-transition: all 0.5s ease-out;
  494. -webkit-transition: all 0.5s ease-out;
  495. -moz-transition: all 0.5s ease-out;
  496. }
  497. #sidebar:hover #updates{
  498. opacity:1;
  499. margin-top:230px;
  500. margin-left:267px;
  501. transition: all 0.5s ease-out;
  502. -o-transition-transition: all 0.5s ease-out;
  503. -webkit-transition: all 0.5s ease-out;
  504. -moz-transition: all 0.5s ease-out;
  505. }
  506.  
  507.  
  508.  
  509. #desc{
  510. z-index:2;
  511. position:fixed !important;
  512. opacity: 0;
  513. width:140px;
  514. height:auto;
  515. padding:4px;
  516. margin-left:145px;
  517. margin-top:-307px;
  518. color:black;
  519.  
  520. box-shadow:0px 0px 1px #333;
  521. border:1px solid #f2f2f2;
  522. background:white;
  523. letter-spacing:1px;
  524. font-family: calibri;
  525. font-size:12px;
  526. line-height:18px;
  527. transition: all 0.6s ease-out;
  528. -o-transition-transition: all 0.4s ease-out;
  529. -webkit-transition: all 0.4s ease-out;
  530. -moz-transition: all 0.4s ease-out;
  531. }
  532.  
  533. #sidebar:hover #desc{
  534. opacity:3;
  535. transform:rotate(0deg);
  536. -ms-transform:rotate(0deg);
  537. -webkit-transform:rotate(0deg);
  538. -moz-border-radius: 45px;;
  539.  
  540. margin-top:-307px;
  541.  
  542. margin-left:145px;
  543. }
  544. #sidebar #cat{
  545. z-index:99999999999;
  546. position:fixed !important;
  547. padding: 10px;
  548. background:trans;
  549.  
  550. margin-top:-327px;
  551. margin-left:-4px;
  552. opacity:0;
  553.  
  554. transition: all 0.6s ease-out;
  555. -o-transition-transition: all 0.4s ease-out;
  556. -webkit-transition: all 0.4s ease-out;
  557. -moz-transition: all 0.4s ease-out;
  558. }
  559.  
  560. #sidebar:hover #cat{
  561. opacity:1;
  562. border-radius:30px;
  563. margin-top:-327px;
  564. }
  565.  
  566. #cat img{
  567. height:160px;
  568. margin-top::-327px;
  569. border-radius:30px;
  570. margin-left:-4px;
  571.  
  572. background:no;
  573. opacity:1;
  574. transition: all 0.6s ease-out;
  575. -o-transition-transition: all 0.4s ease-out;
  576. -webkit-transition: all 0.4s ease-out;
  577. -moz-transition: all 0.4s ease-out;
  578. }
  579.  
  580. #links{
  581. margin-left:5px;
  582. margin-top:210px;
  583. position:fixed;
  584. background-color:;
  585. height:auto;
  586. width:48px;
  587.  
  588. }
  589. #links a{
  590. margin-top:40px;
  591. height:auto;
  592. background-color:transparent;
  593. }
  594. .nav a{
  595. width:14px;
  596. border-radius:170px;
  597. height:14px;
  598. line-height:0px;
  599. margin:3px; /*spacing of the links. SO much easier than the #link #link2 #link3 bullshit*/
  600. /*this is where you change how they look, in this instance, block makes it go up and down. display:inline-block; will make it go across*/
  601. background-color:#fff;
  602. padding:7px;
  603. border:1px solid #999;
  604. color:#D3A5FA;
  605. -webkit-transition: all .2s ease;
  606. -moz-transition: all .2s ease;
  607. -o-transition: all .2s ease;
  608. transition: all .2s ease;
  609. border:1px solid #ddd;
  610. font-family:calibri;
  611. font-size:0px;
  612. opacity:0.0;
  613. text-align:center;
  614. }
  615. .nav a:hover{
  616. background-color:{color:navi hover};
  617. opacity:1;
  618. width:5px;
  619. height:5px;
  620. color:#fff;
  621. -webkit-transition: all .2s ease;
  622. -moz-transition: all .2s ease;
  623. -o-transition: all .2s ease;
  624. transition: all .2s ease;
  625. }
  626. #sidebar:hover .nav a{
  627. opacity:1;
  628. }
  629. #stats{
  630. position:fixed !important;
  631. width:100px;
  632. height:20px;
  633. padding:2px;
  634. margin-top:180px;
  635. margin-left:155px;
  636. background:white;
  637. border:2px solid {color:sidebar border2};
  638. border-radius:5px;
  639. font-family:calibri;
  640. font-size:12px;
  641. line-height:20px;
  642. opacity:0;
  643. -webkit-transition: all .7s ease;
  644. -moz-transition: all .7s ease;
  645. -o-transition: all .7s ease;
  646. transition: all .7s ease;
  647. }
  648.  
  649. #sidebar:hover #stats{
  650. opacity:1;
  651. margin-top:180px;
  652. }
  653.  
  654. @font-face{font-family: "wow"; src:url('http://static.tumblr.com/9wzbixa/Cf3mj2g0f/basicl.ttf');}
  655. @font-face { font-family: "pee"; src: url('http://static.tumblr.com/4yxykdm/wmVlrea61/king_cool_kc_1_.ttf'); }
  656. @font-face { font-family: "lol"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  657. @font-face { font-family: "niglet"; src: url('http://static.tumblr.com/zux19tj/NaYmhkpum/anjelika_rose_1_.ttf'); }
  658.  
  659. @font-face { font-family: "nig"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
  660. @font-face { font-family: "nigga"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  661. @font-face { font-family: penis; src: url('http://static.tumblr.com/vtg00tr/umkmr13ix/ellephont.ttf'); }
  662.  
  663. @font-face { font-family: penus; src: url('http://static.tumblr.com/vtg00tr/F5imr15mo/asimplelife.ttf'); }
  664.  
  665. @font-face { font-family: "paulpan"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
  666.  
  667.  
  668. @font-face { font-family: "dixel"; src: url('http://static.tumblr.com/jdjsstr/8ovm78cbb/pf_arma_five_1_.ttf'); }
  669.  
  670.  
  671. #heart1{
  672. position:fixed;
  673. width:955px;
  674. height:955px;
  675. margin-left:833px;
  676. margin-top:300px;
  677. background:transparent;
  678. opacity:0.5;
  679. background:url({image:sideimg}) no-repeat;
  680. }
  681. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  682. .title{
  683. line-height: 12px;
  684. color:{color:Title};
  685. font-weight: normal;
  686. font-family:lol;
  687. font-size:16px;
  688. }
  689.  
  690.  
  691. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  692. .entry .perma{
  693. position:absolute;
  694. width:260px;
  695. height:0px;
  696. margin-left:-10px;
  697. height:10px;
  698. padding-top:3px;
  699. bottom:4px;
  700. background-color:#fff;
  701. overflow:hidden;
  702. letter-spacing:1px;
  703. font-family: "calibri";
  704. border-top: 1px dashed #aaaaaa;
  705. border-bottom: 1px dashed #aaaaaa;
  706. text-transform: uppercase;
  707. font-size: 10px;
  708. line-height:10px;
  709. text-align:center;
  710. opacity:.8;
  711. -webkit-transition: all 0.5s linear;
  712. -webkit-transition: all 0.5s linear;
  713. -moz-transition: all 0.5s linear;
  714. transition: all 0.5s linear;
  715. }
  716.  
  717.  
  718. .entry .perma2{
  719. position:absolute;
  720. width:190;
  721. height:15px;
  722. padding:10px;
  723. top:0px;
  724. margin-left: 10px;
  725. background-color:#fff;
  726. overflow:hidden;
  727. letter-spacing:1px;
  728. font-family: wow;
  729. text-transform: normal;
  730. font-size: 15px;
  731. line-height:16px;
  732. text-align:center;
  733. opacity: 0;
  734. border:1px solid #e1e1e1;
  735. outline:1px dashed #ddd;
  736. outline-offset:-5px;
  737. -webkit-transition: all 0.5s linear;
  738. -webkit-transition: all 0.5s linear;
  739. -moz-transition: all 0.5s linear;
  740. transition: all 0.5s linear;
  741.  
  742. }
  743.  
  744.  
  745. .entry:hover .perma2{
  746. opacity: 1;
  747. top:25px;
  748. }
  749.  
  750. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  751. #infscr-loading{
  752. bottom: -70px;
  753. position: absolute;
  754. left: 50%;
  755. margin-left:-8px;
  756. width:16px;
  757. height:11px;
  758. overflow:hidden;
  759. margin-bottom: 50px;
  760. }
  761.  
  762. #postnotes{
  763. text-align: justify;}
  764.  
  765. #postnotes blockquote{
  766. border: 0px;}
  767.  
  768. blockquote{
  769. padding:0px 0px 2px 5px;
  770. margin:0px 0px 2px 10px;
  771. border-left: 1px dotted #555555;
  772. }
  773.  
  774. blockquote p, ul{
  775. margin:0px;
  776. padding:0px;
  777. }
  778.  
  779. a img{border: 0px;}
  780.  
  781.  
  782. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  783.  
  784. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  785. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  786.  
  787. .notes img{width:10px; position:relative; top:3px;}
  788. <--ses-->
  789. small{font-size: 90%;}
  790.  
  791. {CustomCSS}
  792.  
  793. </style>
  794.  
  795. {block:IndexPage}
  796. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  797. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  798.  
  799. <script type="text/javascript">
  800. $(window).load(function(){
  801. var $wall = $('#posts');
  802. $wall.imagesLoaded(function(){
  803. $wall.masonry({
  804. itemSelector: '.entry, .entry_photo',
  805. isAnimated : false
  806. });
  807. });
  808.  
  809. $wall.infinitescroll({
  810. navSelector : '#pagination',
  811. nextSelector : '#pagination a',
  812. itemSelector : '.entry, .entry_photo',
  813. bufferPx : 2000,
  814. debug : false,
  815. errorCallback: function() {
  816. $('#infscr-loading').fadeOut('normal');
  817. }},
  818. function( newElements ) {
  819. var $newElems = $( newElements );
  820. $newElems.hide();
  821. $newElems.imagesLoaded(function(){
  822. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  823. });
  824. }); $('#posts').show(500);
  825. });
  826. </script>
  827.  
  828.  
  829.  
  830.  
  831. {/block:IndexPage}
  832.  
  833.  
  834. <title>{title}</title>
  835.  
  836. <link rel="shortcut icon" href="http://media.tumblr.com/tumblr_meh7bgb2qs1qdlkyg.gif" />
  837. <meta name="viewport" content="width=820" />
  838. </head>
  839.  
  840. <body>
  841. <div style="position:fixed; bottom:5px; right:5px; background:ifejaksd; border: 0px solid #eee; padding: 3px; padding-bottom:5px; padding-top: 5px; font-family: calibri; font-size: 15px; line-height: 10px;"><a href="http://flovvs.tumblr.com" title="theme by flovvs"><img src="http://media.tumblr.com/tumblr_lumdi6GxZ11qibcty.gif"></a></div>
  842.  
  843. <BODY onselectstart="return false;" ondragstart="return false;">
  844. <div class="wrapper">
  845. <div class="header">
  846. </div>
  847.  
  848. <div id="cage">
  849. <div id="center">
  850.  
  851. <div id="title1"><center>{text:title1}</center></div>
  852.  
  853. <div id="heart1"></div>
  854. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  855. <div id="sidebar">
  856. <div id="title2"><center>{text:title2}</center></div>
  857. <div id="links">
  858. <div class="nav"><a href="/">1</a><a href="{text:link two}">2</a><a href="{text:link three}">3</a><a href="{text:link four}">4</a><a href="{text:link five}">5</a></div></div>
  859. <center>
  860.  
  861.  
  862.  
  863.  
  864. </script></a>
  865. <div id="stats">{text:stats}</div>
  866.  
  867. <div id="pic"><img src="{image:sidebar}"></div>
  868. <div id="cat"><a href="#?w=300" rel="02" class="poplight" title="Updates!"><img src="http://25.media.tumblr.com/481694768a56d3b81d221c0329f4e7b4/tumblr_my969fZA2g1sn8q7mo1_400.png"></a></div>
  869. <div id="desc">{description}</div>
  870.  
  871. </center>
  872. </div>
  873. <!------------------------------------->
  874.  
  875.  
  876. <div class="left">
  877. <div class="sideback"></div>
  878. <div class="sideback1"></div>
  879. <div id="posts">
  880. {block:Posts}
  881. <div class="entry">
  882.  
  883.  
  884. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  885.  
  886. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  887. {/block:Text}
  888.  
  889. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  890.  
  891. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  892.  
  893. {block:Answer}
  894. <div style="margin: 1px 2px 1px 2px; min-height:30px; border: 5px double {color:sidebar border2}; padding: 3px; background-color: white; border-bottom-left-radius:5px; border-bottom-right-radius:5px;border-top-left-radius:5px; border-top-right-radius:5px;">
  895. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:2px;"/>
  896. <askk>{Asker}</askk>: {Question}</div>
  897. <div style="padding: -1px 5px -1px 5px; background: transparent;"><center><br>{Answer}</center></div><br>
  898. <askkk>Love, {text:your name} <br></askkk>
  899. <small><P ALIGN=Right><a href="{Permalink}">{NoteCountWithLabel}</a></small>
  900. {/block:Answer}
  901.  
  902. {block:Photo}
  903. {block:IndexPage}
  904. <center>
  905. <div class="perma2">
  906. <a href="{ReblogURL}" target="_blank"> reblog </a> - <a href="{Permalink}">{NoteCount} notes</a> </div>
  907.  
  908. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  909. {/block:IndexPage}
  910. {block:PermalinkPage}
  911. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  912.  
  913. {LinkCloseTag}
  914. {/block:PermalinkPage}
  915. {/block:Photo}
  916.  
  917. {block:Photoset}
  918. {block:IndexPage}
  919. <center>
  920.  
  921. <div class="perma2">
  922. <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{Permalink}">{NoteCount} notes</a> </div>
  923.  
  924. {Photoset-250}</center>
  925. {/block:IndexPage}
  926. {block:PermalinkPage}
  927. <center>
  928. {Photoset-500}</center>
  929. {/block:PermalinkPage}
  930. {/block:Photoset}
  931.  
  932. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  933.  
  934. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  935.  
  936. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  937. <ul class="chat">
  938. {block:Lines}
  939. <li class="user_{UserNumber}">
  940. {block:Label}
  941. <span class="label">{Label}</span>
  942. {/block:Label}
  943.  
  944. {Line}
  945. </li>
  946. {/block:Lines}
  947. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  948. {/block:Chat}
  949.  
  950. {block:Audio}
  951. <div style="width:200px; height:30px;">
  952. {AudioPlayerBlack}
  953. </div>
  954. {block:IndexPage}<span class="permalink">
  955. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  956. </span>{/block:IndexPage}
  957. {/block:Audio}
  958.  
  959. {block:Video}
  960. {block:IndexPage}
  961. <center>
  962. <div class="perma2">
  963. <a href="{ReblogURL}" target="_blank"> reblog </a> / <a href="{Permalink}">{NoteCount} notes</a> </div>
  964. {Video-250}</center>
  965. {/block:IndexPage}
  966. {block:PermalinkPage}
  967. <center>
  968. {Video-400}</center>
  969. {/block:PermalinkPage}
  970. {block:Video}
  971.  
  972.  
  973. {block:PostNotes}<div align="middle">{caption}</div>
  974. <center>
  975.  
  976. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  977.  
  978. {block:HasTags}
  979. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  980. {block:RebloggedFrom}
  981. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  982. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  983.  
  984. {/block:RebloggedFrom}
  985. </center></span>
  986. <br>
  987. <div id="postnotes">{PostNotes}</div><br>
  988.  
  989. <center>{block:ContentSource}
  990. <br><a href="{SourceURL}">
  991. {lang:Source}:
  992. {block:SourceLogo}
  993. <img src="{BlackLogoURL}" width="{LogoWidth}"
  994. height="{LogoHeight}" alt="{SourceTitle}" />
  995. {/block:SourceLogo}
  996. {block:NoSourceLogo}
  997. {SourceLink}
  998. {/block:NoSourceLogo}
  999. </a>
  1000. {/block:ContentSource}</center>
  1001.  
  1002. {/block:PostNotes}
  1003. </div>
  1004. {/block:Posts}
  1005. </div></div>
  1006.  
  1007. {block:IndexPage}
  1008. {block:Pagination}
  1009. <div id="pagination">
  1010. {block:NextPage}
  1011. <a id="nextPage" href="{NextPage}"></a>
  1012. {/block:NextPage}
  1013. {block:PreviousPage}
  1014. <a href="{PreviousPage}"></a>
  1015. {/block:PreviousPage}
  1016. </div>
  1017. {/block:Pagination}
  1018. {/block:IndexPage}
  1019. </body>
  1020. <div id="02" class="popup_block">
  1021. <center><div style="font-family: lol; font-size: 20px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebar};">Updates<br></center><br>
  1022.  
  1023. <center>
  1024.  
  1025. write updates here plz ily <br><br>
  1026. just do wat i do <br><br>
  1027. go to bottom of HTML to do so <br><br>
  1028. </center>
  1029.  
  1030.  
  1031. </div></div></div></div></div></div></div></div></div></div>
  1032.  
  1033.  
  1034. </html>
Add Comment
Please, Sign In to add comment