Geschrieben von Horsfreaky am 07.01.2006 um 14:26:
Hilfe bei CSS Code
Hallo Leute...
Ich brauche dringend eure Hilfe. Es geht um einen CSS Code bei meinem Goodboard Forum. Ich konnte eigentlich alles soweit anpassen, ausser ein paar Sachen (Siehe
http://2996.goodboard.de , was Blau ist). Ich will aber alles was noch blau ist in dieser Farbe : #8fbc8f
Wer kann mir helfen und den Code so verändern, das nachher alles schön angepasst ist?
Wäre echt lieb und ich danke schon im voraus dafür!!!
Der Code:
BODY { SCROLLBAR-BASE-COLOR: #8fbc8f; SCROLLBAR-ARROW-COLOR: #e0ffff; }
SELECT {
FONT-SIZE: 12px;
FONT-FAMILY: MS Dialoge Light;
COLOR: #000000;
BACKGROUND-COLOR: #8fbc8f;
}
TEXTAREA {
FONT-SIZE: 12px;
FONT-FAMILY: MS Dialoge Light;
COLOR: #000000;
BACKGROUND-COLOR: #8fbc8f;
}
.input {
FONT-SIZE: 12px;
FONT-FAMILY: MS Dialoge Light;
COLOR: #000000;
BACKGROUND-COLOR: #8fbc8f;
border-top-width : 1px;
border-right-width : 1px;
border-bottom-width : 1px;
border-left-width : 1px;
text-indent : 2px;
}
.topnavi {
padding-right: 5px;
padding-bottom: 18px;
padding-left: 5px;
}
#bg A:link, #bg A:visited, #bg A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #000000; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #000000; TEXT-DECORATION: none; }
#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #8fbc8f; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #8fbc8f; TEXT-DECORATION: none; }
#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #000000; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #000000; TEXT-DECORATION: underline; }
#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor { cursor: hand}
Lg Yosi