mkbye

thm 20 — mkbye:celina

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