Hinweis: Nach dem Speichern muss der Browserchache geleert werden, um die Änderungen zu sehen:
Mozilla/Firefox: Strg-Shift-R, Internet Explorer: Strg-F5, Opera: F5, Safari: Cmd-Shift-R, Konqueror: F5.
/* Do not force 'lowercase' */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
/* Reiter für Navigationsbereiche: Farbe, Rand und runde Ecke rechts-oben */
.portlet h5
{
background-color: #e8eaf7;
border: thin solid silver;
-moz-border-radius-topright: 1em;
}
/* Einrückung in Inhaltsverzeichnissen bei Umbruch */
li.toclevel-1 {
text-indent:-0.4em;
margin-left:0.4em;
}
/* Navigationskategorien: runde Ecken, Hovereffekt */
div.pBody {
-moz-border-radius-topright: 1em;
-moz-border-radius-bottomright: 1em;
}
.pBody a {
text-decoration:none;
color:#000000;
}
.pBody a:active {
color:silver;
}
.pBody a:hover {
color:silver;
}
/* same following the css3 draft specs, any browsers supporting this? */
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}