mkbye

thm 37 — mkbye:celina

Aug 6th, 2015
563
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 27.34 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6. <!--
  7. Theme 37
  8. ▀▀█▀▀ █░░█ █▀▀ █▀▄▀█ █▀▀ █▀▀   █▀▀▄ █░░█
  9. ░░█░░ █▀▀█ █▀▀ █░▀░█ █▀▀ ▀▀█   █▀▀▄ █▄▄█
  10. ░░▀░░ ▀░░▀ ▀▀▀ ▀░░░▀ ▀▀▀ ▀▀▀   ▀▀▀░ ▄▄▄█
  11.  
  12. █▀▄▀█ █░█ █▀▀▄ █░░█ █▀▀   ▄ ▀▄
  13. █░▀░█ █▀▄ █▀▀▄ █▄▄█ █▀▀   ░ ░█
  14. ▀░░░▀ ▀░▀ ▀▀▀░ ▄▄▄█ ▀▀▀   ▀ ▄▀
  15. Please don't remove credit! If you do, please put it in your FAQ. Thank you :)
  16. http://mkbye.tumblr.com/
  17.  
  18. Theme created: 06.19.15
  19. Theme posted publicly: 08.06.15
  20. -->
  21.  
  22.  
  23.  
  24.  
  25.  
  26.  
  27.  
  28.  
  29.  
  30.  
  31. <html lang="en">
  32. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  33. <html xmlns="http://www.w3.org/1999/xhtml">
  34. <head>
  35. <script type="text/javascript">
  36. // <![CDATA[
  37. var speed=50; // speed colours change, 1 second = 1000
  38. var delay=100; // how long to wait for each wipe
  39. var alink=""; // page to link text to (set to ="" for no link)
  40.  
  41. /****************************
  42. * Wipe Out Text Effect *
  43. *(c) 2003-6 mf2fm web-design*
  44. * http://www.mf2fm.com/rv *
  45. * DON'T EDIT BELOW THIS BOX *
  46. ****************************/
  47. var w_txt;
  48. window.onload=function() { if (document.getElementById) {
  49. var wiper=document.getElementById("wipe");
  50. w_txt=wiper.firstChild.nodeValue;
  51. while (wiper.childNodes.length) wiper.removeChild(wiper.childNodes[0]);
  52. for (var i=0; i<w_txt.length; i++) {
  53. var wipei=document.createElement("span");
  54. wipei.setAttribute("id", "wipe"+i);
  55. wipei.appendChild(document.createTextNode(w_txt.charAt(i)));
  56. if (alink) {
  57. wipei.style.cursor="pointer";
  58. wipei.onclick=function() { top.location.href=alink; }
  59. }
  60. wiper.appendChild(wipei);
  61. }
  62. wipe(0);
  63. }}
  64.  
  65. function wipe(c) {
  66. if (!c) for (var w=0; w<w_txt.length; w++) document.getElementById("wipe"+w).style.visibility="hidden";
  67. else if (c<=w_txt.length) document.getElementById("wipe"+(c-1)).style.visibility="visible";
  68. setTimeout("wipe("+(++c%(w_txt.length+delay))+")", speed);
  69. }
  70. // ]]>
  71. </script>
  72. <script type="text/javascript">
  73. WebFontConfig = {
  74. google: { families: [ 'Allura::latin', 'Roboto:100:latin', 'Dancing+Script::latin', 'Pinyon+Script::latin', 'Allura::latin', 'Ruthie::latin', 'Dosis::latin', 'Raleway:200:latin' ] }
  75. };
  76. (function() {
  77. var wf = document.createElement('script');
  78. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  79. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  80. wf.type = 'text/javascript';
  81. wf.async = 'true';
  82. var s = document.getElementsByTagName('script')[0];
  83. s.parentNode.insertBefore(wf, s);
  84. })(); </script>
  85.  
  86. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  87. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  88. <script>
  89. (function($){
  90. $(document).ready(function(){
  91. $("a[title]").style_my_tooltips({
  92. tip_follows_cursor:true,
  93. tip_delay_time:90,
  94. tip_fade_speed:600,
  95. attribute:"title"
  96. });
  97. });
  98. })(jQuery);
  99. </script>
  100. <script type="text/javascript">
  101. <!--
  102.  
  103. // Disable Right Click Script
  104.  
  105. function IE(e)
  106. {
  107. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  108. {
  109. return false;
  110. }
  111. }
  112. function NS(e)
  113. {
  114. if (document.layers || (document.getElementById && !document.all))
  115. {
  116. if (e.which == "2" || e.which == "3")
  117. {
  118. return false;
  119. }
  120. }
  121. }
  122. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  123.  
  124. //-->
  125. </script>
  126. <script>
  127. $(document).ready(function() {
  128. //
  129. $('a.poplight[href^=#]').click(function() {
  130. var popID = $(this).attr('rel'); //Get Popup Name
  131. var popURL = $(this).attr('href'); //Get Popup href to define size
  132. var query= popURL.split('?');
  133. var dim= query[1].split('&');
  134. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  135. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend();
  136. var popMargTop = ($('#' + popID).height() + 80) / 2;
  137. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  138. //Apply Margin to Popup
  139. $('#' + popID).css({
  140. 'margin-top' : -popMargTop,
  141. 'margin-left' : -popMargLeft
  142. });
  143. $('body').append('<div id="fade"></div>');
  144. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  145. return false;
  146. });
  147. $('a.close, #fade').live('click', function() {
  148. $('#fade , .popup_block').fadeOut(function() {
  149. $('#fade, a.close').remove(); //fade them both out
  150. });
  151. return false;
  152. });
  153. });
  154. </script>
  155.  
  156. <script type="text/javascript"
  157. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  158.  
  159. <!--DEFAULT VARIABLES-->
  160. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  161. <meta name="color:background" content="#fff"/>
  162. <meta name="color:link" content="#777"/>
  163. <meta name="color:text" content="#777"/>
  164. <meta name="color:title" content="#333"/>
  165. <meta name="color:hover" content="#fff"/>
  166. <meta name="image:background" content="1"/>
  167.  
  168. <meta name="image:sidebar" content="1"/>
  169. <meta name="image:sidebar2" content="1"/>
  170. <meta name="image:sidebarbackground" content="1"/>
  171.  
  172. <meta name="color:border1" content="#777"/>
  173. <meta name="color:border2" content="#333"/>
  174. <meta name="color:border3" content="#fff"/>
  175.  
  176. <meta name="text:stats" content="fhs stats counter here"/>
  177. <meta name="text:name" content="name"/>
  178. <meta name="text:write updates here" content="example: updated theme on july 8 2015"/>
  179. <meta name="text:write stats here" content="example: reached 5k followers on february 2 2013"/>
  180.  
  181. <meta name="text:link 1" content="/"/>
  182. <meta name="text:link 1 msg" content="homepage"/>
  183. <meta name="text:link 2" content="/ask"/>
  184. <meta name="text:link 2 msg" content="message"/>
  185. <meta name="text:link 3" content="/"/>
  186. <meta name="text:link 3 msg" content="links"/>
  187. <meta name="text:link 4" content="/"/>
  188. <meta name="text:link 4 msg" content="mine"/>
  189. <meta name="text:link 5" content="/archive"/>
  190. <meta name="text:link 5 msg" content="archive"/>
  191.  
  192. <style type="text/css">
  193. #fade { /*--Transparent background layer--*/
  194. display: none; /*--hidden by default--*/
  195. position: fixed; left: 0; top: 0;
  196. background-color: {color:Background};
  197. background-image:url({image:Background});
  198. width: 100%; height: 100%;
  199. opacity:0.7;
  200. z-index: 99999999;
  201. }
  202. .popup_block{
  203. display: none; /*--hidden by default--*/
  204. padding: 20px;
  205. border:5px solid white;
  206. float: left;
  207. font-size:10px;
  208. position: fixed;
  209. color:white;
  210. top: 50%; left: 50%;
  211. z-index: 9999999999999;
  212. background-image:url({image:sidebarbackground});
  213. background-size:100%;
  214. }
  215. /*--Making IE6 Understand Fixed Positioning--*/
  216. *html #fade {
  217. position: absolute;
  218. }
  219. *html .popup_block {
  220. position: absolute;
  221. }
  222.  
  223. #s-m-t-tooltip {
  224. max-width:300px;
  225. padding:6px 6px 6px 6px;
  226. margin:20px 0px 0px 20px;
  227. background:white;
  228. letter-spacing:0px; /* change the letter spacing */
  229. color:{color:text}; /* change the text color */
  230. font-size:8px;
  231. text-transform:uppercase;
  232. border:1px solid {color:border3};
  233. border-radius:5px;
  234. z-index:999999999999999999999999999999999999;
  235. }
  236.  
  237. ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
  238. ::-webkit-scrollbar-thumb {background-color:{color:border2};}
  239.  
  240. iframe#tumblr_controls {z-index:99999999;right:2px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.05;-webkit-transition: all 0.8s ease-out;-moz-
  241.  
  242. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  243.  
  244. 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;}
  245.  
  246. p {
  247. margin:0px;
  248. margin-top:0px;
  249. }
  250.  
  251.  
  252. body {
  253. padding: 0px;
  254. margin: 0px;
  255. color:{color:text};
  256. font-family:Trebuchet MS;
  257. line-height:12px;
  258. font-size:9px;
  259. background-color: {color:Background};
  260. background-image:url({image:Background});
  261. background-attachment: fixed;
  262. background-repeat: repeat;
  263. }
  264.  
  265.  
  266. a:link, a:active, a:visited{
  267. text-decoration: none;
  268. -webkit-transition: color 0.3s ease-out;
  269. -moz-transition: color 0.3s ease-out;
  270. transition: color 0.3s ease-out;
  271. color:{color:link};
  272. }
  273.  
  274. a:hover {
  275. text-decoration: none;
  276. font-style:;
  277. color:white;
  278. }
  279.  
  280. div#center{
  281. margin:auto;
  282. position:relative;
  283. width:1250px;
  284. background-color:;
  285. overflow:auto;
  286. overflow-y:hidden;
  287. }
  288.  
  289.  
  290. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  291. .entry {
  292. float:left;
  293. display: block;
  294. margin:7px;
  295. overflow:hidden;
  296. width:270px;
  297. padding:15px;
  298. padding-bottom:13px;
  299. border:1px solid #ddd;
  300. {block:PermalinkPage}
  301. width:400px;
  302. text-align:left;
  303. line-height:10px;
  304. margin-left:100px;
  305. {/block:PermalinkPage}
  306. background:white;
  307. background-image:URL();
  308. }
  309.  
  310. .entry img{
  311. outline:5px solid #f4f4f4;
  312. outline-offset:0px;
  313. }
  314.  
  315.  
  316. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  317. .entry .perma{
  318. width:250px;
  319. height:50px;
  320. margin-left:0px;
  321. position: absolute;
  322. padding:10px;
  323. overflow:hidden;
  324. text-align:center;
  325. background:{color:border3};
  326. color:white;
  327. bottom:-116px;
  328. opacity:0;
  329. font-size:10px;
  330. font-family:dosis;
  331. -webkit-transition: all .7s ease;
  332. -moz-transition: all .7s ease;
  333. -o-transition: all .7s ease;
  334. transition: all .7s ease;
  335. border-top:5px solid #f4f4f4;
  336. border-right:5px solid #f4f4f4;
  337. }
  338.  
  339. .perma a{
  340. color:white;
  341. }
  342.  
  343. .entry:hover .perma{
  344. overflow:visible;
  345. opacity:1;
  346. margin-left:0px;
  347. bottom:16px;
  348. }
  349.  
  350.  
  351. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  352. #posts {
  353. width:800px;
  354. margin-top:70px;
  355. z-index:99;
  356. margin-left:510px;
  357. right:auto;
  358.  
  359. padding-bottom:50px;
  360. background:transparent;
  361. margin-right:auto;
  362. position:relative;
  363. overflow-y: hidden;
  364. }
  365.  
  366.  
  367. /*CUSTOMIZE SIDEBAR HERE*/
  368. #sidebar{
  369. position:fixed !important;
  370. z-index:99999999;
  371. width:250px;
  372. height:250px;
  373. top:150px;
  374. left:90px;
  375. background:white;
  376. border:5px solid white;
  377. background-image:url({image:sidebarbackground});
  378. background-size:100%;
  379. outline:10px solid {color:border1};
  380. outline-offset:0px;
  381. }
  382.  
  383. #pic{
  384. position:fixed !important;
  385. width:110px;
  386. height:110px;
  387. margin-top:10px;
  388. margin-left:10px;
  389. background:white;
  390. }
  391.  
  392. #pic img{
  393. width:100px;
  394. height:100px;
  395. padding:5px;
  396. }
  397.  
  398. #pic2{
  399. position:fixed !important;
  400. width:110px;
  401. height:110px;
  402. margin-top:10px;
  403. margin-left:130px;
  404. background:white;
  405. }
  406.  
  407. #pic2 img{
  408. width:100px;
  409. height:100px;
  410. padding:5px;
  411. }
  412.  
  413. #half{
  414. position:fixed !important;
  415. width:230px;
  416. height:110px;
  417. margin-top:130px;
  418. margin-left:10px;
  419. background:{color:sidebarhalf};
  420. }
  421.  
  422. #desc{
  423. position:fixed !important;
  424. width:210px;
  425. height:57px;
  426. margin-top:0px;
  427. margin-left:0px;
  428. padding:10px;
  429. background:#f4f4f4;
  430. text-align:justify;
  431. font-family:raleway;
  432. overflow:auto;
  433. }
  434.  
  435. #linksbar{
  436. position:fixed !important;
  437. width:230px;
  438. height:22px;
  439. margin-top:87px;
  440. margin-left:0px;
  441. background:#f4f4f4;
  442. }
  443.  
  444. #l1{
  445. position:fixed !important;
  446. width:12px;
  447. height:12px;
  448. padding:5px;
  449. margin-top:0px;
  450. margin-left:0px;
  451. background:{color:border2};
  452. font-family:raleway;
  453. font-size:11px;
  454. line-height:12px;
  455. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  456. -webkit-transition: all .7s ease;
  457. -moz-transition: all .7s ease;
  458. -o-transition: all .7s ease;
  459. transition: all .7s ease;
  460. }
  461.  
  462. #l1:hover{
  463. -webkit-box-shadow: inset 0px 50px 0px {color:border3};
  464. }
  465.  
  466. #l1 a{
  467. color:white;
  468. }
  469.  
  470. #l2{
  471. position:fixed !important;
  472. width:12px;
  473. height:12px;
  474. padding:5px;
  475. margin-top:0px;
  476. margin-left:27px;
  477. background:{color:border3};
  478. font-family:raleway;
  479. font-size:11px;
  480. line-height:12px;
  481. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  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. #l2:hover{
  489. -webkit-box-shadow: inset 0px 50px 0px {color:border1};
  490. }
  491.  
  492. #l2 a{
  493. color:white;
  494. }
  495.  
  496. #l3{
  497. position:fixed !important;
  498. width:12px;
  499. height:12px;
  500. padding:5px;
  501. margin-top:0px;
  502. margin-left:54px;
  503. background:{color:border1};
  504. font-family:raleway;
  505. font-size:11px;
  506. line-height:12px;
  507. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  508. -webkit-transition: all .7s ease;
  509. -moz-transition: all .7s ease;
  510. -o-transition: all .7s ease;
  511. transition: all .7s ease;
  512. }
  513.  
  514. #l3:hover{
  515. -webkit-box-shadow: inset 0px 50px 0px {color:link};
  516. }
  517.  
  518. #l3 a{
  519. color:white;
  520. }
  521.  
  522. #l4{
  523. position:fixed !important;
  524. width:12px;
  525. height:12px;
  526. padding:5px;
  527. margin-top:0px;
  528. margin-left:81px;
  529. background:{color:border2};
  530. font-family:raleway;
  531. font-size:11px;
  532. line-height:12px;
  533. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  534. -webkit-transition: all .7s ease;
  535. -moz-transition: all .7s ease;
  536. -o-transition: all .7s ease;
  537. transition: all .7s ease;
  538. }
  539.  
  540. #l4:hover{
  541. -webkit-box-shadow: inset 0px 50px 0px {color:title};
  542. }
  543.  
  544. #l4 a{
  545. color:white;
  546. }
  547.  
  548. #l5{
  549. position:fixed !important;
  550. width:12px;
  551. height:12px;
  552. padding:5px;
  553. margin-top:0px;
  554. margin-left:108px;
  555. background:{color:border3};
  556. font-family:raleway;
  557. font-size:11px;
  558. line-height:12px;
  559. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  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. #l5:hover{
  567. -webkit-box-shadow: inset 0px 50px 0px {color:border1};
  568. }
  569.  
  570. #l5 a{
  571. color:white;
  572. }
  573.  
  574. #l6{
  575. position:fixed !important;
  576. width:85px;
  577. height:12px;
  578. padding:5px;
  579. margin-top:0px;
  580. margin-left:135px;
  581. background:{color:border1};
  582. font-family:raleway;
  583. font-size:11px;
  584. line-height:12px;
  585. -webkit-box-shadow: inset 0 0 0px rgba(0,0,0,0.1);
  586. -webkit-transition: all .7s ease;
  587. -moz-transition: all .7s ease;
  588. -o-transition: all .7s ease;
  589. transition: all .7s ease;
  590. }
  591.  
  592. #l6:hover{
  593. -webkit-box-shadow: inset 0px 50px 0px {color:link};
  594. }
  595.  
  596. #l6 a{
  597. color:white;
  598. }
  599.  
  600. #question{
  601. width:250px;
  602. height:auto;
  603. padding:10px;
  604. font-size:9px;
  605. background:{color:border3};
  606. border-radius:5px;
  607. {block:permalinkpage}
  608. width:380px;
  609. {/block:permalinkpage}
  610. }
  611.  
  612. #answer{
  613. width:250px;
  614. height:auto;
  615. padding:10px;
  616. font-size:9px;
  617. text-align:left;
  618. {block:permalinkpage}
  619. width:380px;
  620. {/block:permalinkpage}
  621. }
  622.  
  623. #design img{
  624. position:fixed !important;
  625. z-index:99;
  626. top:20px;
  627. left:70px;
  628. width:300px;
  629. opacity:0.1;
  630. -webkit-transform:rotate(10deg);
  631. }
  632.  
  633. #topbg{
  634. position:fixed !important;
  635. z-index:999999999999;
  636. top:0px;
  637. margin-left:500px;
  638. width:650px;
  639. height:30px;
  640. background:{color:background};
  641. }
  642.  
  643. #top{
  644. position:fixed !important;
  645. z-index:999999999999;
  646. top:30px;
  647. margin-left:500px;
  648. width:650px;
  649. height:30px;
  650. background:{color:border1};
  651. font-size:9px;
  652. font-family:raleway;
  653. text-align:center;
  654. line-height:30px;
  655.  
  656. }
  657.  
  658.  
  659. #bottom{
  660. position:fixed !important;
  661. z-index:999999999999;
  662. bottom:30px;
  663. margin-left:500px;
  664. width:650px;
  665. height:30px;
  666. background:{color:border2};
  667. line-height:30px;
  668. font-size:9px;
  669. font-family:raleway;
  670. color:white;
  671. text-align:center;
  672. }
  673.  
  674. #bottom a{
  675. color:white;
  676. }
  677.  
  678. #bottombg{
  679. position:fixed !important;
  680. z-index:999999999999;
  681. bottom:0px;
  682. margin-left:500px;
  683. width:650px;
  684. height:30px;
  685. background:{color:background};
  686. }
  687.  
  688. #box{
  689. position:fixed !important;
  690. width:650px;
  691. height:2000px;
  692. margin-top:-20px;
  693. margin-left:500px;
  694. background:{color:border1};
  695. opacity:0.4;
  696. }
  697.  
  698. #albumart{
  699. width:100px;
  700. height:100px;
  701. }
  702.  
  703. #albumart img{
  704. width:70px;
  705. height:70px;
  706. border:2px solid {color:blogtitle};
  707. }
  708.  
  709. .title2{
  710. line-height:0px;
  711. font-family:dancing script;
  712. font-size:17px;
  713. color:{color:Title};
  714. font-weight: normal;
  715. margin-top:0px;
  716. text-align:center;
  717. }
  718.  
  719. .title3{
  720. font-weight: normal;
  721. margin-top:15px;
  722. text-align:center;
  723. font-family:roboto;
  724. font-size:13px;
  725. }
  726.  
  727. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  728. .title{
  729. line-height: 20px;
  730. font-family:allura;
  731. font-size:20px;
  732. color:{color:Title};
  733. font-weight: normal;
  734. }
  735.  
  736.  
  737. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  738. .permalink{
  739. text-transform: normal;
  740. display: block;
  741. text-align: right;
  742. text-decoration: none;
  743. }
  744.  
  745.  
  746. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  747. #infscr-loading{
  748. bottom: -70px;
  749. position: absolute;
  750. left: 50%;
  751. margin-left:-8px;
  752. width:16px;
  753. height:11px;
  754. overflow:hidden;
  755. margin-bottom: 50px;
  756. }
  757.  
  758. #postnotes{
  759. text-align: justify;}
  760.  
  761. #postnotes blockquote{
  762. border: 0px;}
  763.  
  764. blockquote{
  765. padding:0px 0px 2px 5px;
  766. margin:0px 0px 2px 10px;
  767. border-left: 1px dotted #555555;
  768. }
  769.  
  770. blockquote p, ul{
  771. margin:0px;
  772. padding:0px;
  773. }
  774.  
  775. a img{border: 0px;}
  776.  
  777.  
  778. ul, ol, li{list-style:none; margin:0px; padding:2px;}
  779.  
  780. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  781. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  782.  
  783. .notes img{width:10px; position:relative; top:3px;margin:5px;margin-right:10px;}
  784. <--ses-->
  785. small{font-size: 90%;}
  786.  
  787. {CustomCSS}
  788.  
  789. </style>
  790.  
  791. {block:IndexPage}
  792. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  793. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  794. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  795.  
  796. <script type="text/javascript">
  797. $(window).load(function(){
  798. var $wall = $('#posts');
  799. $wall.imagesLoaded(function(){
  800. $wall.masonry({
  801. itemSelector: '.entry, .entry_photo',
  802. isAnimated : false
  803. });
  804. });
  805.  
  806. $wall.infinitescroll({
  807. navSelector : '#pagination',
  808. nextSelector : '#pagination a',
  809. itemSelector : '.entry, .entry_photo',
  810. bufferPx : 2000,
  811. debug : false,
  812. errorCallback: function() {
  813. $('#infscr-loading').fadeOut('normal');
  814. }},
  815. function( newElements ) {
  816. var $newElems = $( newElements );
  817. $newElems.hide();
  818. $newElems.imagesLoaded(function(){
  819. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  820. });
  821. }); $('#posts').show(500);
  822. });
  823. </script>
  824.  
  825.  
  826. {/block:IndexPage}
  827.  
  828.  
  829. <title>{title}</title>
  830.  
  831. <link rel="shortcut icon" href="http://31.media.tumblr.com/tumblr_lnvurxvJ8i1qepbs7.png" />
  832. <meta name="viewport" content="width=820" />
  833. </head>
  834.  
  835. <body>
  836. <BODY onselectstart="return false;" ondragstart="return false;">
  837. <div class="wrapper">
  838. <div class="header">
  839. </div>
  840.  
  841. <div id="cage">
  842. <div id="center">
  843. <div id="design"><img src="http://cliparts.co/cliparts/qcB/oox/qcBooxjxi.png"></div>
  844. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  845. <div id="sidebar">
  846. <center>
  847. <div id="pic"><img src="{image:sidebar}"></div>
  848. <div id="pic2"><img src="{image:sidebar2}"></div>
  849. <div id="half">
  850. <div id="desc">{description}</div>
  851. <div id="linksbar">
  852.  
  853.  
  854.  
  855. <div id="l1">
  856. <a href="{text:link 1}" title="{text:link 1 msg}">01.</a>
  857. </div>
  858. <div id="l2">
  859. <a href="{text:link 2}" title="{text:link 2 msg}">02.</a>
  860. </div>
  861. <div id="l3">
  862. <a href="{text:link 3}" title="{text:link 3 msg}">03.</a>
  863. </div>
  864. <div id="l4">
  865. <a href="{text:link 4}" title="{text:link 4 msg}">04.</a>
  866. </div>
  867. <div id="l5">
  868. <a href="{text:link 5}" title="{text:link 5 msg}">05.</a>
  869. </div>
  870. <div id="l6">
  871. <a href="#?w=340" rel="02" class="poplight">+ more</a>
  872. </div>
  873.  
  874. </div>
  875. </div>
  876. </div>
  877.  
  878. </center>
  879. </div>
  880. <!------------------------------------->
  881. <div id="topbg"></div>
  882. <div id="top"></div>
  883.  
  884. <div id="box"></div>
  885.  
  886. <div id="bottom">{text:stats}</div>
  887. <div id="bottombg"></div>
  888.  
  889. <div class="left">
  890. <div id="posts">
  891. {block:Posts}
  892. <div class="entry">
  893.  
  894. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}</br><span class="body">{Body}</span></br><div id="padding:10px;"> </div>
  895.  
  896. {block:IndexPage}
  897. <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{/block:IndexPage}
  898. {block:PermalinkPage}
  899. <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  900. {/block:PermalinkPage}
  901. {/block:Text}
  902.  
  903. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description}
  904. </br><div style="width:150px;font-size:9px;height:15px;background:{color:border3};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{block:Link}
  905.  
  906. {block:Answer}
  907.  
  908. <div id="question">
  909. <font style="text-transform:uppercase; color:{color:border1};font-size:10px;text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;"><b>{Asker}</b></font>: </br>{question}</div>
  910.  
  911. <div style="padding:5px;"></div>
  912.  
  913. <div id="answer">
  914. <font style="text-transform:uppercase; color:{color:border3};font-size:10px;"><b>{text:name}</b></font>: </br>{answer}</div>
  915.  
  916. <div id="padding:5px;"></div>
  917.  
  918. {block:IndexPage}
  919. <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  920. {/block:IndexPage}
  921. {block:PermalinkPage}
  922. <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  923. {/block:PermalinkPage}
  924.  
  925. {/block:Answer}
  926.  
  927. {block:Photo}
  928. {block:IndexPage}
  929. <center>
  930.  
  931. <div class="perma">
  932. <a href="{ReblogURL}" target="_blank"> reblog post</a></br>
  933. <a href="{Permalink}">permalink</a></br>
  934. {block:NoteCount} {notecountwithlabel} {/block:NoteCount}</br>
  935. {shortmonth} {dayofmonth} {year} / {timeago}
  936. </div>
  937.  
  938. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  939. {/block:IndexPage}
  940. {block:PermalinkPage}
  941. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div></br>
  942. <div style="Text-align:left;">{caption}</div>
  943. </br>
  944.  
  945. <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  946.  
  947. {LinkCloseTag}
  948. {/block:PermalinkPage}
  949. {/block:Photo}
  950.  
  951. {block:Photoset}
  952. {block:IndexPage}
  953. <center>
  954.  
  955.  
  956. {Photoset}</center></br>
  957. <div style="text-align:left">{caption}</div></br>
  958. <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  959. {/block:IndexPage}
  960. {block:PermalinkPage}
  961. <center>
  962. {Photoset}</center></br>
  963. <div style="text-align:left">{caption}</div></br>
  964. <div style="width:150px;font-size:9px;height:15px;background:{color:border3};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  965. {/block:PermalinkPage}
  966. {/block:Photoset}
  967.  
  968. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  969.  
  970. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  971.  
  972. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  973. <ul class="chat">
  974. {block:Lines}
  975. <li class="user_{UserNumber}">
  976. {block:Label}
  977. <span class="label">{Label}</span>
  978. {/block:Label}
  979.  
  980. {Line}
  981. </li>
  982. {/block:Lines}
  983. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  984. {/block:Chat}
  985.  
  986. {block:Audio}
  987. {block:AlbumArt}
  988. <center><div id="albumart"><img src="{AlbumArtURL}"></div></center>
  989. {/block:AlbumArt}
  990. {block:TrackName}
  991. <div class="title2">{TrackName}</div>
  992. {/block:TrackName}
  993. {block:Artist}
  994. <div class="title3">{Artist}</div>
  995. {/block:Artist}
  996.  
  997. <div style="border:1px solid {color:border3}; height:30px; margin-top:15px; margin-left:0px;">
  998. {AudioPlayerWhite}
  999. </div></br>{block:IndexPage}
  1000. <div style="width:150px;font-size:9px;height:15px;background:{color:border2};line-height:15px;text-align:center;margin-left:60px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>{/block:IndexPage}
  1001. {block:PermalinkPage}
  1002. <div style="width:150px;font-size:9px;height:15px;background:{color:border1};line-height:15px;text-align:center;margin-left:130px;border-radius:5px;"><a href="{Permalink}" style="color:white">{notecount} / {timeago}</a></div>
  1003. {/block:PermalinkPage}
  1004. {/block:Audio}
  1005.  
  1006. {block:Video}
  1007. {block:IndexPage}
  1008. <center>
  1009. <div class="perma">
  1010. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1011. {Video-250}</center>
  1012. {/block:IndexPage}
  1013. {block:PermalinkPage}
  1014. <center>
  1015. {Video-400}</center>
  1016. {/block:PermalinkPage}
  1017. {block:Video}
  1018.  
  1019.  
  1020. {block:PostNotes}
  1021. <div style="padding:5px"></div>
  1022. <div id="postnotes"><div style="height:auto;max-height:150px; border:1px solid {color:border2}; overflow:auto; padding:10px; background:#fff;outline:5px solid #f4f4f4;
  1023. outline-offset:0px;"><div style="line-height:15px;">{PostNotes}</div></div></div><br>
  1024.  
  1025. <center>{block:ContentSource}
  1026. <br><a href="{SourceURL}">
  1027. {lang:Source}:
  1028. {block:SourceLogo}
  1029. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1030. height="{LogoHeight}" alt="{SourceTitle}" />
  1031. {/block:SourceLogo}
  1032. {block:NoSourceLogo}
  1033. {SourceLink}
  1034. {/block:NoSourceLogo}
  1035. </a>
  1036. {/block:ContentSource}</center>
  1037.  
  1038. {/block:PostNotes}
  1039. </div>
  1040. {/block:Posts}
  1041. </div></div>
  1042.  
  1043. {block:IndexPage}
  1044. {block:Pagination}
  1045. <div id="pagination">
  1046. {block:NextPage}
  1047. <a id="nextPage" href="{NextPage}"></a>
  1048. {/block:NextPage}
  1049. {block:PreviousPage}
  1050. <a href="{PreviousPage}"></a>
  1051. {/block:PreviousPage}
  1052. </div>
  1053. {/block:Pagination}
  1054. {/block:IndexPage}
  1055. </body>
  1056.  
  1057.  
  1058.  
  1059.  
  1060.  
  1061.  
  1062.  
  1063.  
  1064.  
  1065. <div id="02" class="popup_block">
  1066.  
  1067. <div style="width:130px;height:130px;padding:10px;border:5px solid white;background:#f4f4f4;overflow:auto">
  1068. <div style="font-family:dancing script;font-size:20px;text-align:center;color:{color:border1};width:130px;margin-top:0px;margin-left:0px;height:40px;line-height:40px;background:white">Updates</div>
  1069.  
  1070. <div style="padding:5px;font-size:9px;color:{color:text};">
  1071. {text:write updates here}
  1072. </div>
  1073. </div>
  1074.  
  1075. <div style="width:130px;height:130px;padding:10px;border:5px solid white;background:#f4f4f4;margin-top:-160px;margin-left:180px;overflow:auto">
  1076. <div style="font-family:dancing script;font-size:20px;text-align:center;color:{color:border1};width:130px;margin-top:0px;margin-left:0px;height:40px;line-height:40px;background:white">Statistics</div>
  1077.  
  1078. <div style="padding:5px;font-size:9px;color:{color:text};">
  1079. {text:write stats here}
  1080. </div>
  1081. </div>
  1082.  
  1083.  
  1084.  
  1085. </div></div></div></div></div></div></div></div></div></div>
  1086.  
  1087.  
  1088.  
  1089.  
  1090.  
  1091.  
  1092.  
  1093.  
  1094.  
  1095.  
  1096.  
  1097.  
  1098.  
  1099.  
  1100.  
  1101.  
  1102.  
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112. </html>
  1113. <div style="position:fixed; bottom:5px; z-index:99999;right:5px; background:white; border: 1px solid #eee;width:30px;height:30px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!"><img src="http://cdn.mysitemyway.com/etc-mysitemyway/icons/legacy-previews/icons-256/3d-transparent-glass-icons-people-things/059464-3d-transparent-glass-icon-people-things-hand-peace.png" style="width:30px;height:30px;"></a></div>
Advertisement
Add Comment
Please, Sign In to add comment