Advertisement
onediewreckshun

43 - navigation iv (base) - http://kimsjongin.tumblr.com

Aug 9th, 2013
626
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.69 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.  
  3. <head>
  4.  
  5. <!--if you're just using this as a base, you can remove the credit.
  6. if you're using this base code itself (with no changes) for your own navigation page, please leave the credit. thank you. :)-->
  7.  
  8. <title>{title}</title>
  9.  
  10. <link rel="shortcut icon" href="{favicon}" />
  11.  
  12. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15.  
  16. (function($){
  17.  
  18. $(document).ready(function(){
  19.  
  20. $("a[title]").style_my_tooltips({
  21.  
  22. tip_follows_cursor:true,
  23.  
  24. tip_delay_time:50,
  25.  
  26. tip_fade_speed:600,
  27.  
  28. attribute:"title"
  29.  
  30. });
  31.  
  32. });
  33.  
  34. })(jQuery);
  35.  
  36. </script>
  37.  
  38. <script type="text/javascript"
  39. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  40. <!--
  41.       
  42. ┊   ┊ ┊
  43. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  44. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  45. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  46.  
  47. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  48. ᴘʟᴇᴀsᴇ ᴅᴏɴ'ᴛ ʀᴇᴍᴏᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏʀ sᴛᴇᴀʟ! ^_^
  49.  
  50. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  51. ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊ ┊
  52. ┊ ┊ ┊ ┊ ┊ ┊ ┊
  53. ┊ ┊ ┊
  54. -->
  55.  
  56. <style type="text/css">
  57.  
  58. body {
  59. background:#fff;
  60. margin:0px;
  61. color:#9a9a9a;
  62. font-family: baskerville;
  63. line-height:100%;
  64. }
  65.  
  66. a {
  67. text-decoration:none;
  68. }
  69.  
  70. #container a {
  71. color: #999;
  72. padding:2px 4px;
  73. text-decoration:none;
  74. -moz-transition-duration:0.5s;
  75. -webkit-transition-duration:0.5s;
  76. -o-transition-duration:0.5s;
  77. }
  78.  
  79. #container a:hover {
  80. color:#fff;
  81. background:#9a9a9a;
  82. -moz-transition-duration:0.5s;
  83. -webkit-transition-duration:0.5s;
  84. -o-transition-duration:0.5s;
  85. }
  86.  
  87. #container {
  88. font-family:baskerville;
  89. font-size:10px;
  90. text-align:center;
  91. margin:0px auto;
  92. margin-top:150px;
  93. }
  94.  
  95. #title {
  96. font-family:baskerville;
  97. font-size:35px;
  98. }
  99.  
  100. #back {
  101. margin-top:10px;
  102. margin-bottom:-10px;
  103. word-spacing:1px;
  104. font-family:calibri;
  105. font-size:8px;
  106. text-transform:uppercase;
  107. }
  108.  
  109. #sub {
  110. font-family:georgia;
  111. font-style:italic;
  112. border-bottom:1px solid #ddd;
  113. font-size:12px;
  114. }
  115.  
  116. #box {
  117. width:300px;
  118. padding:40px;
  119. border:0px solid #ddd;
  120. margin:0px auto;
  121. }
  122.  
  123. #ackles {
  124. line-height:100%;
  125. position:fixed;
  126. font-size:10px;
  127. width:70px;
  128. height:20px;
  129. font-family:calibri;
  130. letter-spacing:1px;
  131. padding-bottom:4px;
  132. padding-right:4px;
  133. bottom:0;
  134. right:0;
  135. z-index:12;
  136. }
  137.  
  138. #ackles .ville a {
  139. color:#9a9a9a;
  140. }
  141.  
  142. #ackles .dancy{
  143. color:#9a9a9a;
  144. opacity:1.0;
  145. padding:1px 3px 2px 3px;
  146. margin-top:00px;
  147. margin-left:29px;
  148. text-align:center;
  149. overflow:hidden;
  150. position: absolute;
  151. background:#fff;
  152. font-size:10px;
  153. text-transform:uppercase;
  154. z-index:100;
  155. -webkit-transition: opacity 0.5s linear;
  156. -webkit-transition: all 0.5s linear;
  157. -moz-transition: all 0.5s linear;
  158. transition: all 0.5s linear;
  159. border:1px solid #ece4e4;
  160. }
  161.  
  162. #ackles .ville{
  163. color:#9a9a9a;
  164. background:#fff;
  165. margin-top:100px;
  166. margin-top:0px;
  167. padding:1px 4px 2px 5px;
  168. margin-left:29px;
  169. font-size:10px;
  170. text-align:left;
  171. text-transform:uppercase;
  172. opacity:0;
  173. overflow:hidden;
  174. position: absolute;
  175. -webkit-transition: opacity 0.5s linear;
  176. -webkit-transition: all 0.5s linear;
  177. -moz-transition: all 0.5s linear;
  178. transition: all 0.5s linear;
  179. z-index:1200;
  180. border:1px solid #ece4e4;
  181. }
  182.  
  183. #ackles:hover .ville {
  184. opacity:1;
  185. margin-bottom:14px;
  186. transition: all 0.5s linear;
  187. -webkit-transition: opacity 0.5s linear;
  188. -webkit-transition: all 0.5s linear;
  189. -moz-transition: all 0.5s linear;
  190. }
  191.  
  192. </style>
  193.  
  194. </head>
  195.  
  196.  
  197. <body>
  198.  
  199. <div id="container">
  200.  
  201. <div id="box">
  202. <div id="title">navigation title</div>
  203. <div id="back"><a href="http://LINK">back</a> <a href="http://LINK">ask</a> <a href="http://www.tumblr.com/dashboard">dash</a></div>
  204. <br><br>
  205. <span id="sub">subtitle</span>
  206. <br>
  207. <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a>
  208. <br><br>
  209. <span id="sub">subtitle</span>
  210. <br>
  211. <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a>
  212. <br><br>
  213. <span id="sub">subtitle</span>
  214. <br>
  215. <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a> - <a href="http://LINK">blah</a>
  216. <br>
  217. </div>
  218. </div>
  219.  
  220. <!--if youre just using this as a base, you can remove the credit.
  221. if you're using this base code itself (with no changes) for your own navigation page, please leave the credit. thank you. :)-->
  222.  
  223. <div id="ackles">
  224.  
  225. <div class="dancy">
  226. &#x1d1b;&#x29c;&#x1d07;&#x1d0d;&#x1d07;
  227. </div>
  228.  
  229. <div class="ville">
  230. <a href="http://kimsjongin.tumblr.com">&#x1d0d;&#x1d07;&#x1d07;&#x1d0d;</a>
  231. </div>
  232. </div>
  233.  
  234. <!--
  235. ᴛʜᴇᴍᴇ ʙʏ ᴍᴇᴇᴍ (ᴋɪᴍsᴊᴏɴɢɪɴ.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ)
  236. -->
  237.  
  238. </body>
  239.  
  240.  
  241. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement