mkbye

thm 33 — mkbye:celina

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