Advertisement
sexstilinski

navigation page 01

Sep 20th, 2015
2,909
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 5.84 KB | None | 0 0
  1. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  2. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  3. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  4. <script>
  5. (function($){
  6. $(document).ready(function(){
  7. $("[title]").style_my_tooltips({
  8. tip_follows_cursor:true,
  9. tip_delay_time:200,
  10. tip_fade_speed:300
  11. });
  12. });
  13. })(jQuery);
  14. </script>
  15.  
  16. <!--
  17.  
  18. THEME BY SPIDERMN
  19.  
  20. FEEL FREE TO EDIT AS YOU PLEASE, BUT DO NOT STEAL
  21.  
  22. DO NOT TOUCH THE CREDIT
  23.  
  24. changing the accent color instructions:
  25. 1. press 'ctrl' and the 'f' key twice on your keyboard ('⌘' + 'f' for mac users)
  26. 2. in the box that comes up enter "#6d7690" in the find tab and in the replace tab enter the color code you want to change it to (you can find the color code of your icon using this website: http://html-color-codes.info/colors-from-image/)
  27. 3. click 'all' and save your html
  28.  
  29. -->
  30.  
  31. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  32.  
  33. <html>
  34. <head>
  35.  
  36.     <title>{title} - navigation</title>
  37.     <link rel="shortcut icon" href="{Favicon}">
  38.     <link rel="altertnate" type="application/rss+xml" href="{RSS}">
  39.     <meta name="description" content="" />
  40.     <meta http-equiv="x-dns-prefetch-control" content="off"/>
  41.    
  42.  
  43. <style type="text/css">
  44.  
  45. ::-webkit-scrollbar {height:0px; width:3px; background:#ffffff;}
  46. ::-webkit-scrollbar-thumb:vertical {height:auto; width:3px; background:#313131;}
  47. ::selection {background:#313131; color:#ffffff; padding-left:3px;}
  48. ::-webkit-selection {background:#313131; color:#ffffff;}
  49. ::-moz-selection {background:#313131; color:#ffffff;}
  50. ::-o-selection {background:#313131; color:#ffffff;}
  51. .bt::-webkit-scrollbar {background:#313131;}
  52.  
  53. body {
  54. margin:0px;
  55. background:#fff;
  56. font-size:10px;
  57. font-family:verdana;
  58. color:#000;
  59. line-height: 100%;
  60. }
  61.        
  62. a {
  63. color:#000;
  64. font-style:normal;
  65. text-decoration:none;
  66. }
  67.  
  68. li {margin-left:-20px !important;}
  69.  
  70. .h {
  71. height:120px;
  72. margin:0px auto;
  73. background:#6d7690;
  74. text-align:center;
  75. text-transform:lowercase;
  76. width:100%;
  77. display:absolute;
  78. padding:4px 0px;
  79. }
  80.  
  81. .ht {
  82. margin-top:-90px;
  83. }
  84.  
  85. .hh {
  86. margin-left:270px;
  87. font-size:35px;
  88. color:#ffffff;
  89. text-align:left;
  90. text-transform:lowercase;
  91. letter-spacing:0px;
  92. display:inline;
  93. }
  94.  
  95. .l {
  96. margin-top:-10px;
  97. margin-right:22px;
  98. text-align:right;
  99. }
  100.  
  101. .l a {
  102. margin-left:5px;
  103. font-size:13px;
  104. color:#ffffff;
  105. text-transform:lowercase;
  106. letter-spacing:1px;
  107. padding:4px;
  108. display:inline;
  109. -webkit-transition: all 0.4s ease-in;
  110. -moz-transition: all 0.4s ease-in;
  111. -o-transition: all 0.4s ease-in;
  112. }
  113.  
  114. .l a:hover {
  115. background:#ffffff;
  116. color:#6d7690;
  117. -webkit-transition: all 0.4s ease-in;
  118. -moz-transition: all 0.4s ease-in;
  119. -o-transition: all 0.4s ease-in;
  120. }
  121.  
  122. .icon img {
  123. width:100px;
  124. height:100px;
  125. }
  126.  
  127. .icon {
  128. margin-left:120px;
  129. margin-top:-65px;
  130. background:#ffffff;
  131. padding:8px;
  132. border:2px solid #6d7690;
  133. }
  134.  
  135. .container {
  136. margin-top:15px;
  137. margin-left:32%;
  138. height:auto;
  139. width:350px;
  140. padding-top:56px;
  141. }
  142.  
  143. .boxc {
  144. height:485px;
  145. width:485px;
  146. padding:20px;
  147. border:3px solid #fbfbfb;
  148. }
  149.  
  150. .box {
  151. height:500px;
  152. width:488px;
  153. overflow-y:auto;
  154. }
  155.  
  156. .bh {
  157. margin-top:32px;
  158. margin-left:110px;
  159. width:260px;
  160. background:#313131;
  161. font-family:sans-serif;
  162. font-size:13px;
  163. color:#ffffff;
  164. text-transform:uppercase;
  165. line-height:18px;
  166. letter-spacing:2px;
  167. text-align:center;
  168. padding:8px;
  169. }
  170.  
  171. .bt {
  172. margin-top:9px;
  173. margin-left:23px;
  174. margin-bottom:32px;
  175. width:425px;
  176. font-family:sans-serif;
  177. font-size:10px;
  178. color:#222222;
  179. letter-spacing:1px;
  180. border-left:3px solid #6d7690;
  181. padding:2px 9px;
  182. text-align:left;
  183. }
  184.  
  185. .bt a {
  186. margin-right:9px;
  187. color:#222222;
  188. font-weight:bold;
  189. -webkit-transition: all 0.4s ease-in;
  190. -moz-transition: all 0.4s ease-in;
  191. -o-transition: all 0.4s ease-in;
  192. }
  193.  
  194. .bt a:hover {
  195. color:#6d7690;
  196. -webkit-transition: all 0.4s ease-in;
  197. -moz-transition: all 0.4s ease-in;
  198. -o-transition: all 0.4s ease-in;
  199. }
  200.  
  201. #s-m-t-tooltip {
  202. max-width:300px;
  203. margin:15px;
  204. padding:4px;
  205. border-radius:0px;
  206. background:#6d7690;
  207. color:#ffffff;
  208. z-index:999999;
  209. font-size:8px;
  210. font-style:none;
  211. letter-spacing:2px;
  212. font-family:arial;
  213. text-transform:uppercase;
  214. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  215. }
  216.  
  217. .credit a {
  218. font:verdana;
  219. font-size:11px;
  220. position:fixed;
  221. color:#000000;
  222. font-weight:bold;
  223. bottom:14px;
  224. right:14px;
  225. }
  226.  
  227. </style>  
  228. </head>
  229.  
  230. <div class="h"></div>
  231. <div id="icon"><img class="icon" src="http://i.imgur.com/EMfapQm.png"></div>
  232. <div class="ht">
  233. <div class="hh">navigation.</div>
  234. <div class="l">
  235. <a href="/">index.</a><a href="/ask">inbox.</a><a href="/">link 1.</a><a href="/">link 2.</a></div>
  236. </div>
  237.  
  238. <div class="container">
  239. <div class="boxc">
  240. <div class="box">
  241.  
  242. <div class="bh">heading</div>
  243. <div class="bt">
  244. <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a> <a href="">link</a>
  245. </div>
  246.  
  247. <div class="bh">heading</div>
  248. <div class="bt">
  249. <a href="">link</a>
  250. </div>
  251.  
  252. <div class="bh">heading</div>
  253. <div class="bt">
  254. <a href="">link</a>
  255. </div>
  256.  
  257. </div>
  258. </div>
  259.  
  260. </div>
  261.  
  262. <div class="credit"><a href="http://spidermn.tumblr.com">cr.</a></div>
  263. </br></br></br>
  264. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement