Ein letztes Wort:
CSS
@-moz-document url("https://www.camp-firefox.de/forum/") {
.wbbCategory.wbbDepth1.wbbRootNode.tabularBox.tabularBoxTitle.wbbCollapsibleCategory {
margin-top:-30px !important;
}
#content {
margin-top:-22px !important;
}
#content > DIV > UL > LI > HEADER,
.contentTitle {
display:none !important;
}
/*CSS-Festlegungen für die Linktexte in der Navigationsleiste*/
/*ohne Hover*/
ol.boxMenu li.boxMenuHasChildren a.boxMenuLink span.boxMenuLinkTitle {
color:blue!important;
}
#pageHeaderPanel > DIV > DIV > DIV > NAV > OL > LI:first-child > A > SPAN{
color:blue!important;}
/*mit Hover*/
ol.boxMenu li.boxMenuHasChildren a.boxMenuLink:hover span.boxMenuLinkTitle {
color:red!important;
}
#pageHeaderPanel > DIV > DIV > DIV > NAV > OL > LI:first-child > A:HOVER> SPAN{
color:red!important;
}
}
Alles anzeigen
Ist das korrekt?