Advertisement
moanszayn

Navi

Apr 12th, 2014
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <head>
  6.  
  7. <!-- lustinglou's navigation base from meem follow the rules -->
  8.  
  9. <!-- !!!PLEASE READ PLEASE READ PLEASE READ PLEASE READ PLEASE READ !!!-->
  10.  
  11. <!-- the theme will look off place while you edit but is fine once you save so don't change the position of anything unless you want to put things in a different place or it won't look correct once you save -->
  12.  
  13. <title>{title}</title>
  14.  
  15. <link rel="shortcut icon" href="{favicon}" />
  16.  
  17. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  18.  
  19. <script>
  20.  
  21. (function($){
  22.  
  23. $(document).ready(function(){
  24.  
  25. $("a[title]").style_my_tooltips({
  26.  
  27. tip_follows_cursor:true,
  28.  
  29. tip_delay_time:50,
  30.  
  31. tip_fade_speed:600,
  32.  
  33. attribute:"title"
  34.  
  35. });
  36.  
  37. });
  38.  
  39. })(jQuery);
  40.  
  41. </script>
  42.  
  43. <script type="text/javascript"
  44. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  45.  
  46.  
  47.  
  48. <style type="text/css">
  49.  
  50. body {
  51. background:#fff;
  52. margin:0px;
  53. color:#9a9a9a;
  54. font-family: arial;
  55. line-height:100%;
  56. }
  57.  
  58. a {
  59. text-decoration:none;
  60. }
  61.  
  62. #container a {
  63. color: #999;
  64. padding:2px 4px;
  65. text-decoration:none;
  66. -moz-transition-duration:0.5s;
  67. -webkit-transition-duration:0.5s;
  68. -o-transition-duration:0.5s;
  69. }
  70.  
  71. #container a:hover {
  72. color:#fff;
  73. background:#EB6299;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. #container {
  80. position:fixed;
  81. font-family:arial;
  82. font-size:10px;
  83. text-align:left;
  84. margin:0px auto;
  85. margin-top: 165px;
  86. margin-left:650px;
  87.  
  88. }
  89.  
  90.  
  91. #title {
  92. position:fixed;
  93. font-family:arial;
  94. font-weight:bold;
  95. font-size:24px;
  96. margin-top:132px;
  97. margin-left:444px;
  98. width:190px;
  99. color:#EB6299;
  100. text-align:center;
  101. -webkit-transition-duration:1s;
  102.  
  103. }
  104.  
  105.  
  106.  
  107.  
  108.  
  109. #sub {
  110. position:fixed;
  111. margin-top: 0px;
  112. font-family:arial ;
  113. color:#EB6299;
  114. font-weight:bold;
  115. font-size:15px;
  116. padding-left:3px;
  117. }
  118.  
  119. #sub2 {
  120. position:fixed;
  121. margin-top: 0px;
  122. font-family:arial ;
  123. color:#EB6299;
  124. font-weight:bold;
  125. font-size:15px;
  126. padding-left:3px;
  127. }
  128.  
  129. #sub3 {
  130. position:fixed;
  131. margin-top: 0px;
  132. font-family:arial ;
  133. color:#EB6299;
  134. font-weight:bold;
  135. font-size:15px;
  136. padding-left:3px;
  137. }
  138.  
  139. #links {
  140. position:fixed;
  141. font-family:Latha;
  142. font-style:none;
  143. font-size:11px;
  144. }
  145.  
  146. #links2 {
  147. position:fixed;
  148. font-family:Latha;
  149. font-style:none;
  150. font-size:11px;
  151. }
  152.  
  153. #links3 {
  154. position:fixed;
  155. font-family:Latha;
  156. font-style:none;
  157. font-size:11px;
  158. }
  159.  
  160. #box {
  161. position:fixed;
  162. width:300px;
  163. padding:40px;
  164. border:0px solid #ddd;
  165. margin:0px auto;
  166. }
  167.  
  168. #image {
  169. position:fixed;
  170. margin-left:380px;
  171. margin-top:195px;
  172. width: 100px;
  173. height: 100px;
  174.  
  175. }
  176.  
  177. #image img {
  178. margin-left:100px;
  179. width: 200px;
  180. height: 200px;
  181. padding:0px;
  182. -moz-transition-duration:0.5s;
  183. -webkit-transition-duration:0.5s;
  184. -o-transition-duration:0.5s;
  185.  
  186. }
  187.  
  188.  
  189. #credit{
  190. right:8px;
  191. bottom: 2px;
  192. position:fixed;
  193. padding:5px;
  194. }
  195.  
  196. </style>
  197.  
  198. </head>
  199.  
  200.  
  201. <body>
  202. <!-- change the pictures here -->
  203.  
  204. <div id="image">
  205. <img src="http://25.media.tumblr.com/431681d38182714f6d6e461b3f20c93b/tumblr_n299seWMEE1s9tzxdo3_r1_250.gif"></div>
  206.  
  207.  
  208. <!-- change the navigation title & three links here -->
  209.  
  210. <div id="box">
  211. <div id="title">nouicide's navi;</div>
  212.  
  213.  
  214. <!-- change the subtitles and links here-->
  215.  
  216. <!-- if you want more than 8 links for each sub, make sure there's an even amount of links between the <br> example if you want a 10 links in this sub have "5 links" <br> "5 links" -->
  217.  
  218. <!-- same goes if you want less than 8 links :) -->
  219.  
  220. <!-- but if your link titles aren't very even then i guess it doesn't matter that much -->
  221.  
  222. <div id="container">
  223. <span id="sub">subtitle</span>
  224. <br><div id="links">
  225. <a href="http://LINK">blah</a>
  226. <a href="http://LINK">blah</a>
  227. <a href="http://LINK">blah</a>
  228. <a href="http://LINK">blah</a> <br>
  229. <a href="http://LINK">blah</a>
  230. <a href="http://LINK">blah</a>
  231. <a href="http://LINK">blah</a>
  232. <a href="http://LINK">blah</a>
  233. <br><br>
  234. <span id="sub2">subtitle</span>
  235. <br><div id="links2">
  236. <a href="http://LINK">blah</a>
  237. <a href="http://LINK">blah</a>
  238. <a href="http://LINK">blah</a>
  239. <a href="http://LINK">blah</a> <br>
  240. <a href="http://LINK">blah</a>
  241. <a href="http://LINK">blah</a>
  242. <a href="http://LINK">blah</a>
  243. <a href="http://LINK">blah</a>
  244. <br><br>
  245. <span id="sub3">subtitle</span>
  246. <br><div id="links3">
  247. <a href="http://LINK">blah</a>
  248. <a href="http://LINK">blah</a>
  249. <a href="http://LINK">blah</a>
  250. <a href="http://LINK">blah</a> <br>
  251. <a href="http://LINK">blah</a>
  252. <a href="http://LINK">blah</a>
  253. <a href="http://LINK">blah</a>
  254. <a href="http://LINK">blah</a>
  255. <br><br>
  256. </div>
  257. </div>
  258.  
  259. <!-- if you want more than three subs then know basic html or message me off anon for help. you need to copy another #sub and make it #sub4 #sub5... with the margin-top adjusted and a #links4 and and copy and paste "<span id="sub">subtitle</span>" to <br><br> and adjust it to fit the new coding. again only do this if you know how -->
  260.  
  261. <!-- dont touch :) -->
  262.  
  263.  
  264. <div id="credit" data="credit"><a href="http://chipotleigh.tumblr.com"><img src="http://24.media.tumblr.com/d51c7e63ee92e592f42bead860a1cb3e/tumblr_mrczibkCXy1som5q2o1_500.png" width="50px" height="65px"></a></div>
  265.  
  266. </body>
  267.  
  268.  
  269. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement