MyBB.de Forum

Normale Version: Sticky threads werden in normaler Farbe dargestellt
Du siehst gerade eine vereinfachte Darstellung unserer Inhalte. Normale Ansicht mit richtiger Formatierung.
Seiten: 1 2
Sorry dass ich mich da nochmal rein hängen muss.. Die Wichtigen Threads werden nur Admins und Mods/Smods in Rot angezeigt..

Vll hat ja jemand noch einen Tip.

Danke
Füge mal noch in global.css hinzu:
Code:
.forumdisplay_sticky span.subject_old {
    color: #ff0000;
    font-weight: bold;
}

.forumdisplay_sticky span.subject_old a:link {
    font-weight: bold;
    color: #ff0000;
}

.forumdisplay_sticky span.subject_old a:visited {
    font-weight: bold;
    color: #ff0000;
}

.forumdisplay_sticky span.subject_old a:hover, .forumdisplay_sticky span.subject_old a:active {
    font-weight: bold;
    color: #ff0000;
}

.forumdisplay_sticky span.subject_new {
    color: #ff0000;
    font-weight: bold;
}

.forumdisplay_sticky span.subject_new a:link {
    font-weight: bold;
    color: #ff0000;
}

.forumdisplay_sticky span.subject_new a:visited {
    font-weight: bold;
    color: #ff0000;
}

.forumdisplay_sticky span.subject_new a:hover, .forumdisplay_sticky span.subject_new a:active {
    font-weight: bold;
    color: #ff0000;
}
Super, jetzt klappt es. Smile

Vielen Dank!!
Seiten: 1 2