mkbye

thm 17 — mkbye:celina

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