Wie kann ich den Quote / Zitat -Hintergrund ändern?
Verfasst: 09.06.2012 16:05
Hallo,
in der colours.css habe ich unter "Quote Block" alles auf die Farbe #551100 gestellt (also dunkelbraun).
Trotzdem erscheint der Hintergrund für Zitate bei mir immer noch in hellem grau.
Weiß jemand, was ich da falsch gemacht haben könnte?
in der colours.css habe ich unter "Quote Block" alles auf die Farbe #551100 gestellt (also dunkelbraun).
Trotzdem erscheint der Hintergrund für Zitate bei mir immer noch in hellem grau.
Weiß jemand, was ich da falsch gemacht haben könnte?
Code: Alles auswählen
/* Quote block */
blockquote {
background-image: url("{T_THEME_PATH}/images/quote.gif");
border-color:#551100;
}
.rtl blockquote {
background-image: url("{T_THEME_PATH}/images/quote_rtl.gif");
}
blockquote blockquote {
/* Nested quotes */
background-color:#551100;
}
blockquote blockquote blockquote {
/* Nested quotes */
background-color: #551100;
}
/* Code block */
dl.codebox {
background-color: #551100;
border-color: #551100;
}
dl.codebox dt {
border-bottom-color: #551100;
}
dl.codebox code {
color: #551100;
}
.syntaxbg { color: #551100; }
.syntaxcomment { color: #551100; }
.syntaxdefault { color: #551100; }
.syntaxhtml { color: #551100; }
.syntaxkeyword { color: #551100; }
.syntaxstring { color: #551100; }