Advertisement
MAThemes

Navigation Theme #1

Sep 2nd, 2013
6,946
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.70 KB | None | 0 0
  1. <!--
  2. NAVIGATION/TAGS PAGE #1
  3. by: myackles.tumblr.com / ma-themes.tumblr.com
  4.  
  5. Editing is okay as long as you:
  6. DO NOT CLAIM AS YOUR OWN OR REMOVE/MOVE THE CREDIT!!
  7. -->
  8.  
  9.  
  10. <head>
  11. <link rel="shortcut icon" href="{Favicon}"/>
  12. <title>Navi</title> <!-- PAGE TITLE -->
  13.  
  14.  
  15. <style type="text/css">
  16.  
  17. /* SCROLL AND HOVER */
  18.  
  19. ::selection {background-color:white;color:gray;} /* HOVER COLORS */
  20. ::-moz-selection {background-color:white;color:gray;} /* HOVER COLORS */
  21.  
  22. ::-webkit-scrollbar-thumb:vertical {
  23. height:10px;
  24. border:2px solid #fff;
  25. background-color: none; /* SCROLLBAR COLOR */}
  26.  
  27. ::-webkit-scrollbar-thumb:horizontal {
  28. height:10px;
  29. background-color: #8b8a8b; /* SCROLLBAR COLOR */}
  30.  
  31. ::-webkit-scrollbar {
  32. height: 10px;
  33. width: 3px;
  34. background-color:white; /* SCROLLBAR BACKGROUND COLOR */}
  35.  
  36. body { background-color:#fbfbfb;}
  37.  
  38. .container {overflow:auto;width:900px;margin:10px auto 0 auto;}
  39.  
  40. a {text-decoration:none;color:#777777;font-size:10px;text-transform:uppercase;text-align:center;}
  41.  
  42. .head {
  43. border:1px solid #f0f0f0;
  44. height:105px;
  45. margin-top:50px;
  46.  
  47. /* HEADER BACKGROUND IMAGE DOWN HERE */
  48. background-image: url('http://25.media.tumblr.com/93df3b7ccdb205133908e514ca01e881/tumblr_mshywfg0NC1r9c5eeo1_500.png');}
  49.  
  50. .header {
  51. font-weight:bold;
  52. color:#fac411; /* NAVI TEXT COLOUR - YELLOW */
  53. width:100%;
  54. letter-spacing:2px;
  55. text-shadow: 2px 2px 2px white;/* NAVI TEXT SHADOW - WHITE */
  56. font-family:calibri;
  57. font-size:30px;
  58. text-transform:uppercase;
  59. padding-bottom:20px;}
  60.  
  61. .u {
  62. border-bottom:2px solid #b1df07;
  63. /* NAVI BOTTOM BORDER COLOUR - GREEN */
  64. padding-bottom:10px;padding-top:20px;}
  65.  
  66. .u:first-letter {color:#ee6436; /* NAVI FIRST LETTER COLOUR - RED */ }
  67.  
  68. .links {margin-top:-44px;letter-spacing:2px;}
  69.  
  70. .a {display:inline-block;width:100px;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
  71.  
  72. .a:hover { letter-spacing:3px;transition: all 0.3s ease-out;-o-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;}
  73.  
  74. .column1 {
  75. width:205px;
  76. float:left;
  77. margin:10px;}
  78.  
  79. .column1header h4{
  80. font-family: calibri;
  81. font-size:10px;
  82. letter-spacing:2px;
  83. border:1px solid #f0f0f0;
  84. display:block;
  85. background-color:#ee6436; /* BACKGROUND COLOR: RED */
  86. text-transform:uppercase;
  87. color:#ffffff;
  88. text-align:center;
  89. padding:5px;padding-top:10px;
  90. width:190px;padding-bottom:10px;}
  91.  
  92. .column1 a {
  93. display:block;
  94. padding:5px; border:1px solid #f0f0f0;
  95. font-family: calibri;
  96. font-size:10px;
  97. width:190px;letter-spacing:2px;
  98. background-color:white;
  99. margin:2px 0;
  100. border-bottom:2px solid #ee6436; /* BORDER COLOR: RED */
  101. transition: all 0.3s ease-out;
  102. -o-transition: all 0.3s ease-out;
  103. -webkit-transition: all 0.3s ease-out;
  104. -moz-transition: all 0.3s ease-out;}
  105.  
  106. .column1 a:hover {
  107. border-bottom:2px solid #423a37; /* BORDER HOVER COLOR: YELLOW */
  108. letter-spacing:2px;
  109. transition: all 0.3s ease-out;
  110. -o-transition: all 0.3s ease-out;
  111. -webkit-transition: all 0.3s ease-out;
  112. -moz-transition: all 0.3s ease-out;}
  113.  
  114. .column2 {
  115. width:205px;
  116. float:left;
  117. margin:10px;}
  118.  
  119. .column2header h4{
  120. font-family: calibri;
  121. font-size:10px;
  122. letter-spacing:2px;
  123. border:1px solid #f0f0f0;
  124. display:block;
  125. background-color:#fac411; /* BACKGROUND COLOR: YELLOW */
  126. text-transform:uppercase;
  127. color:#ffffff;
  128. text-align:center;
  129. padding:5px;padding-top:10px;
  130. width:190px;padding-bottom:10px;}
  131.  
  132. .column2 a {
  133. display:block;
  134. padding:5px; border:1px solid #f0f0f0;
  135. font-family: calibri;
  136. font-size:10px;
  137. width:190px;letter-spacing:2px;
  138. background-color:white;
  139. margin:2px 0;
  140. border-bottom:2px solid #fac411; /* BORDER COLOR: YELLOW */
  141. transition: all 0.3s ease-out;
  142. -o-transition: all 0.3s ease-out;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;}
  145.  
  146. .column2 a:hover {
  147. border-bottom:2px solid #0090ff; /* BORDER HOVER COLOR: YELLOW */
  148. letter-spacing:2px;
  149. transition: all 0.3s ease-out;
  150. -o-transition: all 0.3s ease-out;
  151. -webkit-transition: all 0.3s ease-out;
  152. -moz-transition: all 0.3s ease-out;}
  153.  
  154. .column3 {
  155. width:205px;
  156. float:left;
  157. margin:10px;}
  158.  
  159. .column3header h4{
  160. font-family: calibri;
  161. font-size:10px;
  162. letter-spacing:2px;
  163. border:1px solid #f0f0f0;
  164. display:block;
  165. background-color:#b1df07; /* BACKGROUND COLOR: GREEN */
  166. text-transform:uppercase;
  167. color:#ffffff;
  168. text-align:center;
  169. padding:5px;padding-top:10px;
  170. width:190px;padding-bottom:10px;}
  171.  
  172. .column3 a {
  173. border:1px solid #f0f0f0;
  174. display:block;
  175. padding:5px;
  176. font-family: calibri;
  177. font-size:10px;
  178. width:190px;letter-spacing:2px;
  179. background-color:white;
  180. margin:2px 0;
  181. border-bottom:2px solid #b1df07; /* BORDER COLOR: GREEN */
  182. transition: all 0.3s ease-out;
  183. -o-transition: all 0.3s ease-out;
  184. -webkit-transition: all 0.3s ease-out;
  185. -moz-transition: all 0.3s ease-out;}
  186.  
  187. .column3 a:hover {
  188. border-bottom:2px solid #f94290; /* BORDER HOVER COLOR: YELLOW */
  189. letter-spacing:2px;
  190. transition: all 0.3s ease-out;
  191. -o-transition: all 0.3s ease-out;
  192. -webkit-transition: all 0.3s ease-out;
  193. -moz-transition: all 0.3s ease-out;}
  194.  
  195. .column4 {
  196. width:205px;
  197. float:left;
  198. margin:10px;}
  199.  
  200. .column4header h4{
  201. border:1px solid #f0f0f0;
  202. font-family: calibri;
  203. font-size:10px;
  204. letter-spacing:2px;
  205. display:block;
  206. background-color:#16b5df; /* BACKGROUND COLOR: BLUE */
  207. text-transform:uppercase;
  208. color:#ffffff;
  209. text-align:center;
  210. padding:5px;padding-top:10px;
  211. width:190px;padding-bottom:10px;}
  212.  
  213. .column4 a {
  214. border:1px solid #f0f0f0;
  215. display:block;
  216. padding:5px;
  217. font-family: calibri;
  218. font-size:10px;
  219. width:190px;letter-spacing:2px;
  220. background-color:white;
  221. margin:2px 0;
  222. border-bottom:2px solid #16b5df; /* BORDER COLOR: BLUE */
  223. transition: all 0.3s ease-out;
  224. -o-transition: all 0.3s ease-out;
  225. -webkit-transition: all 0.3s ease-out;
  226. -moz-transition: all 0.3s ease-out;}
  227.  
  228. .column4 a:hover {
  229. border-bottom:2px solid #423a37; /* BORDER HOVER COLOR: YELLOW */
  230. letter-spacing:2px;
  231. transition: all 0.3s ease-out;
  232. -o-transition: all 0.3s ease-out;
  233. -webkit-transition: all 0.3s ease-out;
  234. -moz-transition: all 0.3s ease-out;}
  235.  
  236. </style>
  237. </head>
  238.  
  239. <body>
  240. <center>
  241. <div class="header"><div class="head"><div class="u">navigation</div></div>
  242.  
  243. <div class="links"> <!-- LINKS ARE DOWN HERE -->
  244.  
  245. <div class="a"> <a href="/">HOME</a></div>
  246. <div class="a"> <a href="/ask">ASKBOX</a></div>
  247. <div class="a"><a href="/archive">HISTORY</a></div>
  248. <div class="a"><a href="http://www.ma-themes.tumblr.com">CREDIT</a></div>
  249.  
  250. </div> </div> </center>
  251.  
  252.  
  253. <div class="container">
  254. <div class="column1"><div class="column1header">
  255.  
  256. <h4>COLUMN 1 HEADER</h4>
  257.  
  258. </div>
  259. <div class="column1links">
  260.  
  261. <a href="LINK">LINK NAME</a>
  262. <a href="LINK">LINK NAME</a>
  263. <a href="LINK">LINK NAME</a>
  264. <a href="LINK">LINK NAME</a>
  265. <a href="LINK">LINK NAME</a>
  266. <a href="LINK">LINK NAME</a>
  267. <a href="LINK">LINK NAME</a>
  268.  
  269. </div></div>
  270.  
  271.  
  272.  
  273. <div class="column2"><div class="column2header">
  274.  
  275. <h4>COLUMN 2 HEADER</h4>
  276.  
  277. </div>
  278. <div class="column2links">
  279.  
  280. <a href="LINK">LINK NAME</a>
  281. <a href="LINK">LINK NAME</a>
  282. <a href="LINK">LINK NAME</a>
  283. <a href="LINK">LINK NAME</a>
  284. <a href="LINK">LINK NAME</a>
  285. <a href="LINK">LINK NAME</a>
  286. <a href="LINK">LINK NAME</a>
  287.  
  288. </div></div>
  289.  
  290.  
  291.  
  292. <div class="column3"><div class="column3header">
  293.  
  294. <h4>COLUMN 3 HEADER</h4>
  295.  
  296. </div>
  297. <div class="column3links">
  298.  
  299. <a href="LINK">LINK NAME</a>
  300. <a href="LINK">LINK NAME</a>
  301. <a href="LINK">LINK NAME</a>
  302. <a href="LINK">LINK NAME</a>
  303. <a href="LINK">LINK NAME</a>
  304. <a href="LINK">LINK NAME</a>
  305. <a href="LINK">LINK NAME</a>
  306.  
  307. </div></div>
  308.  
  309.  
  310. <div class="column4"><div class="column4header">
  311.  
  312. <h4>COLUMN 4 HEADER</h4>
  313.  
  314. </div>
  315. <div class="column4links">
  316.  
  317. <a href="LINK">LINK NAME</a>
  318. <a href="LINK">LINK NAME</a>
  319. <a href="LINK">LINK NAME</a>
  320. <a href="LINK">LINK NAME</a>
  321. <a href="LINK">LINK NAME</a>
  322. <a href="LINK">LINK NAME</a>
  323. <a href="LINK">LINK NAME</a>
  324.  
  325. </div></div>
  326.  
  327. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement