Advertisement
dylaenobriens

Theme #56/Navi Theme #2: All The Small Things

Jan 27th, 2014
208
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.54 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. <!-- navi theme #2/ theme #56 by alexgaeskarth
  4. pls do not do anything against the rules-->
  5.  
  6. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  7.  
  8.  
  9. <head>
  10.  
  11. <title>{Title}</title>
  12.  
  13. <link rel="shortcut icon" href="{Favicon}" />
  14. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  15.  
  16. <style type="text/css">
  17.  
  18. @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
  19.  
  20. ::-webkit-scrollbar-thumb:vertical {border:2px solid #fff;height:12px; background-color:#fff;}
  21. ::-webkit-scrollbar-thumb:horizontal {background-color:#fff;}
  22. ::-webkit-scrollbar {background-color:#fff;height:7px;width:12px;border:5px solid #fff;}
  23.  
  24.  
  25. body {
  26. margin:0px;
  27. background:url(http://static.tumblr.com/1a50d04f8ec8679c4b7f3f05ef3a2186/jqlwb54/n02mwae13/tumblr_static_2m30orn.png) top left fixed repeat;
  28. font-style:none;
  29. background-color:#fff;
  30. }
  31.  
  32.  
  33. a {
  34. text-decoration:none;
  35. -webkit-transition: all 0.6s ease;
  36. -moz-transition: all 0.6s ease;
  37. -o-transition: all 0.6s ease
  38. }
  39.  
  40. a:hover {
  41. text-decoration:none;
  42. -webkit-transition: all 0.8s ease-out;
  43. -moz-transition: all 0.8s ease-out;
  44. transition: all 0.8s ease-out;
  45. }
  46.  
  47.  
  48. body, a{cursor:url("http://i.imgur.com/2qleX.jpg"), auto !important; }
  49.  
  50. a:hover{cursor:url("http://i.imgur.com/IepP2.jpg"), auto !important;}
  51.  
  52.  
  53.  
  54. #everything {
  55. margin-left:150px;
  56. }
  57.  
  58.  
  59.  
  60. #group1 {
  61. position:fixed;
  62. width:180px;
  63. text-align:left;
  64. margin-left:200px;
  65. margin-top:200px;
  66. }
  67.  
  68. #group2 {
  69. position:fixed;
  70. width:180px;
  71. text-align:left;
  72. margin-left:430px;
  73. margin-top:199px;
  74. }
  75.  
  76. #group3 {
  77. position:fixed;
  78. width:180px;
  79. text-align:left;
  80. margin-left:660px;
  81. margin-top:198px;
  82. }
  83.  
  84. #groupimage {
  85. width:180px;
  86. }
  87.  
  88. #groupimage img {
  89. width:180px;
  90. }
  91.  
  92. #credit {
  93. right:2px;
  94. bottom:0px;
  95. font-size:9px;
  96. padding:5px;
  97. text-transform:uppercase;
  98. position:fixed;
  99. -webkit-transition: all 0.5s ease-out;
  100. -moz-transition: all 0.5s ease-out;
  101. transition: all 0.5s ease-out;
  102. }
  103.  
  104.  
  105. #panel,#flip {
  106. margin-top:-4px;
  107. padding:1px;
  108. text-align:center;
  109. color:#000;
  110. }
  111.  
  112. #panel {
  113. display:none;
  114. text-align:left;
  115. padding:5px;
  116. background-color:#fff;
  117. }
  118.  
  119. #panel a {
  120. margin-bottom:3px;
  121. display:inline-block;
  122. padding:3px;
  123. text-align:center;
  124. width:78px;
  125. font-family:bebas neue;
  126. font-size:13px;
  127. background-color:#000;
  128. color:#fff;
  129. }
  130.  
  131. #panel a:hover {
  132. background-color:#ff79e6;
  133. color:#fff;
  134. }
  135.  
  136. #flip {
  137. cursor:help;
  138. font-size:20px;
  139. padding-top:4px;
  140. font-family:bebas neue;
  141. color:#fff;
  142. background-color:#000;
  143. }
  144.  
  145. #panel2,#flip2 {
  146. padding:1px;
  147. margin-top:-4px;
  148. text-align:center;
  149. color:#000;
  150. }
  151.  
  152. #panel2 {
  153. display:none;
  154. text-align:left;
  155. padding:5px;
  156. background-color:#fff;
  157. }
  158.  
  159. #panel2 a {
  160. margin-bottom:3px;
  161. display:inline-block;
  162. padding:3px;
  163. text-align:center;
  164. width:78px;
  165. font-family:bebas neue;
  166. font-size:13px;
  167. background-color:#000;
  168. color:#fff;
  169. }
  170.  
  171. #panel2 a:hover {
  172. background-color:#ff79e6;
  173. color:#fff;
  174. }
  175.  
  176. #flip2 {
  177. cursor:help;
  178. padding-top:4px;
  179. font-size:20px;
  180. font-family:bebas neue;
  181. color:#fff;
  182. background-color:#000;
  183. }
  184.  
  185. #panel3,#flip3 {
  186. margin-top:-4px;
  187. padding:1px;
  188. text-align:center;
  189. color:#000;
  190. }
  191.  
  192. #panel3 {
  193. display:none;
  194. text-align:left;
  195. padding:5px;
  196. background-color:#fff;
  197. }
  198.  
  199. #panel3 a {
  200. margin-bottom:3px;
  201. display:inline-block;
  202. padding:3px;
  203. text-align:center;
  204. width:78px;
  205. font-family:bebas neue;
  206. font-size:13px;
  207. background-color:#000;
  208. color:#fff;
  209. }
  210.  
  211. #panel3 a:hover {
  212. background-color:#ff79e6;
  213. color:#fff;
  214. }
  215.  
  216. #flip3 {
  217. cursor:help;
  218. font-size:20px;
  219. font-family:bebas neue;
  220. color:#fff;
  221. padding-top:4px;
  222. background-color:#000;
  223. }
  224.  
  225.  
  226.  
  227. {CustomCSS}
  228.  
  229. </style></head>
  230.  
  231.  
  232. <!--clicky thing javascript-->
  233.  
  234. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js">
  235. </script>
  236. <script>
  237. $(document).ready(function(){
  238. $("#flip").click(function(){
  239. $("#panel").slideToggle("slow");
  240. });
  241. });
  242. </script>
  243. <script>
  244. $(document).ready(function(){
  245. $("#flip2").click(function(){
  246. $("#panel2").slideToggle("slow");
  247. });
  248. });
  249. </script>
  250.  
  251. <script>
  252. $(document).ready(function(){
  253. $("#flip3").click(function(){
  254. $("#panel3").slideToggle("slow");
  255. });
  256. });
  257. </script>
  258.  
  259. <body>
  260.  
  261. <div id="everything">
  262.  
  263. <!--start of first group panel-->
  264. <div id="group1">
  265. <div id="groupimage">
  266. <!--group icon-->
  267. <img src="http://media.tumblr.com/a8d92f4da3cc8c2d58da819b83b2a6ab/tumblr_inline_mwso9aRsLz1s79012.png"></div>
  268.  
  269. <div id="flip">group 1</div> <!--group title-->
  270. <div id="panel">
  271. <!--links-->
  272. <a href="/">link</a>
  273. <a href="/">link</a>
  274. <a href="/">link</a>
  275. <a href="/">link</a>
  276. </div>
  277. </div>
  278. <!--end of of first group panel-->
  279.  
  280. <!--start of second group panel-->
  281. <div id="group2">
  282. <div id="groupimage">
  283. <!--group icon-->
  284. <img src="http://media.tumblr.com/90d4eb752a0489f7d8409c673f2b7e2b/tumblr_inline_mticsoSON61rxvag1.png"></div>
  285.  
  286.  
  287. <div id="flip2">group 2</div><!--group title-->
  288. <div id="panel2">
  289. <!--links-->
  290. <a href="/">link</a>
  291. <a href="/">link</a>
  292. <a href="/">link</a>
  293. <a href="/">link</a>
  294. </div>
  295. </div>
  296. <!--end of of second group panel-->
  297.  
  298. <!--start of third group panel-->
  299. <div id="group3">
  300. <div id="groupimage">
  301. <!--group icon-->
  302. <img src="https://31.media.tumblr.com/5a5e9cfd43b7e0e7614796753ae54af3/tumblr_mwkivwZFSO1rpz4dzo5_250.png"></div>
  303.  
  304. <div id="flip3">group 3</div><!--group title-->
  305. <div id="panel3">
  306. <!--links-->
  307. <a href="/">link</a>
  308. <a href="/">link</a>
  309. <a href="/">link</a>
  310. <a href="/">link</a>
  311. </div>
  312. </div>
  313. <!--end of third group panel-->
  314.  
  315. </div>
  316.  
  317. <div id="credit"><a href="http://alexgaeskarth.tumblr.com/"><img src="http://static.tumblr.com/ujmsumm/TJamv4jm6/sg.png" width="40px;"></div></a>
  318. </body>
  319. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement