146 lines
2.0 KiB
CSS
146 lines
2.0 KiB
CSS
body
|
||
{
|
||
font: normal 8pt/normal Verdana, sans-serif;
|
||
color: White;
|
||
margin-top: 0;
|
||
text-transform: none;
|
||
text-decoration: none;
|
||
background-color: #1a1a1a;
|
||
}
|
||
|
||
#Container
|
||
{
|
||
margin: 0 auto;
|
||
width: 900px;
|
||
}
|
||
|
||
#Header
|
||
{
|
||
margin: 0 auto;
|
||
color: White;
|
||
font: normal 12px/normal Verdana, sans-serif;
|
||
font-weight: bold;
|
||
width: 900px;
|
||
text-align: center;
|
||
}
|
||
|
||
#Header a, #Header a:visited, #Header a:active
|
||
{
|
||
color: White;
|
||
text-decoration: none;
|
||
}
|
||
|
||
#Header a:hover
|
||
{
|
||
color: White;
|
||
text-decoration: underline;
|
||
}
|
||
|
||
#Banner
|
||
{
|
||
background-color: #989898;
|
||
border-left: solid 2px #B6B6B6;
|
||
border-right: solid 2px #B6B6B6;
|
||
border-top: solid 2px #B6B6B6;
|
||
height: 72px;
|
||
text-align: center;
|
||
}
|
||
|
||
#Banner #Logo
|
||
{
|
||
float: center;
|
||
margin: 0;
|
||
text-align: center;
|
||
width: 293px;
|
||
}
|
||
|
||
#Header .Navigation
|
||
{
|
||
background-color: #989898;
|
||
border-left: solid 2px #B6B6B6;
|
||
border-right: solid 2px #B6B6B6;
|
||
border-bottom: solid 2px #B6B6B6;
|
||
font-family: Verdana, sans-serif;
|
||
font-size: 12pt;
|
||
font-weight: normal;
|
||
line-height: 2em;
|
||
text-decoration: none;
|
||
}
|
||
|
||
#Body
|
||
{
|
||
margin: 10px 0;
|
||
width: 900px;
|
||
}
|
||
|
||
#Footer
|
||
{
|
||
font: normal 12px/normal Verdana, sans-serif;
|
||
margin-top: 10px;
|
||
width: 900px;
|
||
text-align: center;
|
||
font-weight: bold;
|
||
}
|
||
|
||
input[type="text"]
|
||
{
|
||
border: dashed 2px #353535;
|
||
font-family: Verdana, Sans-Serif;
|
||
font-size: 1.2em;
|
||
padding: 5px;
|
||
}
|
||
|
||
input[type="submit"]
|
||
{
|
||
background-color: #B3B2AF;
|
||
color: #000;
|
||
height: 1.5em;
|
||
font-family: Verdana;
|
||
font-size: 15px;
|
||
font-weight: bold;
|
||
}
|
||
|
||
#SplashContainer
|
||
{
|
||
}
|
||
|
||
#SplashContainer h2
|
||
{
|
||
font-size: x-large;
|
||
margin: 0px 0 5px 0;
|
||
}
|
||
|
||
#SplashContainer h3
|
||
{
|
||
letter-spacing: normal;
|
||
margin: 0px 0 5px 0;
|
||
}
|
||
|
||
#SplashContainer #MainPanel
|
||
{
|
||
background-color: #989898;
|
||
border: solid 2px #B6B6B6;
|
||
float: right;
|
||
margin: 0 0 10px 0;
|
||
padding: 10px;
|
||
position: relative;
|
||
text-align: left;
|
||
width: 877px;
|
||
}
|
||
|
||
#SplashContainer #ElementInsert
|
||
{
|
||
background-color: #7D7D7D;
|
||
border: solid 2px #868686;
|
||
float: right;
|
||
margin: 0 0 10px 0;
|
||
padding: 10px;
|
||
position: relative;
|
||
text-align: left;
|
||
width: 856px;
|
||
}
|
||
|
||
#SplashContainer #genlink {
|
||
color: red;
|
||
}
|