Advertisement
str-wrs

Tags: Fantasy

Apr 20th, 2013
9,588
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.03 KB | None | 0 0
  1. <!--
  2.  
  3. TAG PAGE: FANTASY
  4. by acuite
  5.  
  6. - don't steal this pls
  7. - enjoy, ilu (ノ◕ヮ◕)ノ*:・゚✧
  8.  
  9. - @acuite for more themes
  10.  
  11. -->
  12.  
  13. <!DOCTYPE html>
  14. <html>
  15. <head>
  16.  
  17. <title>Navigation</title>
  18. <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  19. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  20. <script>
  21. (function($){
  22. $(document).ready(function(){
  23. $("[title]").style_my_tooltips({
  24. tip_follows_cursor:true,
  25. tip_delay_time:200,
  26. tip_fade_speed:300
  27. }
  28. );
  29. });
  30. })(jQuery);
  31. </script>
  32.  
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link href='http://fonts.googleapis.com/css?family=Open+Sans:400,400italic,600,600italic,700,700italic' rel='stylesheet' type='text/css'>
  35. <style type="text/css">
  36.  
  37. ::-webkit-scrollbar {width:10px;height:10px;background:#f8f8f8;}
  38. ::-webkit-scrollbar-thumb {background:#fff;border:1px solid #eee;}
  39.  
  40. /* General */
  41.  
  42. body {
  43. margin:0px;
  44. background:#f8f8f8;
  45. font-family:'Open Sans',Helvetica,Arial,sans-serif;
  46. color:#777;
  47. font-size:9px;
  48. text-transform:uppercase;
  49. }
  50.  
  51. a:hover {color:#ccc;}
  52. a {
  53. text-decoration:none;
  54. transition:0.5s ease;
  55. -o-transition:0.5s ease;
  56. -moz-transition:0.5s ease;
  57. -webkit-transition:0.5s ease;
  58. color:#444;
  59. }
  60.  
  61. /*
  62. to change the box size, alter the width in #center by 60px
  63. example:
  64. smaller - width:312px;
  65. larger - width:432px;
  66. */
  67.  
  68. /* Containers */
  69.  
  70. .c{position:fixed;right:30px;bottom:30px;letter-spacing:1px;}
  71. #center{width:372px;margin:80px auto;}
  72. .box img {display:inline-block;width:50px;height:50px;margin:5px;}
  73. .box{display:block;margin:75px 0px;font-size:0px;padding:5px;}
  74. .nav {
  75. text-align:center;
  76. letter-spacing:1px;
  77. font-size:8px;
  78. padding:10px;
  79. font-style:italic;
  80. }
  81.  
  82. h1 {
  83. position:absolute;
  84. margin:-27px 0px 0px;
  85. font-size:9px;
  86. letter-spacing:1px;
  87. font-weight:400;
  88. }
  89.  
  90. #s-m-t-tooltip {
  91. max-width:300px;
  92. margin:10px;
  93. z-index:9999;
  94. padding:5px 7px;
  95. text-transform:none;
  96. }
  97.  
  98. /* Etc */
  99.  
  100. .box, .nav, #s-m-t-tooltip {background:#fff;border:1px solid #eee;}
  101.  
  102. </style>
  103. </head>
  104. <body>
  105. <div id="center">
  106.  
  107.  
  108.  
  109.  
  110.  
  111.  
  112.  
  113. <!-- Example Start -->
  114. <div class="box">
  115. <h1>Category Name</h1>
  116.  
  117. <a title="Tag Name" href="/tagged/tag-link"><!-- Tag Name & Link -->
  118. <img src="http://i.imgur.com/A3cw9r6.png"/><!-- Image URL -->
  119. </a>
  120.  
  121. <a title="Tag Name" href="/tagged/tag-link">
  122. <img src="http://i.imgur.com/A3cw9r6.png"/>
  123. </a>
  124.  
  125. <a title="Tag Name" href="/tagged/tag-link">
  126. <img src="http://i.imgur.com/A3cw9r6.png"/>
  127. </a>
  128.  
  129. <a title="Tag Name" href="/tagged/tag-link">
  130. <img src="http://i.imgur.com/A3cw9r6.png"/>
  131. </a>
  132.  
  133. <a title="Tag Name" href="/tagged/tag-link">
  134. <img src="http://i.imgur.com/A3cw9r6.png"/>
  135. </a>
  136.  
  137. <a title="Tag Name" href="/tagged/tag-link">
  138. <img src="http://i.imgur.com/A3cw9r6.png"/>
  139. </a>
  140.  
  141. </div>
  142. <!-- Example End -->
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150. <!-- Example Start -->
  151. <div class="box">
  152. <h1>Category Name</h1>
  153.  
  154. <a title="Tag Name" href="/tagged/tag-link"><!-- Tag Name & Link -->
  155. <img src="http://i.imgur.com/A3cw9r6.png"/><!-- Image URL -->
  156. </a>
  157.  
  158. <a title="Tag Name" href="/tagged/tag-link">
  159. <img src="http://i.imgur.com/A3cw9r6.png"/>
  160. </a>
  161.  
  162. <a title="Tag Name" href="/tagged/tag-link">
  163. <img src="http://i.imgur.com/A3cw9r6.png"/>
  164. </a>
  165.  
  166. <a title="Tag Name" href="/tagged/tag-link">
  167. <img src="http://i.imgur.com/A3cw9r6.png"/>
  168. </a>
  169.  
  170. <a title="Tag Name" href="/tagged/tag-link">
  171. <img src="http://i.imgur.com/A3cw9r6.png"/>
  172. </a>
  173.  
  174. <a title="Tag Name" href="/tagged/tag-link">
  175. <img src="http://i.imgur.com/A3cw9r6.png"/>
  176. </a>
  177.  
  178. </div>
  179. <!-- Example End -->
  180.  
  181.  
  182.  
  183.  
  184.  
  185.  
  186.  
  187.  
  188.  
  189.  
  190. <!-- Navigation Footer. Do not edit. -->
  191. <div class="nav"><a href="/">return to blog</a></div>
  192. </div>
  193. <div class="c"><a href="http://acuite.tumblr.com">acuite</a></div>
  194. </body>
  195. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement