200 lines
2.6 KiB
CSS
200 lines
2.6 KiB
CSS
body
|
|
{
|
|
font-family: "Bitstream Vera Sans", "Verdana", sans-serif;
|
|
font-size: 12px;
|
|
}
|
|
|
|
*:link, *:visited {
|
|
color: #bb0000;
|
|
background-color: inherit;
|
|
text-decoration: none;
|
|
}
|
|
|
|
*:visited {
|
|
color: #660000;
|
|
}
|
|
|
|
*:link:hover, *:visited:hover {
|
|
color: #555555;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#wrapper
|
|
{
|
|
background: url(../images/wrap_bg.jpg) repeat-y left 75px;
|
|
}
|
|
|
|
#wrapper #header
|
|
{
|
|
height: 75px;
|
|
background: #483737 url(../images/header_bg.png) repeat-x top left;
|
|
border-bottom: 1px solid #333333;
|
|
}
|
|
|
|
#wrapper #header h1
|
|
{
|
|
color: #FFFFFF;
|
|
font-size: 26px;
|
|
font-weight: bold;
|
|
margin-left: 25px;
|
|
padding-top: 10px;
|
|
}
|
|
|
|
#wrapper #header h1 a
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
#wrapper #header h2
|
|
{
|
|
color: #908A8A;
|
|
margin-left: 25px;
|
|
font-size: 14px;
|
|
}
|
|
|
|
#wrapper #menu
|
|
{
|
|
position: absolute;
|
|
top: 50px;
|
|
right: 5px;
|
|
}
|
|
|
|
#wrapper #menu ul
|
|
{
|
|
list-style: none;
|
|
}
|
|
|
|
#wrapper #menu ul li
|
|
{
|
|
font-size: 14px;
|
|
font-weight: bold;
|
|
float: left;
|
|
border-right: 2px solid #D75C0C;
|
|
padding-right: 6px;
|
|
padding-left: 6px;
|
|
}
|
|
|
|
#wrapper #menu ul li#last
|
|
{
|
|
border: 0px;
|
|
}
|
|
|
|
#wrapper #menu ul li a
|
|
{
|
|
color: white;
|
|
}
|
|
|
|
#wrapper #left
|
|
{
|
|
background: url(../images/right_bg.png) left top repeat-x;
|
|
height: 100px;
|
|
float: left;
|
|
width: 10px;
|
|
}
|
|
|
|
#wrapper #right
|
|
{
|
|
padding: 15px;
|
|
float: right;
|
|
width: 225px;
|
|
background: #AA0000 url(../images/right_bg.png) repeat-x top left;
|
|
color: #FFFFFF;
|
|
border-left: 1px solid #333333;
|
|
border-bottom: 1px solid #333333;
|
|
margin-left: 20px;
|
|
font-size: 12px;
|
|
}
|
|
|
|
#wrapper #right a
|
|
{
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
#wrapper #right ul
|
|
{
|
|
list-style: square;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
#wrapper #content
|
|
{
|
|
background: #FFFFFF url(../images/content_bg.png) repeat-x top left;
|
|
border-left: 1px solid #333333;
|
|
margin-left: 10px;
|
|
padding: 15px;
|
|
}
|
|
|
|
#wrapper #footer
|
|
{
|
|
background: #483737;
|
|
height: 30px;
|
|
clear: both;
|
|
}
|
|
|
|
#wrapper #footer h1
|
|
{
|
|
color: white;
|
|
font-size: 12px;
|
|
font-weight: bold;
|
|
text-align: center;
|
|
padding-top: 8px;
|
|
}
|
|
|
|
#wrapper #footer h1 a
|
|
{
|
|
text-decoration: underline;
|
|
color: white;
|
|
}
|
|
|
|
#right div
|
|
{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
#right h1, #right h2, #right h3
|
|
{
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content h1
|
|
{
|
|
font-size: 18px;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content p
|
|
{
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content ul
|
|
{
|
|
list-style: square;
|
|
margin-left: 20px;
|
|
}
|
|
|
|
.content h1
|
|
{
|
|
font-size: 22px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content h2
|
|
{
|
|
font-size: 16px;
|
|
border-bottom: 1px solid #CCCCCC;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content h3
|
|
{
|
|
font-size: 14px;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
.content div
|
|
{
|
|
margin-bottom: 10px;
|
|
} |