Für Navigation, Links und allgemeiner Body-Tag
.menu:link, .menu:visited, .menu:active
{
display: block;
color: #000000;
font-size: 11px;
background: url(img/button.png);
width: 220px;
height: 25px;
text-indent: 20px;
text-decoration: none;
font-family: Arial, sans-serif;
line-height: 20px;
}
.menu:hover
{
display: block;
color: #000000;
font-size: 11px;
background: url(img/buttonh.png);
width: 220px;
height: 25px;
text-indent: 20px;
text-decoration: none;
font-family: Arial, sans-serif;
line-height: 20px;
}
a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{
color: #333333;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
body {
margin: 0px;
background-color: #c9c9c9;
background-image: url(img/sitebg.png);
text-align: center;
font-size: 12px;
font-family: Verdana, sans-serif, default;
}
Für Hintergrundfarben der tabellen, Inputs, ...
probier einfach ein bisschen rum was genau wo greift. kannst ja nix kaputt machen...
.Cnorm
{
background-color: #f2f2f2;
}
.Cmite
{
background-color: #d4d3d3;
}
.Cdark
{
background-color: #c2c2c2;
}
.rand
{
border: solid #185685 1px;
}
.smalfont
{
font-size: 10px;
text-decoration: none;
}
.border
{
background-color: #000000;
}
hr
{
height: 0px;
border: solid #aaaaaa 0px;
border-top-width: 1px;
}
input, textarea, select
{
color: #000000;
font: 12px Verdana;
border-color: #000000;
border-width: 1px;
border-style: solid;
font-weight: none;
text-decoration: none;
background-image: url(img/inputbg.png);
}
.Chead
{
background: #aaaaaa;
color: #333333;
}
.Chead a
{
color: #333333;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
background: #aaaaaa;
color: #333333;
}
a, .Cmite a, .Cdark a
{
color: #555555;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}