Advertisement
kissingliamsthemes

ABOUT ME 3

Jan 14th, 2015
3,623
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.33 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6.  
  7.  
  8.  
  9. <!-- THEME BY AFIREHAZ (PREVIOUSLY KISSINGLIAMS), THANK YOU FOR USING;
  10. PLEASE DO NOT REMOVE CREDIT OR STEAL THIS THEME! -->
  11.  
  12.  
  13. <style type="text/css">
  14.  
  15. ::selection {background: #fff; color:{color:selection};}
  16. ::-moz-selection {background: #fff; color:{color:selection};}
  17. ::-webkit-selection {background: #fff; color:{color:selection};}
  18.  
  19. ::-webkit-scrollbar-thumb {background-color: {color:scrollbar}; border: 3px solid #fff; height:auto; border-bottom:none;}
  20.  
  21. ::-webkit-scrollbar {height:9px;width:9px;background-color:{color:scrollbar}; border:4px solid #fff;}
  22.  
  23. ::selection {background-color:#fff;}
  24.  
  25. @import url(http://fonts.googleapis.com/css?family=Open+Sans:300);
  26.  
  27. body, a, a:hover {cursor: url(http://media.tumblr.com/8d531d6c90214f7c87dbff371fc474bc/tumblr_inline_mmsrpsNO3J1qz4rgp.png), auto;}
  28.  
  29.  
  30. body {
  31. background:#fff;
  32. }
  33.  
  34. #me {
  35. padding:5px;
  36. width:300px;
  37. color:#fff; /** TEXT COLOR **/
  38. background:#fbc1c1; /** TITLE COLOR **/
  39. font-family:calibri;
  40. font-size:8px;
  41. letter-spacing:5px;
  42. text-align:left;
  43. margin-top:150px;
  44. margin-left:500px;
  45. }
  46.  
  47. #about {
  48. margin-left:500px;
  49. padding:10px;
  50. margin-top:5px;
  51. width:288px;
  52. height:200px;
  53. color:#bbbbbb; /** TEXT COLOR **/
  54. text-align:justify;
  55. font-family:calibri;
  56. font-size:8px;
  57. text-transform:uppercase;
  58. letter-spacing:1px;
  59. line-height:150%;
  60. border:1px; border-width:1px; border-style:solid;
  61. border-color:#fbc1c1; /** BORDER COLOR **/
  62. }
  63.  
  64. #links {
  65. margin-top:0px;
  66. margin-left:500px;
  67. color:#fbc1c1; /** LINK COLOR **/
  68. width:300px;
  69. height:100px;
  70. font-family:calibri;
  71. }
  72.  
  73. #links a {
  74. padding:5px;
  75. text-transform:lowercase;
  76. font-size:10px;
  77. text-align:left;
  78. width:1px;
  79. color:#fbc1c1;
  80. text-decoration:none;
  81. }
  82.  
  83.  
  84.  
  85. {CustomCSS}</style></head><body>
  86.  
  87. <div id="me">ABOUT ME</div>
  88.  
  89. <div id="about">
  90.  
  91. <!-- THIS IS WHERE YOU WRITE YOUR ABOUT ME. BE CAREFUL TO NOT DELETE ANY HTML!! -->
  92.  
  93.  
  94.  
  95. HIIIIIIIII THIS IS WHERE YOU WILL WRITE ALL THE COOL STUFF ABOUT YOURSELF. TRY TO FILL UP THIS SPACE. OR MAYBE NOT. IDC. YOU DO YOU. YOU CAN ALSO CHANGE THE COLOR OF THE TEXT AND THE BOX. IF YOU DON'T KNOW HOW JUST SHOOT ME AN ASK. IF YOU HAVE ANY QUESTIONS ABOUT HOW TO USE THIS, JUST SHOOT ME AN ASK.
  96.  
  97.  
  98.  
  99.  
  100. </div>
  101.  
  102. <!-- THESE ARE YOUR LINKS. FEEL FREE TO CUSTOMIZE THEM. BUT PLEASE LEAVE THE THEME CREDIT LINK!! -->
  103.  
  104.  
  105. <div id="links">
  106.  
  107. <a href="/">BACK TO BLOG</a> //
  108. <a href="/">INBOX</a> //
  109. <a href="/">EXPLORE</a> //
  110. <a href="http://afirehaz.tumblr.com/">THEME</a>
  111.  
  112. </div>
  113.  
  114.  
  115.  
  116. <!-- start of script tooltip -->
  117. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  118.  
  119. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  120.  
  121. <script>
  122.  
  123. (function($){
  124.  
  125. $(document).ready(function(){
  126.  
  127. $("a[title]").style_my_tooltips({
  128.  
  129. tip_follows_cursor:true,
  130.  
  131. tip_delay_time:90,
  132.  
  133. tip_fade_speed:600,
  134.  
  135. attribute:"title"
  136.  
  137. });
  138.  
  139. });
  140.  
  141. })(jQuery);
  142.  
  143. </script>
  144.  
  145. <!-- end of script tooltip -->
  146.  
  147.  
  148.  
  149.  
  150. </div>
  151. </body>
  152. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement