mkbye

thm 15 — mkbye:celina

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