Advertisement
abss_99

Theme #1 by h0ran-wbu

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