mkbye

thm 24 — mkbye:celina

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