Advertisement
taehyung

simplehun

Dec 14th, 2013
1,653
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 4.66 KB | None | 0 0
  1. <!--
  2. theme by 94ist@tumblr
  3. please, please don't remove these credits!!
  4. -->
  5.  
  6. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  10. <title>{Title}</title>
  11. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  12.  <link rel="shortcut icon" href="{Favicon}" />
  13. <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15. <style type="text/css">
  16. @font-face {font-family:"bitxmap"; src: url("http://static.tumblr.com/ofgksh6/md0mkd9yd/bitxmap_font_tfb.ttf")}
  17.  
  18.  
  19.  
  20. /* if you're going to change the colours of the boxes or whatever, please make sure you also change the scrollbar colours to match!! (only if you want) */
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {
  23. -webkit-border-radius: 10px;
  24. border-radius: 10px;
  25. border:1px solid #ffdadf;
  26. }
  27. ::-webkit-scrollbar {
  28. width:6px;
  29. background:#fff;
  30. }
  31.  
  32.  
  33. body{
  34. background: #fff url('') center fixed repeat;
  35. margin: 0;
  36. padding: 0;
  37. font-family: bitxmap;
  38. }
  39.  
  40. a{
  41. text-decoration:none;
  42. color:#9d9c9d; /* here is your link colour */
  43. }
  44.  
  45. #kanase{
  46. margin:auto;
  47. margin-top:12%;
  48. width:280px;
  49. }
  50.  
  51. .kojou{
  52. display:inline-block;
  53. background:#fff; /* the background colour for your title */
  54. width:250px;
  55. height:auto;
  56. font-size:9px;
  57. text-align:right; /* you can align your text to center or left if you want */
  58. color:#9d9c9d; /* the text colour for your title */
  59. letter-spacing:1px;
  60. float: left;
  61. margin-bottom:20px;
  62. font-family: bitxmap;
  63. padding: 12px;
  64. position: relative;
  65. border: 1px solid #ffdadf; /* the border colour for your title */
  66. }
  67.  
  68. .kanon{
  69. overflow:auto;
  70. display:inline-block;
  71. background:#fff; /* the background colour for your text box */
  72. width:116px;
  73. height:116px;
  74. font-size:9px;
  75. color:#9d9c9d; /* the text colour for your text box */
  76. letter-spacing:1px;
  77. float: center;
  78. text-align:center;
  79. margin-bottom:20px;
  80. font-family: bitxmap;
  81. padding: 8px;
  82. position: relative;
  83. border: 1px solid #ffdadf; /* the border colour for your text box */
  84. }
  85.  
  86. .kanon img{
  87. max-width:116px;
  88. max-height:116px;
  89. }
  90.  
  91. .linko a{
  92. display:inline-block;
  93. background:#fff; /* the background colour for your links */
  94. width:45px;
  95. font-size:8.5px;
  96. color:#9d9c9d; /* the text colour for your links */
  97. letter-spacing:1px;
  98. float: center;
  99. text-align:center;
  100. margin-bottom:5px;
  101. font-family: bitxmap;
  102. padding: 8px;
  103. position: relative;
  104. border: 1px solid #ffdadf; /* the border colour for your links */
  105. }
  106.  
  107. .linko a:hover{
  108. background:#ffdadf; /* when you hover, this is the background colour */
  109. color:#fff; /* when you hover, this is the text colour */
  110. -webkit-transition: all 0.4s ease-in-out;
  111. -moz-transition: all 0.4s ease-in-out;
  112. transition: all 0.4s ease-in-out;
  113. }
  114.  
  115. /* this is for when you hover over links and the titles appear - pretty self-explanatory. just follow previous steps!! */
  116. #s-m-t-tooltip {
  117. background: #fff;
  118. text-align:center;
  119. font-size: 10px;
  120. font-family: bitxmap;
  121. color: #9d9c9d;
  122. max-width: 100px;
  123. word-wrap: break-word;
  124. padding: 1px 5px 2px 6px;
  125. display: block;
  126. -moz-border-radius: 5px;
  127. -webkit-border-radius: 5px;
  128. border-radius: 5px;
  129. margin: 10px 10px 10px 15px;
  130. border: 1px solid #ffdadf;
  131. }
  132.  
  133. {CustomCSS}
  134. </style>
  135.  
  136. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  137. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  138. <script>
  139.  (function($){
  140.  $(document).ready(function(){
  141.  $("[title]").style_my_tooltips();
  142.  });
  143.  })(jQuery);
  144. </script>
  145.  
  146. </head>
  147. <body>
  148. <div id="kanase">
  149.  
  150.  
  151.  
  152. <!-- YOUR TITLE -->
  153. <div class="kojou">
  154. your title goes here
  155. </div>
  156.  
  157.  
  158.  
  159. <!-- YOUR MAIN TEXT BOX -->
  160. <div class="kanon">
  161. hi there!! this is where your description goes and what not :-)<br><br>please feel free to play around with my codes but <i>please</i> don't use them as a base or remove the credit!!<br><br>
  162. also, this box has a scrollbar as well so you can go for as long as you want.
  163. </div>
  164.  
  165.  
  166.  
  167. <!-- YOUR IMAGE. MAKE SURE IT'S 116PX WIDE AND 116PX HIGH!! -->
  168. <div class="kanon">
  169. <img src="http://static.tumblr.com/coqtevm/DZAmxsixo/sehuna.png">
  170. </div>
  171.  
  172.  
  173.  
  174. <!-- THE LINKS // PLEASE DON'T REMOVE CREDIT!! ALSO REMEMBER TO REPLACE 'LINK 1' AND 'LINK 2' WITH YOUR OWN TITLES -->
  175. <div class="linko">
  176. <a href="/" title="home">.i</a>
  177. <a href="URL HERE" title="link 1">.ii</a>
  178. <a href="URL HERE" title="link 2">.iii</a>
  179. <a href="http://94ist.tumblr.com" title="credit">.iv</a>
  180. </div>
  181.  
  182.  
  183. </div>
  184. </body>
  185. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement