mirror of
https://github.com/c0de-archive/GAMA-Site.git
synced 2024-11-01 02:27:46 +00:00
144 lines
1.9 KiB
CSS
144 lines
1.9 KiB
CSS
|
body, input
|
||
|
{
|
||
|
font-family: "Bitstream Vera Sans", Arial, Helvetica, sans-serif;
|
||
|
color: #44352C;
|
||
|
}
|
||
|
|
||
|
a
|
||
|
{
|
||
|
color: #9B9C83;
|
||
|
text-decoration:none;
|
||
|
border-bottom: 1px orange dashed;
|
||
|
}
|
||
|
|
||
|
a:hover
|
||
|
{
|
||
|
color: #0080FF;
|
||
|
}
|
||
|
|
||
|
#container
|
||
|
{
|
||
|
border: 1px #9B9C83 solid;
|
||
|
-moz-border-radius: 8px;
|
||
|
margin: auto;
|
||
|
padding: 5px;
|
||
|
width: 700px;
|
||
|
}
|
||
|
|
||
|
#title
|
||
|
{
|
||
|
color: #CC6633;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
ul#navigation, ul#form
|
||
|
{
|
||
|
list-style-type: none;
|
||
|
padding: 0;
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
ul#navigation
|
||
|
{
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
ul#form
|
||
|
{
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
ul#navigation li
|
||
|
{
|
||
|
float: left;
|
||
|
margin: 0;
|
||
|
padding: 5px 0;
|
||
|
border-top: 2px #BFAA9B solid;
|
||
|
}
|
||
|
|
||
|
ul#navigation li a
|
||
|
{
|
||
|
font-weight: bold;
|
||
|
color: #ffffff;
|
||
|
background-color: #AA8E79;
|
||
|
padding: 5px 15px;
|
||
|
margin-left: 1px;
|
||
|
text-decoration: none;
|
||
|
border-bottom: 0 #ffffff solid;
|
||
|
}
|
||
|
|
||
|
ul#navigation li a:hover
|
||
|
{
|
||
|
color: #44352C;
|
||
|
}
|
||
|
|
||
|
ul#form li
|
||
|
{
|
||
|
width: 700px;
|
||
|
}
|
||
|
|
||
|
#footer
|
||
|
{
|
||
|
color: #9B9C83;
|
||
|
font-size: small;
|
||
|
text-align: right;
|
||
|
}
|
||
|
|
||
|
#address_bar
|
||
|
{
|
||
|
border-top: 2px #BFAA9B solid;
|
||
|
border-bottom: 3px #44352C solid;
|
||
|
background-color: #AA8E79;
|
||
|
text-align: center;
|
||
|
padding: 5px 0;
|
||
|
color: #ffffff;
|
||
|
}
|
||
|
|
||
|
#go
|
||
|
{
|
||
|
background-color: #ffffff;
|
||
|
font-weight: bold;
|
||
|
color: #AA8E79;
|
||
|
border: 0 #ffffff solid;
|
||
|
padding: 2px 5px;
|
||
|
}
|
||
|
|
||
|
#address_box
|
||
|
{
|
||
|
width: 500px;
|
||
|
}
|
||
|
|
||
|
.option
|
||
|
{
|
||
|
padding: 2px 0;
|
||
|
background-color: #EEEBEA;
|
||
|
}
|
||
|
|
||
|
.option label
|
||
|
{
|
||
|
border-bottom: 2px #ffffff solid;
|
||
|
}
|
||
|
|
||
|
form
|
||
|
{
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
#error, #auth
|
||
|
{
|
||
|
background-color: #BF6464;
|
||
|
border-top: 1px solid #44352C;
|
||
|
border-bottom: 1px solid #44352C;
|
||
|
width: 700px;
|
||
|
clear: both;
|
||
|
}
|
||
|
|
||
|
#auth
|
||
|
{
|
||
|
background-color: #94C261;
|
||
|
}
|
||
|
|
||
|
#error p, #auth p, #auth form
|
||
|
{
|
||
|
margin: 5px;
|
||
|
}
|