blob: 0d423b7f34f44c283dbb2642ec5b3e5f91ddbe85 [file] [log] [blame]
/*
bg #334455
borders-top #2e3e4e
border-left #304050
bg-text #162636
link-text #c0c0c0
*/
body {
background-color:#345;
margin:0px;
padding:0px;
font-family: arial, verdana, sans-serif;
}
#header {
width:100%;
height:80px;
border-bottom: solid 1px #2e3e4e;
}
#project_logo {
float:left;
}
#user_status {
float:right;
padding:10px;
color:#162636;
}
#nav {
margin-top:10px;
}
#nav a {
color:#c0c0c0;
text-decoration:none;
border-right:solid 1px #456;
padding: 3px 20px;
}
#nav a.first {
}
#nav a.last {
border-right:none;
}
#nav a:hover {
text-decoration:underline;
color:#fff;
background-color:#2e3e4e;
}
#footer{
position:fixed;
bottom:0px;
width:100%;
height:80px;
padding:5px 0px;
border-spacing:0px;
border-top:solid 1px #2e3e4e;
color:#234;
background-color:#364656;
font-size:90%;
z-index:10000;
}
#footer a {
color:#aaa;
}
#footer p {
width:100%;
padding:5px 15px;
text-align:center;
}
#feedback {
margin:0px;
margin-top:-20px;
font-size:90%;
}
#powered,#feedback {
margin-left:-30px;
}
a{
color:#c0c0c0;
text-decoration:none;
}
a:hover{
text-decoration:underline;
}
a img, {
border:none;
}