Advertisement
Kimmyvp123

coolab

Aug 17th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 31.73 KB | None | 0 0
  1. <!--
  2. Theme by Preachlarcel and H0ran-wbu. Don't remove credit or we will disable your wifi :P!
  3. -->
  4.  
  5. <html lang="en">
  6. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml">
  8. <head>
  9. <link href='http://static.tumblr.com/blpgwiz/u8Qmijy1c/fade_in_up.css' rel='stylesheet' type='text/css'>
  10.  
  11. <link href='http://static.tumblr.com/blpgwiz/usPm404d2/bounce_normal.css' rel='stylesheet' type='text/css'>
  12.  
  13. <link href='http://static.tumblr.com/blpgwiz/EfNmijxib/tada.css' rel='stylesheet' type='text/css'>
  14.  
  15. <link href='http://static.tumblr.com/blpgwiz/Zjemijy8n/fade_in_down.css' rel='stylesheet' type='text/css'>
  16.  
  17. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  18. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  19. <script>
  20. (function($){
  21. $(document).ready(function(){
  22. $("a[title]").style_my_tooltips({
  23. tip_follows_cursor:true,
  24. tip_delay_time:90,
  25. tip_fade_speed:600,
  26. attribute:"title"
  27. });
  28. });
  29. })(jQuery);
  30. </script>
  31.  
  32. <script type="text/javascript"
  33. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  34. <script>
  35. $(document).ready(function() {
  36. //
  37. $('a.poplight[href^=#]').click(function() {
  38. var popID = $(this).attr('rel'); //Get Popup Name
  39. var popURL = $(this).attr('href'); //Get Popup href to define size
  40. var query= popURL.split('?');
  41. var dim= query[1].split('&');
  42. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  43. $('#' + 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>');
  44. var popMargTop = ($('#' + popID).height() + 80) / 2;
  45. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  46. //Apply Margin to Popup
  47. $('#' + popID).css({
  48. 'margin-top' : -popMargTop,
  49. 'margin-left' : -popMargLeft
  50. });
  51. $('body').append('<div id="fade"></div>');
  52. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  53. return false;
  54. });
  55. $('a.close, #fade').live('click', function() {
  56. $('#fade , .popup_block').fadeOut(function() {
  57. $('#fade, a.close').remove(); //fade them both out
  58. });
  59. return false;
  60. });
  61. });
  62. </script>
  63.  
  64. <script type="text/javascript">
  65. <!--
  66.  
  67. // Disable Right Click Script
  68.  
  69. function IE(e)
  70. {
  71. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  72. {
  73. return false;
  74. }
  75. }
  76. function NS(e)
  77. {
  78. if (document.layers || (document.getElementById && !document.all))
  79. {
  80. if (e.which == "2" || e.which == "3")
  81. {
  82. return false;
  83. }
  84. }
  85. }
  86. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  87.  
  88. //-->
  89. </script>
  90.  
  91.  
  92. <script type="text/javascript"
  93. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  94.  
  95. <!--DEFAULT VARIABLES-->
  96. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  97. <meta name="color:backgrd" content="#eee"/>
  98. <meta name="color:link" content="#777"/>
  99. <meta name="color:bar1" content="#777"/>
  100. <meta name="color:bar2" content="#777"/>
  101. <meta name="color:text" content="#777"/>
  102. <meta name="color:title" content="#333"/>
  103. <meta name="color:hover" content="#fff"/>
  104. <meta name="color:text" content="#777"/>
  105. <meta name="color:blogtitle" content="#aaa"/>
  106. <meta name="color:blogtitle2" content="#aaa"/>
  107. <meta name="color:blogtitle shadow" content="#000"/>
  108. <meta name="color:scrollbar" content="#ccc"/>
  109. <meta name="color:sidebarborder" content="#eee"/>
  110. <meta name="color:sidebarborder2" content="#eee"/>
  111. <meta name="color:linkborder" content="#000"/>
  112. <meta name="color:postborder" content="#f5e1f5"/>
  113. <meta name="color:titlehover" content="#f5e1f5"/>
  114. <meta name="image:sidebar" content="1"/>
  115. <meta name="image:background" content="1"/>
  116. <meta name="image:sidebar bg" content="1"/>
  117. <meta name="text:blogtitle" content="Hear me" />
  118. <meta name="text:blogtitle2" content="Roar" />
  119. <meta name="text:Link One" content""/>
  120. <meta name="text:quote" content"I've got the eye of the tiger, a fighter"/>
  121. <meta name="text:Link One Hover Title" content"hover title1"/>
  122. <meta name="text:Link Two" content""/>
  123. <meta name="text:Link Two Hover Title" content"hover title2"/>
  124. <meta name="text:Link Three" content""/>
  125. <meta name="text:Link Three Hover Title" content"hover title3"/>
  126. <meta name="text:Link Four" content="" />
  127. <meta name="text:Link Four Hover Title" content"hover title4"/>
  128.  
  129.  
  130. <style type="text/css">
  131.  
  132. #fade { /*--Transparent background layer--*/
  133. display: none; /*--hidden by default--*/
  134. background:url(http://31.media.tumblr.com/6ae5a66e2edd039a543a55e6163146e0/tumblr_mjcgn1OR9B1s5um8no1_500.jpg);
  135. position: fixed; left: 0; top: 0;
  136. width: 100%; height: 100%;
  137. opacity: .80;
  138. z-index: 9999;
  139. }
  140. .popup_block{
  141. display: none; /*--hidden by default--*/
  142. background: #fff;
  143. padding: 20px;
  144. line-height:10px;
  145. border: 10px solid #ccc;
  146. float: left;
  147. font-size:12px;
  148. font-family:arial;
  149. position: fixed;
  150. top: 50%; left: 50%;
  151. z-index: 99999;
  152. /*--CSS3 Box Shadows--*/
  153. -webkit-box-shadow: 0px 0px 20px #000;
  154. -moz-box-shadow: 0px 0px 20px #000;
  155. box-shadow: 0px 0px 20px #000;
  156. /*--CSS3 Rounded Corners--*/
  157. -webkit-border-radius: 10px;
  158. -moz-border-radius: 10px;
  159. border-radius: 10px;
  160. }
  161. img.btn_close {
  162. float: right;
  163. margin: -5px -5px 0 0;
  164. }
  165. /*--Making IE6 Understand Fixed Positioning--*/
  166. *html #fade {
  167. position: absolute;
  168. }
  169. *html .popup_block {
  170. position: absolute;
  171. }
  172.  
  173.  
  174.  
  175.  
  176. #s-m-t-tooltip {
  177. max-width:300px;
  178. padding:6px 6px 6px 6px;
  179. margin:20px 0px 0px 20px;
  180. background: #fff; /* change the background color */
  181. border:1px solid #eee; /* change the border color */
  182. border-right:6px solid #ddd;
  183. border-left:2px solid #eee;
  184. font-family:pewp; /* change the font */
  185. font-size:10px; /* change the font size */
  186. letter-spacing:1px; /* change the letter spacing */
  187. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  188. color:{color:hoverlink textcolor}; /* change the text color */
  189. z-index:999999;
  190. -moz-border-radius: 0px 0px / 00px 0px;
  191. border-radius: 0px 0px / 0px 0px;
  192. -moz-box-shadow:1px 1px 2px 1px #aaa;
  193. -webkit-box-shadow:1px 1px 2px 1px #aaa;
  194. box-shadow:1px 1px 2px 1px #aaa;
  195. }
  196.  
  197. 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-
  198.  
  199. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  200.  
  201. 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;}
  202.  
  203. p {
  204. margin:0px;
  205. margin-top:0px;
  206. }
  207.  
  208.  
  209. body {
  210. padding: 0px;
  211. margin: 0px;
  212. color:{color:text};
  213. font-family: dixel;
  214. line-height:7px;
  215. font-size:8px;
  216. background-color: {color:Background};
  217. background-image:url({image:Background});
  218. background-attachment: fixed;
  219. background-repeat: repeat;
  220. }
  221.  
  222.  
  223. a:link, a:active, a:visited{
  224. text-decoration: none;
  225. -webkit-transition: color 0.3s ease-out;
  226. -moz-transition: color 0.3s ease-out;
  227. transition: color 0.3s ease-out;
  228. color:{color:link};
  229. }
  230.  
  231. a:hover {
  232. text-decoration: none;
  233. font-style:;
  234. color: {color:Hover};
  235. }
  236.  
  237. div#center{
  238. margin:auto;
  239. position:relative;
  240. width:1000px;
  241. background-color:;
  242. overflow:auto;
  243. overflow-y:hidden;
  244. }
  245.  
  246. ::-webkit-scrollbar-thumb{
  247. background-color: {color:scrollbar};
  248. border: 2px solid #ffffff;
  249. height:5px;
  250. -moz-border-radius: 20px;
  251. border-radius: 20px;
  252. }
  253.  
  254. ::-webkit-scrollbar {
  255. height:5px;
  256. width:9px;
  257. background-color: #aaaaaa;
  258. border: 4px solid #fff;
  259. }
  260.  
  261. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  262. .entry {
  263. float:left;
  264. display: block;
  265. margin:5px;
  266. overflow:hidden;
  267. border: 1px solid #c9c9c9;
  268. box-shadow:2px 2px 2px #000;
  269. padding: 6px;
  270. width:230px;
  271. font-family:meow;
  272. opacity:.7;
  273. font-size:14px;
  274. line-height:20px;
  275. padding-bottom:2px;
  276. {block:PermalinkPage}
  277. width:520px;
  278. text-align:left;
  279. line-height:15px;
  280. {/block:PermalinkPage}
  281. background-color:#fff;
  282. background-image:URL();
  283. -webkit-transition: all 0.5s linear;
  284. -moz-transition: all 0.5s linear;
  285. transition: all 0.5s linear;
  286. }
  287.  
  288. .entry:hover{
  289. opacity:1;
  290. }
  291.  
  292. @font-face {font-family: "Meow";src: url( "http://static.tumblr.com/kauezwz/YlIlz8nop/theonlyexception.ttf) format("truetype");}
  293. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  294.  
  295. .entry .perma{
  296. width:auto;
  297. height:20px;
  298. margin-left:76px;
  299. position: absolute;
  300. line-height: 20px;
  301. overflow:hidden;
  302. text-align:center;
  303. top:165px;
  304. border:1px solid #dbdbdb;
  305. border-left:1px;
  306. border-right:0px;
  307. border-radius:0px 0px 0px 0px;
  308. font-size:18px;
  309. background:white;
  310. font-family:lala;
  311. padding:4px;
  312. padding-top:2px;
  313. padding-bottom:2px;
  314. padding-left:6px;
  315. word-spacing:2px;
  316. letter-spacing:1px;
  317. opacity: 0;
  318. -webkit-transition: opacity .7s linear;
  319. -webkit-transition:all .7s ease-in-out;
  320. -moz-transition: all .7s ease-in-out;
  321. -o-transition: all .7s ease-in-out;
  322.  
  323. }
  324.  
  325. .entry:hover .perma{
  326. overflow:visible;
  327. opacity:1;
  328. top:101px;
  329. }
  330.  
  331. .entry .perma2{
  332. width:auto;
  333. height:20px;
  334. margin-left:0px;
  335. position: absolute;
  336. line-height: 20px;
  337. overflow:hidden;
  338. text-align:center;
  339. top:105px;
  340. border:1px solid #dbdbdb;
  341. border-left:0px solid #dbdbdb;
  342. border-right:0px solid #fff;
  343. border-radius:0px 0px 0px 0px;
  344. font-size:18px;
  345. background:white;
  346. font-family:lala;
  347. padding:4px;
  348. padding-top:2px;
  349. padding-bottom:2px;
  350. padding-right:6px;
  351. word-spacing:2px;
  352. letter-spacing:1px;
  353. opacity: 0;
  354. -webkit-transition: opacity .7s linear;
  355. -webkit-transition: all .7s ease-in-out;
  356. -moz-transition: all .7s ease-in-out;
  357. -o-transition: all .7s ease-in-out;
  358.  
  359. }
  360.  
  361. .entry:hover .perma2{
  362. overflow:visible;
  363. opacity:1;
  364. top:65px;
  365. }
  366.  
  367.  
  368.  
  369. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  370. #posts {
  371. width:800px;
  372. margin-top:55px;
  373. margin-left:240px;
  374. right:auto;
  375. background:transparent;
  376. margin-right:auto;
  377. position:relative;
  378. overflow-y: hidden;
  379. -webkit-transition: all 0.5s linear;
  380. -moz-transition: all 0.5s linear;
  381. transition: all 0.5s linear;
  382. }
  383.  
  384. .duck{
  385. position: fixed !important;
  386. z-index: 99;
  387. font-family: arial;
  388. line-height:10px;
  389. font-size: 1px;
  390. padding: 3px;
  391. bottom:5px;
  392. left:1325px;
  393. height:15px;
  394. width:18px;
  395. border-radius:10px;
  396. border:1px solid {color:borders};
  397. background:white;
  398. }
  399.  
  400. /*CUSTOMIZE SIDEBAR HERE*/
  401. #sidebar{
  402. z-index: 1;
  403. position:fixed !important;
  404. width:240px;
  405. height:260px;
  406. opacity:1;
  407. background: white;
  408. padding: 10px;
  409. border-top: 8px solid {color:sidebarborder};
  410. border-left: 8px solid {color:sidebarborder2};
  411. border-right: 8px solid {color:sidebarborder};
  412. border-bottom: 8px solid {color:sidebarborder2};
  413. border-top-left-radius: 0px;
  414. border-top-right-radius: 0px;
  415. border-bottom-left-radius: 0px;
  416. border-bottom-right-radius: 0px;
  417. margin-top:140px;
  418. box-shadow: 0px 0px 5px #ddd;
  419. margin-left:-105px;
  420. text-align:center;
  421. -webkit-transition: all .7s ease-in-out;
  422. -moz-transition: all .7s ease-in-out;
  423. -o-transition: all .7s ease-in-out;
  424. }
  425.  
  426. #sidebarpic img {
  427. margin-top:-0px;
  428. height:260px;
  429. opacity:.6;
  430. width:240px;
  431. transition: all 0.5s ease-out;
  432. -o-transition-transition: all 0.5s ease-out;
  433. -webkit-transition: all 0.5s ease-out;
  434. -moz-transition: all 0.5s ease-out;
  435. }
  436.  
  437. #sidebar:hover #sidebarpic img{
  438. opacity:.2;
  439. transition: all 0.5s ease-out;
  440. -o-transition-transition: all 0.5s ease-out;
  441. -webkit-transition: all 0.5s ease-out;
  442. -moz-transition: all 0.5s ease-out;
  443. }
  444.  
  445. #bunny{
  446. position:fixed;
  447. margin-left:92px;
  448. top:88px;
  449. }
  450.  
  451. #bar{
  452. position:fixed;
  453. height:100%;
  454. border-left:1px solid #fff;
  455. border-right:1px solid #fff;
  456. width:10px;
  457. box-shadow:0px 0px 2px #ccc;
  458. margin-left:-148px;
  459. top:0px;
  460. background:{color:bar1};
  461. -webkit-transition: all .7s ease-in-out;
  462. -moz-transition: all .7s ease-in-out;
  463. -o-transition: all .7s ease-in-out;
  464. -webkit-animation: fadeInUp 2s;
  465. -moz-animation: fadeInUp 2s;
  466. -ms-animation: fadeInUp 2s;
  467. }
  468.  
  469. #bar2{
  470. position:fixed;
  471. height:100%;
  472. border-left:1px solid #fff;
  473. border-right:1px solid #fff;
  474. width:10px;
  475. box-shadow:0px 0px 2px #ccc;
  476. margin-left:1046px;
  477. top:0px;
  478. background:{color:bar2};
  479. -webkit-transition: all .7s ease-in-out;
  480. -moz-transition: all .7s ease-in-out;
  481. -o-transition: all .7s ease-in-out;
  482. -webkit-animation: fadeInUp 2s;
  483. -moz-animation: fadeInUp 2s;
  484. -ms-animation: fadeInUp 2s;
  485. }
  486.  
  487. #bar3{
  488. position:fixed;
  489. height:100%;
  490. border-left:1px solid #fff;
  491. border-right:1px solid #fff;
  492. width:10px;
  493. box-shadow:0px 0px 2px #ccc;
  494. margin-left:195px;
  495. top:0px;
  496. background:{color:bar2};
  497. -webkit-transition: all .7s ease-in-out;
  498. -moz-transition: all .7s ease-in-out;
  499. -o-transition: all .7s ease-in-out;
  500. -webkit-animation: fadeInUp 2s;
  501. -moz-animation: fadeInUp 2s;
  502. -ms-animation: fadeInUp 2s;
  503. }
  504.  
  505. #bar4{
  506. position:fixed;
  507. height:100%;
  508. border-left:1px solid #fff;
  509. border-right:1px solid #fff;
  510. width:10px;
  511. box-shadow:0px 0px 2px #ccc;
  512. margin-left:1120px;
  513. top:0px;
  514. background:{color:bar1};
  515. -webkit-transition: all .7s ease-in-out;
  516. -moz-transition: all .7s ease-in-out;
  517. -o-transition: all .7s ease-in-out;
  518. -webkit-animation: fadeInUp 2s;
  519. -moz-animation: fadeInUp 2s;
  520. -ms-animation: fadeInUp 2s;
  521. }
  522.  
  523. #sidebar .phineas{
  524. position:fixed !important;
  525. width: 400px;
  526. opacity:1;
  527. margin-top: -57px;
  528. margin-left:10px;
  529. text-align: left;
  530. line-height: 54px;
  531. color:{color:blogtitle};
  532. font-weight: normal;
  533. font-family: Cedarville;
  534. text-shadow: 1px 1px 3px {color:blogtitle shadow};
  535. font-size: 50px;
  536. z-index:6;
  537. -o-transition-transition: all 0.4s linear;
  538. -webkit-transition: all 0.4s linear;
  539. -moz-transition: all 0.4s linear;
  540. }
  541. #sidebar:hover .phineas{
  542. margin-left:-300px;
  543. -o-transition-transition: all 0.4s linear;
  544. -webkit-transition: all 0.4s linear;
  545. -moz-transition: all 0.4s linear;
  546. }
  547.  
  548. #sidebar .phineas2{
  549. position:fixed !important;
  550. width: 400px;
  551. opacity:0;
  552. margin-top: 285px;
  553. margin-left:-205px;
  554. text-align: left;
  555. line-height: 54px;
  556. color:{color:blogtitle2};
  557. font-weight: normal;
  558. font-family: stars;
  559. text-shadow: 1px 1px 3px {color:blogtitle shadow};
  560. font-size: 45px;
  561. z-index:6;
  562. -o-transition-transition: all 0.2s linear;
  563. -webkit-transition: all 0.2s linear;
  564. -moz-transition: all 0.2s linear;
  565. }
  566. #sidebar:hover .phineas2{
  567. opacity:1;
  568. margin-left:-50px;
  569. text-transform:none;
  570. letter-spacing: 1px;
  571. -o-transition-transition: all 0.4s linear;
  572. -webkit-transition: all 0.4s linear;
  573. -moz-transition: all 0.4s linear;
  574. }
  575.  
  576. #quote{
  577. width:841px;
  578. height:25px;
  579. left:385px;
  580. font-size:30px;
  581. font-family:cedarville;
  582. text-align:center;
  583. margin-top:-140px;
  584. line-height:30px;
  585. z-index:999999;
  586. position:fixed;
  587. background-color:#fff;
  588. -webkit-transition: all .7s ease-in-out;
  589. -moz-transition: all .7s ease-in-out;
  590. -o-transition: all .7s ease-in-out;
  591. -webkit-animation: fadeInUp 2s;
  592. -moz-animation: fadeInUp 2s;
  593. -ms-animation: fadeInUp 2s;
  594. }
  595.  
  596. #quote2{
  597. width:841px;
  598. height:40px;
  599. left:385px;
  600. margin-top:-147px;
  601. z-index:999;
  602. position:fixed;
  603. background:{color:bar2};
  604. -webkit-transition: all .7s ease-in-out;
  605. -moz-transition: all .7s ease-in-out;
  606. -o-transition: all .7s ease-in-out;
  607. -webkit-animation: fadeInUp 2s;
  608. -moz-animation: fadeInUp 2s;
  609. -ms-animation: fadeInUp 2s;
  610. }
  611.  
  612. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  613. @font-face { font-family: "s"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  614. @font-face { font-family: "comesinhandy"; src: url('http://static.tumblr.com/ygfurav/eGLmkhogi/comesinhandy.ttf'); }
  615. @font-face {font-family: "cedarville"; src: url('http://static.tumblr.com/fxpo5zq/oefmes3gi/cedarville_pnkfun_1_cursive.ttf');}
  616. @font-face { font-family: "dreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  617. @font-face{ font-family:jane; src: url('http://static.tumblr.com/bm7b8hm/vnWmf9864/janeaust.ttf');,}
  618. @font-face { font-family: "neou"; src: url('http://static.tumblr.com/t5cadah/Qzumnxg66/neou-thin.ttf'); }
  619. @font-face{font-family:"Jane Austen";src:url('http://static.tumblr.com/9wzbixa/ncHmj2mmb/janeaust.ttf');}
  620. @font-face { font-family: "pacifico"; src: url('http://static.tumblr.com/jdjsstr/Julm7s6p2/pacifico_1_.ttf'); }
  621. @font-face { font-family: "cutty"; src: url('http://static.tumblr.com/dcylwch/HvDmhxbob/cuttyfruty.ttf'); }
  622. @font-face { font-family: "beauty"; src: url('http://static.tumblr.com/2zvjoo9/n9Mm31t9e/discoverbeauty.ttf');}
  623. @font-face { font-family: "yolo"; src: url('http://static.tumblr.com/5fd89aw/H0ilkmgoh/arsenale_white.ttf'); }
  624. @font-face { font-family: "bebas"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  625. @font-face { font-family: "bold"; src: url('http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf'); }
  626. @font-face { font-family: "bond"; src: url('hhttp://static.tumblr.com/t5cadah/QLlmki683/bondoluopeek.otf'); }
  627. @font-face {font-family: "beautiful every time"; src: url('http://static.tumblr.com/nsunyax/Pm3lzwzye/beautifuleverytime.ttf');}
  628. @font-face { font-family: "demo"; src: url('http://static.tumblr.com/jdjsstr/Eq8m819c1/neou-thin_1_.ttf'); }
  629. @font-face { font-family: "caviardreams"; src: url('http://static.tumblr.com/4yxykdm/xXTlrecqr/caviardreams.ttf'); }
  630. @font-face {font-family:"Bree"; src:url('http://static.tumblr.com/9wzbixa/YBvm26pgu/bree.ttf');}
  631. @font-face { font-family: "sb"; src: url('http://static.tumblr.com/yo59jgt/m4om1rino/signerica_fat.ttf'); }
  632. @font-face { font-family: "lala"; src: url('http://static.tumblr.com/vpzhdvv/6d7m90v7t/111.woff');}
  633. @font-face { font-family: "neverletgo"; src: url('http://static.tumblr.com/q54tzar/o02m2jt6c/neverletgo_3_.ttf'); }
  634. @font-face { font-family: "icons"; src: url('http://static.tumblr.com/8hrjcus/Q3fmg7rhn/breezi_font-webfont.ttf'); }
  635. @font-face {font-family:"CelesteHand"; src: url('http://static.tumblr.com/y5evvpz/dVCmkz0sf/celeste_hand.ttf');}
  636. @font-face {font-family:"Springtime"; src: url('http://static.tumblr.com/y5evvpz/7iomdz3n1/springtime.ttf');}
  637. @font-face {font-family:"Aderyn"; src:url('http://static.tumblr.com/9wzbixa/Qnqm26qzk/dk_aderyn_0.ttf');}
  638. @font-face { font-family: "dawning"; src: url('http://static.tumblr.com/viiafci/Hyzlxws2r/dawningofanewday.ttf'); }
  639.  
  640. #desc{
  641. position:fixed !important;
  642. width:176px;
  643. padding:30px;
  644. padding-top:10px;
  645. background:white;
  646. height:20px;
  647. margin-top:110px;
  648. margin-left:0px;
  649. text-align:center;
  650. z-index:5;
  651. font-family:pewp;
  652. color:#000;
  653. font-size:14px;
  654. line-height:15px;
  655. border: 2px solid #ccc;
  656. opacity:0;
  657. border-radius: 1px 10px 1px 10px;
  658. -o-transition-transition: all 0.4s linear;
  659. -webkit-transition: all 0.4s linear;
  660. -moz-transition: all 0.4s linear;
  661. box-shadow: 1px 1px 3px #aaa;
  662. border-right:2px solid #ccc;
  663. border-left:2px solid #ccc;
  664. }
  665.  
  666. #sidebar:hover #desc{
  667. opacity:1;
  668. transform: rotate(360deg);
  669. -ms-transform: rotate(360deg);
  670. -webkit-transform: rotate(360deg);
  671. -o-transform: rotate(360deg);
  672. -moz-transform: rotate(360deg);
  673. }
  674.  
  675. #link1{
  676. position:fixed !important;
  677. width:26px;
  678. padding:10px;
  679. padding-top:10px;
  680. background:white;
  681. height:10px;
  682. margin-top:120px;
  683. margin-left:90px;
  684. text-align:center;
  685. z-index:5;
  686. font-family:pewp;
  687. color:#000;
  688. font-size:14px;
  689. line-height:15px;
  690. border-radius: 1px 7px 7px 7px;
  691. border: 2px solid #ccc;
  692. opacity:0;
  693. letter-spacing: 2px;
  694. -o-transition-transition: all 0.4s linear;
  695. -webkit-transition: all 0.4s linear;
  696. -moz-transition: all 0.4s linear;
  697. border-right:2px solid #ccc;
  698. border-left:2px solid #ccc;
  699. }
  700.  
  701. #sidebar:hover #link1{
  702. opacity:1;
  703. margin-top:-10px;
  704. margin-left:-10px;
  705. transform: rotate(-360deg);
  706. -ms-transform: rotate(-360deg);
  707. -webkit-transform: rotate(-360deg);
  708. -o-transform: rotate(-360deg);
  709. -moz-transform: rotate(-360deg);
  710. }
  711.  
  712. #link2{
  713. position:fixed !important;
  714. width:26px;
  715. padding:10px;
  716. padding-top:10px;
  717. background:white;
  718. height:10px;
  719. margin-top:120px;
  720. margin-left:90px;
  721. text-align:center;
  722. z-index:5;
  723. font-family:pewp;
  724. color:#000;
  725. font-size:14px;
  726. line-height:15px;
  727. border-radius: 7px 1px 7px 7px;
  728. border: 2px solid #ccc;
  729. opacity:0;
  730. letter-spacing: 2px;
  731. -o-transition-transition: all 0.4s linear;
  732. -webkit-transition: all 0.4s linear;
  733. -moz-transition: all 0.4s linear;
  734. border-right:2px solid #ccc;
  735. border-left:2px solid #ccc;
  736. }
  737.  
  738. #sidebar:hover #link2{
  739. opacity:1;
  740. margin-top:-10px;
  741. margin-left:200px;
  742. transform: rotate(360deg);
  743. -ms-transform: rotate(360deg);
  744. -webkit-transform: rotate(360deg);
  745. -o-transform: rotate(360deg);
  746. -moz-transform: rotate(360deg);
  747. }
  748.  
  749. #link3{
  750. position:fixed !important;
  751. width:26px;
  752. padding:10px;
  753. padding-top:10px;
  754. background:white;
  755. height:10px;
  756. margin-top:120px;
  757. margin-left:90px;
  758. text-align:center;
  759. z-index:5;
  760. font-family:pewp;
  761. color:#000;
  762. font-size:14px;
  763. line-height:15px;
  764. border-radius: 7px 7px 7px 1px;
  765. border: 2px solid #ccc;
  766. opacity:0;
  767. letter-spacing: 2px;
  768. -o-transition-transition: all 0.4s linear;
  769. -webkit-transition: all 0.4s linear;
  770. -moz-transition: all 0.4s linear;
  771. border-right:2px solid #ccc;
  772. border-left:2px solid #ccc;
  773. }
  774.  
  775. #sidebar:hover #link3{
  776. opacity:1;
  777. margin-top:236px;
  778. margin-left:-10px;
  779. transform: rotate(-360deg);
  780. -ms-transform: rotate(-360deg);
  781. -webkit-transform: rotate(-360deg);
  782. -o-transform: rotate(-360deg);
  783. -moz-transform: rotate(-360deg);
  784. }
  785.  
  786. #link4{
  787. position:fixed !important;
  788. width:26px;
  789. padding:10px;
  790. padding-top:10px;
  791. background:white;
  792. height:10px;
  793. margin-top:120px;
  794. margin-left:90px;
  795. text-align:center;
  796. z-index:5;
  797. font-family:pewp;
  798. color:#000;
  799. font-size:19px;
  800. line-height:15px;
  801. border-radius: 7px 7px 1px 7px;
  802. border: 2px solid #ccc;
  803. opacity:0;
  804. letter-spacing: 2px;
  805. -o-transition-transition: all 0.4s linear;
  806. -webkit-transition: all 0.4s linear;
  807. -moz-transition: all 0.4s linear;
  808. border-right:2px solid #ccc;
  809. border-left:2px solid #ccc;
  810. }
  811.  
  812. #sidebar:hover #link4{
  813. opacity:1;
  814. margin-top:236px;
  815. margin-left:200px;
  816. transform: rotate(360deg);
  817. -ms-transform: rotate(360deg);
  818. -webkit-transform: rotate(360deg);
  819. -o-transform: rotate(360deg);
  820. -moz-transform: rotate(360deg);
  821. }
  822.  
  823.  
  824.  
  825. @font-face { font-family: "fineliner"; src: url('http://static.tumblr.com/q54tzar/JcYm21fwu/fineliner_script_1_.otf'); }
  826.  
  827. askk{
  828. font-family: fineliner;
  829. font-size: 20px;
  830. text-transform:normal;
  831. text-align:left;
  832. letter-spacing: 1px;
  833. line height:15px;
  834. color: {color:link};
  835. z-index: 1;
  836. text-shadow: 0px 0px 1px #000;
  837. }
  838.  
  839.  
  840. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  841. .title{
  842. font-family:cutiepop;
  843. font-size: 25px;
  844. line-height: 29px;
  845. color:{color:title};
  846. text-shadow:0px 0px 6px #000;
  847. font-weight: normal;
  848. }
  849.  
  850. @font-face { font-family: "cutiepop"; src: url('http://static.tumblr.com/q54tzar/Gs7m21f91/cutiepop_1_.ttf'); }
  851.  
  852.  
  853. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  854. .permalink a { color:#000; }
  855.  
  856. .entry .permalink {
  857. text-align:right;
  858. opacity:0;
  859. text-transform:uppercase;
  860. margin-bottom:0px;
  861. font-family:calibri;
  862. font-size:10px;
  863. color:#000000;
  864. margin-right:-20px;
  865. -webkit-transition: all 0.5s ease-out;
  866. -moz-transition: all 0.5s ease-out;
  867. transition: all 0.5s ease-out;}
  868.  
  869. .entry:hover .permalink {
  870. margin-right:5px;
  871. opacity:1;
  872. -webkit-transition: all 0.5s ease-out;
  873. -moz-transition: all 0.5s ease-out;
  874. transition: all 0.5s ease-out;
  875. }
  876.  
  877.  
  878. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  879. #infscr-loading{
  880. bottom: -70px;
  881. position: absolute;
  882. left: 50%;
  883. margin-left:-8px;
  884. width:16px;
  885. height:11px;
  886. overflow:hidden;
  887. margin-bottom: 50px;
  888. }
  889.  
  890. #postnotes{
  891. text-align: justify;}
  892.  
  893. #postnotes blockquote{
  894. border: 0px;}
  895.  
  896. blockquote{
  897. padding:0px 0px 2px 5px;
  898. margin:0px 0px 2px 10px;
  899. border-left: 1px dotted #555555;
  900. }
  901.  
  902. blockquote p, ul{
  903. margin:0px;
  904. padding:0px;
  905. }
  906.  
  907. a img{border: 0px;}
  908.  
  909.  
  910. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  911.  
  912. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  913. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  914.  
  915. .notes img{width:10px; position:relative; top:3px;}
  916. <--ses-->
  917. small{font-size: 90%;}
  918.  
  919. {CustomCSS}
  920.  
  921. </style>
  922.  
  923. {block:IndexPage}
  924. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  925. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  926.  
  927. <script type="text/javascript">
  928. $(window).load(function(){
  929. var $wall = $('#posts');
  930. $wall.imagesLoaded(function(){
  931. $wall.masonry({
  932. itemSelector: '.entry, .entry_photo',
  933. isAnimated : false
  934. });
  935. });
  936.  
  937. $wall.infinitescroll({
  938. navSelector : '#pagination',
  939. nextSelector : '#pagination a',
  940. itemSelector : '.entry, .entry_photo',
  941. bufferPx : 2000,
  942. debug : false,
  943. errorCallback: function() {
  944. $('#infscr-loading').fadeOut('normal');
  945. }},
  946. function( newElements ) {
  947. var $newElems = $( newElements );
  948. $newElems.hide();
  949. $newElems.imagesLoaded(function(){
  950. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  951. });
  952. }); $('#posts').show(500);
  953. });
  954. </script>
  955.  
  956. {/block:IndexPage}
  957.  
  958.  
  959. <title>{title}</title>
  960.  
  961. <link rel="shortcut icon" href="{Favicon}" />
  962. <meta name="viewport" content="width=820" />
  963. </head>
  964.  
  965. <body onkeydown="return false">
  966. <BODY onselectstart="return false;" ondragstart="return false;">
  967. <div class="wrapper">
  968. <div class="header">
  969. </div>
  970.  
  971. <div id="cage">
  972. <div id="center">
  973. <div id="bunny"><a href="#?w=500" rel="02" class="poplight"title="click me pwease"><img src="http://th1213.photobucket.com/albums/cc476/dalhiaboogieman/cute%20pixels/th_tumblr_lp69wltnSR1qzw56q.gif" width=50px></a></div>
  974.  
  975. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  976. <div id="sidebar">
  977. <div class="phineas">{text:blogtitle}</div>
  978. <div class="phineas2">{text:blogtitle2}</div>
  979. <div class="linkbar"></div>
  980. <div id="desc">{description}</div>
  981. <div id="bar5"></div>
  982. <div id="bar6"></div>
  983. <div id="quote">{text:quote}</div>
  984. <div id="quote2"></div>
  985. <div id="link1"><a href="{text:link one}"title="{text:link one hover title}"><img src="http://media.tumblr.com/tumblr_m39ujo40D71qhqvlp.png" width=20px></a></div>
  986.  
  987. <div id="link2"><a href="{text:link two}"title="{text:link two hover title}"><img src="http://lh6.ggpht.com/_NZJzdRm10Y0/TTSEOY7k3bI/AAAAAAAAAE4/EVHs_lSSeoQ/s800/gif5.gif" width=22px height=18px></a></div>
  988.  
  989. <div id="link3"><a href="{text:link three}"title="{text:link three hover title}"><img src="http://media.tumblr.com/tumblr_m39uiz3gKu1qhqvlp.png" width=20px height=20px></a></div>
  990.  
  991. <div id="link4"><a href="{text:link four}"title="{text:link four hover title}"><center><img src="http://media.tumblr.com/tumblr_m39uj9U9UO1qhqvlp.png" width=20px height=20px></a></div>
  992.  
  993. <center>
  994. <a href="/"><div id="sidebarpic"><a href="/"><img src="{image:sidebar}" width=100%></a>
  995. </center>
  996.  
  997. </div>
  998.  
  999.  
  1000.  
  1001. <!------------------------------------->
  1002.  
  1003.  
  1004. <div class="left">
  1005. <div id="bar"></div>
  1006. <div id="bar2"></div>
  1007. <div id="bar3"></div>
  1008. <div id="bar4"></div>
  1009. <div id="posts">
  1010. {block:Posts}
  1011. <div class="entry">
  1012.  
  1013. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1014.  
  1015. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></a><br>{/block:HasTags}</span></align>
  1016. {/block:Text}
  1017.  
  1018. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1019.  
  1020. class="permalink"><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a> <a href="{Permalink}"></span></align>{block:Link}</a>
  1021.  
  1022. {block:Photo}
  1023. {block:IndexPage}
  1024. <center>
  1025. <div class="perma">
  1026. <a href="{permalink}">posted {Date} {timeago}</a>
  1027. </div>
  1028.  
  1029. <div class="perma2">
  1030. <a href="{ReblogURL}" target="_blank"> reblog </a>&middot <a href="{Permalink}">{notecountwithlabel}</a>
  1031. </div>
  1032.  
  1033. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1034. {/block:IndexPage}
  1035. {block:PermalinkPage}
  1036. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1037.  
  1038. {LinkCloseTag}
  1039. {/block:PermalinkPage}
  1040. {/block:Photo}
  1041.  
  1042. {block:Photoset}
  1043. {block:IndexPage}
  1044. <center>
  1045.  
  1046. <div class="perma">
  1047. <a href="{permalink}">posted {Date} {timeago}</a>
  1048. </div>
  1049.  
  1050. <div class="perma2">
  1051. <a href="{ReblogURL}" target="_blank"> reblog </a>&middot <a href="{Permalink}">{notecountwithlabel}</a>
  1052. </div>
  1053.  
  1054. {Photoset-250}</center>
  1055. {/block:IndexPage}
  1056. {block:PermalinkPage}
  1057. <center>
  1058. {Photoset-500}</center>
  1059. {/block:PermalinkPage}
  1060. {/block:Photoset}
  1061.  
  1062. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1063.  
  1064. href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a> <a href="{Permalink}"> </span>{/block:Quote}
  1065.  
  1066. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1067. <ul class="chat">
  1068. {block:Lines}
  1069. <li class="user_{UserNumber}">
  1070. {block:Label}
  1071. <span class="label">{Label}</span>
  1072. {/block:Label}
  1073.  
  1074. {Line}
  1075. </li>
  1076. {/block:Lines}
  1077. <div class="permalink"><p align=right><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></div> <a href="{Permalink}"></span>
  1078. {/block:Chat}
  1079.  
  1080. {block:Audio}
  1081. <div style="width:200px; height:30px;">
  1082. {AudioPlayerWhite}
  1083. </div>
  1084. {block:IndexPage}<span class="permalink">
  1085. <div class="permalink"><p align=right><a href="{Permalink}">{timeago} &middot {notecountwithlabel}&nbsp</a></span></div>{/block:IndexPage}
  1086. {/block:Audio}
  1087.  
  1088. {block:Video}
  1089. {block:IndexPage}
  1090. <center>
  1091. <div class="perma2">
  1092. <a href="{ReblogURL}" target="_blank"> reblog </a>&middot <a href="{Permalink}">{notecountwithlabel}</a></div>
  1093. {Video-250}</center>
  1094. {/block:IndexPage}
  1095. {block:PermalinkPage}
  1096. <center>
  1097. {Video-400}</center>
  1098. {/block:PermalinkPage}
  1099. {block:Video}
  1100.  
  1101. {block:Answer}
  1102. <div style="margin: 2px 3px 2px 3px; min-height:30px;border: 1px solid #dbdbdb; padding: 4px; background-color: #eee;">
  1103. <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px;"/>
  1104. <askk>{Asker}</askk>: {Question}</div>
  1105. <div style="padding: -1px 5px -1px 5px;background: transparent;"><center>{Answer}</center><askk><p align="right"><big>-{text:name}</big></p></askk></div>
  1106. <span class="permalink"><a href="{Permalink}">{NoteCountWithLabel}&nbsp</a></span>
  1107. {/block:Answer}
  1108.  
  1109.  
  1110. {block:PostNotes}<div align="middle">{caption}</div>
  1111. <center>
  1112.  
  1113. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1114.  
  1115. {block:HasTags}
  1116. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1117. {block:RebloggedFrom}
  1118. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1119. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1120.  
  1121. {/block:RebloggedFrom}
  1122. </center></span>
  1123. <br>
  1124. <div id="postnotes">{PostNotes}</div><br>
  1125.  
  1126. <center>{block:ContentSource}
  1127. <br><a href="{SourceURL}">
  1128. {lang:Source}:
  1129. {block:SourceLogo}
  1130. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1131. height="{LogoHeight}" alt="{SourceTitle}" />
  1132. {/block:SourceLogo}
  1133. {block:NoSourceLogo}
  1134. {SourceLink}
  1135. {/block:NoSourceLogo}
  1136. </a>
  1137. {/block:ContentSource}</center>
  1138.  
  1139. {/block:PostNotes}
  1140. </div>
  1141. {/block:Posts}
  1142. </div></div>
  1143.  
  1144. {block:IndexPage}
  1145. {block:Pagination}
  1146. <div id="pagination">
  1147. {block:NextPage}
  1148. <a id="nextPage" href="{NextPage}"></a>
  1149. {/block:NextPage}
  1150. {block:PreviousPage}
  1151. <a href="{PreviousPage}"></a>
  1152. {/block:PreviousPage}
  1153. </div>
  1154. {/block:Pagination}
  1155. {/block:IndexPage}
  1156. </body>
  1157.  
  1158. <div id="02" class="popup_block">
  1159.  
  1160. Stats and Updates here lovely :DDD<br>
  1161. you can put your updates here <br>
  1162. I'm currently online! <br>
  1163. Follow my BOTW for a promo!<br>
  1164. Use <br> to make a new line & <p> for a new paragraph !
  1165.  
  1166.  
  1167. </div></div></div></div></div></div></div></div></div></div>
  1168.  
  1169.  
  1170. </html>
  1171. <div class="duck"><center><a href="http://h0ran-wbu.tumblr.com/"title="Theme by Preachlarcel and H0ran-wbu"><img src="http://media.tumblr.com/tumblr_lkl5s8Ay6F1qfamg6.gif" width=14/></a></center></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement