hey
schau dir mal die css.datei eines andern designs an. in dieser wirst du sehen das dort classen wie
Chead
Cnorm
Cdark
Cmite
etc vorkommen. mit diesen kannst du alle templates gleich anpassen, da alle die gleichen classen haben
hier mal ein auszug was in keiner style.css fehlen sollte:
body {
margin: 0px;
background-color: #000;
background-image: url(img/bg.png);
background-position: top;
text-align: center;
font-size: 12px;
font-family: Verdana, sans-serif, default;
}
/*td, th, thr, table, input, select, textarea, div, span, p {
font-size: 12px;
font-family: Verdana, sans-serif, default;
}*/
a, #left_col .Cmite a, #left_col .Cnorm a, #left_col .Cdark a
{
color: #755885;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}
a:hover
{
text-decoration: none;
}
a.box
{
color: #755885;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}
.logfarbe{
color:#eae32d;
}
.logfarbe a{
color:#eae32d;
}
a.box:hover
{
text-decoration: none;
}
.Cnorm
{
background-color: #ffffff;
}
.Cmite
{
background-color: #e8c9fb;
}
.Cdark
{
background-color: #c897e5;
}
.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-color:#FFF;
}
.Chead
{
background: #713f8d;
color: #ffffff;
}
.Chead a
{
color: #bda3cb;
}
.Chead td, .Chead td strong, .Chead h4, .Chead td b
{
background: #9251b6;
color: #ffffff;
}
a, .Cmite a, .Cdark a
{
color: #333333;
font-family: Verdana;
font-size: 11px;
text-decoration: underline;
}
die farbangaben sind jetzt nicht auf dein design angepasst. hab das nur schnell mal kopiert.
denke damit kommst du auf jeden fall weiter