mkbye

thm 46 — mkbye:celina

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