Advertisement
MAThemes

Navigation Theme #2 / Pink /

Sep 4th, 2013
9,990
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.19 KB | None | 0 0
  1. <!--
  2. NAVIGATION/TAGS PAGE #2
  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. <link href='http://fonts.googleapis.com/css?family=Quicksand:400,700' rel='stylesheet' type='text/css'>
  14.  
  15.  
  16. <style type="text/css">
  17.  
  18. /* SCROLL AND HOVER */
  19.  
  20. ::selection {background-color:white;color:gray;} /* HOVER COLORS */
  21. ::-moz-selection {background-color:white;color:gray;} /* HOVER COLORS */
  22.  
  23. ::-webkit-scrollbar-thumb {
  24. height:auto;
  25. background-color: #8b8a8b;} /* SCROLLBAR COLOR */
  26. ::-webkit-scrollbar {
  27. height:9px;
  28. width:2px;
  29. background-color: #fff;}
  30.  
  31. body { background-color:#fbfbfb;}
  32.  
  33. .container {overflow:auto;width:900px;margin:10px auto 0 auto;}
  34.  
  35. a {text-decoration:none;color:#777777;font-size:10px;text-transform:uppercase;text-align:center;}
  36.  
  37. .head {
  38.  
  39.  
  40. /* HEADER BACKGROUND IMAGE DOWN HERE */
  41. background-image: url('http://25.media.tumblr.com/635112a23dec216b53c2fe5664ddfcc0/tumblr_mj77t2OgYd1r9c5eeo3_r1_250.png');
  42. border-bottom:2px solid #e23957;}
  43.  
  44. .header {
  45. color:#8b8a8b;
  46. width:100%;
  47. letter-spacing:2px;
  48. text-shadow: 2px 2px 2px white;/* TEXT SHADOW */
  49. font-family:'Quicksand';
  50. font-size:30px;
  51. text-transform:uppercase;
  52. padding-bottom:20px;}
  53.  
  54. .u {margin-top:-70px; border-bottom:2px solid gray;padding-bottom:70px;}
  55. .u:first-letter {color:#e23957;}
  56.  
  57. .links {font-family:calibri;margin-top:-50px;letter-spacing:2px;}
  58.  
  59. .a {
  60. display:inline-block;
  61. width:100px;
  62. border-bottom:2px;
  63. background-image:none;
  64. transition: all 0.3s ease-out;
  65. -o-transition: all 0.3s ease-out;
  66. -webkit-transition: all 0.3s ease-out;
  67. -moz-transition: all 0.3s ease-out;}
  68. .a:hover {
  69. letter-spacing:3px;
  70. transition: all 0.3s ease-out;
  71. -o-transition: all 0.3s ease-out;
  72. -webkit-transition: all 0.3s ease-out;
  73. -moz-transition: all 0.3s ease-out;}
  74.  
  75. .birds{ opacity:0.3;}
  76.  
  77.  
  78. .column1 {
  79. width:205px;
  80. float:left;
  81. margin:10px;}
  82.  
  83. .column1header h4{
  84. font-family: calibri;
  85. font-size:10px;
  86. letter-spacing:2px;
  87. border-bottom:1px solid #e23957;
  88. display:block;
  89. text-transform:uppercase;
  90. color:gray;
  91. text-align:center;
  92. padding:5px;padding-top:10px;
  93. width:180px;padding-bottom:10px;}
  94.  
  95. .column1 a {
  96. display:block;
  97. padding:5px; border:1px solid #f0f0f0;
  98. font-family: calibri;
  99. font-size:10px;
  100. width:180px;letter-spacing:2px;
  101. background-color:white;
  102. margin:2px 0;
  103. transition: all 0.3s ease-out;
  104. -o-transition: all 0.3s ease-out;
  105. -webkit-transition: all 0.3s ease-out;
  106. -moz-transition: all 0.3s ease-out;}
  107.  
  108. .column1 a:hover {
  109. letter-spacing:4px;
  110. transition: all 0.3s ease-out;
  111. -o-transition: all 0.3s ease-out;
  112. -webkit-transition: all 0.3s ease-out;
  113. -moz-transition: all 0.3s ease-out;}
  114.  
  115. .column2 {
  116. width:205px;
  117. float:left;
  118. margin:10px;}
  119.  
  120. .column2header h4{
  121. font-family: calibri;
  122. font-size:10px;
  123. letter-spacing:2px;
  124. border-bottom:1px solid gray;
  125. display:block;
  126. text-transform:uppercase;
  127. color: #e23957;
  128. text-align:center;
  129. padding:5px;padding-top:10px;
  130. width:180px;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:180px;letter-spacing:2px;
  138. background-color:white;
  139. margin:2px 0;
  140. transition: all 0.3s ease-out;
  141. -o-transition: all 0.3s ease-out;
  142. -webkit-transition: all 0.3s ease-out;
  143. -moz-transition: all 0.3s ease-out;}
  144.  
  145. .column2 a:hover {
  146. letter-spacing:4px;
  147. transition: all 0.3s ease-out;
  148. -o-transition: all 0.3s ease-out;
  149. -webkit-transition: all 0.3s ease-out;
  150. -moz-transition: all 0.3s ease-out;}
  151.  
  152.  
  153.  
  154. </style>
  155. </head>
  156.  
  157. <body>
  158. <center>
  159. <div class="header"><div class="head"><div class="birds"> <!-- BIRDS IMAGE DOWN HERE --><img src="http://media.tumblr.com/5756dcf0f8e9d68dc5296646cc5177a6/tumblr_inline_mpa74rDTQT1qz4rgp.png" width="520" height="200"></div>
  160.  
  161.  
  162. <div class="u">navigation</div>
  163. </div>
  164.  
  165. <div class="links"> <!-- LINKS ARE DOWN HERE -->
  166.  
  167. <div class="a"><a href="/">HOME</a></div>
  168. <div class="a"> <a href="/ask">ASKBOX</a></div>
  169. <div class="a"><a href="/archive">HISTORY</a></div>
  170. <div class="a"><a href="http://www.ma-themes.tumblr.com">CREDIT</a></div>
  171.  
  172. </div> </div> </center>
  173.  
  174.  
  175.  
  176.  
  177. <div class="container">
  178. <div class="column1"><div class="column1header">
  179.  
  180. <h4>COLUMN 1 HEADER</h4>
  181.  
  182. </div>
  183. <div class="column1links">
  184.  
  185. <a href="link">link name</a>
  186. <a href="link">link name</a>
  187. <a href="link">link name</a>
  188. <a href="link">link name</a>
  189. <a href="link">link name</a>
  190. <a href="link">link name</a>
  191. <a href="link">link name</a>
  192.  
  193. </div></div>
  194.  
  195.  
  196.  
  197. <div class="column2"><div class="column2header">
  198.  
  199. <h4>COLUMN 2 HEADER</h4>
  200.  
  201. </div>
  202. <div class="column2links">
  203.  
  204. <a href="link">link name</a>
  205. <a href="link">link name</a>
  206. <a href="link">link name</a>
  207. <a href="link">link name</a>
  208. <a href="link">link name</a>
  209. <a href="link">link name</a>
  210. <a href="link">link name</a>
  211.  
  212. </div></div>
  213.  
  214.  
  215.  
  216.  
  217. <div class="column1"><div class="column1header">
  218.  
  219. <h4>COLUMN 3 HEADER</h4>
  220.  
  221. </div>
  222. <div class="column1links">
  223.  
  224. <a href="link">link name</a>
  225. <a href="link">link name</a>
  226. <a href="link">link name</a>
  227. <a href="link">link name</a>
  228. <a href="link">link name</a>
  229. <a href="link">link name</a>
  230. <a href="link">link name</a>
  231.  
  232. </div></div>
  233.  
  234.  
  235.  
  236. <div class="column2"><div class="column2header">
  237.  
  238. <h4>COLUMN 4 HEADER</h4>
  239.  
  240. </div>
  241. <div class="column2links">
  242.  
  243. <a href="link">link name</a>
  244. <a href="link">link name</a>
  245. <a href="link">link name</a>
  246. <a href="link">link name</a>
  247. <a href="link">link name</a>
  248. <a href="link">link name</a>
  249. <a href="link">link name</a>
  250.  
  251. </div></div>
  252.  
  253. <!-- IF YOU WANT TO HAVE ANOTHER LINE OF COLUMNS JUST COPY THOSE ABOVE (1-4) AND PASTE THEM HERE -->
  254.  
  255. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement