mkbye

thm 7 — mkbye:celina

Aug 11th, 2013
419
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 7 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: 8.11.2013
  15. fonts edited: october 5 2015
  16. -->
  17. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  18. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  19.  
  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', 'arial: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"
  35. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/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"><img src="http://upload.wikimedia.org/wikipedia/commons/f/f8/Tooltip-CloseButton.png" class="btn_close" title="Close" alt="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. <script type="text/javascript">
  81. <!--
  82.  
  83. // Disable Right Click Script
  84.  
  85. function IE(e)
  86. {
  87. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  88. {
  89. return false;
  90. }
  91. }
  92. function NS(e)
  93. {
  94. if (document.layers || (document.getElementById && !document.all))
  95. {
  96. if (e.which == "2" || e.which == "3")
  97. {
  98. return false;
  99. }
  100. }
  101. }
  102. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  103.  
  104. //-->
  105. </script>
  106.  
  107.  
  108. <script type="text/javascript"
  109. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  110.  
  111. <!--DEFAULT VARIABLES-->
  112. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  113. <meta name="color:background" content="#fff"/>
  114. <meta name="color:link" content="#437765"/>
  115. <meta name="color:text" content="#777"/>
  116. <meta name="color:title" content="#333"/>
  117. <meta name="color:hover" content="#fff"/>
  118. <meta name="image:background" content="1"/>
  119.  
  120. <meta name="image:sideback" content="1"/>
  121.  
  122. <meta name="text:blogtitle" content="Perfectionist">
  123.  
  124. <meta name="image:sidebar" content="1"/>
  125. <meta name="image:sidebar2" content="1"/>
  126. <meta name="color:sidebarborder" content="#98c98a"/>
  127. <meta name="color:sidebarborder2" content="#928455"/>
  128.  
  129. <meta name="text:stats" content="1 / 43253"/>
  130. <meta name="text:sidebarlink1" content="/"/>
  131. <meta name="text:sidebarlink2" content="/"/>
  132. <meta name="text:sidebarlinktext1" content="blog of the week"/>
  133. <meta name="text:sidebarlinktext2" content="blog of the month"/>
  134.  
  135. <meta name="color:linkbg" content="#8acf99"/>
  136. <meta name="text:link 1" content="/"/>
  137. <meta name="text:link 2" content="/"/>
  138. <meta name="text:link 3" content="/"/>
  139. <meta name="text:link 4" content="/"/>
  140. <meta name="text:link 5" content="/"/>
  141.  
  142. <meta name="text:link 1 msg" content="Home"/>
  143. <meta name="text:link 2 msg" content="Ask"/>
  144. <meta name="text:link 3 msg" content="Etc"/>
  145. <meta name="text:link 4 msg" content="Pics"/>
  146. <meta name="text:link 5 msg" content="Hot face"/>
  147.  
  148. <meta name="text:name" content="Celina"/>
  149.  
  150. <style type="text/css">
  151.  
  152. #fade { /*--Transparent background layer--*/
  153. display: none; /*--hidden by default--*/
  154. background:url();
  155. position: fixed; left: 0; top: 0;
  156. width: 100%; height: 100%;
  157. opacity: .80;
  158. z-index: 9999;
  159. }
  160. .popup_block{
  161. display: none; /*--hidden by default--*/
  162. background-color:white;
  163. color:{color:text};
  164. padding: 20px;
  165. float: left;
  166. font-size: 10;
  167. position: fixed;
  168. opacity: 1;
  169. border-top:8px solid {color:sidebarborder2};
  170. border-bottom:8px solid {color:sidebarborder2};
  171. border-right:15px solid {color:sidebarborder};
  172. border-left:15px solid {color:sidebarborder};
  173. font-size:11px;
  174. line-height:13px;
  175. font-family:arial;
  176. top: 50%; left: 50%;
  177. z-index: 999999999999999999999999999999999999999999999;
  178. -webkit-transition: all .7s ease;
  179. -moz-transition: all .7s ease;
  180. -o-transition: all .7s ease;
  181. transition: all .7s ease;
  182. /*--CSS3 Box Shadows--*/
  183. /*--CSS3 Rounded Corners--*/
  184. -webkit-border-radius: 5px;
  185. border-radius: 10px;
  186. }
  187.  
  188.  
  189. img.btn_close {
  190. float: right;
  191. margin: -5px -5px 0 0;
  192. }
  193. /*--Making IE6 Understand Fixed Positioning--*/
  194. *html #fade {
  195. position: absolute;
  196. }
  197. *html .popup_block {
  198. position: absolute;
  199. }
  200.  
  201. #s-m-t-tooltip {
  202. max-width:300px;
  203. padding:6px;
  204. margin:20px 0px 0px 20px;
  205. background: #fff; /* change the background color */
  206. border:1px double {color:sidebarborder2}; /* change the border color */
  207. border-radius:10px;
  208. font-family:arial; /* change the font */
  209. font-size:10px; /* change the font size */
  210. letter-spacing:1px; /* change the letter spacing */
  211. text-transform:none; /* can be uppercase, lowercase, none*/
  212. color:{color:sidebarborder}; /* change the text color */
  213. z-index:999999999999999999999999999999999999;
  214. }
  215.  
  216. ::-webkit-scrollbar {
  217.  
  218. height: 5px;
  219.  
  220. width: 3px;
  221.  
  222. background: #fff;
  223.  
  224. }
  225.  
  226. ::-webkit-scrollbar-thumb {
  227.  
  228. background:{color:scrollbar};
  229.  
  230. border: 0px;
  231.  
  232. -webkit-border-radius: 5ex;
  233.  
  234. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  235.  
  236. }
  237.  
  238. ::-webkit-scrollbar-corner {
  239.  
  240. background: #transparent;
  241.  
  242. }
  243.  
  244. 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-
  245.  
  246. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  247.  
  248. 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;}
  249.  
  250. p {
  251. margin:0px;
  252. margin-top:0px;
  253. }
  254.  
  255.  
  256. body {
  257. padding: 0px;
  258. margin: 0px;
  259. color:{color:text};
  260. font-family: arial;
  261. line-height:13px;
  262. font-size:11px;
  263. background-color: {color:Background};
  264. background-image:url({image:Background});
  265. background-attachment: fixed;
  266. background-repeat: repeat;
  267. }
  268.  
  269.  
  270. a:link, a:active, a:visited{
  271. text-decoration: none;
  272. -webkit-transition: color 0.3s ease-out;
  273. -moz-transition: color 0.3s ease-out;
  274. transition: color 0.3s ease-out;
  275. color:{color:link};
  276. }
  277.  
  278. a:hover {
  279. text-decoration: none;
  280. font-style:;
  281. color: {color:Hover};
  282. }
  283.  
  284. div#center{
  285. margin:auto;
  286. position:relative;
  287. width:1250px;
  288. background-color:;
  289. overflow:auto;
  290. overflow-y:hidden;
  291. }
  292.  
  293. asker{
  294. font-family:clicker script;
  295. text-align: right;
  296. margin-top: 25px;
  297. margin-left: 5px;
  298. font-size:20px;
  299. color:{color:title};
  300. line-height: 31px;
  301. }
  302.  
  303. ask{
  304. font-family:clicker script;
  305. text-align: right;
  306. font-size:20px;
  307. color:{color:title};
  308. margin-left:130px;
  309. }
  310.  
  311. @font-face { font-family: "black"; src: url('http://static.tumblr.com/prbmsvf/xz6mq98gt/blackjar.ttf'); }
  312.  
  313. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  314. .entry {
  315. float:left;
  316. display: block;
  317. margin:5px;
  318. overflow:hidden;
  319. width:220px;
  320. {block:PermalinkPage}
  321. width:500px;
  322. text-align:left;
  323. line-height:10px;
  324. margin-left:100px;
  325. {/block:PermalinkPage}
  326. background:white;
  327. background-image:URL();
  328. border:1px solid #dddcdc;
  329. padding:5px;
  330. padding-bottom:3px;
  331. }
  332.  
  333.  
  334. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  335. .entry .perma{
  336. width:180px;
  337. min-height:20px;
  338. height:auto;
  339. margin-left:15px;
  340. position: absolute;
  341. line-height: 16px;
  342. overflow:hidden;
  343. text-align:center;
  344. top:-100px;
  345. background:white;
  346. word-spacing:2px;
  347. letter-spacing:1px;
  348. border-right:5px solid {color:sidebarborder};
  349. border-left:5px solid {color:sidebarborder2};
  350. border-top:2px dotted {color:sidebarborder};
  351. border-bottom:2px dotted {color:sidebarborder2};
  352. font-family:arial;
  353. font-size:10px;
  354. padding-top:5px;
  355. padding-bottom:5px;
  356. text-transform:lowercase;
  357. opacity: 0.0;
  358. -webkit-transition: all .7s ease;
  359. -moz-transition: all .7s ease;
  360. -o-transition: all .7s ease;
  361. transition: all .7s ease;
  362.  
  363. }
  364.  
  365. .entry:hover .perma{
  366. overflow:visible;
  367. opacity:1;
  368. top:20px;
  369. }
  370.  
  371.  
  372. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  373. #posts {
  374. width:900px;
  375. margin-top:50px;
  376. z-index:99;
  377. margin-left:488px;
  378. right:auto;
  379. background:transparent;
  380. margin-right:auto;
  381. position:relative;
  382. overflow-y: hidden;
  383. }
  384.  
  385.  
  386. /*CUSTOMIZE SIDEBAR HERE*/
  387. #sidebar{
  388. position:fixed !important;
  389. width:320px;
  390. background:white;
  391. height:230px;
  392. margin-top:130px;
  393. margin-left:50px;
  394. text-align:center;
  395. border:5px double {color:sidebarborder};
  396. -webkit-transition: all .7s ease;
  397. -moz-transition: all .7s ease;
  398. -o-transition: all .7s ease;
  399. transition: all .7s ease;
  400. }
  401.  
  402. #sidebar:hover{
  403. border:5px double {color:sidebarborder2};
  404. }
  405.  
  406. #sidebarpic img{
  407. width:320px;
  408. height:230px;
  409. -webkit-transition: all .7s ease;
  410. -moz-transition: all .7s ease;
  411. -o-transition: all .7s ease;
  412. transition: all .7s ease;
  413. }
  414.  
  415. #pic2 img{
  416. position:fixed !important;
  417. width:150px;
  418. height:230px;
  419. margin-left:-160px;
  420. margin-top:-233px;
  421. border-right:1px dotted {color:sidebarborder};
  422. opacity:0;
  423. -webkit-transition: all .7s ease;
  424. -moz-transition: all .7s ease;
  425. -o-transition: all .7s ease;
  426. transition: all .7s ease;
  427. }
  428.  
  429. #sidebar:hover #pic2 img{
  430. opacity:1;
  431. }
  432.  
  433. #desc{
  434. position:fixed !important;
  435. width:148px;
  436. padding: 10px;
  437. background:white;
  438. height:80px;
  439. overflow-y:hidden;
  440. overflow:auto;
  441. margin-top:1px;
  442. padding-top:15px;
  443. margin-left:151px;
  444. text-align:center;
  445. z-index:9999999999;
  446. font-family:arial;
  447. color:#000;
  448. font-size:10px;
  449. line-height:15px;
  450. border-bottom: 1px solid {color:sidebarborder};
  451. opacity:0;
  452. -webkit-transition: all .7s ease;
  453. -moz-transition: all .7s ease;
  454. -o-transition: all .7s ease;
  455. transition: all .7s ease;
  456. }
  457.  
  458. #sidebar:hover #desc{
  459. opacity:1;
  460. }
  461.  
  462. #stats{
  463. position:fixed !important;
  464. width:148px;
  465. padding: 10px;
  466. background:white;
  467. height:15px;
  468. overflow-y:hidden;
  469. overflow:auto;
  470. margin-top:107px;
  471. padding-top:10px;
  472. padding-bottom:5px;
  473. margin-left:151px;
  474. text-align:center;
  475. z-index:9999999999;
  476. font-family:arial;
  477. letter-spacing:1px;
  478. color:#000;
  479. font-size:10px;
  480. line-height:10px;
  481. border-bottom: 1px solid {color:sidebarborder};
  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 #stats{
  490. opacity:1;
  491. }
  492.  
  493. #updates{
  494. position:fixed !important;
  495. width:148px;
  496. padding: 10px;
  497. background:white;
  498. height:15px;
  499. overflow-y:hidden;
  500. overflow:auto;
  501. margin-top:138px;
  502. padding-top:10px;
  503. padding-bottom:5px;
  504. margin-left:151px;
  505. text-align:center;
  506. z-index:9999999999;
  507. font-family:arial;
  508. letter-spacing:1px;
  509. color:#000;
  510. font-size:10px;
  511. line-height:11px;
  512. border-bottom: 1px solid {color:sidebarborder};
  513. opacity:0;
  514. -webkit-transition: all .7s ease;
  515. -moz-transition: all .7s ease;
  516. -o-transition: all .7s ease;
  517. transition: all .7s ease;
  518. }
  519.  
  520. #sidebar:hover #updates{
  521. opacity:1;
  522. }
  523.  
  524. #sidebarlink1{
  525. position:fixed !important;
  526. width:148px;
  527. padding: 10px;
  528. background:white;
  529. height:15px;
  530. overflow-y:hidden;
  531. overflow:auto;
  532. margin-top:169px;
  533. padding-top:10px;
  534. padding-bottom:5px;
  535. margin-left:151px;
  536. text-align:center;
  537. z-index:9999999999;
  538. font-family:arial;
  539. letter-spacing:1px;
  540. color:#000;
  541. font-size:10px;
  542. line-height:11px;
  543. border-bottom: 1px solid {color:sidebarborder};
  544. opacity:0;
  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. #sidebar:hover #sidebarlink1{
  552. opacity:1;
  553. }
  554.  
  555. #sidebarlink2{
  556. position:fixed !important;
  557. width:148px;
  558. padding: 10px;
  559. background:white;
  560. height:15px;
  561. overflow-y:hidden;
  562. overflow:auto;
  563. margin-top:200px;
  564. padding-top:10px;
  565. padding-bottom:5px;
  566. margin-left:151px;
  567. text-align:center;
  568. z-index:9999999999;
  569. font-family:arial;
  570. letter-spacing:1px;
  571. color:#000;
  572. font-size:10px;
  573. line-height:11px;
  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. #sidebar:hover #sidebarlink2{
  582. opacity:1;
  583. }
  584.  
  585. #blogtitle{
  586. position:fixed !important;
  587. z-index:99;
  588. width:400px;
  589. height:30px;
  590. opacity: 1;
  591. padding:3px;
  592. margin-top:-60px;
  593. margin-left:-50px;
  594. background:transparent;
  595. line-height:57px;
  596. text-align:center;
  597. border-bottom: 0px;
  598. color: {color:sidebarborder2};
  599. letter-spacing:3px;
  600. font-size: 50px;
  601. font-family:clicker script;
  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 #blogtitle{
  609. color: {color:sidebarborder};
  610. }
  611.  
  612. .sideback{
  613. position:fixed;
  614. margin-left:430px;
  615. top: 10px;
  616. background: #;
  617. background-image:url({image:sideback});
  618. height:90%;
  619. border: 2px double #fff;
  620. border-radius:100px;
  621. opacity:1;
  622. width:20px;
  623. z-index:999999;
  624. transition: all 2.0s ease-out;
  625. -o-transition-transition: all 2.0s ease-out;
  626. -webkit-transition: all 2.0s ease-out;
  627. -moz-transition: all 2.0s ease-out;
  628. }
  629.  
  630. .sideback:hover{
  631. background-position:right;
  632. }
  633.  
  634. .sideback1{
  635. position:fixed;
  636. margin-left:1250px;
  637. top: 50px;
  638. background: #;
  639. background-image:url({image:sideback});
  640. height:90%;
  641. border: 2px double #fff;
  642. border-radius:100px;
  643. opacity:1;
  644. width:20px;
  645. z-index:999999;
  646. transition: all 2.0s ease-out;
  647. -o-transition-transition: all 2.0s ease-out;
  648. -webkit-transition: all 2.0s ease-out;
  649. -moz-transition: all 2.0s ease-out;
  650. }
  651.  
  652. .sideback1:hover {
  653. background-position:right;
  654. }
  655.  
  656.  
  657. @font-face {font-family:arial;src:url(http://static.tumblr.com/tk7f1db/toEmre2g1/caf_____brewery.ttf);}
  658.  
  659. @font-face{font-family:mkbye;src:url(http://static.tumblr.com/tk7f1db/kqdmre29m/ahundredmiles.ttf);}
  660.  
  661. @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
  662.  
  663. @font-face {font-family: "mkbye2"; src:url("http://static.tumblr.com/tk7f1db/yycmpuatz/yummycupcakes.ttf");}
  664.  
  665. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  666. .title{
  667. line-height: 31px;
  668. color:{color:Title};
  669. font-family:arial;
  670. font-size:15px;
  671. font-weight: normal;
  672. }
  673.  
  674.  
  675. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  676. .permalink{
  677. text-transform: normal;
  678. display: block;
  679. text-align: right;
  680. text-decoration: none;
  681. }
  682.  
  683.  
  684. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  685. #infscr-loading{
  686. bottom: -70px;
  687. position: absolute;
  688. left: 50%;
  689. margin-left:-8px;
  690. width:16px;
  691. height:11px;
  692. overflow:hidden;
  693. margin-bottom: 50px;
  694. }
  695.  
  696. #postnotes{
  697. text-align: justify;}
  698.  
  699. #postnotes blockquote{
  700. border: 0px;}
  701.  
  702. blockquote{
  703. padding:0px 0px 2px 5px;
  704. margin:0px 0px 2px 10px;
  705. border-left: 1px dotted #555555;
  706. }
  707.  
  708. blockquote p, ul{
  709. margin:0px;
  710. padding:0px;
  711. }
  712.  
  713. a img{border: 0px;}
  714.  
  715.  
  716. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  717.  
  718. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  719. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  720.  
  721. .notes img{width:10px; position:relative; top:3px;}
  722. <--ses-->
  723. small{font-size: 90%;}
  724.  
  725. {CustomCSS}
  726.  
  727. </style>
  728.  
  729. {block:IndexPage}
  730. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  731. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  732.  
  733. <script type="text/javascript">
  734. $(window).load(function(){
  735. var $wall = $('#posts');
  736. $wall.imagesLoaded(function(){
  737. $wall.masonry({
  738. itemSelector: '.entry, .entry_photo',
  739. isAnimated : false
  740. });
  741. });
  742.  
  743. $wall.infinitescroll({
  744. navSelector : '#pagination',
  745. nextSelector : '#pagination a',
  746. itemSelector : '.entry, .entry_photo',
  747. bufferPx : 2000,
  748. debug : false,
  749. errorCallback: function() {
  750. $('#infscr-loading').fadeOut('normal');
  751. }},
  752. function( newElements ) {
  753. var $newElems = $( newElements );
  754. $newElems.hide();
  755. $newElems.imagesLoaded(function(){
  756. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  757. });
  758. }); $('#posts').show(500);
  759. });
  760. </script>
  761.  
  762.  
  763. {/block:IndexPage}
  764.  
  765.  
  766. <title>{title}</title>
  767.  
  768. <link rel="shortcut icon" href="{Favicon}" />
  769. <meta name="viewport" content="width=820" />
  770. </head>
  771.  
  772. <body>
  773. <BODY onselectstart="return false;" ondragstart="return false;">
  774. <div class="wrapper">
  775. <div class="header">
  776. </div>
  777.  
  778. <div id="cage">
  779. <div id="center">
  780.  
  781. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  782. <div id="sidebar">
  783. <center>
  784. <div id="blogtitle">{text:blogtitle}</div>
  785.  
  786. <div id="desc">{description}</div>
  787. <div id="stats">{text:stats}</div>
  788. <div id="updates"><a href="#?w=500" rel="02" class="poplight">Updates</a></div>
  789. <div id="sidebarlink1"><a href="{text:sidebarlink1">{text:sidebarlinktext1}</a></div>
  790. <div id="sidebarlink2"><a href="{text:sidebarlink2">{text:sidebarlinktext2}</a></div>
  791. <div id="sidebarpic"><img src="{image:sidebar}"></div>
  792. <div id="pic2"><img src="{image:sidebar2}"></div>
  793.  
  794.  
  795. </center>
  796. </div>
  797. <!------------------------------------->
  798.  
  799. <div class="link1"><a href="{text:link 1}" title="{text:link 1 msg}" style="position:fixed; margin-top:395px; margin-left:55px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:1;"></a></div>
  800. <div class="link2"><a href="{text:link 2}" title="{text:link 2 msg}" style="position:fixed; margin-top:395px; margin-left:110px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:0.9;"></a></div>
  801. <div class="link3"><a href="{text:link 3}" title="{text:link 3 msg}" style="position:fixed; margin-top:395px; margin-left:165px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:0.8;"></a></div>
  802. <div class="link4"><a href="{text:link 4}" title="{text:link 4 msg}" style="position:fixed; margin-top:395px; margin-left:220px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:0.7;"></a></div>
  803. <div class="link5"><a href="{text:link 5}" title="{text:link 5 msg}" style="position:fixed; margin-top:395px; margin-left:275px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:0.6;"></a></div>
  804. <div class="link6"><a href="http://mkbye.tumblr.com" title="Theme Credit" style="position:fixed; margin-top:395px; margin-left:330px; width:40px; height:5px; padding:3px; background-color: {color:linkbg}; border-radius: 5px; z-index:7; opacity:0.5;"></a></div>
  805.  
  806. <div class="left">
  807. <div class="sideback"></div>
  808. <div class="sideback1"></div>
  809. <div id="posts">
  810. {block:Posts}
  811. <div class="entry">
  812.  
  813. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  814.  
  815. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  816. {/block:Text}
  817.  
  818. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  819.  
  820. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  821.  
  822. {block:Answer}
  823. <div style="padding-top:8px;"></div>
  824. <div style="float:left; z-index:8; margin-left: 10px; margin-top: 6px; width:35px; height:35px; border-top:2px solid {color:sidebarborder}; border-bottom:2px solid {color:sidebarborder}; border-right:2px solid {color:sidebarborder2}; border-left:2px solid {color:sidebarborder2}; border-radius:5px;"><img src="{AskerPortraitURL-30}" width=35px;></a></div>
  825.  
  826. <div style="margin-left: 3px; height:40; margin-top: 0px; padding:5px; background: #f7f7f7; width:205px; line-height:17px; text-align:left; padding-left:2px;{block:permalinkpage}width:485px;{/block:permalinkpage} border-radius: 5px;">
  827.  
  828.  
  829. <div style="background: #f7f7f7; overflow: auto; min-height: 38px;height: auto; padding:1px; padding-left:3px; ">
  830.  
  831. <asker>{Asker}:</asker>
  832. {Question}</div></div>
  833.  
  834. </br>
  835.  
  836. <div style="margin-top:10px; margin-bottom:10px;"><center>{Answer}<center></div></br>
  837.  
  838. <ask>- Celina</ask>
  839. <hr size=1>
  840. <medium><P ALIGN=Right>{timeago} & <a href="{Permalink}">{notecountwithlabel}</a></medium>
  841.  
  842. <div style="padding-bottom:8px;"></div>
  843.  
  844. {/block:Answer}
  845.  
  846. {block:Photo}
  847. {block:IndexPage}
  848. <center>
  849. <div class="perma">
  850. <a href="{ReblogURL}" target="_blank"> Reblog </a> with <a href="{Permalink}">{notecountwithlabel}</a></br>
  851.  
  852. {timeago}
  853. </div>
  854.  
  855. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  856. {/block:IndexPage}
  857. {block:PermalinkPage}
  858. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  859.  
  860. {LinkCloseTag}
  861. {/block:PermalinkPage}
  862. {/block:Photo}
  863.  
  864. {block:Photoset}
  865. {block:IndexPage}
  866. <center>
  867.  
  868. <div class="perma">
  869. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  870.  
  871. {Photoset-250}</center>
  872. {/block:IndexPage}
  873. {block:PermalinkPage}
  874. <center>
  875. {Photoset-500}</center>
  876. {/block:PermalinkPage}
  877. {/block:Photoset}
  878.  
  879. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  880.  
  881. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  882.  
  883. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  884. <ul class="chat">
  885. {block:Lines}
  886. <li class="user_{UserNumber}">
  887. {block:Label}
  888. <span class="label">{Label}</span>
  889. {/block:Label}
  890.  
  891. {Line}
  892. </li>
  893. {/block:Lines}
  894. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  895. {/block:Chat}
  896.  
  897. {block:Audio}
  898. <div style="width:200px; height:30px;">
  899. {AudioPlayerBlack}
  900. </div>
  901. {block:IndexPage}<span class="permalink">
  902. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  903. </span>{/block:IndexPage}
  904. {/block:Audio}
  905.  
  906. {block:Video}
  907. {block:IndexPage}
  908. <center>
  909. <div class="perma">
  910. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  911. {Video-250}</center>
  912. {/block:IndexPage}
  913. {block:PermalinkPage}
  914. <center>
  915. {Video-400}</center>
  916. {/block:PermalinkPage}
  917. {block:Video}
  918.  
  919.  
  920. {block:PostNotes}<div align="middle">{caption}</div>
  921. <center>
  922.  
  923. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  924.  
  925. {block:HasTags}
  926. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  927. {block:RebloggedFrom}
  928. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  929. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  930.  
  931. {/block:RebloggedFrom}
  932. </center></span>
  933. <br>
  934. <div id="postnotes">{PostNotes}</div><br>
  935.  
  936. <center>{block:ContentSource}
  937. <br><a href="{SourceURL}">
  938. {lang:Source}:
  939. {block:SourceLogo}
  940. <img src="{BlackLogoURL}" width="{LogoWidth}"
  941. height="{LogoHeight}" alt="{SourceTitle}" />
  942. {/block:SourceLogo}
  943. {block:NoSourceLogo}
  944. {SourceLink}
  945. {/block:NoSourceLogo}
  946. </a>
  947. {/block:ContentSource}</center>
  948.  
  949. {/block:PostNotes}
  950. </div>
  951. {/block:Posts}
  952. </div></div>
  953.  
  954. {block:IndexPage}
  955. {block:Pagination}
  956. <div id="pagination">
  957. {block:NextPage}
  958. <a id="nextPage" href="{NextPage}"></a>
  959. {/block:NextPage}
  960. {block:PreviousPage}
  961. <a href="{PreviousPage}"></a>
  962. {/block:PreviousPage}
  963. </div>
  964. {/block:Pagination}
  965. {/block:IndexPage}
  966. </body>
  967. <a href="http://www.mkbye.tumblr.com"><img src="http://i50.tinypic.com/3325qp0.png" style="position:fixed; right:3px; opacity:.6; top:27px;z-index:9999999999999999999999;-webkit-filter: invert(100%)"></a>
  968.  
  969. <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>
  970. <div id="02" class="popup_block">
  971.  
  972. <center><div style="font-family: mkbye; font-size: 60px; margin-top:10px;line-height: 46px; margin-left:5px; color: {color:sidebarborder};">Updates<br></center><br>
  973.  
  974. <center>
  975.  
  976. Write your updates here. If you don't know where that is, just go all the way down your HTML code and you'll see this!<br>
  977. To make a new line, just do < br >! If you have anymore questions about this; feel free to message me anytime!
  978.  
  979. </div></div></div></div></div></div></div></div></div></div>
  980. </html>
Advertisement
Add Comment
Please, Sign In to add comment