mkbye

thm 14 — mkbye:celina

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