Advertisement
mkbye

thm 10 — mkbye:celina

Aug 25th, 2013
843
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.82 KB | None | 0 0
  1. <!--
  2. Theme 10 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.25.2013
  15. fonts edited: october 3 2015
  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: [ 'Dancing+Script::latin', 'Kaushan+Script::latin', 'Cookie::latin', 'Calligraffitti::latin', 'Alex+Brush::latin', 'Allura::latin', 'Patrick+Hand+SC::latin', 'Qwigley::latin', 'Euphoria+Script::latin', 'Raleway::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 src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  35. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  36. <script>
  37. (function($){
  38. $(document).ready(function(){
  39. $("a[title]").style_my_tooltips({
  40. tip_follows_cursor:true,
  41. tip_delay_time:90,
  42. tip_fade_speed:600,
  43. attribute:"title"
  44. });
  45. });
  46. })(jQuery);
  47. </script>
  48. <script type="text/javascript" src="http://static.tumblr.com/kjq4nx5/2ezmru5eo/infinitescroll.txt"></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.  
  81.  
  82. <script type="text/javascript">
  83. <!--
  84.  
  85. // Disable Right Click Script
  86.  
  87. function IE(e)
  88. {
  89. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  90. {
  91. return false;
  92. }
  93. }
  94. function NS(e)
  95. {
  96. if (document.layers || (document.getElementById && !document.all))
  97. {
  98. if (e.which == "2" || e.which == "3")
  99. {
  100. return false;
  101. }
  102. }
  103. }
  104. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  105.  
  106. //-->
  107. </script>
  108.  
  109.  
  110. <script type="text/javascript"
  111. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  112.  
  113. <!--DEFAULT VARIABLES-->
  114. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  115. <meta name="color:background" content="#fff"/>
  116. <meta name="image:background" content="1"/>
  117. <meta name="color:link" content="#bdb7a6"/>
  118. <meta name="color:text" content="#777"/>
  119. <meta name="color:title" content="#b3ab89"/>
  120. <meta name="color:hover" content="#fff"/>
  121.  
  122. <meta name="image:sidebar" content="1"/>
  123. <meta name="image:sidebarhoverpic" content="1"/>
  124. <meta name="image:sidebarbg" content="1"/>
  125. <meta name="image:sidebarbg2" content="1"/>
  126. <meta name="color:sidebar" content="#c2b684"/>
  127. <meta name="color:sidebarpic" content="#ebe3a3"/>
  128.  
  129. <meta name="text:blogtitle" content="Exploring">
  130. <meta name="color:blogtitle" content="#999561">
  131.  
  132. <meta name="text:link 1" content="/"/>
  133. <meta name="text:link 2" content="/"/>
  134. <meta name="text:link 3" content="/"/>
  135. <meta name="text:link 4" content="/"/>
  136. <meta name="text:link 5" content="/"/>
  137. <meta name="text:link 1 msg" content="home"/>
  138. <meta name="text:link 2 msg" content="ask"/>
  139. <meta name="text:link 3 msg" content="etc"/>
  140. <meta name="text:link 4 msg" content="pics"/>
  141. <meta name="text:link 5 msg" content="creds"/>
  142.  
  143. <meta name="text:stats" content="10/50000"/>
  144. <meta name="text:music code" content="applause - gaga"/>
  145.  
  146. <meta name="text:name" content="Celina"/>
  147. <meta name="color:name" content="#cfc289">
  148.  
  149. <style type="text/css">
  150.  
  151. #fade { /*--Transparent background layer--*/
  152. display: none; /*--hidden by default--*/
  153. background:url();
  154. position: fixed; left: 0; top: 0;
  155. width: 100%; height: 100%;
  156. opacity: .80;
  157. z-index: 9999;
  158. }
  159. .popup_block{
  160. display: none; /*--hidden by default--*/
  161. background: #fff;
  162. padding: 20px;
  163. border-left: 10px solid {color:sidebar};
  164. border-right: 10px solid {color:sidebar};
  165. border-top: 5px solid {color:sidebarpic};
  166. border-bottom: 5px solid {color:sidebarpic};
  167. float: left;
  168. font-size:10px;
  169. font-family:arial;
  170. position: fixed;
  171. top: 50%; left: 50%;
  172. z-index: 99999;
  173. /*--CSS3 Rounded Corners--*/
  174. -webkit-border-radius: 10px;
  175. -moz-border-radius: 10px;
  176. border-radius: 10px;
  177. }
  178. img.btn_close {
  179. float: right;
  180. margin: -5px -5px 0 0;
  181. }
  182. /*--Making IE6 Understand Fixed Positioning--*/
  183. *html #fade {
  184. position: absolute;
  185. }
  186. *html .popup_block {
  187. position: absolute;
  188. }
  189.  
  190.  
  191. #s-m-t-tooltip {
  192. max-width:300px;
  193. padding:6px 6px 6px 6px;
  194. margin:20px 0px 0px 20px;
  195. background: #fff; /* change the background color */
  196. border-left:3px solid {color:sidebar}; /* change the border color */
  197. border-right:3px solid {color:sidebarpic}; /* change the border color */
  198. border-radius:10px 35px / 35px 10px;
  199. font-family:arial; /* change the font */
  200. font-size:10px; /* change the font size */
  201. letter-spacing:1px; /* change the letter spacing */
  202. text-transform:none; /* can be uppercase, lowercase, none*/
  203. color:{color:text}; /* change the text color */
  204. z-index:999999999999999999999999999999999999;
  205. }
  206.  
  207.  
  208. ::-webkit-scrollbar {
  209.  
  210. height: 5px;
  211.  
  212. width: 3px;
  213.  
  214. background: #fff;
  215.  
  216. }
  217.  
  218. ::-webkit-scrollbar-thumb {
  219.  
  220. background:{color:scrollbar};
  221.  
  222. border: 0px;
  223.  
  224. -webkit-border-radius: 5ex;
  225.  
  226. -webkit-box-shadow: 0px 0px 0px rgba(0, 0, 0, 0.75);
  227.  
  228. }
  229.  
  230. ::-webkit-scrollbar-corner {
  231.  
  232. background: #transparent;
  233.  
  234. }
  235.  
  236.  
  237. 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-
  238.  
  239. transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  240.  
  241. 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;}
  242.  
  243. p {
  244. margin:0px;
  245. margin-top:0px;
  246. }
  247.  
  248.  
  249. body {
  250. padding: 0px;
  251. margin: 0px;
  252. color:{color:text};
  253. font-family: arial;
  254. line-height:13px;
  255. font-size:10px;
  256. background-color: {color:Background};
  257. background-image:url({image:Background});
  258. background-attachment: fixed;
  259. background-repeat: repeat;
  260. }
  261.  
  262.  
  263. a:link, a:active, a:visited{
  264. text-decoration: none;
  265. -webkit-transition: color 0.3s ease-out;
  266. -moz-transition: color 0.3s ease-out;
  267. transition: color 0.3s ease-out;
  268. color:{color:link};
  269. }
  270.  
  271. a:hover {
  272. text-decoration: none;
  273. font-style:;
  274. color: {color:Hover};
  275. }
  276.  
  277. div#center{
  278. margin:auto;
  279. position:relative;
  280. width:1250px;
  281. background-color:;
  282. overflow:auto;
  283. overflow-y:hidden;
  284. }
  285.  
  286.  
  287. asker{
  288. font-family:Qwigley;
  289. text-align: right;
  290. margin-top: 25px;
  291. margin-left: 5px;
  292. font-size:25px;
  293. color:{color:title};
  294. line-height: 31px;
  295. }
  296.  
  297. ask{
  298. font-family:Qwigley;
  299. text-align: right;
  300. margin-top:10px;
  301. font-size:25px;
  302. color: {color:name};
  303. }
  304.  
  305. @font-face { font-family: "just realize"; src: url('http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf'); }
  306.  
  307. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  308. .entry {
  309. float:left;
  310. display: block;
  311. margin:5px;
  312. overflow:hidden;
  313. width:230px;
  314. {block:PermalinkPage}
  315. width:500px;
  316. margin-left:130px;
  317. text-align:left;
  318. line-height:10px;
  319. {/block:PermalinkPage}
  320. background:white;
  321. background-image:URL();
  322. border:1px solid #dddddd;
  323. border-radius:5px;
  324. padding:8px;
  325. padding-bottom:6px;
  326. }
  327.  
  328.  
  329. /*CUSTOMIZE THE APPEARANCE OF PERMALINKS*/
  330. .entry .perma{
  331. width:210px;
  332. height:25px;
  333. margin-left:-100px;
  334. position: absolute;
  335. line-height: 24px;
  336. overflow:hidden;
  337. text-align:center;
  338. top:45px;
  339. background:white;
  340. word-spacing:2px;
  341. letter-spacing:1px;
  342. opacity: 0;
  343. font-size:10px;
  344. font-family:arial;
  345. border-top:3px solid {color:sidebar};
  346. border-bottom:3px solid {color:sidebar};
  347. border-top-right-radius:10px;
  348. border-bottom-right-radius:10px;
  349. -webkit-transition: all .7s ease;
  350. -moz-transition: all .7s ease;
  351. -o-transition: all .7s ease;
  352. transition: all .7s ease;
  353.  
  354. }
  355.  
  356. .entry:hover .perma{
  357. overflow:visible;
  358. opacity:1;
  359. margin-left:0px;
  360. }
  361.  
  362. .entry .perma2{
  363. width:210px;
  364. height:25px;
  365. margin-left:120px;
  366. position: absolute;
  367. line-height: 24px;
  368. overflow:hidden;
  369. text-align:center;
  370. bottom:45px;
  371. background:white;
  372. word-spacing:2px;
  373. letter-spacing:1px;
  374. opacity: 0;
  375. font-size:10px;
  376. font-family:arial;
  377. border-top:3px solid {color:sidebarpic};
  378. border-bottom:3px solid {color:sidebarpic};
  379. border-top-left-radius:10px;
  380. border-bottom-left-radius:10px;
  381. -webkit-transition: all .7s ease;
  382. -moz-transition: all .7s ease;
  383. -o-transition: all .7s ease;
  384. transition: all .7s ease;
  385.  
  386. }
  387.  
  388. .entry:hover .perma2{
  389. overflow:visible;
  390. opacity:1;
  391. margin-left:20px;
  392. }
  393.  
  394.  
  395. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  396. #posts {
  397. width:800px;
  398. margin-top:50px;
  399. z-index:99;
  400. margin-left:450px;
  401. right:auto;
  402. background:transparent;
  403. margin-right:auto;
  404. position:relative;
  405. overflow-y: hidden;
  406. }
  407.  
  408.  
  409. /*CUSTOMIZE SIDEBAR HERE*/
  410. #sidebar{
  411. position:fixed !important;
  412. width:310px;
  413. height:410px;
  414. margin-top:95px;
  415. margin-left:10px;
  416. text-align:center;
  417. padding:10px;
  418. background-image:url({image:sidebarbg});
  419. border:7px solid {color:sidebar};
  420. }
  421.  
  422. #pic{
  423. background-image:url({image:sidebarbg2});
  424. margin-top:2px;
  425. margin-left:-2px;
  426. width:300px;
  427. height:400px;
  428. border:3px solid {color:sidebarpic};
  429. border-radius:3px;
  430. }
  431.  
  432. #pic img{
  433. margin-top:-3px;
  434. margin-left:-2px;
  435. width:300px;
  436. height:400px;
  437. opacity:1;
  438. border:3px solid {color:sidebarpic};
  439. border-radius:3px;
  440. -webkit-transition: all .7s ease;
  441. -moz-transition: all .7s ease;
  442. -o-transition: all .7s ease;
  443. transition: all .7s ease;
  444. -webkit-transform: perspective(1000) rotateY(-360deg);
  445. -moz-transform: perspective(1000) rotateY(-360deg);
  446. transform: perspective(1000) rotateY(-360deg);
  447. }
  448.  
  449. #sidebar:hover #pic img{
  450. -webkit-transform: perspective(1000) rotateY(0deg);
  451. -moz-transform: perspective(1000) rotateY(0deg);
  452. transform: perspective(1000) rotateY(0deg);
  453. opacity:0;
  454. }
  455.  
  456. #sidebar #blogtitle{
  457. position:fixed !important;
  458. z-index:9999999999999;
  459. width:300px;
  460. height:30px;
  461. opacity: 1;
  462. margin-top:10px;
  463. background:trans;
  464. line-height:57px;
  465. text-align:center;
  466. color: white;
  467. font-size: 70px;
  468. font-family:Qwigley;
  469. text-shadow:-1px 0 {color:blogtitle}, 0 1px {color:blogtitle}, 1px 0 {color:blogtitle}, 0 -1px {color:blogtitle};
  470. -webkit-transition: all .7s ease;
  471. -moz-transition: all .7s ease;
  472. -o-transition: all .7s ease;
  473. transition: all .7s ease;
  474. }
  475.  
  476. #sidebar:hover #blogtitle{
  477. opacity:0;
  478. }
  479.  
  480. #pic2 img{
  481. position:fixed !important;
  482. margin-top:-380px;
  483. margin-left:-140px;
  484. width:50px;
  485. height:50px;
  486. background:white;
  487. opacity:0;
  488. z-index:999999999999999999999;
  489. border:2px solid {color:sidebar};
  490. border-radius:100px;
  491. -webkit-transition: all .7s ease;
  492. -moz-transition: all .7s ease;
  493. -o-transition: all .7s ease;
  494. transition: all .7s ease;
  495. }
  496.  
  497. #sidebar:hover #pic2 img{
  498. opacity:1;
  499. }
  500.  
  501. #sidebar #desc{
  502. position:fixed !important;
  503. width:227px;
  504. max-height:50px;
  505. margin-top:-355px;
  506. margin-left:40px;
  507. padding:10px;
  508. padding-top:27px;
  509. padding-bottom:20px;
  510. background:white;
  511. text-align:center;
  512. font-family:arial;
  513. color:#000;
  514. font-size:10px;
  515. line-height:15px;
  516. border:3px solid {color:sidebarpic};
  517. border-radius:20px;
  518. opacity:0;
  519. -webkit-transition: all .7s ease;
  520. -moz-transition: all .7s ease;
  521. -o-transition: all .7s ease;
  522. transition: all .7s ease;
  523. }
  524.  
  525. #sidebar:hover #desc{
  526. opacity:1;
  527. }
  528.  
  529. #sidebar #bar{
  530. position:fixed !important;
  531. width:301px;
  532. height:5px;
  533. margin-top:-215px;
  534. margin-left:4px;
  535. background:{color:sidebar};
  536. border:5px double white;
  537. border-left:0px;
  538. border-right:0px;
  539. opacity:0;
  540. -webkit-transition: all .7s ease;
  541. -moz-transition: all .7s ease;
  542. -o-transition: all .7s ease;
  543. transition: all .7s ease;
  544. }
  545.  
  546. #sidebar:hover #bar{
  547. opacity:1;
  548. }
  549.  
  550. #sidebar .link1{
  551. position:fixed;
  552. margin-top:-190px;
  553. margin-left:15px;
  554. width:90px;
  555. height:23px;
  556. padding:3px;
  557. background-color: white;
  558. border:2px solid {color:sidebar};
  559. border-radius: 2px;
  560. font-family: arial;
  561. font-size:10px;
  562. font-weight: normal;
  563. line-height:22px;
  564. text-align:center;
  565. text-transform:none;
  566. opacity:0;
  567. -webkit-transition: all .7s ease;
  568. -moz-transition: all .7s ease;
  569. -o-transition: all .7s ease;
  570. transition: all .7s ease;
  571. }
  572.  
  573. #sidebar:hover .link1{
  574. opacity:1;
  575. }
  576.  
  577. #sidebar .link1:hover{
  578. border-radius:50px;
  579. border:2px solid {color:sidebarpic};
  580. }
  581.  
  582. #sidebar .link2{
  583. position:fixed;
  584. margin-top:-155px;
  585. margin-left:15px;
  586. width:90px;
  587. height:23px;
  588. padding:3px;
  589. background-color: white;
  590. border:2px solid {color:sidebarpic};
  591. border-radius: 2px;
  592. font-family: arial;
  593. font-size:10px;
  594. font-weight: normal;
  595. line-height:23px;
  596. text-align:center;
  597. text-transform:none;
  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. #sidebar:hover .link2{
  606. opacity:1;
  607. }
  608.  
  609. #sidebar .link2:hover{
  610. border-radius:50px;
  611. border:2px solid {color:sidebar};
  612. }
  613.  
  614. #sidebar .link3{
  615. position:fixed;
  616. margin-top:-120px;
  617. margin-left:15px;
  618. width:90px;
  619. height:23px;
  620. padding:3px;
  621. background-color: white;
  622. border:2px solid {color:sidebar};
  623. border-radius: 2px;
  624. font-family: arial;
  625. font-size:10px;
  626. font-weight: normal;
  627. line-height:23px;
  628. text-align:center;
  629. text-transform:none;
  630. opacity:0;
  631. -webkit-transition: all .7s ease;
  632. -moz-transition: all .7s ease;
  633. -o-transition: all .7s ease;
  634. transition: all .7s ease;
  635. }
  636.  
  637. #sidebar:hover .link3{
  638. opacity:1;
  639. }
  640.  
  641. #sidebar .link3:hover{
  642. border-radius:50px;
  643. border:2px solid {color:sidebarpic};
  644. }
  645.  
  646. #sidebar .link4{
  647. position:fixed;
  648. margin-top:-85px;
  649. margin-left:15px;
  650. width:90px;
  651. height:23px;
  652. padding:3px;
  653. background-color: white;
  654. border:2px solid {color:sidebarpic};
  655. border-radius: 2px;
  656. font-family: arial;
  657. font-size:10px;
  658. font-weight: normal;
  659. line-height:23px;
  660. text-align:center;
  661. text-transform:none;
  662. opacity:0;
  663. -webkit-transition: all .7s ease;
  664. -moz-transition: all .7s ease;
  665. -o-transition: all .7s ease;
  666. transition: all .7s ease;
  667. }
  668.  
  669. #sidebar:hover .link4{
  670. opacity:1;
  671. }
  672.  
  673. #sidebar .link4:hover{
  674. border-radius:50px;
  675. border:2px solid {color:sidebar};
  676. }
  677.  
  678. #sidebar .link5{
  679. position:fixed;
  680. margin-top:-50px;
  681. margin-left:15px;
  682. width:90px;
  683. height:23px;
  684. padding:3px;
  685. background-color: white;
  686. border:2px solid {color:sidebar};
  687. border-radius: 2px;
  688. font-family: arial;
  689. font-size:10px;
  690. font-weight: normal;
  691. line-height:23px;
  692. text-align:center;
  693. text-transform:none;
  694. opacity:0;
  695. -webkit-transition: all .7s ease;
  696. -moz-transition: all .7s ease;
  697. -o-transition: all .7s ease;
  698. transition: all .7s ease;
  699. }
  700.  
  701. #sidebar:hover .link5{
  702. opacity:1;
  703. }
  704.  
  705. #sidebar .link5:hover{
  706. border-radius:50px;
  707. border:2px solid {color:sidebarpic};
  708. }
  709.  
  710. #ash{
  711. position:fixed !important;
  712. z-index:9999999999999;
  713. width:300px;
  714. height:30px;
  715. opacity: 0;
  716. margin-top:-210px;
  717. margin-left:55px;
  718. background:trans;
  719. line-height:57px;
  720. text-align:center;
  721. color:{color:blogtitle};
  722. font-size: 35px;
  723. font-family:Qwigley;
  724. -webkit-transition: all .7s ease;
  725. -moz-transition: all .7s ease;
  726. -o-transition: all .7s ease;
  727. transition: all .7s ease;
  728. }
  729.  
  730. #sidebar:hover #ash{
  731. opacity:0.65;
  732. }
  733.  
  734. #cel img{
  735. position:fixed;
  736. width:150px;
  737. height:120px;
  738. margin-top:-220px;
  739. margin-left:-25px;
  740. opacity:0;
  741. -webkit-transition: all .7s ease;
  742. -moz-transition: all .7s ease;
  743. -o-transition: all .7s ease;
  744. transition: all .7s ease;
  745. }
  746.  
  747. #sidebar:hover #cel img{
  748. opacity:0.6;
  749. }
  750.  
  751. #updates{
  752. position:fixed;
  753. margin-top:-140px;
  754. margin-left:165px;
  755. width:30px;
  756. height:25px;
  757. padding:3px;
  758. background-color: white;
  759. border-top:2px solid {color:sidebarpic};
  760. border-bottom:2px solid {color:sidebarpic};
  761. border-radius: 100px;
  762. font-family: arial;
  763. font-size:10px;
  764. line-height:23px;
  765. text-align:center;
  766. opacity:0;
  767. -webkit-transition: all .7s ease;
  768. -moz-transition: all .7s ease;
  769. -o-transition: all .7s ease;
  770. transition: all .7s ease;
  771. }
  772.  
  773. #updates img{
  774. margin-top:2px;
  775. }
  776.  
  777. #sidebar:hover #updates{
  778. opacity:1;
  779. }
  780.  
  781. #playlist{
  782. position:fixed;
  783. margin-top:-140px;
  784. margin-left:215px;
  785. width:30px;
  786. height:25px;
  787. padding:3px;
  788. background-color: white;
  789. border-top:2px solid {color:sidebar};
  790. border-bottom:2px solid {color:sidebar};
  791. border-radius: 100px;
  792. font-family: arial;
  793. font-size:10px;
  794. line-height:23px;
  795. text-align:center;
  796. opacity:0;
  797. -webkit-transition: all .7s ease;
  798. -moz-transition: all .7s ease;
  799. -o-transition: all .7s ease;
  800. transition: all .7s ease;
  801. }
  802.  
  803. #playlist img{
  804. margin-top:2px;
  805. }
  806.  
  807. #sidebar:hover #playlist{
  808. opacity:1;
  809. }
  810.  
  811. #stats{
  812. position:fixed;
  813. margin-top:-90px;
  814. margin-left:150px;
  815. width:110px;
  816. height:20px;
  817. padding:3px;
  818. background-color: white;
  819. border-top:2px solid {color:sidebarpic};
  820. border-bottom:2px solid {color:sidebar};
  821. border-radius: 10px;
  822. font-family: arial;
  823. font-size:10px;
  824. line-height:20px;
  825. text-align:center;
  826. opacity:0;
  827. -webkit-transition: all .7s ease;
  828. -moz-transition: all .7s ease;
  829. -o-transition: all .7s ease;
  830. transition: all .7s ease;
  831. }
  832.  
  833. #sidebar:hover #stats{
  834. opacity:1;
  835. }
  836.  
  837. #music{
  838. position:fixed;
  839. margin-top:-55px;
  840. margin-left:130px;
  841. width:150px;
  842. height:20px;
  843. padding:3px;
  844. background-color: white;
  845. border-top:2px solid {color:sidebarpic};
  846. border-bottom:2px solid {color:sidebar};
  847. border-radius: 10px;
  848. font-family: arial;
  849. font-size:10px;
  850. line-height:20px;
  851. text-align:center;
  852. opacity:0;
  853. -webkit-transition: all .7s ease;
  854. -moz-transition: all .7s ease;
  855. -o-transition: all .7s ease;
  856. transition: all .7s ease;
  857. }
  858.  
  859. #sidebar:hover #music{
  860. opacity:1;
  861. }
  862.  
  863. .sideback{
  864. position:fixed;
  865. margin-left:400px;
  866. top: -5px;
  867. background: #;
  868. background-image:url({image:sidebarbg});
  869. height:100%;
  870. border: 5px double #fff;
  871. opacity:1;
  872. width:10px;
  873. }
  874.  
  875. .sideback2{
  876. position:fixed;
  877. margin-left:1255px;
  878. top: -5px;
  879. background: #;
  880. background-image:url({image:sidebarbg});
  881. height:100%;
  882. border: 5px double #fff;
  883. opacity:1;
  884. width:10px;
  885. }
  886.  
  887. @font-face {font-family: "Skinny Jeans"; src:url('http://static.tumblr.com/9wzbixa/giym2g6nj/_skinny__jeans_solid.ttf');}
  888. @font-face { font-family: "Qwigley"; src: url('http://static.tumblr.com/q54tzar/4Ugm21ggi/ma_sexy_1_.ttf'); }
  889. @font-face { font-family: "arial"; src: url('http://static.tumblr.com/gyoju49/nm1mo9g6c/meem19.ttf'); }
  890. @font-face { font-family: "paulpan"; src: url('http://static.tumblr.com/4yxykdm/Ncwlrfhzq/paulpan_.ttf'); }
  891. @font-face { font-family: "stars"; src: url('http://static.tumblr.com/hcfbjje/sfRlpm8t0/starsfromoureyes.ttf'); }
  892.  
  893.  
  894.  
  895. /*CUSTOMIZE TITLE OF ENTRIES HERE*/
  896. .title{
  897. line-height: 35px;
  898. font-size:30px;
  899. font-family:Qwigley;
  900. color:{color:Title};
  901. font-weight: normal;
  902. }
  903.  
  904.  
  905. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  906. .permalink{
  907. text-transform: normal;
  908. display: block;
  909. text-align: right;
  910. text-decoration: none;
  911. }
  912.  
  913.  
  914. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  915. #infscr-loading{
  916. bottom: -70px;
  917. position: absolute;
  918. left: 50%;
  919. margin-left:-8px;
  920. width:16px;
  921. height:11px;
  922. overflow:hidden;
  923. margin-bottom: 50px;
  924. }
  925.  
  926. #postnotes{
  927. text-align: justify;}
  928.  
  929. #postnotes blockquote{
  930. border: 0px;}
  931.  
  932. blockquote{
  933. padding:0px 0px 2px 5px;
  934. margin:0px 0px 2px 10px;
  935. border-left: 1px dotted #555555;
  936. }
  937.  
  938. blockquote p, ul{
  939. margin:0px;
  940. padding:0px;
  941. }
  942.  
  943. a img{border: 0px;}
  944.  
  945.  
  946. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  947.  
  948. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  949. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  950.  
  951. .notes img{width:10px; position:relative; top:3px;}
  952. <--ses-->
  953. small{font-size: 90%;}
  954.  
  955. {CustomCSS}
  956.  
  957. </style>
  958.  
  959. {block:IndexPage}
  960. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  961. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  962.  
  963. <script type="text/javascript">
  964. $(window).load(function(){
  965. var $wall = $('#posts');
  966. $wall.imagesLoaded(function(){
  967. $wall.masonry({
  968. itemSelector: '.entry, .entry_photo',
  969. isAnimated : false
  970. });
  971. });
  972.  
  973. $wall.infinitescroll({
  974. navSelector : '#pagination',
  975. nextSelector : '#pagination a',
  976. itemSelector : '.entry, .entry_photo',
  977. bufferPx : 2000,
  978. debug : false,
  979. errorCallback: function() {
  980. $('#infscr-loading').fadeOut('normal');
  981. }},
  982. function( newElements ) {
  983. var $newElems = $( newElements );
  984. $newElems.hide();
  985. $newElems.imagesLoaded(function(){
  986. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  987. });
  988. }); $('#posts').show(500);
  989. });
  990. </script>
  991.  
  992.  
  993. {/block:IndexPage}
  994.  
  995.  
  996. <title>{title}</title>
  997.  
  998. <link rel="shortcut icon" href="{Favicon}" />
  999. <meta name="viewport" content="width=820" />
  1000. </head>
  1001.  
  1002. <body>
  1003. <BODY onselectstart="return false;" ondragstart="return false;">
  1004. <div class="wrapper">
  1005. <div class="header">
  1006. </div>
  1007.  
  1008. <div id="cage">
  1009. <div id="center">
  1010.  
  1011. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  1012. <div id="sidebar">
  1013. <center>
  1014.  
  1015. <div id="blogtitle"><center>{text:blogtitle}</center></div>
  1016. <div id="pic"><img src="{image:sidebar}"></div>
  1017. <div id="pic2"><img src="{image:sidebarhoverpic}">
  1018. <div id="desc">{description}</div></div>
  1019. <div id="bar"></div>
  1020. <div id="ash">navigate</div>
  1021. <div id="cel"><img src="http://oi43.tinypic.com/2mrn5.jpg"></div>
  1022. <div id="updates"><a href="#?w=500" rel="02" class="poplight" title="Updates!"><img src="http://media.tumblr.com/tumblr_lx6pjaG2S51r1bw1m.gif"></a></div>
  1023. <div id="playlist"><a href="#?w=500" rel="03" class="poplight" title="Playlist"><img src="http://media.tumblr.com/tumblr_lx6pjootcu1r1bw1m.gif"></a></div>
  1024. <div id="stats">{text:stats}</div>
  1025. <div id="music">{text:music code}</div>
  1026.  
  1027. <div class="link1"><a href="{text:link 1}">{text:link 1 msg}</a> </div>
  1028. <div class="link2"><a href="{text:link 2}">{text:link 2 msg}</a> </div>
  1029. <div class="link3"><a href="{text:link 3}">{text:link 3 msg}</a> </div>
  1030. <div class="link4"><a href="{text:link 4}">{text:link 4 msg}</a> </div>
  1031. <div class="link5"><a href="{text:link 5}">{text:link 5 msg}</a> </div>
  1032. </center>
  1033. </div>
  1034. <!------------------------------------->
  1035.  
  1036.  
  1037. <div class="left">
  1038. <div class="sideback"></div>
  1039. <div class="sideback2"></div>
  1040. <div id="posts">
  1041. {block:Posts}
  1042. <div class="entry">
  1043.  
  1044. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><p align=right><span class="permalink"><a
  1045.  
  1046. href="{Permalink}"><a href="{Permalink}"><a href="{Permalink}">{notecountwithlabel}</a></a><br>{/block:HasTags}</span></align>
  1047. {/block:Text}
  1048.  
  1049. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  1050.  
  1051. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  1052.  
  1053.  
  1054. {block:Answer}<br>
  1055. <img src="{AskerPortraitURL-30}" width="35" align="left" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:sidebar}; -moz-border-radius:20px; border-radius:20px; text-align:left;"/>
  1056.  
  1057. <div style="margin-top: -7px;
  1058. margin-left:0px;
  1059. text-align: left;
  1060. line-height:14px;
  1061. min-height:45px;
  1062. padding-left: 8px;
  1063. padding-top: 5px;
  1064. padding-right: 4px;
  1065. padding-bottom: 2px;
  1066. background: #f8f7f7;
  1067. border-radius:5px;
  1068. z-index: 0;">
  1069. &nbsp;<asker>{Asker}</asker>: </br><div style="padding-bottom:5px;">{Question}</div></div>
  1070.  
  1071. <div style="padding:15px;"></div>
  1072.  
  1073. <img src="{PostAuthorPortraitURL-30}" width="35" align="right" style="margin-right: 0px; margin-top: -15px; border:2px solid {color:sidebarpic}; -moz-border-radius:20px; border-radius:20px; text-align:left;"/>
  1074.  
  1075. <div style="margin-top: 2px;
  1076. margin-left: 0px;
  1077. border-radius:5px;
  1078. min-height:45px;
  1079. width:215px;
  1080. line-height: 14px;
  1081. padding-left: 8px;
  1082. padding-top: 5px;
  1083. padding-right: 4px;
  1084. padding-bottom: 2px;
  1085. background: #f8f7f7;
  1086. z-index: 0;
  1087. text-align: left;
  1088. {block:permalinkpage}width:487px;{/block:permalinkpage}">
  1089. &nbsp;<div style="margin-top:0px; padding-bottom:5px;"><ask>{text:name}:</ask></div><div style="padding-bottom:5px;">{Answer}</div></div>
  1090.  
  1091.  
  1092. <div style="padding:10px;"></div>
  1093.  
  1094. <div style="align: right;
  1095. border-top: 1px solid {color:sidebar};
  1096. margin-top:5px;
  1097. padding:6px;
  1098. text-align: center">
  1099. <a href="{Permalink}"> {NoteCount} </a> & posted {timeago}</div>
  1100. {/block:Answer}
  1101.  
  1102.  
  1103. {block:Photo}
  1104. {block:IndexPage}
  1105. <center>
  1106. <div class="perma">
  1107. <a href="{ReblogURL}" target="_blank"> Reblog </a> with <a href="{Permalink}">{notecountwithlabel}</a> </div>
  1108.  
  1109. <div class="perma2">
  1110. {timeago} </div>
  1111.  
  1112. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1113. {/block:IndexPage}
  1114. {block:PermalinkPage}
  1115. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  1116.  
  1117. {LinkCloseTag}
  1118. {/block:PermalinkPage}
  1119. {/block:Photo}
  1120.  
  1121. {block:Photoset}
  1122. {block:IndexPage}
  1123. <center>
  1124.  
  1125. <div class="perma">
  1126. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1127.  
  1128. {Photoset-250}</center>
  1129. {/block:IndexPage}
  1130. {block:PermalinkPage}
  1131. <center>
  1132. {Photoset-500}</center>
  1133. {/block:PermalinkPage}
  1134. {/block:Photoset}
  1135.  
  1136. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  1137.  
  1138. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  1139.  
  1140. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  1141. <ul class="chat">
  1142. {block:Lines}
  1143. <li class="user_{UserNumber}">
  1144. {block:Label}
  1145. <span class="label">{Label}</span>
  1146. {/block:Label}
  1147.  
  1148. {Line}
  1149. </li>
  1150. {/block:Lines}
  1151. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  1152. {/block:Chat}
  1153.  
  1154. {block:Audio}
  1155. <div style="width:200px; height:30px;">
  1156. {AudioPlayerBlack}
  1157. </div>
  1158. {block:IndexPage}<span class="permalink">
  1159. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </a>
  1160. </span>{/block:IndexPage}
  1161. {/block:Audio}
  1162.  
  1163. {block:Video}
  1164. {block:IndexPage}
  1165. <center>
  1166. <div class="perma">
  1167. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  1168. {Video-250}</center>
  1169. {/block:IndexPage}
  1170. {block:PermalinkPage}
  1171. <center>
  1172. {Video-400}</center>
  1173. {/block:PermalinkPage}
  1174. {block:Video}
  1175.  
  1176.  
  1177. {block:PostNotes}<div align="middle">{caption}</div>
  1178. <center>
  1179.  
  1180. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  1181.  
  1182. {block:HasTags}
  1183. tags: {block:Tags}<a href="{TagURL}">{Tag}. </a>{/block:Tags}<br> {/block:HasTags}
  1184. {block:RebloggedFrom}
  1185. reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a><br>
  1186. posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
  1187.  
  1188. {/block:RebloggedFrom}
  1189. </center></span>
  1190. <br>
  1191. <div id="postnotes">{PostNotes}</div><br>
  1192.  
  1193. <center>{block:ContentSource}
  1194. <br><a href="{SourceURL}">
  1195. {lang:Source}:
  1196. {block:SourceLogo}
  1197. <img src="{BlackLogoURL}" width="{LogoWidth}"
  1198. height="{LogoHeight}" alt="{SourceTitle}" />
  1199. {/block:SourceLogo}
  1200. {block:NoSourceLogo}
  1201. {SourceLink}
  1202. {/block:NoSourceLogo}
  1203. </a>
  1204. {/block:ContentSource}</center>
  1205.  
  1206. {/block:PostNotes}
  1207. </div>
  1208. {/block:Posts}
  1209. </div></div>
  1210.  
  1211. {block:IndexPage}
  1212. {block:Pagination}
  1213. <div id="pagination">
  1214. {block:NextPage}
  1215. <a id="nextPage" href="{NextPage}"></a>
  1216. {/block:NextPage}
  1217. {block:PreviousPage}
  1218. <a href="{PreviousPage}"></a>
  1219. {/block:PreviousPage}
  1220. </div>
  1221. {/block:Pagination}
  1222. {/block:IndexPage}
  1223. </body>
  1224. <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>
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230. <div id="02" class="popup_block">
  1231. <center><div style="font-family: Qwigley; font-size: 40px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebar};">Updates<br></center><br>
  1232.  
  1233. <center>
  1234.  
  1235. 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>
  1236. To make a new line, just do < br >! If you have anymore questions about this; feel free to message me anytime!
  1237.  
  1238. </center>
  1239.  
  1240.  
  1241. </div></div></div></div></div></div></div></div></div></div>
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247. <div id="03" class="popup_block">
  1248. <center><div style="font-family: Qwigley; font-size: 40px; margin-top:15px;line-height: 46px; margin-left:5px; color: {color:sidebarpic};">Playlist<br></center><br>
  1249.  
  1250. <center>
  1251.  
  1252. 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>
  1253. To make a new line, just do < br >! If you have anymore questions about this; feel free to message me anytime!
  1254.  
  1255. </center>
  1256.  
  1257. </div></div></div></div></div></div></div></div></div></div>
  1258.  
  1259. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement