1
0
Fork 0
forked from wezm/wezm.net

Add black header

This commit is contained in:
Wesley Moore 2010-01-23 17:21:52 +11:00
parent 312452a2c4
commit 88a0a93abe
3 changed files with 9 additions and 23 deletions

View file

@ -1,5 +1,5 @@
<div id="header"> <div id="header">
<a href="/">WM</a> <a href="/">WezM<sup>.net</sup></a>
<ul id="menu"> <ul id="menu">
<li><a href="/articles/">Articles</a></li> <li><a href="/articles/">Articles</a></li>
<li><a href="/topics/">Topics</a></li> <li><a href="/topics/">Topics</a></li>

View file

@ -95,48 +95,34 @@ pre {
#header { #header {
font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif; font-family: "Helvetica Neue", Helvetica, "Liberation Sans", "Bitstream Vera Sans", Tahoma, Geneva, Arial, sans-serif;
/*background-color: rgb(112, 128, 144); Slate gray */
/* padding: 0.5em 1em;*/
/* text-shadow: rgb(187, 187, 187) 1px 1px 1px;*/
font-size: 1.8em; font-size: 1.8em;
/* font-weight: 200; color: white;
-webkit-border-radius: 0.5em; padding: 0.5em;
-moz-border-radius: 0.5em; -webkit-border-bottom-right-radius: 1em;
border-radius: 0.5em;*/ -moz-border-bottom-right-radius: 1em;
background: url(/images/quadrant.png) top left no-repeat; border-bottom-right-radius: 1em;
height: 75px; background-color: black;
} }
#header a { #header a {
text-decoration: none; text-decoration: none;
color: black;
}
#header > a {
float: left;
display: block;
color: white; color: white;
padding: 1em 0 0 0.75em;
} }
#header a:hover { #header a:hover {
color: #36454F;
/* text-shadow: rgb(0, 187, 0) 1px 1px 1px;*/
} }
ul#menu { ul#menu {
list-style: none; list-style: none;
/* background-color: rgb(112, 128, 144); Slate gray */
float: right; float: right;
margin: 0; margin: 0;
padding: 1em 1em 0; padding-right: 0.25em;
} }
ul#menu li { ul#menu li {
display: inline; display: inline;
font-size: inherit; font-size: inherit;
/* text-shadow: rgb(187, 187, 187) 0px 1px 1px;*/
/* width: 5em;*/
} }
#main { #main {
margin: 0 1em; padding: 0 2em;
clear: both; clear: both;
} }

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.4 KiB