mkbye

thm 31 — mkbye:celina

May 18th, 2015
678
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.10 KB | None | 0 0
  1.  
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. <!--
  11. Theme 31 made by
  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: 04.21.15-04.22-15
  23. Theme posted publicly: 05.18.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:90,
  60. tip_fade_speed:600,
  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.  
  124. <script type="text/javascript"
  125. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  126.  
  127. <!--DEFAULT VARIABLES-->
  128. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  129. <meta name="color:background" content="#fff"/>
  130. <meta name="color:link" content="#777"/>
  131. <meta name="color:text" content="#777"/>
  132. <meta name="color:title" content="#333"/>
  133. <meta name="color:hover" content="#fff"/>
  134. <meta name="image:background" content="1"/>
  135.  
  136. <meta name="color:border1" content="#fff"/>
  137. <meta name="color:border2" content="#fff"/>
  138. <meta name="color:border3" content="#fff"/>
  139. <meta name="color:blogtitle" content="#fff"/>
  140.  
  141. <meta name="image:icon1" content="1"/>
  142. <meta name="image:icon2" content="1"/>
  143.  
  144. <meta name="text:link 1" content="/"/>
  145. <meta name="text:link 1 msg" content="msg"/>
  146. <meta name="text:link 2" content="/"/>
  147. <meta name="text:link 2 msg" content="msg"/>
  148. <meta name="text:link 3" content="/"/>
  149. <meta name="text:link 3 msg" content="msg"/>
  150. <meta name="text:link 4" content="/"/>
  151. <meta name="text:link 4 msg" content="msg"/>
  152. <meta name="text:link 5" content="/"/>
  153. <meta name="text:link 5 msg" content="msg"/>
  154.  
  155. <meta name="text:stats" content="1 | 30000"/>
  156. <meta name="text:updates and stats" content="write your updates here, use </br> to go to a new line!"/>
  157. <meta name="text:blogtitle" content="Hesitation"/>
  158. <meta name="text:name" content="Celina"/>
  159. <meta name="text:quote" content="write quote here | leave empty if you want"/>
  160.  
  161. <style type="text/css">
  162.  
  163. #fade { /*--Transparent background layer--*/
  164. display: none; /*--hidden by default--*/
  165. position: fixed; left: 0; top: 0;
  166. background-color: {color:Background};
  167. background-image:url({image:Background});
  168. width: 100%; height: 100%;
  169. opacity:0.9;
  170. z-index: 99999999;
  171. }
  172. .popup_block{
  173. display: none; /*--hidden by default--*/
  174. padding: 20px;
  175. outline:3px solid {color:border3};
  176. outline-offset:5px;
  177. border:1px solid {color:border2};
  178. float: left;
  179. font-size:10px;
  180. position: fixed;
  181. color:white;
  182. top: 50%; left: 50%;
  183. z-index: 9999999999999;
  184. background:{color:border1};
  185. }
  186. /*--Making IE6 Understand Fixed Positioning--*/
  187. *html #fade {
  188. position: absolute;
  189. }
  190. *html .popup_block {
  191. position: absolute;
  192. }
  193.  
  194. ::-webkit-scrollbar {width: 9px; height: 8px; background: {color:border2}; }
  195. ::-webkit-scrollbar-thumb { background-color: {color:border3}; -webkit-border-radius: 1ex; }
  196. #s-m-t-tooltip {
  197. max-width:300px;
  198. padding:6px 6px 6px 6px;
  199. margin:20px 0px 0px 20px;
  200. background:{color:blogtitle};
  201. letter-spacing:0px; /* change the letter spacing */
  202. color:white; /* change the text color */
  203. border-radius:5px;
  204. font-size:10px;
  205. text-transform:uppercase;
  206. z-index:999999999999999999999999999999999999;
  207. }
  208.  
  209. 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-
  210.  
  211. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  212.  
  213. 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;}
  214.  
  215. p {
  216. margin:0px;
  217. margin-top:0px;
  218. }
  219.  
  220.  
  221. body {
  222. padding: 0px;
  223. margin: 0px;
  224. color:{color:text};
  225. font-family:Trebuchet MS;
  226. line-height:12px;
  227. font-size:11px;
  228. background-color: {color:Background};
  229. background-image:url({image:Background});
  230. background-attachment: fixed;
  231. background-repeat: repeat;
  232. }
  233.  
  234.  
  235. a:link, a:active, a:visited{
  236. text-decoration: none;
  237. -webkit-transition: color 0.3s ease-out;
  238. -moz-transition: color 0.3s ease-out;
  239. transition: color 0.3s ease-out;
  240. color:{color:link};
  241. }
  242.  
  243. a:hover {
  244. text-decoration: none;
  245. font-style:;
  246. color: {color:Hover};
  247. }
  248.  
  249. div#center{
  250. margin:auto;
  251. position:relative;
  252. width:1250px;
  253. background-color:;
  254. overflow:auto;
  255. overflow-y:hidden;
  256. }
  257.  
  258. #question{
  259. width:250px;
  260. height:auto;
  261. background:#f4f4f4;
  262. padding:10px;
  263. text-align:justify;
  264. border-radius:5px;
  265. {block:permalinkpage}
  266. width:430px;
  267. {/block:permalinkpage}}
  268.  
  269. #answer{
  270. width:250px;
  271. height:auto;
  272. background:{color:border2};
  273. padding:10px;
  274. text-align:justify;
  275. border-radius:5px;
  276. {block:permalinkpage}
  277. width:430px;
  278. {/block:permalinkpage}}
  279.  
  280. #timestamp2{
  281. width:90px;
  282. height:20px;
  283. margin-top:0px;
  284. margin-left:40px;
  285. font-size:10px;
  286. text-align:center;
  287. line-height:20px;
  288. background:{color:border3};
  289. text-transform:uppercase;
  290. border-radius:5px;
  291. color:white;
  292. {block:permalinkpage}
  293. margin-left:5px;
  294. {/block:permalinkpage}
  295. }
  296.  
  297. #permalink{
  298. width:80px;
  299. height:20px;
  300. margin-top:-20px;
  301. margin-left:135px;
  302. font-size:10px;
  303. text-align:center;
  304. line-height:20px;
  305. background:{color:border1};
  306. text-transform:uppercase;
  307. border-radius:5px;
  308. color:white;
  309. {block:permalinkpage}
  310. margin-left:100px;
  311. {/block:permalinkpage}
  312. }
  313.  
  314. #asknotes{
  315. width:50px;
  316. height:20px;
  317. margin-top:-20px;
  318. margin-left:220px;
  319. font-size:10px;
  320. text-align:center;
  321. line-height:20px;
  322. background:{color:border2};
  323. text-transform:uppercase;
  324. border-radius:5px;
  325. color:white;
  326. {block:permalinkpage}
  327. margin-left:185px;
  328. {/block:permalinkpage}
  329. }
  330.  
  331. #timestamp3{
  332. width:167px;
  333. height:20px;
  334. margin-top:5px;
  335. margin-left:280px;
  336. font-size:10px;
  337. text-align:center;
  338. line-height:20px;
  339. background:{color:border3};
  340. text-transform:uppercase;
  341. border-radius:5px;
  342. color:white;
  343. }
  344.  
  345. #time{
  346. width:167px;
  347. height:20px;
  348. margin-top:5px;
  349. margin-left:280px;
  350. font-size:10px;
  351. text-align:center;
  352. line-height:20px;
  353. background:{color:border1};
  354. text-transform:uppercase;
  355. border-radius:5px;
  356. color:white;
  357. }
  358.  
  359. #notes{
  360. width:167px;
  361. height:20px;
  362. margin-top:5px;
  363. margin-left:280px;
  364. font-size:10px;
  365. text-align:center;
  366. line-height:20px;
  367. background:{color:border2};
  368. text-transform:uppercase;
  369. border-radius:5px;
  370. color:white;
  371. }
  372.  
  373. #via{
  374. width:167px;
  375. height:20px;
  376. margin-top:5px;
  377. margin-left:280px;
  378. font-size:10px;
  379. text-align:center;
  380. line-height:20px;
  381. background:{color:border3};
  382. text-transform:uppercase;
  383. border-radius:5px;
  384. color:white;
  385. }
  386.  
  387. #source{
  388. width:167px;
  389. height:20px;
  390. margin-top:5px;
  391. margin-left:280px;
  392. font-size:10px;
  393. text-align:center;
  394. line-height:20px;
  395. background:{color:border1};
  396. text-transform:uppercase;
  397. border-radius:5px;
  398. color:white;
  399. }
  400.  
  401. #tags{
  402. width:167px;
  403. height:60px;
  404. margin-top:5px;
  405. margin-left:280px;
  406. font-size:10px;
  407. text-align:center;
  408. line-height:12px;
  409. background:{color:border2};
  410. text-transform:uppercase;
  411. border-radius:5px;
  412. color:white;
  413. }
  414.  
  415. #caption{
  416. width:250px;
  417. height:164px;
  418. margin-top:-185px;
  419. margin-left:0px;
  420. background:#f4f4f4;
  421. border:1px solid {color:border3};
  422. overflow:auto;
  423. padding:10px;
  424. }
  425.  
  426. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  427. .entry {
  428. float:left;
  429. display: block;
  430. margin:15px;
  431. overflow:hidden;
  432. width:270px;
  433. padding:15px;
  434. padding-bottom:13px;
  435. border:1px solid {color:border1};
  436. outline:1px solid #f4f4f4;
  437. outline-offset:-10px;
  438. {block:PermalinkPage}
  439. width:450px;
  440. text-align:left;
  441. margin-left:90px;
  442. line-height:10px;
  443. {/block:PermalinkPage}
  444. background:white;
  445. background-image:URL();
  446. }
  447.  
  448. .entry img{
  449. width:264px;
  450. border:3px solid {color:border2};
  451. border-radius:3px;
  452. {block:PermalinkPage}
  453. width:442px;
  454. {/block:PermalinkPage}
  455. -webkit-transition: all .7s ease;
  456. -moz-transition: all .7s ease;
  457. -o-transition: all .7s ease;
  458. transition: all .7s ease;}
  459.  
  460. .entry img:hover{
  461. -webkit-filter:grayscale(0.8);
  462. outline:3px solid #f4f4f4;
  463. outline-offset:-25px;
  464. {block:PermalinkPage}
  465. -webkit-filter:grayscale(0);
  466. outline:0px;
  467. {/block:PermalinkPage}
  468. }
  469.  
  470.  
  471. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  472. #posts {
  473. width:800px;
  474. margin-top:90px;
  475. z-index:99;
  476. margin-left:455px;
  477. right:auto;
  478. background:transparent;
  479. margin-right:auto;
  480. position:relative;
  481. overflow-y: hidden;
  482. }
  483.  
  484.  
  485. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  486. .entry .perma{
  487. width:70px;
  488. height:20px;
  489. margin-top:-22px;
  490. margin-left:0px;
  491. background:#f4f4f4;
  492. border-radius:2px;
  493. bordeR:1px solid {color:border3};
  494. line-height:20px;
  495. opacity:0;
  496. text-transform:uppercase;
  497. font-size:10px;
  498. -webkit-transition: all .7s ease;
  499. -moz-transition: all .7s ease;
  500. -o-transition: all .7s ease;
  501. transition: all .7s ease;}
  502.  
  503. .entry:hover .perma{
  504. overflow:visible;
  505. opacity:1;
  506. margin-top:4px;
  507. }
  508.  
  509. .entry .perma2{
  510. width:40px;
  511. height:20px;
  512. margin-top:-22px;
  513. margin-left:75px;
  514. background:#f4f4f4;
  515. border-radius:2px;
  516. bordeR:1px solid {color:border1};
  517. line-height:20px;
  518. opacity:0;
  519. text-transform:uppercase;
  520. text-align:center;
  521. font-size:10px;
  522. -webkit-transition: all .7s ease;
  523. moz-transition: all .7s ease;
  524. --transition: all .7s ease;
  525. transition: all .7s ease;
  526. }
  527.  
  528. .entry:hover .perma2{
  529. overflow:visible;
  530. opacity:1;
  531. }
  532.  
  533. .entry .perma3{
  534. width:67px;
  535. height:20px;
  536. margin-top:-22px;
  537. margin-left:120px;
  538. background:#f4f4f4;
  539. border-radius:2px;
  540. bordeR:1px solid {color:border2};
  541. line-height:20px;
  542. opacity:0;
  543. text-transform:uppercase;
  544. font-size:10px;
  545. -webkit-transition: all .7s ease;
  546. -moz-transition: all .7s ease;
  547. -o-transition: all .7s ease;
  548. transition: all .7s ease;
  549. }
  550.  
  551. .entry:hover .perma3{
  552. overflow:visible;
  553. opacity:1;
  554. }
  555.  
  556. .entry .perma4{
  557. width:75px;
  558. height:20px;
  559. margin-top:-22px;
  560. margin-left:192px;
  561. background:#f4f4f4;
  562. border-radius:2px;
  563. bordeR:1px solid {color:border3};
  564. line-height:20px;
  565. opacity:0;
  566. text-transform:uppercase;
  567. font-size:10px;
  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. .entry:hover .perma4{
  575. overflow:visible;
  576. opacity:1;
  577. }
  578.  
  579.  
  580. /*CUSTOMIZE post borders starting on the right*/
  581.  
  582. #psbr{
  583. position:fixed !important;
  584. z-index:999999;
  585. width:700px;
  586. height:30px;
  587. margin-top:0px;
  588. margin-left:430px;
  589. background-color: {color:Background};
  590. background-image:url({image:Background});
  591. background-attachment: fixed;
  592. background-repeat: repeat;
  593. }
  594.  
  595. #psbr1{
  596. position:fixed !important;
  597. z-index:999;
  598. width:774px;
  599. height:30px;
  600. margin-top:30px;
  601. margin-left:396px;
  602. background:{color:border1};
  603. border:5px solid {color:border2};
  604. border-radius:5px;
  605. font-size:10px;
  606. text-transform:uppercase;
  607. line-height:30px;
  608. text-align:center;
  609. color:white;
  610. }
  611.  
  612. #psbr2{
  613. position:fixed !important;
  614. z-index:9999999;
  615. width:30px;
  616. height:2000px;
  617. margin-top:65px;
  618. margin-left:1140px;
  619. background:{color:border1};
  620. border:5px solid {color:border2};
  621. border-radius:5px;
  622. border-top-left-radius:0px;
  623. border-top-right-radius:0px;
  624. border-top:0px;
  625. }
  626.  
  627. #psbr3{
  628. position:fixed !important;
  629. z-index:9999999;
  630. width:326px;
  631. height:30px;
  632. margin-top:200px;
  633. margin-left:70px;
  634. background:{color:border1};
  635. border:5px solid {color:border2};
  636. border-top-left-radius:5px;
  637. border-right:0px;
  638. font-size:10px;
  639. line-height:30px;
  640. text-align:center;
  641. color:white;
  642. text-transform:uppercase;
  643. }
  644.  
  645. #psbr3 a{
  646. color:white;
  647. }
  648.  
  649. #psbr4{
  650. position:fixed !important;
  651. z-index:99999999;
  652. width:30px;
  653. height:254px;
  654. margin-top:235px;
  655. margin-left:70px;
  656. background:{color:border1};
  657. border:5px solid {color:border2};
  658. border-radius:5px;
  659. border-top-left-radius:0px;
  660. border-top-right-radius:0px;
  661. border-top:0px;
  662. }
  663.  
  664. #psbr5{
  665. position:fixed !important;
  666. z-index:99999999;
  667. width:296px;
  668. height:30px;
  669. margin-top:454px;
  670. margin-left:105px;
  671. background:{color:border1};
  672. border:5px solid {color:border2};
  673. border-left:0px;
  674. border-right:0px;
  675. font-size:10px;
  676. line-height:30px;
  677. text-align:center;
  678. color:white;
  679. text-transform:uppercase;
  680. }
  681.  
  682. #psbr5 a{
  683. color:white;
  684. }
  685.  
  686. #psbr6{
  687. position:fixed !important;
  688. z-index:9999;
  689. width:30px;
  690. height:424px;
  691. margin-top:65px;
  692. margin-left:396px;
  693. background:{color:border1};
  694. border:5px solid {color:border2};
  695. border-radius:5px;
  696. border-top-left-radius:0px;
  697. border-top-right-radius:0px;
  698. border-top:0px;
  699. }
  700.  
  701. /*CUSTOMIZE icons*/
  702.  
  703. #in1{
  704. position:fixed;
  705. z-index:99999999;
  706. width:90px;
  707. height:90px;
  708. margin-top:250px;
  709. margin-left:120px;
  710. }
  711.  
  712. #in1 img{
  713. width:90px;
  714. height:90px;
  715. outline:5px solid {color:border3};
  716. outline-offset:0px;
  717. border:1px solid {color:border1};
  718. }
  719.  
  720. #in2{
  721. position:fixed;
  722. z-index:99999999;
  723. width:90px;
  724. height:90px;
  725. margin-top:352px;
  726. margin-left:120px;
  727. }
  728.  
  729. #in2 img{
  730. width:90px;
  731. height:90px;
  732. outline:5px solid {color:border2};
  733. outline-offset:0px;
  734. border:1px solid {color:border3};
  735. }
  736.  
  737. /*CUSTOMIZE desc*/
  738.  
  739. #dc{
  740. position:fixed;
  741. z-index:99999999;
  742. width:140px;
  743. height:71px;
  744. margin-top:245px;
  745. margin-left:222px;
  746. background:white;
  747. border:1px solid {color:border1};
  748. padding:14px;
  749. text-align:center;
  750. text-transform:uppercase;
  751. font-size:9px;
  752. outline:3px solid {color:border1};
  753. outline-offset:-5px;
  754. overflow:auto;
  755. }
  756.  
  757. /*CUSTOMIZE links*/
  758.  
  759. #lks{
  760. position:fixed;
  761. z-index:99999999;
  762. width:140px;
  763. height:70px;
  764. margin-top:347px;
  765. margin-left:222px;
  766. background:white;
  767. border:1px solid {color:border2};
  768. padding:14px;
  769. padding-top:5px;
  770. padding-bottom:5px;
  771. text-align:center;
  772. text-transform:uppercase;
  773. font-size:9px;
  774. outline:3px solid {color:border2};
  775. outline-offset:-5px;
  776. }
  777.  
  778. /*CUSTOMIZE blogtitle*/
  779.  
  780. #be{
  781. position:fixed !important;
  782. z-index:99999999;
  783. width:330px;
  784. height:55px;
  785. margin-top:150px;
  786. margin-left:70px;
  787. font-family:dancing script;
  788. font-size:75px;
  789. line-height:65px;
  790. color:{color:blogtitle};
  791. text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff;
  792. font-style:italic;
  793. text-align:center;
  794. }
  795.  
  796. /*CUSTOMIZE updates and stats*/
  797. #usss{
  798. position:fixed;
  799. z-index:99999999;
  800. width:75px;
  801. height:9px;
  802. margin-top:430px;
  803. margin-left:222px;
  804. background:{color:border3};
  805. color:white;
  806. line-height:9px;
  807. padding:5px;
  808. text-align:center;
  809. text-transform:uppercase;
  810. font-size:9px;
  811. }
  812.  
  813. #usss a{
  814. color:white;
  815. }
  816.  
  817. #ss{
  818. position:fixed;
  819. z-index:99999999;
  820. width:75px;
  821. height:9px;
  822. margin-top:430px;
  823. margin-left:307px;
  824. background:{color:border1};
  825. color:white;
  826. line-height:9px;
  827. padding:5px;
  828. text-align:center;
  829. text-transform:uppercase;
  830. font-size:9px;
  831. }
  832.  
  833. #ss a{
  834. color:white;
  835. }
  836.  
  837.  
  838.  
  839. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  840. .title{
  841. line-height: 25px;
  842. font-family:dancing script;
  843. font-size:25px;
  844. color:{color:Title};
  845. font-weight: normal;
  846. }
  847.  
  848.  
  849. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  850. .permalink{
  851. text-transform: normal;
  852. display: block;
  853. text-align: right;
  854. text-decoration: none;
  855. }
  856.  
  857.  
  858. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  859. #infscr-loading{
  860. bottom: -70px;
  861. position: absolute;
  862. left: 50%;
  863. margin-left:-8px;
  864. width:16px;
  865. height:11px;
  866. overflow:hidden;
  867. margin-bottom: 50px;
  868. }
  869.  
  870. #postnotes{
  871. text-align: justify;}
  872.  
  873. #postnotes blockquote{
  874. border: 0px;}
  875.  
  876. blockquote{
  877. padding:0px 0px 2px 5px;
  878. margin:0px 0px 2px 10px;
  879. border-left: 1px dotted #555555;
  880. }
  881.  
  882. blockquote p, ul{
  883. margin:0px;
  884. padding:0px;
  885. }
  886.  
  887. a img{border: 0px;}
  888.  
  889.  
  890. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  891.  
  892. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  893. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  894.  
  895. .notes img{width:10px; position:relative; top:3px;}
  896. <--ses-->
  897. small{font-size: 90%;}
  898.  
  899. {CustomCSS}
  900.  
  901. </style>
  902.  
  903. {block:IndexPage}
  904. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  905. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  906. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/vGfn06hpd/document.txt"></script>
  907.  
  908. <script type="text/javascript">
  909. $(window).load(function(){
  910. var $wall = $('#posts');
  911. $wall.imagesLoaded(function(){
  912. $wall.masonry({
  913. itemSelector: '.entry, .entry_photo',
  914. isAnimated : false
  915. });
  916. });
  917.  
  918. $wall.infinitescroll({
  919. navSelector : '#pagination',
  920. nextSelector : '#pagination a',
  921. itemSelector : '.entry, .entry_photo',
  922. bufferPx : 2000,
  923. debug : false,
  924. errorCallback: function() {
  925. $('#infscr-loading').fadeOut('normal');
  926. }},
  927. function( newElements ) {
  928. var $newElems = $( newElements );
  929. $newElems.hide();
  930. $newElems.imagesLoaded(function(){
  931. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  932. });
  933. }); $('#posts').show(500);
  934. });
  935. </script>
  936.  
  937.  
  938. {/block:IndexPage}
  939.  
  940.  
  941. <title>{title}</title>
  942.  
  943. <link rel="shortcut icon" href="{Favicon}" />
  944. <meta name="viewport" content="width=820" />
  945. </head>
  946.  
  947. <body>
  948. <BODY onselectstart="return false;" ondragstart="return false;">
  949. <div class="wrapper">
  950. <div class="header">
  951. </div>
  952.  
  953. <div id="cage">
  954. <div id="center">
  955.  
  956.  
  957.  
  958. <div id="psbr"></div>
  959. <div id="psbr1">{text:quote}</div>
  960. <div id="psbr2"></div>
  961. <div id="psbr3"></div>
  962. <div id="psbr4"></div>
  963. <div id="psbr5"></div>
  964. <div id="psbr6"></div>
  965.  
  966.  
  967. <div id="in1"><img src="{image:icon1}"></div>
  968. <div id="in2"><img src="{image:icon2}"></div>
  969.  
  970. <div id="dc">
  971. {description}
  972. </div>
  973.  
  974. <div id="lks">
  975. <a href="{text:link 1}">{text:link 1 msg}</a></br>
  976. <a href="{text:link 2}">{text:link 2 msg}</a></br>
  977. <a href="{text:link 3}">{text:link 3 msg}</a></br>
  978. <a href="{text:link 4}">{text:link 4 msg}</a></br>
  979. <a href="{text:link 5}">{text:link 5 msg}</a></br>
  980. <a href="http://mkbye.tumblr.com">theme credit</a>
  981. </div>
  982.  
  983. <div id="be">{text:blogtitle}</div>
  984.  
  985. <div id="usss"><a href="#?w=350" rel="02" class="poplight">updates + stats</a></div>
  986. <div id="ss">{text:stats}</div>
  987.  
  988. <div class="left">
  989. <div id="posts">
  990. {block:Posts}
  991. <div class="entry">
  992.  
  993. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  994.  
  995. href="{Permalink}"><div style="padding-top:10px"></div>
  996.  
  997. <div id="timestamp2">{timeago}</div>
  998. <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
  999. <div id="asknotes">{notecount}</div><div style="padding-top:2px"></div>{/block:HasTags}</span></align>
  1000. {/block:Text}
  1001.  
  1002. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1003.  
  1004. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1005.  
  1006. {block:Answer}
  1007. <div id="question">
  1008. <font style="color:{color:border1}; text-transform:uppercase; font-style: italic;"><b>{Asker}</b></font>: {question}</div>
  1009.  
  1010. <div style="padding:5px;"></div>
  1011.  
  1012. <div id="answer"><font style="color:white; text-transform:uppercase; font-style: italic;"><b>{text:name}</b></font><font style="color:white">: {answer}</font></div><div style="padding:5px;"></div>
  1013.  
  1014. <p align=right><span
  1015.  
  1016. class="permalink">
  1017.  
  1018. <div style="padding-top:5px"></div>
  1019.  
  1020. <div id="timestamp2">{timeago}</div>
  1021. <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
  1022. <div id="asknotes">{notecount}</div><div style="padding-top:2px"></div></span></align>{/block:Answer}
  1023.  
  1024. {block:Photo}
  1025.  
  1026. {block:IndexPage}
  1027.  
  1028. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1029.  
  1030.  
  1031.  
  1032. <div class="perma"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_50_09.12.14-1_Artboard_38-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:26px;"><a href="{ReblogURL}" target="_blank"> reblog </a></div></div>
  1033.  
  1034. <div class="perma2">{block:NoteCount}{notecount}{/block:NoteCount} </div>
  1035.  
  1036. <div class="perma3"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_29-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:28px;"><a href="{permalink}"> perma </a></div></div>
  1037.  
  1038. <div class="perma4"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_31-128.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:25px;">{12Hour}:{Minutes} {CapitalAmPm}</div></div>
  1039.  
  1040.  
  1041. {/block:IndexPage}
  1042. {block:PermalinkPage}
  1043. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1044.  
  1045. <div style="padding-top:5px"></div>
  1046.  
  1047. <div id="timestamp3">{ShortMonth}. {ShortDayOfWeek}., {DayOfMonthWithZero} {Year} | {12Hour}:{Minutes} {CapitalAmPm} EST</div>
  1048. <div id="time">{timeago}</div>
  1049. <div id="notes">{notecountwithlabel}</div>
  1050. <div id="via">{block:RebloggedFrom} via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a>{/block:RebloggedFrom} </div>
  1051. <div id="source">{block:contentSource}source: <a href="{Sourceurl}" style="color:white">{sourcetitle}</a>{/block:contentSource}</div>
  1052.  
  1053. <div id="tags">
  1054. <div style="font-family:roboto; font-size:15px; padding-top:10px;padding-bottom:5px;">tags: </br></div>
  1055. {block:HasTags}{block:Tags}
  1056. {Tag},
  1057. {/block:Tags}{/block:HasTags}
  1058. </div>
  1059.  
  1060.  
  1061.  
  1062. <div id="caption">{caption}</div>
  1063.  
  1064. {LinkCloseTag}
  1065. {/block:PermalinkPage}
  1066. {/block:Photo}
  1067.  
  1068. {block:Photoset}
  1069. {block:IndexPage}
  1070. <center>
  1071.  
  1072. {Photoset-250}</center>
  1073.  
  1074. <div class="perma"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_50_09.12.14-1_Artboard_38-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:26px;"><a href="{ReblogURL}" target="_blank"> reblog </a></div></div>
  1075.  
  1076. <div class="perma2">{block:NoteCount}{notecount}{/block:NoteCount} </div>
  1077.  
  1078. <div class="perma3"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_29-20.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:28px;"><a href="{permalink}"> perma </a></div></div>
  1079.  
  1080. <div class="perma4"><img src="https://cdn1.iconfinder.com/data/icons/outline-imperial-seo/128/SEO_C_100_09.12.14-3_Artboard_31-128.png" style="width:20px; border:0px; margin-left:2px;"><div style="margin-top:-27px; margin-left:25px;">{12Hour}:{Minutes} {CapitalAmPm}</div></div>
  1081.  
  1082. {/block:IndexPage}
  1083. {block:PermalinkPage}
  1084. <center>
  1085. {Photoset-400}</center>
  1086.  
  1087. <div style="padding-top:5px"></div>
  1088.  
  1089. <div id="timestamp3">{ShortMonth}. {ShortDayOfWeek}., {DayOfMonthWithZero} {Year} | {12Hour}:{Minutes} {CapitalAmPm} EST</div>
  1090. <div id="time">{timeago}</div>
  1091. <div id="notes">{notecountwithlabel}</div>
  1092. <div id="via">{block:RebloggedFrom} via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a>{/block:RebloggedFrom} </div>
  1093. <div id="source">{block:contentSource}source: <a href="{Sourceurl}" style="color:white">{sourcetitle}</a>{/block:contentSource}</div>
  1094.  
  1095. <div id="tags">
  1096. <font style="font-family:roboto; font-size:15px; padding-top:5px; padding-bottom:5px;">tags: </font>
  1097. {block:HasTags}{block:Tags}
  1098. {Tag}
  1099. {/block:Tags}{/block:HasTags}
  1100. </div>
  1101.  
  1102.  
  1103.  
  1104. <div id="caption">{caption}</div>
  1105.  
  1106. {/block:PermalinkPage}
  1107. {/block:Photoset}
  1108.  
  1109. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1110.  
  1111. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1112.  
  1113. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1114. <ul class="chat">
  1115. {block:Lines}
  1116. <li class="user_{UserNumber}">
  1117. {block:Label}
  1118. <span class="label">{Label}</span>
  1119. {/block:Label}
  1120.  
  1121. {Line}
  1122. </li>
  1123. {/block:Lines}
  1124. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1125. {/block:Chat}
  1126.  
  1127. {block:Audio}
  1128. <div style="width:200px; height:30px;">
  1129. {AudioPlayerBlack}
  1130. </div>
  1131. {block:IndexPage}<span class="permalink">
  1132. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1133. </span>{/block:IndexPage}
  1134. {/block:Audio}
  1135.  
  1136. {block:Video}
  1137. {block:IndexPage}
  1138. <center>
  1139. <div class="perma">
  1140. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1141. {Video-250}</center>
  1142. {/block:IndexPage}
  1143. {block:PermalinkPage}
  1144. <center>
  1145. {Video-400}</center>
  1146. {/block:PermalinkPage}
  1147. {block:Video}
  1148.  
  1149.  
  1150. {block:PostNotes}
  1151. <div style="padding:5px"></div>
  1152. <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>
  1153.  
  1154.  
  1155.  
  1156. {/block:PostNotes}
  1157. </div>
  1158. {/block:Posts}
  1159. </div></div>
  1160.  
  1161. {block:IndexPage}
  1162. {block:Pagination}
  1163. <div id="pagination">
  1164. {block:NextPage}
  1165. <a id="nextPage" href="{NextPage}"></a>
  1166. {/block:NextPage}
  1167. {block:PreviousPage}
  1168. <a href="{PreviousPage}"></a>
  1169. {/block:PreviousPage}
  1170. </div>
  1171. {/block:Pagination}
  1172. {/block:IndexPage}
  1173. </body>
  1174.  
  1175.  
  1176. <div id="02" class="popup_block">
  1177.  
  1178. <div style="font-size:20px; font-style:italic; padding:20px;"> updates + stats </div>
  1179.  
  1180. {text:updates and stats}
  1181.  
  1182.  
  1183.  
  1184. </div></div></div></div></div></div></div></div></div></div>
  1185.  
  1186.  
  1187.  
  1188.  
  1189.  
  1190.  
  1191.  
  1192.  
  1193.  
  1194.  
  1195.  
  1196.  
  1197.  
  1198.  
  1199.  
  1200.  
  1201.  
  1202. <div style="position:fixed; bottom:5px; right:5px; background:white; border: 1px solid #eee; padding:10px; font-family:dancing script; font-size: 20px; line-height: 10px;"><a href="http://mkbye.tumblr.com" title="theme made by mkbye!">mkbye</a></div>
  1203. </html>
  1204.  
  1205. </html>
Advertisement
Add Comment
Please, Sign In to add comment