mkbye

thm 25 — mkbye:celina

Feb 24th, 2014
1,012
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.23 KB | None | 0 0
  1. <!--
  2. Theme 25 made by
  3. ╱╱╱╭╮╱╭╮
  4. ╱╱╱┃┃╱┃┃
  5. ╭╮╭┫┃╭┫╰━┳╮╱╭┳━━╮
  6. ┃╰╯┃╰╯┫╭╮┃┃╱┃┃┃━┫
  7. ┃┃┃┃╭╮┫╰╯┃╰━╯┃┃━┫
  8. ╰┻┻┻╯╰┻━━┻━╮╭┻━━╯
  9. ╱╱╱╱╱╱╱╱╱╭━╯┃
  10. ╱╱╱╱╱╱╱╱╱╰━━╯
  11. Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
  12. http://mkbye.tumblr.com/
  13.  
  14. Theme created: 2.24.2013
  15. -->
  16. <html lang="en">
  17. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml">
  19. <head>
  20. <script type="text/javascript"
  21. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  22. <script>
  23. $(document).ready(function() {
  24. //
  25. $('a.poplight[href^=#]').click(function() {
  26. var popID = $(this).attr('rel'); //Get Popup Name
  27. var popURL = $(this).attr('href'); //Get Popup href to define size
  28. var query= popURL.split('?');
  29. var dim= query[1].split('&');
  30. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  31. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('');
  32. var popMargTop = ($('#' + popID).height() + 80) / 2;
  33. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  34. //Apply Margin to Popup
  35. $('#' + popID).css({
  36. 'margin-top' : -popMargTop,
  37. 'margin-left' : -popMargLeft
  38. });
  39. $('body').append('<div id="fade"></div>');
  40. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  41. return false;
  42. });
  43. $('a.close, #fade').live('click', function() {
  44. $('#fade , .popup_block').fadeOut(function() {
  45. $('#fade, a.close').remove(); //fade them both out
  46. });
  47. return false;
  48. });
  49. });
  50. </script>
  51. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/pIjn1irpj/tooltips.txt"></script>
  52. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  53. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  54. <script>
  55. (function($){
  56. $(document).ready(function(){
  57. $("a[title]").style_my_tooltips({
  58. tip_follows_cursor:true,
  59. tip_delay_time:90,
  60. tip_fade_speed:600,
  61. attribute:"title"
  62. });
  63. });
  64. })(jQuery);
  65. </script>
  66.  
  67. <script type="text/javascript">
  68. // <![CDATA[
  69. var speed=50; // speed colours change, 1 second = 1000
  70. var delay=100; // how long to wait for each wipe
  71. var alink=""; // page to link text to (set to ="" for no link)
  72.  
  73. /****************************
  74. * Wipe Out Text Effect *
  75. *(c) 2003-6 mf2fm web-design*
  76. * http://www.mf2fm.com/rv *
  77. * DON'T EDIT BELOW THIS BOX *
  78. ****************************/
  79. var w_txt;
  80. window.onload=function() { if (document.getElementById) {
  81. var wiper=document.getElementById("wipe");
  82. w_txt=wiper.firstChild.nodeValue;
  83. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  84. for (var i=0; i<w_txt.length; i++) {
  85. var wipei=document.createElement("span");
  86. wipei.setAttribute("id", "wipe"+i);
  87. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  88. if (alink) {
  89. wipei.style.cursor="pointer";
  90. wipei.onclick=function() { top.location.href=alink; }
  91. }
  92. wiper.appendChild(wipei);
  93. }
  94. wipe(0);
  95. }}
  96.  
  97. function wipe(c) {
  98. if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
  99. else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
  100. setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
  101. }
  102. // ]]>
  103. </script>
  104. <script type="text/javascript">
  105. <!--
  106.  
  107. // Disable Right Click Script
  108.  
  109. function IE(e)
  110. {
  111. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  112. {
  113. return false;
  114. }
  115. }
  116. function NS(e)
  117. {
  118. if (document.layers || (document.getElementById && !document.all))
  119. {
  120. if (e.which == "2" || e.which == "3")
  121. {
  122. return false;
  123. }
  124. }
  125. }
  126. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  127.  
  128. //-->
  129. </script>
  130.  
  131.  
  132. <script type="text/javascript"
  133. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  134.  
  135. <!--DEFAULT VARIABLES-->
  136. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  137. <meta name="color:background" content="#fff"/>
  138. <meta name="color:link" content="#777"/>
  139. <meta name="color:text" content="#777"/>
  140. <meta name="color:title" content="#333"/>
  141. <meta name="color:hover" content="#fff"/>
  142. <meta name="image:background" content="1"/>
  143.  
  144. <meta name="image:sidebar" content="1"/>
  145. <meta name="image:bg" content="1"/>
  146. <meta name="color:sidebar" content="#fff"/>
  147.  
  148. <meta name="image:pic2" content="1"/>
  149.  
  150. <meta name="image:transparent" content="1"/>
  151.  
  152. <meta name="color:border" content="#fff"/>
  153. <meta name="color:blogtitle" content="#fff"/>
  154.  
  155. <meta name="text:onlinestats" content="7 online"/>
  156. <meta name="text:pageviewsstats" content="10000 offline"/>
  157. <meta name="text:blogtitle" content="secret"/>
  158.  
  159. <meta name="text:quote" content="write something short ok"/>
  160. <meta name="text:quote font size" content="15"/>
  161. <meta name="text:sidebarquote" content="write a cute inspiring quote here or something idk"/>
  162.  
  163. <meta name="text:link 1" content="/"/>
  164. <meta name="text:link 2" content="/"/>
  165. <meta name="text:link 3" content="/"/>
  166. <meta name="text:link 4" content="/"/>
  167. <meta name="text:link 5" content="/"/>
  168. <meta name="text:link 1 msg" content="home"/>
  169. <meta name="text:link 2 msg" content="message"/>
  170. <meta name="text:link 3 msg" content="movies"/>
  171. <meta name="text:link 4 msg" content="photography"/>
  172. <meta name="text:link 5 msg" content="face"/>
  173.  
  174. <meta name="text:name" content="Celina"/>
  175.  
  176. <style type="text/css">
  177.  
  178. #fade { /*--Transparent background layer--*/
  179. display: none; /*--hidden by default--*/
  180. background:url();
  181. position: fixed; left: 0; top: 0;
  182. width: 100%; height: 100%;
  183. opacity: .80;
  184. z-index: 9999;
  185. }
  186. .popup_block{
  187. display: none; /*--hidden by default--*/
  188. background: #fff;
  189. padding: 20px;
  190. border: 5px solid {color:bordeR};
  191. border-top:1px solid {color:sidebar};
  192. border-bottom:1px solid {color:sidebar};
  193. float: left;
  194. font-size:12px;
  195. font-family:arial;
  196. position: fixed;
  197. top: 50%; left: 50%;
  198. z-index: 99999;
  199. }
  200. img.btn_close {
  201. float: right;
  202. margin: -5px -5px 0 0;
  203. }
  204. /*--Making IE6 Understand Fixed Positioning--*/
  205. *html #fade {
  206. position: absolute;
  207. }
  208. *html .popup_block {
  209. position: absolute;
  210. }
  211.  
  212. #s-m-t-tooltip {
  213. max-width:300px;
  214. padding:6px 6px 6px 6px;
  215. margin:20px 0px 0px 20px;
  216. background:{color:blogtitle}; /* change the background color */
  217. border:1px solid #fff; /* change the border color */
  218. font-family:arial; /* change the font */
  219. font-size:10px; /* change the font size */
  220. letter-spacing:0px; /* change the letter spacing */
  221. color:#fff; /* change the text color */
  222. z-index:999999999999999999999999999999999999;
  223. border-radius:5px;
  224. }
  225.  
  226.  
  227. ::-webkit-scrollbar {width: 4px; height: 4px; background: #ffffff; }
  228. ::-webkit-scrollbar-thumb { background-color: {color:blogtitle}; -webkit-border-radius: 1ex; }
  229.  
  230. 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-
  231.  
  232. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  233.  
  234. 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;}
  235.  
  236. p {
  237. margin:0px;
  238. margin-top:0px;
  239. }
  240.  
  241.  
  242. body {
  243. padding: 0px;
  244. margin: 0px;
  245. color:{color:text};
  246. font-family:calibri;
  247. line-height:12px;
  248. font-size:11px;
  249. background-color: {color:Background};
  250. background-image:url({image:Background});
  251. background-attachment: fixed;
  252. background-repeat: repeat;
  253. }
  254.  
  255.  
  256. a:link, a:active, a:visited{
  257. text-decoration: none;
  258. -webkit-transition: color 0.3s ease-out;
  259. -moz-transition: color 0.3s ease-out;
  260. transition: color 0.3s ease-out;
  261. color:{color:link};
  262. }
  263.  
  264. a:hover {
  265. text-decoration: none;
  266. font-style:;
  267. color: {color:Hover};
  268. }
  269.  
  270. div#center{
  271. margin:auto;
  272. position:relative;
  273. width:1250px;
  274. background-color:;
  275. overflow:auto;
  276. overflow-y:hidden;
  277. }
  278.  
  279. askk {
  280. font-family: 'hi';
  281. text-align: center;
  282. font-size:45px;
  283. color: {color:title};
  284. padding-top:10px;
  285. line-height:45px;
  286. text-shadow: 1.5px 1px #ddd;
  287. }
  288.  
  289. askkk {
  290. font-family: 'hi';
  291. text-align: center;
  292. font-size:45px;
  293. line-height:45px;
  294. color: {color:title};
  295. text-shadow: 1.5px 1px #ddd;
  296. }
  297.  
  298. #askerpic img{
  299. width:35px;
  300. height:35px;
  301. padding:0px;
  302. border:0px;
  303. border-radius:100px;
  304. }
  305.  
  306. #mypic img{
  307. width:35px;
  308. height:35px;
  309. padding:0px;
  310. border:0px;
  311. border-radius:100px;
  312. }
  313.  
  314. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  315. .entry {
  316. float:left;
  317. display: block;
  318. margin:10px;
  319. overflow:hidden;
  320. width:260px;
  321. padding:15px;
  322. padding-bottom:13px;
  323. border:1px solid #d7d6d6;
  324. border-radius:5px;
  325. {block:PermalinkPage}
  326. width:450px;
  327. text-align:left;
  328. line-height:10px;
  329. margin-left:70px;
  330. {/block:PermalinkPage}
  331. background:white;
  332. background-image:URL();
  333. opacity:0.8;
  334. -webkit-transition: all .7s ease;
  335. -moz-transition: all .7s ease;
  336. -o-transition: all .7s ease;
  337. transition: all .7s ease;
  338. }
  339.  
  340. .entry:hover{
  341. opacity:1;
  342. }
  343.  
  344.  
  345. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  346. .entry .perma{
  347. position: absolute;
  348. width:40px;
  349. height:120px;
  350. margin-left:10px;
  351. top:-70px;
  352. line-height: 16px;
  353. background:#fff;
  354. border-radius:90px;
  355. border:1px solid {color:border};
  356. opacity:0;
  357. -webkit-transition: all .7s ease;
  358. -moz-transition: all .7s ease;
  359. -o-transition: all .7s ease;
  360. transition: all .7s ease;
  361. }
  362.  
  363. .entry:hover .perma{
  364. overflow:visible;
  365. opacity:1;
  366. top:-50px;
  367. }
  368.  
  369. .perma img{
  370. position: absolute;
  371. width:30px;
  372. top:72px;
  373. margin-left:-15px;
  374. }
  375.  
  376. .entry .perma2{
  377. position: absolute;
  378. width:40px;
  379. height:120px;
  380. margin-left:55px;
  381. top:-70px;
  382. line-height: 16px;
  383. background:#fff;
  384. border-radius:90px;
  385. border:1px solid {color:sidebar};
  386. opacity:0;
  387. -webkit-transition: all .7s ease;
  388. -moz-transition: all .7s ease;
  389. -o-transition: all .7s ease;
  390. transition: all .7s ease;
  391. }
  392.  
  393. .entry:hover .perma2{
  394. overflow:visible;
  395. opacity:1;
  396. top:-50px;
  397. }
  398.  
  399. .entry .perma3{
  400. position: absolute;
  401. width:40px;
  402. height:120px;
  403. margin-left:100px;
  404. top:-70px;
  405. line-height: 16px;
  406. background:#fff;
  407. border-radius:90px;
  408. border:1px solid {color:border};
  409. opacity:0;
  410. -webkit-transition: all .7s ease;
  411. -moz-transition: all .7s ease;
  412. -o-transition: all .7s ease;
  413. transition: all .7s ease;
  414. }
  415.  
  416. .entry:hover .perma3{
  417. overflow:visible;
  418. opacity:1;
  419. top:-50px;
  420. }
  421.  
  422. .perma3 img{
  423. position: absolute;
  424. width:30px;
  425. top:70px;
  426. margin-left:-15px;
  427. opacity:0.3;
  428. }
  429.  
  430. .perma4{
  431. position: absolute;
  432. width:220px;
  433. height:50px;
  434. top:120%;
  435. margin-left:-80px;
  436. padding-top:5px;
  437. background:white;
  438. border-radius:5px;
  439. border:1px solid {color:sidebar};
  440. opacity:0;
  441. -webkit-transition: all .7s ease;
  442. -moz-transition: all .7s ease;
  443. -o-transition: all .7s ease;
  444. transition: all .7s ease;
  445. -moz-transform: scale(0.0);
  446. -webkit-transform: scale(0.0);
  447. transform: scale(0.0);
  448. }
  449.  
  450. .perma3:hover .perma4{
  451. -moz-transform: scale(1.0);
  452. -webkit-transform: scale(1.0);
  453. transform: scale(1.0);
  454. opacity:1;
  455. }
  456.  
  457. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  458. #posts {
  459. width:800px;
  460. margin-top:120px;
  461. z-index:99;
  462. margin-left:550px;
  463. right:auto;
  464. background:transparent;
  465. margin-right:auto;
  466. position:relative;
  467. overflow-y: hidden;
  468. }
  469.  
  470.  
  471. /*CUSTOMIZE SIDEBAR HERE*/
  472. #sidebar{
  473. position:fixed !important;
  474. width:320px;
  475. height:320px;
  476. margin-top:150px;
  477. margin-left:135px;
  478. text-align:center;
  479. background:{color:sidebar};
  480. padding-top:15px;
  481. border-radius:5px;
  482. -webkit-transition: all .7s ease;
  483. -moz-transition: all .7s ease;
  484. -o-transition: all .7s ease;
  485. transition: all .7s ease;
  486. }
  487.  
  488. #close{
  489. position:fixed !important;
  490. width:14px;
  491. height:14px;
  492. margin-top:-10px;
  493. margin-left:10px;
  494. border-radius:100px;
  495. background:{color:border};
  496. -moz-box-shadow: 0 0 1px #fff;
  497. -webkit-box-shadow: 0 0 1px #fff;
  498. box-shadow: 0 0 1px #fff;
  499. }
  500.  
  501. #mini{
  502. position:fixed !important;
  503. width:14px;
  504. height:14px;
  505. margin-top:-10px;
  506. margin-left:30px;
  507. border-radius:100px;
  508. background:{color:blogtitle};
  509. -moz-box-shadow: 0 0 1px #fff;
  510. -webkit-box-shadow: 0 0 1px #fff;
  511. box-shadow: 0 0 1px #fff;
  512. }
  513.  
  514. #minitext{
  515. position:fixed !important;
  516. width:90px;
  517. margin-top:2px;
  518. margin-left:-150px;
  519. color:white;
  520. opacity:0;
  521. -webkit-transition: all .7s ease;
  522. -moz-transition: all .7s ease;
  523. -o-transition: all .7s ease;
  524. transition: all .7s ease;
  525. }
  526.  
  527. #mini:hover #minitext{
  528. opacity:1;
  529. margin-left:0px;
  530. }
  531.  
  532. #plus{
  533. position:fixed !important;
  534. width:14px;
  535. height:14px;
  536. margin-top:0px;
  537. margin-left:20px;
  538. border-radius:100px;
  539. background:{color:border};
  540. -moz-box-shadow: 0 0 1px #fff;
  541. -webkit-box-shadow: 0 0 1px #fff;
  542. box-shadow: 0 0 1px #fff;
  543. -webkit-transition: all .7s ease;
  544. -moz-transition: all .7s ease;
  545. -o-transition: all .7s ease;
  546. transition: all .7s ease;
  547. }
  548.  
  549. #mini:hover #plus{
  550. margin-left:80px;
  551. }
  552.  
  553. #plustext{
  554. position:fixed !important;
  555. width:90px;
  556. margin-top:2px;
  557. margin-left:150px;
  558. color:white;
  559. opacity:0;
  560. -webkit-transition: all .7s ease;
  561. -moz-transition: all .7s ease;
  562. -o-transition: all .7s ease;
  563. transition: all .7s ease;
  564. }
  565.  
  566. #mini:hover #plustext{
  567. opacity:1;
  568. margin-left:10px;
  569. }
  570.  
  571. #bg{
  572. position:fixed !important;
  573. background:white;
  574. margin-top:9px;
  575. margin-left:9px;
  576. width:300px;
  577. height:300px;
  578. border-radius:5px;
  579. border:1px solid white;
  580. overflow:hidden;
  581. -webkit-transition: all .7s ease;
  582. -moz-transition: all .7s ease;
  583. -o-transition: all .7s ease;
  584. transition: all .7s ease;
  585. }
  586.  
  587. #pic{
  588. position:fixed !important;
  589. width:300px;
  590. height:300px;
  591. opacity:1;
  592. -webkit-transition: all .7s ease;
  593. -moz-transition: all .7s ease;
  594. -o-transition: all .7s ease;
  595. transition: all .7s ease;
  596. }
  597.  
  598. #pic img{
  599. width:300px;
  600. height:300px;
  601. border-radius:5px;
  602. }
  603.  
  604. #sidebar:hover #bg #pic{
  605. margin-top:-320px;
  606. opacity:0;
  607. }
  608.  
  609. #pic2{
  610. position:fixed !important;
  611. width:300px;
  612. height:300px;
  613. margin-top:0px;
  614. margin-left:1px;
  615. opacity:0;
  616. -webkit-transition: all .7s ease;
  617. -moz-transition: all .7s ease;
  618. -o-transition: all .7s ease;
  619. transition: all .7s ease;
  620. }
  621.  
  622. #pic2 img{
  623. width:300px;
  624. height:300px;
  625. border-radius:5px;
  626. }
  627.  
  628. #sidebar:hover #bg #pic2{
  629. margin-top:0px;
  630. opacity:1;
  631. }
  632.  
  633. #pol{
  634. position:fixed !important;
  635. width:110px;
  636. height:110px;
  637. margin-top:40px;
  638. margin-left:-50px;
  639. border:1px solid {color:border};
  640. border-radius:5px;
  641. opacity:0;
  642. -webkit-transition: all .7s ease;
  643. -moz-transition: all .7s ease;
  644. -o-transition: all .7s ease;
  645. transition: all .7s ease;
  646. }
  647.  
  648. #pol img{
  649. width:110px;
  650. height:110px;
  651. border-radius:5px;
  652. }
  653.  
  654. #sidebar:hover #pol{
  655. opacity:1;
  656. }
  657.  
  658. #tit{
  659. position:fixed !important;
  660. width:250px;
  661. margin-top:50px;
  662. margin-left:61px;
  663. font-family:meem33;
  664. font-size:30px;
  665. color:{color:border};
  666. opacity:0;
  667. -webkit-transition: all .7s ease;
  668. -moz-transition: all .7s ease;
  669. -o-transition: all .7s ease;
  670. transition: all .7s ease;
  671. }
  672.  
  673. #sidebar:hover #tit{
  674. opacity:1;
  675. margin-top:60px;
  676. }
  677.  
  678. #line{
  679. position:fixed !important;
  680. width:250px;
  681. border-top:1px solid {color:sidebar};
  682. margin-top:80px;
  683. margin-left:101px;
  684. opacity:0;
  685. -webkit-transition: all .7s ease;
  686. -moz-transition: all .7s ease;
  687. -o-transition: all .7s ease;
  688. transition: all .7s ease;
  689. }
  690.  
  691. #sidebar:hover #line{
  692. opacity:1;
  693. margin-left:61px;
  694. }
  695.  
  696. #desc{
  697. position:fixed !important;
  698. width:230px;
  699. height:60px;
  700. overflow:auto;
  701. padding:5px;
  702. margin-top:100px;
  703. margin-left:65px;
  704. opacity:0;
  705. -webkit-transition: all .7s ease;
  706. -moz-transition: all .7s ease;
  707. -o-transition: all .7s ease;
  708. transition: all .7s ease;
  709. }
  710.  
  711. #sidebar:hover #desc{
  712. opacity:1;
  713. margin-top:90px;
  714. }
  715.  
  716. #bar{
  717. position:fixed !important;
  718. width:300px;
  719. height:40px;
  720. margin-top:300px;
  721. margin-left:10px;
  722. background:#f4f4f4;
  723. border-radius:5px;
  724. line-height:20px;
  725. opacity:0;
  726. -webkit-transition: all .7s ease;
  727. -moz-transition: all .7s ease;
  728. -o-transition: all .7s ease;
  729. transition: all .7s ease;
  730. }
  731.  
  732. #sidebar:hover #bar{
  733. opacity:1;
  734. margin-top:270px;
  735. }
  736.  
  737. #link1{
  738. position:fixed !important;
  739. width:50px;
  740. height:20px;
  741. margin-top:10px;
  742. margin-left:13px;
  743. border-radius:5px;
  744. border:1px solid white;
  745. background:{color:border};
  746. font-family:meem33;
  747. }
  748.  
  749. #link2{
  750. position:fixed !important;
  751. width:50px;
  752. height:20px;
  753. margin-top:10px;
  754. margin-left:67px;
  755. border-radius:5px;
  756. border:1px solid white;
  757. background:{color:sidebar};
  758. font-family:meem33;
  759. }
  760.  
  761. #link3{
  762. position:fixed !important;
  763. width:50px;
  764. height:20px;
  765. margin-top:10px;
  766. margin-left:124px;
  767. border-radius:5px;
  768. border:1px solid white;
  769. background:{color:border};
  770. font-family:meem33;
  771. }
  772.  
  773. #link4{
  774. position:fixed !important;
  775. width:50px;
  776. height:20px;
  777. margin-top:10px;
  778. margin-left:180px;
  779. border-radius:5px;
  780. border:1px solid white;
  781. background:{color:sidebar};
  782. font-family:meem33;
  783. }
  784.  
  785. #link5{
  786. position:fixed !important;
  787. width:50px;
  788. height:20px;
  789. margin-top:10px;
  790. margin-left:235px;
  791. border-radius:5px;
  792. border:1px solid white;
  793. background:{color:border};
  794. font-family:meem33;
  795. }
  796.  
  797. #blogtitle{
  798. position:fixed !important;
  799. width:320px;
  800. height:80px;
  801. margin-top:330px;
  802. margin-left:0px;
  803. text-align:Center;
  804. font-size:120px;
  805. font-family:hi;
  806. line-height:80px;
  807. border-radius:5px;
  808. border-bottom:1px solid {color:sidebar};
  809. color:white;
  810. text-shadow:-2px 0 {color:blogtitle}, 0 2px {color:blogtitle}, 2px 0 {color:blogtitle}, 0 -2px {color:blogtitle};
  811. opacity:1;
  812. -webkit-transition: all .7s ease;
  813. -moz-transition: all .7s ease;
  814. -o-transition: all .7s ease;
  815. transition: all .7s ease;
  816. }
  817.  
  818. #sidebar:hover #blogtitle{
  819. opacity:0;
  820. margin-top:350px;
  821. }
  822.  
  823. #bg9{
  824. position:fixed !important;
  825. z-index:99999;
  826. width:604px;
  827. height:100px;
  828. margin-top:0px;
  829. margin-left:560px;
  830. background-image:url({image:background});
  831. text-align:center;
  832. border-radius:5px;
  833. border-bottom:1px solid {color:sidebar};
  834. }
  835.  
  836. #quotebar{
  837. position:fixed !important;
  838. z-index:99999;
  839. width:550px;
  840. height:40px;
  841. margin-top:50px;
  842. margin-left:27px;
  843. background:{color:border};
  844. border-radius:5px;
  845. border:1px solid white;
  846. line-height:40px;
  847. text-align:center;
  848. color:white;
  849. font-family:meem33;
  850. font-size:{text:quote font size}px;
  851. letter-spacing:1px;
  852. }
  853.  
  854. #trans img{
  855. position:fixed !important;
  856. height:95px;
  857. width:95px;
  858. margin-top:168px;
  859. margin-left:130px;
  860. opacity:0;
  861. -webkit-transition: all .7s ease;
  862. -moz-transition: all .7s ease;
  863. -o-transition: all .7s ease;
  864. transition: all .7s ease;
  865. }
  866.  
  867. #sidebar:hover #trans img{
  868. opacity:1;
  869. margin-left:30px;
  870. }
  871.  
  872. #se{
  873. position:fixed !important;
  874. width:150px;
  875. height:60px;
  876. padding:10px;
  877. margin-top:180px;
  878. margin-left:20px;
  879. font-family:never let go;
  880. font-size:20px;
  881. line-height:20px;
  882. color:{color:blogtitle};
  883. overflow:auto;
  884. opacity:0;
  885. -webkit-transition: all .7s ease;
  886. -moz-transition: all .7s ease;
  887. -o-transition: all .7s ease;
  888. transition: all .7s ease;
  889. }
  890.  
  891. #sidebar:hover #se{
  892. opacity:1;
  893. }
  894.  
  895. @font-face { font-family: "hi"; src: url('http://static.tumblr.com/tk7f1db/XVqmysgn0/where_stars_shine_the_brightest.ttf'); }
  896.  
  897. @font-face { font-family: "meem33"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  898.  
  899. @font-face{font-family:Never Let Go; src: url(http://static.tumblr.com/9wzbixa/caAmj3lsm/neverletgo.ttf);}
  900.  
  901. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  902. .title{
  903. line-height: 70px;
  904. font-family:hi;
  905. font-size:60px;
  906. color:{color:Title};
  907. font-weight: normal;
  908. }
  909.  
  910.  
  911. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  912. .permalink{
  913. text-transform: normal;
  914. display: block;
  915. text-align: right;
  916. text-decoration: none;
  917. }
  918.  
  919.  
  920. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  921. #infscr-loading{
  922. bottom: -70px;
  923. position: absolute;
  924. left: 50%;
  925. margin-left:-8px;
  926. width:16px;
  927. height:11px;
  928. overflow:hidden;
  929. margin-bottom: 50px;
  930. }
  931.  
  932. #postnotes{
  933. text-align: justify;}
  934.  
  935. #postnotes blockquote{
  936. border: 0px;}
  937.  
  938. blockquote{
  939. padding:0px 0px 2px 5px;
  940. margin:0px 0px 2px 10px;
  941. border-left: 1px dotted #555555;
  942. }
  943.  
  944. blockquote p, ul{
  945. margin:0px;
  946. padding:0px;
  947. }
  948.  
  949. a img{border: 0px;}
  950.  
  951.  
  952. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  953.  
  954. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  955. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  956.  
  957. .notes img{width:10px; position:relative; top:3px;}
  958. <--ses-->
  959. small{font-size: 90%;}
  960.  
  961. {CustomCSS}
  962.  
  963. </style>
  964.  
  965. {block:IndexPage}
  966. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  967. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  968.  
  969. <script type="text/javascript">
  970. $(window).load(function(){
  971. var $wall = $('#posts');
  972. $wall.imagesLoaded(function(){
  973. $wall.masonry({
  974. itemSelector: '.entry, .entry_photo',
  975. isAnimated : false
  976. });
  977. });
  978.  
  979. $wall.infinitescroll({
  980. navSelector : '#pagination',
  981. nextSelector : '#pagination a',
  982. itemSelector : '.entry, .entry_photo',
  983. bufferPx : 2000,
  984. debug : false,
  985. errorCallback: function() {
  986. $('#infscr-loading').fadeOut('normal');
  987. }},
  988. function( newElements ) {
  989. var $newElems = $( newElements );
  990. $newElems.hide();
  991. $newElems.imagesLoaded(function(){
  992. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  993. });
  994. }); $('#posts').show(500);
  995. });
  996. </script>
  997.  
  998.  
  999. {/block:IndexPage}
  1000.  
  1001.  
  1002. <title>{title}</title>
  1003.  
  1004. <link rel="shortcut icon" href="{Favicon}" />
  1005. <meta name="viewport" content="width=820" />
  1006. </head>
  1007. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  1008. <body>
  1009. <BODY onselectstart="return false;" ondragstart="return false;">
  1010. <div class="wrapper">
  1011. <div class="header">
  1012. </div>
  1013.  
  1014. <div id="cage">
  1015. <div id="center">
  1016.  
  1017. <div id="bg9">
  1018. <div id="quotebar">
  1019. <span id="wipe">{text:quote}</span>
  1020. </div>
  1021. </div>
  1022.  
  1023.  
  1024.  
  1025. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1026. <div id="sidebar">
  1027. <center>
  1028.  
  1029. <div id="close"><a href="#?w=300" rel="02" class="poplight" title="updates"style="color:#dddddd;">u</a></div>
  1030. <div id="mini">
  1031. <div id="minitext">{text:onlinestats}</div>
  1032. <div id="plus">
  1033. <div id="plustext">{text:pageviewsstats}</div>
  1034. </div>
  1035. </div>
  1036. <div id="bg">
  1037. <div id="pic"><img src="{image:sidebar}"></div>
  1038. <div id="pic2"><img src="{image:bg}">
  1039. </div>
  1040. </div>
  1041. <div id="pol"><a href="/" title="{text:name} says: Hover the first circle for the updates, and second circle for the stats!"><img src="{image:pic2}"></a></div>
  1042. <div id="tit">description</div>
  1043. <div id="line"></div>
  1044. <div id="desc">{description}</div>
  1045.  
  1046. <div id="se">{text:sidebarquote}</div>
  1047. <div id="trans"><img src="{image:transparent}"></div>
  1048.  
  1049. <div id="bar">
  1050. <div id="link1"><a href="{text:link 1}" title="{text:link 1 msg}" style="color:white;">0.1</a></div>
  1051. <div id="link2"><a href="{text:link 2}" title="{text:link 2 msg}" style="color:white;">0.2</a></div>
  1052. <div id="link3"><a href="{text:link 3}" title="{text:link 3 msg}" style="color:white;">0.3</a></div>
  1053. <div id="link4"><a href="{text:link 4}" title="{text:link 4 msg}" style="color:white;">0.4</a></div>
  1054. <div id="link5"><a href="{text:link 5}" title="{text:link 5 msg}" style="color:white;">0.5</a></div>
  1055. </div>
  1056.  
  1057.  
  1058.  
  1059. <div id="blogtitle">{text:blogtitle}</div>
  1060.  
  1061. </center>
  1062. </div>
  1063. <!------------------------------------->
  1064.  
  1065.  
  1066. <div class="left">
  1067. <div id="posts">
  1068. {block:Posts}
  1069. <div class="entry">
  1070.  
  1071. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1072.  
  1073. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1074. {/block:Text}
  1075.  
  1076. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1077.  
  1078. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1079.  
  1080. {block:Answer}
  1081. <div style="float:left;
  1082. z-index:8;
  1083. margin-left: 6px;
  1084. margin-top: 5px;
  1085. padding: 2px;
  1086. padding-bottom: 2px;
  1087. background: {color:border};
  1088. width:35px;
  1089. height:35px;
  1090. border:1px solid {color:border2};
  1091. border-radius: 100px;
  1092. ">
  1093. <div id="askerpic"><img src="{AskerPortraitURL-30}"></div></div>
  1094.  
  1095. <div style="margin-top:2px;
  1096. margin-bottom:0px;
  1097. margin-left:60px;
  1098. min-height:41px;
  1099. min-width:170px;
  1100. padding: 10px;
  1101. padding-bottom: 10px;
  1102. background-color:#fff;
  1103. border:1px solid #eee;
  1104. text-transform:normal;
  1105. font-size:12px;
  1106. font-family: calibri;
  1107. border-radius:5px;
  1108. text-align:left;
  1109. ">
  1110. <askk>{asker}</askk>: {Question}</div>
  1111.  
  1112. <div style="padding: 5px;"></div>
  1113. <div style="float:right;
  1114. z-index:8;
  1115. margin-right: 3px;
  1116. margin-top: 6px;
  1117. padding:2px;
  1118. background: {color:border2};
  1119. width:35px;
  1120. height:35px;
  1121. border:1px solid {color:border};
  1122. border-radius: 100px;
  1123. ">
  1124. <div id="mypic"><img src="{PostAuthorPortraitURL-30}"></div></div>
  1125.  
  1126. <div style="margin-top:2px;
  1127. margin-right:48px;
  1128. margin-bottom:0px;
  1129. min-height:41px;
  1130. width:165px;
  1131. {block:permalinkpage}
  1132. width:375px;
  1133. {/block:permalinkpage}
  1134. padding: 10px;
  1135. padding-bottom: 10px;
  1136. background-color:#fff;
  1137. border:1px solid #eee;
  1138. text-transform:normal;
  1139. font-size:12px;
  1140. font-family: calibri;
  1141. border-radius:5px;
  1142. text-align:left;
  1143. ">
  1144. <askkk>{text:name}</askkk>: {Answer}</div>
  1145.  
  1146. <div style="padding: 10px;"></div>
  1147.  
  1148. <div style="text-align: right;">{timeago} & <a href="{Permalink}">{notecountwithlabel}</a></div>
  1149. <div style="padding: 5px;"></div>
  1150.  
  1151. {block:IndexPage}
  1152. <div class="permalinktext">
  1153. </div>
  1154. {/block:indexpage}
  1155. {/block:Answer}
  1156.  
  1157. {block:Photo}
  1158. {block:IndexPage}
  1159. <center>
  1160.  
  1161.  
  1162. <div class="perma">
  1163. <a href="{ReblogURL}" target="_blank"> <img src="http://oi43.tinypic.com/2d6jdyr.jpg"> </a> </div>
  1164.  
  1165. <div class="perma2">
  1166. <div style="margin-top:75px;">{LikeButton}</div> </div>
  1167.  
  1168. <div class="perma3">
  1169. <a href="{Permalink}"><img src="https://cdn1.iconfinder.com/data/icons/markerstyle_icons/PNG/64px/link.png"></a>
  1170.  
  1171. <div class="perma4">
  1172. this post has {notecountwithlabel}. </br>
  1173. posted on {ShortMonth}. {DayOfMonth} {Year} {12Hour}:{Minutes}{CapitalAmPm} est </br>
  1174. via: <a href=”{ReblogParentURL}”>{ReblogParentName}</a>
  1175. </div>
  1176.  
  1177.  
  1178.  
  1179. </div>
  1180.  
  1181.  
  1182.  
  1183.  
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1194. {/block:IndexPage}
  1195. {block:PermalinkPage}
  1196. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1197.  
  1198. {LinkCloseTag}
  1199. {/block:PermalinkPage}
  1200. {/block:Photo}
  1201.  
  1202. {block:Photoset}
  1203. {block:IndexPage}
  1204. <center>
  1205.  
  1206. <div class="perma">
  1207. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1208.  
  1209. {Photoset-250}</center>
  1210. {/block:IndexPage}
  1211. {block:PermalinkPage}
  1212. <center>
  1213. {Photoset-500}</center>
  1214. {/block:PermalinkPage}
  1215. {/block:Photoset}
  1216.  
  1217. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1218.  
  1219. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1220.  
  1221. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1222. <ul class="chat">
  1223. {block:Lines}
  1224. <li class="user_{UserNumber}">
  1225. {block:Label}
  1226. <span class="label">{Label}</span>
  1227. {/block:Label}
  1228.  
  1229. {Line}
  1230. </li>
  1231. {/block:Lines}
  1232. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1233. {/block:Chat}
  1234.  
  1235. {block:Audio}
  1236. <div style="width:200px; height:30px;">
  1237. {AudioPlayerBlack}
  1238. </div>
  1239. {block:IndexPage}<span class="permalink">
  1240. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1241. </span>{/block:IndexPage}
  1242. {/block:Audio}
  1243.  
  1244. {block:Video}
  1245. {block:IndexPage}
  1246. <center>
  1247. <div class="perma">
  1248. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1249. {Video-250}</center>
  1250. {/block:IndexPage}
  1251. {block:PermalinkPage}
  1252. <center>
  1253. {Video-400}</center>
  1254. {/block:PermalinkPage}
  1255. {block:Video}
  1256.  
  1257.  
  1258. {block:PostNotes}<div align="middle">{caption}</div>
  1259. <center>
  1260.  
  1261. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1262.  
  1263. {block:HasTags}
  1264. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1265. {block:RebloggedFrom}
  1266. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1267. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1268.  
  1269. {/block:RebloggedFrom}
  1270. </center></span>
  1271. <br>
  1272. <div id="postnotes">{PostNotes}</div><br>
  1273.  
  1274. <center>{block:ContentSource}
  1275. <br><a href="{SourceURL}">
  1276. {lang:Source}:
  1277. {block:SourceLogo}
  1278. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1279. height="{LogoHeight}" alt="{SourceTitle}" />
  1280. {/block:SourceLogo}
  1281. {block:NoSourceLogo}
  1282. {SourceLink}
  1283. {/block:NoSourceLogo}
  1284. </a>
  1285. {/block:ContentSource}</center>
  1286.  
  1287. {/block:PostNotes}
  1288. </div>
  1289. {/block:Posts}
  1290. </div></div>
  1291.  
  1292. {block:IndexPage}
  1293. {block:Pagination}
  1294. <div id="pagination">
  1295. {block:NextPage}
  1296. <a id="nextPage" href="{NextPage}"></a>
  1297. {/block:NextPage}
  1298. {block:PreviousPage}
  1299. <a href="{PreviousPage}"></a>
  1300. {/block:PreviousPage}
  1301. </div>
  1302. {/block:Pagination}
  1303. {/block:IndexPage}
  1304. </body>
  1305.  
  1306.  
  1307.  
  1308.  
  1309.  
  1310. <div id="02" class="popup_block">
  1311. <div style="font-family:meem33; font-size: 20px; line-height: 20px;padding:10px; text-align:center; color:{color:title};">updates<br>
  1312.  
  1313. <div style="padding-top:10px; font-family:calibri; font-size:11px; line-height:11px; color:{color:text}; text-align:left;">
  1314.  
  1315.  
  1316. Write your updates here.</br>
  1317. This section can be found at the bottom of the HTML.
  1318.  
  1319.  
  1320.  
  1321.  
  1322.  
  1323.  
  1324.  
  1325.  
  1326.  
  1327.  
  1328. </div>
  1329.  
  1330.  
  1331.  
  1332.  
  1333. </div></div></div></div></div></div></div></div></div></div></div></div></div></div>
  1334.  
  1335.  
  1336.  
  1337.  
  1338.  
  1339.  
  1340.  
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347.  
  1348.  
  1349.  
  1350.  
  1351.  
  1352.  
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359.  
  1360.  
  1361. </html>
Advertisement
Add Comment
Please, Sign In to add comment