mkbye

thm 30 — mkbye:celina

Apr 26th, 2015
520
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 32.43 KB | None | 0 0
  1. <!--
  2. Theme 30 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: 04.25.15-04.26.15
  15. Theme posted publicly: 04.26.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: [ 'Roboto:100:latin', 'Dancing+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><html lang="en">
  34. <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  35. <html xmlns="http://www.w3.org/1999/xhtml">
  36. <head>
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  39. <script>
  40. (function($){
  41. $(document).ready(function(){
  42. $("a[title]").style_my_tooltips({
  43. tip_follows_cursor:true,
  44. tip_delay_time:90,
  45. tip_fade_speed:600,
  46. attribute:"title"
  47. });
  48. });
  49. })(jQuery);
  50. </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();
  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. <script type="text/javascript">
  81. <!--
  82.  
  83. // Disable Right Click Script
  84.  
  85. function IE(e)
  86. {
  87. if (navigator.appName == "Microsoft Internet Explorer" && (event.button == "2" || event.button == "3"))
  88. {
  89. return false;
  90. }
  91. }
  92. function NS(e)
  93. {
  94. if (document.layers || (document.getElementById && !document.all))
  95. {
  96. if (e.which == "2" || e.which == "3")
  97. {
  98. return false;
  99. }
  100. }
  101. }
  102. document.onmousedown=IE;document.onmouseup=NS;document.oncontextmenu=new Function("return false");
  103.  
  104. //-->
  105. </script>
  106.  
  107.  
  108. <script type="text/javascript"
  109. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  110.  
  111. <!--DEFAULT VARIABLES-->
  112. <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  113. <meta name="color:background" content="#fff"/>
  114. <meta name="color:link" content="#777"/>
  115. <meta name="color:text" content="#777"/>
  116. <meta name="color:title" content="#333"/>
  117. <meta name="color:hover" content="#fff"/>
  118. <meta name="image:background" content="1"/>
  119.  
  120. <meta name="image:sidebar" content="1"/>
  121. <meta name="image:icon" content="1"/>
  122.  
  123. <meta name="color:border1" content="#fff"/>
  124. <meta name="color:border2" content="#fff"/>
  125. <meta name="color:border3" content="#fff"/>
  126.  
  127. <meta name="text:link 1" content="/"/>
  128. <meta name="text:link 1 msg" content="msg"/>
  129. <meta name="text:link 2" content="/"/>
  130. <meta name="text:link 2 msg" content="msg"/>
  131. <meta name="text:link 3" content="/"/>
  132. <meta name="text:link 3 msg" content="msg"/>
  133. <meta name="text:link 4" content="/"/>
  134. <meta name="text:link 4 msg" content="msg"/>
  135. <meta name="text:link 5" content="/"/>
  136. <meta name="text:link 5 msg" content="msg"/>
  137.  
  138. <meta name="text:stats" content="1 - 30000"/>
  139. <meta name="text:updates" content="write your updates here, use </br> to go to a new line!"/>
  140. <meta name="text:blogtitle" content="runaway"/>
  141. <meta name="text:name" content="Celina"/>
  142.  
  143. <style type="text/css">
  144.  
  145. #fade { /*--Transparent background layer--*/
  146. display: none; /*--hidden by default--*/
  147. position: fixed; left: 0; top: 0;
  148. background:{color:background};
  149. width: 100%; height: 100%;
  150. opacity:1;
  151. z-index: 99999999;
  152. }
  153. .popup_block{
  154. display: none; /*--hidden by default--*/
  155. padding: 20px;
  156. border:3px solid {color:border2};
  157. border-radius:10px;
  158. float: left;
  159. font-size:10px;
  160. position: fixed;
  161. color:white;
  162. top: 50%; left: 50%;
  163. z-index: 9999999999999;
  164. background:{color:border3};
  165. }
  166. /*--Making IE6 Understand Fixed Positioning--*/
  167. *html #fade {
  168. position: absolute;
  169. }
  170. *html .popup_block {
  171. position: absolute;
  172. }
  173.  
  174. #s-m-t-tooltip {
  175. max-width:300px;
  176. padding:6px 6px 6px 6px;
  177. margin:20px 0px 0px 20px;
  178. background:{color:border3};
  179. letter-spacing:3px; /* change the letter spacing */
  180. color:white; /* change the text color */
  181. border-radius:5px;
  182. font-size:10px;
  183. text-transform:lowercase;
  184. z-index:999999999999999999999999999999999999;
  185. }
  186.  
  187. ::-webkit-scrollbar {width: 5px; height: 5px; background: #FFFFFF;}
  188. ::-webkit-scrollbar-thumb {background-color:{color:border2};border:1px solid white;}
  189.  
  190. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop {right:2px;z-index:999999999; !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.5;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
  191.  
  192. .tmblr-iframe.tmblr-iframe--desktop-loggedin-controls.iframe-controls--desktop: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;}
  193.  
  194. p {
  195. margin:0px;
  196. margin-top:0px;
  197. }
  198.  
  199.  
  200. body {
  201. padding: 0px;
  202. margin: 0px;
  203. color:{color:text};
  204. font-family:Trebuchet MS;
  205. line-height:12px;
  206. font-size:10px;
  207. background-color: {color:Background};
  208. background-image:url({image:Background});
  209. background-attachment: fixed;
  210. background-repeat: repeat;
  211. }
  212.  
  213.  
  214. a:link, a:active, a:visited{
  215. text-decoration: none;
  216. -webkit-transition: color 0.3s ease-out;
  217. -moz-transition: color 0.3s ease-out;
  218. transition: color 0.3s ease-out;
  219. color:{color:link};
  220. }
  221.  
  222. a:hover {
  223. text-decoration: none;
  224. font-style:;
  225. color: {color:Hover};
  226. }
  227.  
  228. div#center{
  229. margin:auto;
  230. position:relative;
  231. width:1250px;
  232. background-color:;
  233. overflow:auto;
  234. overflow-y:hidden;
  235. }
  236.  
  237. /*CUSTOMIZE POST POSITIONING AND STUFFZ HERE*/
  238. #posts {
  239. width:800px;
  240. margin-top:50px;
  241. z-index:99;
  242. margin-left:550px;
  243. right:auto;
  244. background:transparent;
  245. margin-right:auto;
  246. position:relative;
  247. overflow-y: hidden;
  248. }
  249.  
  250.  
  251. /*CUSTOMIZE ENTRY SETTINGS HERE*/
  252. .entry {
  253. float:left;
  254. display: block;
  255. margin:5px;
  256. overflow:hidden;
  257. width:280px;
  258. padding:15px;
  259. padding-bottom:13px;
  260. border:1px solid {color:border1};
  261. {block:PermalinkPage}
  262. width:500px;
  263. text-align:left;
  264. line-height:10px;
  265. {/block:PermalinkPage}
  266. background:white;
  267. background-image:URL();
  268. }
  269.  
  270. .entry img{
  271. width:270px;
  272. border:3px solid {color:border2};
  273. border-radius:3px;
  274. {block:PermalinkPage}
  275. width:490px;
  276. {/block:PermalinkPage}
  277. }
  278.  
  279. .entry .permabg{
  280. position: absolute;overflow:hidden;width:310px;height:100%;margin-top:-15px;margin-left:-15px;border-radius:3px;background:#f4f4f4;opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  281.  
  282. .entry:hover .permabg{
  283. overflow:visible;opacity:1;-moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
  284.  
  285. .permatimestamp{
  286. position: absolute;width:80px;height:20px;margin-top:30px;margin-left:30px;font-size:10px;text-align:center;line-height:20px;background:{color:border2};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  287.  
  288. .entry:hover .permatimestamp{
  289. overflow:visible;opacity:1;margin-left:30px;}
  290.  
  291. .permaperma{
  292. position: absolute;width:80px;height:20px;margin-top:30px;margin-left:115px;font-size:10px;text-align:center;line-height:20px;background:{color:border3};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  293.  
  294. .entry:hover .permaperma{
  295. overflow:visible;opacity:1;margin-top:30px;}
  296.  
  297. .permanotes123{
  298. position: absolute;width:80px;height:20px;margin-top:30px;margin-left:200px;font-size:10px;text-align:center;line-height:20px;background:{color:border1};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  299.  
  300. .entry:hover .permanotes123{
  301. overflow:visible;opacity:1;margin-left:200px;}
  302.  
  303. .permavia123{
  304. position: absolute;width:250px;height:20px;margin-top:55px;margin-left:30px;font-size:10px;text-align:center;line-height:20px;background:{color:title};text-transform:uppercase;border-radius:5px;color:white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  305.  
  306. .entry:hover .permavia123{
  307. overflow:visible;opacity:1;margin-top:55px;}
  308.  
  309. .line{
  310. position: absolute;width:250px;height:0px;margin-top:85px;margin-left:30px;border-top:1px solid white;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  311.  
  312. .entry:hover .line{
  313. overflow:visible;opacity:1;}
  314.  
  315. .reblog123{
  316. z-index:9999;position: absolute;width:40px;height:40px;margin-top:100px;margin-left:50px;border:1px solid white;border-radius:100px;background:{color:border2};opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  317.  
  318. .entry:hover .reblog123{
  319. overflow:visible;opacity:1;}
  320.  
  321. .like123{
  322. position: absolute;width:40px;height:40px;margin-top:145px;margin-left:50px;border:1px solid white;border-radius:100px;background:{color:border3};opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  323.  
  324. .entry:hover .like123{
  325. overflow:visible;opacity:1;}
  326.  
  327. .days{
  328. position:absolute;margin-top:110px;margin-left:130px;width:117px;height:30px;color:{color:title};line-height:30px;font-size:23px;text-transform:uppercase;font-family:roboto;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  329.  
  330. .entry:hover .days{
  331. overflow:visible;opacity:1;}
  332.  
  333. .numbers{
  334. position:absolute;margin-top:130px;margin-left:130px;width:117px;height:50p;color:{color:border1};line-height:50px;font-size:38px;text-transform:uppercase;font-family:roboto;opacity:1;
  335. -webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition:all .7s ease;transition: all .7s ease;}
  336.  
  337. .entry:hover .numbers{
  338. overflow:visible;opacity:1;}
  339.  
  340. #sidebar{
  341. position:fixed !important;width:270px;height:270px;margin-top:150px;margin-left:135px;background:white;text-align:center;outline:10px solid {color:border1};outline-offset:10px;border:1px solid {color:border2};overflow:auto;}
  342.  
  343. #bg{
  344. position:fixed;width:270px;height:95px;background:{color:border1};margin-top:90px;margin-left:0px;}
  345.  
  346. #pc{
  347. position:fixed;margin-top:5px;margin-left:5px;width:258px;height:258px;background:#f4f4f4;border:1px solid {color:border3}}
  348.  
  349. #pc img{
  350. width:258px;height:258px;outline:1px solid white;outline-offset:-5px;opacity:1;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
  351.  
  352. #sidebar:hover #pc img{
  353. opacity:0; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);}
  354.  
  355. #bg2{
  356. position:fixed;width:258px;height:135px;background:{color:border2};margin-top:70px;margin-left:6px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease; -moz-transform: scale(0);-webkit-transform: scale(0);transform: scale(0);}
  357.  
  358. #sidebar:hover #bg2{
  359. opacity:1; -moz-transform: scale(1);-webkit-transform: scale(1);transform: scale(1);}
  360.  
  361. #in{
  362. z-index:999999;position:fixed;width:70px;height:70px;background:white;margin-top:18px;margin-left:10px;border-radius:100px;padding:10px;}
  363.  
  364. #in img{
  365. width:70px;height:70px;border-radius:100px;border:2px solid {color:border3};margin-top:-2px;margin-left:-300px;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  366.  
  367. #sidebar:hover #in img{
  368. margin-left:-2px;
  369. }
  370.  
  371. #dc{
  372. position:fixed;margin-top:18px;margin-left:56px;width:135px;height:68px;overflow:auto;background:white;padding:11px;padding-left:45px;font-size:9px;border-top-right-radius:100px;border-bottom-right-radius:100px;}
  373.  
  374. #lksbr{
  375. position:fixed;width:100px;height:10px;margin-top:300px;margin-left:31px;background:{color:border1};border-radius:5px;font-size:10px;padding-top:5px;padding-bottom:5px;line-height:10px;color:white;opacity:0;-webkit-transition: all 1.7s ease;-moz-transition: all 1.7s ease;-o-transition: all 1.7s ease;transition: all 1.7s ease;}
  376.  
  377. #sidebar:hover #lksbr{
  378. opacity:1;margin-top:230px;}
  379.  
  380. #l1 a{
  381. position:fixed;background:{color:border3};margin-top:-50px;margin-left:-57px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
  382.  
  383. #l1msg{
  384. position:fixed;width:100px;height:20px;margin-top:34px;margin-left:6px;background:{color:border3};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  385.  
  386. #l1 a:hover #l1msg{
  387. opacity:1;}
  388.  
  389. #l2 a{
  390. position:fixed;background:{color:border2};margin-top:-50px;margin-left:-12px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
  391.  
  392. #l2msg{
  393. position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-39px;background:{color:border2};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  394.  
  395. #l2 a:hover #l2msg{
  396. opacity:1;}
  397.  
  398. #l3 a{
  399. position:fixed;background:{color:border1};margin-top:-50px;margin-left:33px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
  400.  
  401. #l3msg{
  402. position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-84px;background:{color:border1};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  403.  
  404. #l3 a:hover #l3msg{
  405. opacity:1;}
  406.  
  407. #l4 a{
  408. position:fixed;background:{color:border3};margin-top:-50px;margin-left:78px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
  409.  
  410. #l4msg{
  411. position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-129px;background:{color:border3};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  412.  
  413. #l4 a:hover #l4msg{
  414. opacity:1;}
  415.  
  416. #l5 a{
  417. position:fixed;background:{color:border2};margin-top:-50px;margin-left:123px;width:40px;height:20px;border-radius:2px;border:1px solid white;line-height:20px;color:white;}
  418.  
  419. #l5msg{
  420. position:fixed;width:100px;height:20px;margin-top:34px;margin-left:-174px;background:{color:border2};border-radius:5px;opacity:0;-webkit-transition: all .7s ease;-moz-transition: all .7s ease;-o-transition: all .7s ease;transition: all .7s ease;}
  421.  
  422. #l5 a:hover #l5msg{
  423. opacity:1;}
  424.  
  425. #ss{
  426. position:fixed;width:100px;height:10px;margin-top:300px;margin-left:137px;background:{color:border3};border-radius:5px;font-size:10px;padding-top:5px;padding-bottom:5px;line-height:10px;color:white;opacity:0;-webkit-transition: all 1.7s ease;-moz-transition: all 1.7s ease;-o-transition: all 1.7s ease;transition: all 1.7s ease;}
  427.  
  428. #sidebar:hover #ss{
  429. opacity:1;margin-top:230px;}
  430.  
  431. #ss a{
  432. color:white;}
  433.  
  434. #us a{
  435. position:fixed;width:20px;height:20px;background:{color:border1};border-radius:100px;margin-top:-115px;margin-left:-120px;opacity:0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  436.  
  437. #sidebar:hover #us a{
  438. opacity:1;margin-top:15px;}
  439.  
  440. #cs a{
  441. position:fixed;width:20px;height:20px;background:{color:border2};border-radius:100px;margin-top:-140px;margin-left:-120px;opacity:0;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;transition: all 1s ease;}
  442.  
  443. #sidebar:hover #cs a{
  444. opacity:1;margin-top:40px;}
  445.  
  446. #bt{
  447. position:fixed;width:189px;height:50px;margin-top:6px;margin-left:245px;padding:10px;line-height:50px;color:{color:title};text-align:right;padding-right:20px;font-family:roboto;font-size:30px;text-transform:lowercase;opacity:0;-webkit-transition: all 1.2s ease;-moz-transition: all 1.2s ease;-o-transition: all 1.2s ease;transition: all 1.2s ease;}
  448.  
  449. #sidebar:hover #bt{
  450. opacity:1;margin-left:45px;}
  451.  
  452. #notes{
  453. position:relative;width:40px;height:20px;margin-left:240px;margin-top:-5px;background:{color:border3};border-radius:2px;line-height:20px;text-transform:uppercase;text-align:center;font-size:10px;}
  454.  
  455. #askericon img{
  456. height:41px;width:41px;margin-top:1px;margin-left:1px;border:1px solid white;outline-offset:0px;outline:0px;}
  457.  
  458. #circle1{
  459. height:7px;width:7px;margin-top:-65px;margin-left:65px;background:white;border:1px solid {color:border1};border-radius:100px;}
  460.  
  461. #circle2{
  462. height:7px;width:7px;margin-top:-9px;margin-left:80px;background:white;border:1px solid {color:border2};border-radius:100px;}
  463.  
  464. #circle3{
  465. height:7px;width:7px;margin-top:-9px;margin-left:95px;background:white;border:1px solid {color:border3};border-radius:100px;}
  466.  
  467. #questionbox{
  468. height:3px;width:165px;margin-top:-30px;margin-left:110px;background:{color:4};border-radius:10px;{block:permalinkpage}width:380px;{/block:permalinkpage}}
  469.  
  470. #question{
  471. width:152px;margin-top:5px;margin-left:110px;padding:5px;background:#f4f4f4;border-radius:5px;border:1px solid {color:border1};{block:permalinkpage}width:370px;min-height:40px;{/block:permalinkpage}}
  472.  
  473. #askername{
  474. width:120px;height:20px;margin-top:70px;margin-left:8px;text-align:left;font-family:dancing script;font-size:20px;line-height:20px;color:{color:border2};}
  475.  
  476. #answerbox{
  477. height:3px;width:190px;margin-top:-20px;margin-left:5px;background:{color:border3};border-radius:10px;{block:permalinkpage}width:410px;{/block:permalinkpage}}
  478.  
  479. #answer{
  480. width:178px;margin-top:7px;margin-left:5px;padding:5px;background:#f4f4f4;border-radius:5px;border:1px solid {color:border1};{block:permalinkpage}width:400px;{/block:permalinkpage}}
  481.  
  482. #myname{
  483. width:150px;height:20px;margin-top:30px;margin-left:210px;text-align:left;font-family:dancing script;font-size:22px;line-height:20px;color:{color:border2};{block:permalinkpage}margin-left:425px;{/block:permalinkpage}}
  484.  
  485. #timestamp2{
  486. width:90px;height:20px;margin-top:10px;margin-left:5px;font-size:10px;text-align:center;line-height:20px;background:{color:border3};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
  487.  
  488. #permalink{
  489. width:90px;height:20px;margin-top:-20px;margin-left:100px;font-size:10px;text-align:center;line-height:20px;background:{color:border1};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
  490.  
  491. #asknotes{
  492. width:50px;height:20px;margin-top:-20px;margin-left:195px;font-size:10px;text-align:center;line-height:20px;background:{color:border2};text-transform:uppercase;border-radius:5px;color:white;{block:permalinkpage}opacity:0;{/block:permalinkpage}}
  493.  
  494. #aa img{
  495. margin-top:5px;margin-left:200px;width:70px;height:70px;border:3px solid {color:border1};border-radius:3px;{block:permalinkpage}margin-left:520px;{/block:permalinkpage}}
  496.  
  497. #at{
  498. line-height:35px;font-family:dancing script;font-size:20px;color:white;font-weight: normal;margin-top:-73px;margin-left:0px;text-align:center;background:{color:border2};border:1px solid {color:border2};border-radius:5px;width:190px;height:35px;{block:permalinkpage}width:500px;{/block:permalinkpage}}
  499.  
  500. #an{
  501. line-height:22px;color:white;text-transform:uppercase;margin-top:5px;margin-left:0px;text-align:center;background:{color:border3};border:1px solid {color:border3};border-radius:5px;width:190px;height:22px;{block:permalinkpage}width:500px;{/block:permalinkpage}}
  502.  
  503. #tr{
  504. position:fixed !important;width:2000px;height:35px;top:0px;left:0px;background:{color:border2};z-index:9999999999999999999;overflow:hidden;}
  505.  
  506. #sr{
  507. position:fixed !important;height:2000px;width:35px;top:0px;right:0px;background:{color:border2};z-index:9999999999999999999;}
  508.  
  509. #br{
  510. position:fixed !important;height:35px;width:2000px;bottom:0px;left:0px;background:{color:border2};z-index:99999999999999999;}
  511.  
  512. #sr2{
  513. position:fixed !important;height:2000px;width:35px;top:35px;left:0px;background:{color:border2};z-index:9999999999999;}
  514.  
  515. .title{
  516. line-height: 40px;font-family:dancing script;font-size:35px;color:white;font-weight: normal;text-shadow:-1px 0 {color:Title}, 0 1px {color:Title}, 1px 0 {color:Title}, 0 -1px {color:Title};}
  517.  
  518.  
  519. /*CUSTOMIZE PERMALINKS OF TEXT POSTS AND SUCH HERE*/
  520. .permalink{
  521. text-transform: normal;
  522. display: block;
  523. text-align: right;
  524. text-decoration: none;
  525. }
  526.  
  527.  
  528. /*I RECCOMMEND TO NOT TOUCH ANY OF THIS LOLz*/
  529. #infscr-loading{
  530. bottom: -70px;
  531. position: absolute;
  532. left: 50%;
  533. margin-left:-8px;
  534. width:16px;
  535. height:11px;
  536. overflow:hidden;
  537. margin-bottom: 50px;
  538. }
  539.  
  540. #postnotes{
  541. text-align: justify;}
  542.  
  543. #postnotes blockquote{
  544. border: 0px;}
  545.  
  546. blockquote{
  547. padding:0px 0px 2px 5px;
  548. margin:0px 0px 2px 10px;
  549. border-left: 1px dotted #555555;
  550. }
  551.  
  552. blockquote p, ul{
  553. margin:0px;
  554. padding:0px;
  555. }
  556.  
  557. a img{border: 0px;}
  558.  
  559.  
  560. ul, ol, li{list-style:none; margin:0px; padding:0px;}
  561.  
  562. .user_1 .label, .user_2 .label, .user_3 .label, .user_4 .label, .user_5 .label, .user_6 .label,
  563. .user_7 .label, .user_8 .label, .user_9 .label {color:{color:text};}
  564.  
  565. .notes img{width:10px; position:relative; top:3px;}
  566. <--ses-->
  567. small{font-size: 90%;}
  568.  
  569. {CustomCSS}
  570.  
  571. </style>
  572.  
  573. {block:IndexPage}
  574. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/iBElrgjim/jquerymasonry.js"></script>
  575. <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
  576. <script type="text/javascript" src="http://static.tumblr.com/tk7f1db/3Cqnjsjve/blockquote.txt"></script>
  577. <script type="text/javascript">
  578. $(window).load(function(){
  579. var $wall = $('#posts');
  580. $wall.imagesLoaded(function(){
  581. $wall.masonry({
  582. itemSelector: '.entry, .entry_photo',
  583. isAnimated : false
  584. });
  585. });
  586.  
  587. $wall.infinitescroll({
  588. navSelector : '#pagination',
  589. nextSelector : '#pagination a',
  590. itemSelector : '.entry, .entry_photo',
  591. bufferPx : 2000,
  592. debug : false,
  593. errorCallback: function() {
  594. $('#infscr-loading').fadeOut('normal');
  595. }},
  596. function( newElements ) {
  597. var $newElems = $( newElements );
  598. $newElems.hide();
  599. $newElems.imagesLoaded(function(){
  600. $wall.masonry( 'appended', $newElems,{isAnimated: false}, function(){$newElems.fadeIn('slow');} );
  601. });
  602. }); $('#posts').show(500);
  603. });
  604. </script>
  605.  
  606.  
  607. {/block:IndexPage}
  608.  
  609.  
  610. <title>{title}</title>
  611.  
  612. <link rel="shortcut icon" href="{Favicon}" />
  613. <meta name="viewport" content="width=820" />
  614. </head>
  615.  
  616. <body>
  617. <BODY onselectstart="return false;" ondragstart="return false;">
  618. <div class="wrapper">
  619. <div class="header">
  620. </div>
  621.  
  622. <div id="cage">
  623. <div id="center">
  624.  
  625. <div id="tr"></div>
  626. <div id="sr"></div>
  627. <div id="br"></div>
  628. <div id="sr2"></div>
  629.  
  630. <!--STUFF THAT GOES INTO THE SIDEBAR-->
  631. <div id="sidebar">
  632. <center>
  633.  
  634. <div id="bg"></div>
  635. <div id="pc"><img src="{image:sidebar}"></div>
  636.  
  637. <div id="us"><a href="#?w=350" rel="02" class="poplight"></a></div>
  638. <div id="cs"><a href="http://mkbye.tumblr.com" title="theme credit"></a></div>
  639.  
  640. <div id="bt">{text:blogtitle}</div>
  641.  
  642.  
  643.  
  644.  
  645.  
  646. <div id="bg2">
  647. <div id="in"><img src="{image:icon}"></div>
  648. <div id="dc">{description}</div>
  649. </div>
  650.  
  651. <div id="lksbr"> navigation
  652. <div id="l1"><a href="{text:link 1}">
  653. <div id="l1msg">{text:link 1 msg}</div>
  654. </a></div>
  655.  
  656. <div id="l2"><a href="{text:link 2}">
  657. <div id="l2msg">{text:link 2 msg}</div>
  658. </a></div>
  659.  
  660. <div id="l3"><a href="{text:link 3}">
  661. <div id="l3msg">{text:link 3 msg}</div>
  662. </a></div>
  663.  
  664. <div id="l4"><a href="{text:link 4}">
  665. <div id="l4msg">{text:link 4 msg}</div>
  666. </a></div>
  667.  
  668. <div id="l5"><a href="{text:link 5}">
  669. <div id="l5msg">{text:link 5 msg}</div>
  670. </a></div>
  671.  
  672. </div>
  673.  
  674. <div id="ss">{text:stats}</div>
  675.  
  676.  
  677. </center>
  678. </div>
  679. <!------------------------------------->
  680.  
  681.  
  682. <div class="left">
  683. <div id="posts">
  684. {block:Posts}
  685. <div class="entry">
  686.  
  687. {block:Text}{block:Title}<span class="title">{Title}</span>{/block:Title}<span class="body">{Body}</span><div style="padding:5px;"></div><p align=right><span class="permalink"><a href="{Permalink}" style="color:white"><a href="{Permalink}"><div id="notes"><a href="{Permalink}" style="color:white">{notecount}</a></div>{/block:HasTags}</span></align>
  688. {/block:Text}
  689.  
  690. {block:Link}<a href="{URL}" class="title">{Name}</a>{block:Description}<div class="body">{Description}</div>{/block:Description} <p align=right><span
  691.  
  692. class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"></span></align>{block:Link}
  693.  
  694. {block:Answer}
  695. <div style="float:left; z-index:8; margin-left:6px; margin-top:5px; padding: 2px; padding-bottom:2px; background:{color:background}; width:45px; height:45px; border:2px solid {color:border2}; border-radius: 4px;">
  696. <div id="askericon"><img src="{AskerPortraitURL-48}"></div></div>
  697. <div id="askername">from, </br><font style="font-size:25px; padding-left:5px;">{Asker}</font></div>
  698. <div id="circle1"></div>
  699. <div id="circle2"></div>
  700. <div id="circle3"></div>
  701. <div id="questionbox"></div>
  702. <div id="question">
  703. <div style="min-height:33px; height:auto:">{Question}</div></div>
  704.  
  705. <div style="padding:15px;"></div>
  706.  
  707. <div id="myname">from, </br><font style="color:{color:title}; font-size:20px; padding-left:5px;">{text:name}</font></div>
  708. <div id="answerbox"></div>
  709. <div id="answer">
  710. <div style="min-height:33px; height:auto:">{Answer}</div></div>
  711. <div id="circle4"></div>
  712. <div id="circle5"></div>
  713. <div id="circle6"></div>
  714. <div id="timestamp2">{timeago}</div>
  715. <div id="permalink"><a href="{permalink}" style="color:white">permalink</a></div>
  716. <div id="asknotes">{notecount}</div>
  717.  
  718. <div style="padding:2px;"></div>
  719.  
  720.  
  721. {/block:Answer}
  722.  
  723. {block:Photo}
  724. {block:IndexPage}
  725. <center>
  726.  
  727. <div class="permabg"><div class="permatimestamp">{timeago}</div><div class="permaperma"><a href="{permalink}" style="color:white">permalink</a></div><div class="permanotes123">{notecount}</div><div class="permavia123">via: <a href={ReblogParentURL}><font style="color:white">{ReblogParentName}</font></a></div><div class="line"></div>
  728. <div class="reblog123"><a href="{ReblogURL}" target="_blank">
  729. <div style="margin-top:10px;">{ReblogButton color="white"}</div> </a></div>
  730. <div class="like123"><div style="margin-top:11px;">{likebutton color="white"} </div></div>
  731. <div class="days">{ShortDayOfWeek}. {ShortMonth}</div>
  732. <div class="numbers">{DayOfMonthWithZero} | {ShortYear}</div>
  733.  
  734.  
  735.  
  736. </div>
  737.  
  738. <div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  739. {/block:IndexPage}
  740. {block:PermalinkPage}
  741. {LinkOpenTag}<div class="photo"><a href="{permalink}"><img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" width="100%"/></a></div>
  742.  
  743. {LinkCloseTag}
  744. {/block:PermalinkPage}
  745. {/block:Photo}
  746.  
  747. {block:Photoset}
  748. {block:IndexPage}
  749. <center>
  750.  
  751. <div class="perma">
  752. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  753.  
  754. {Photoset-250}</center>
  755. {/block:IndexPage}
  756. {block:PermalinkPage}
  757. <center>
  758. {Photoset-500}</center>
  759. {/block:PermalinkPage}
  760. {/block:Photoset}
  761.  
  762. {block:Quote}<span class="title">"{Quote}"</span> — {block:Source}<b>{Source}</b>{/block:Source}<br><p align=right><span class="permalink"><a
  763.  
  764. href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}"> </span>{/block:Quote}
  765.  
  766. {block:Chat}{block:Title}<span class="title">{Title}</span>{/block:Title}
  767. <ul class="chat">
  768. {block:Lines}
  769. <li class="user_{UserNumber}">
  770. {block:Label}
  771. <span class="label">{Label}</span>
  772. {/block:Label}
  773.  
  774. {Line}
  775. </li>
  776. {/block:Lines}
  777. <p align=right><span class="permalink"><a href="{Permalink}">{notecountwithlabel}</a> <a href="{Permalink}">
  778. {/block:Chat}
  779.  
  780. {block:Audio}
  781.  
  782. {block:AlbumArt}<div id="aa"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  783. {block:TrackName}<div id="at">{TrackName}</div>{/block:TrackName}
  784. {block:Artist}<div id="an">artist: {Artist}</div>{/block:Artist}
  785. <div style="border:1px solid {color:4}; height:30px; margin-top:15px; margin-left:0px;">{AudioPlayerWhite}</div>
  786. <div id="timestamp2"><div style="background:{color:border1}; border-radius:5px;">{timeago}</div></div>
  787. <div id="permalink"><div style="background:{color:border2}; border-radius:5px;"><a href="{permalink}" style="color:white">permalink</a></div></div>
  788. <div id="asknotes"><div style="background:{color:border3}; border-radius:5px;">{notecount}</div></div>
  789. <div style="padding:2px;"></div>
  790.  
  791. {/block:Audio}
  792.  
  793. {block:Video}
  794. {block:IndexPage}
  795. <center>
  796. <div class="perma">
  797. <a href="{ReblogURL}" target="_blank"> reblog </a> </div>
  798. {Video-250}</center>
  799. {/block:IndexPage}
  800. {block:PermalinkPage}
  801. <center>
  802. {Video-400}</center>
  803. {/block:PermalinkPage}
  804. {block:Video}
  805.  
  806.  
  807. {block:PostNotes}
  808. <div style="padding:10px;border-bottom:1px solid {color:border1};">
  809. <div align="middle">{caption}</div></div>
  810. <div style="padding:5px"></div>
  811.  
  812. {block:NoteCount}<div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:80px; margin-left:0px;text-align:center">{NoteCountWithLabel}</div>{/block:NoteCount}
  813.  
  814. <div style="padding:5px"></div>
  815.  
  816. {block:RebloggedFrom}
  817.  
  818. <div style="background:{color:border3}; color:white; padding:5px;border-radius:3px; width:180px; margin-left:95px; margin-top:-30px;text-align:center">reblogged from <a href="{ReblogParentURL}" style="color:white">{ReblogParentName}</a><br></div>
  819.  
  820. <div style="padding:5px"></div>
  821.  
  822. <div style="background:{color:border1}; color:white; padding:5px;border-radius:3px; width:200px; margin-left:290px; margin-top:-30px;text-align:center">posted by <a href="{ReblogRootURL}" style="color:white">{ReblogRootName}</a></div>
  823.  
  824.  
  825. {/block:RebloggedFrom}
  826.  
  827. <div style="padding:5px"></div>
  828.  
  829. <div id="postnotes"><div style="height:auto; max-height:300px; border:1px solid {color:border2}; overflow:auto; padding:10px; background:#f4f4f4">{PostNotes}</div></div><br>
  830.  
  831. {block:HasTags}
  832. <div style="padding:2px"></div>
  833. <div style="background:{color:border2}; color:white; padding:5px;border-radius:3px; width:auto">
  834. tags: {block:Tags}<a href="{TagURL}" style="color:white">{Tag} | </a>{/block:Tags}</div> {/block:HasTags}
  835.  
  836. {/block:PostNotes}
  837. </div>
  838. {/block:Posts}
  839. </div></div>
  840.  
  841. {block:IndexPage}
  842. {block:Pagination}
  843. <div id="pagination">
  844. {block:NextPage}
  845. <a id="nextPage" href="{NextPage}"></a>
  846. {/block:NextPage}
  847. {block:PreviousPage}
  848. <a href="{PreviousPage}"></a>
  849. {/block:PreviousPage}
  850. </div>
  851. {/block:Pagination}
  852. {/block:IndexPage}
  853. </body>
  854. <div id="02" class="popup_block"><div style="font-size:50px; font-family:dancing script; padding:20px; text-shadow:-1px 0 #fff, 0 1px #fff, 1px 0 #fff, 0 -1px #fff; color:{color:border1}; width:auto; height:auto; border:3px solid white; text-align:center;"> updates </div><div style="padding-top:20px"></div>{text:updates}</div></div></div></div></div></div></div></div></div></div><div style="position:fixed; right:2px; opacity:.6; top:27px;z-index:99999999999999; -webkit-filter: invert(100%)"><a href="http://mkbye.tumblr.com/"><img src="http://i50.tinypic.com/3325qp0.png"></a></div></html>
Advertisement
Add Comment
Please, Sign In to add comment