mkbye

thm 16 — mkbye:celina

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