KKeine Bearbeitungszusammenfassung |
K Änderungen von Killfetzer (Beiträge) rückgängig gemacht und letzte Version von Deepfighter wiederhergestellt |
||
| Zeile 31: | Zeile 31: | ||
} | } | ||
.pBody a { | .pBody a { | ||
text-decoration:none; | text-decoration:none; | ||
} | } | ||
.pBody a:hover { | .pBody a:hover { | ||
color:#1C1C1C; | |||
} | } | ||
Version vom 13. Mai 2008, 09:16 Uhr
/* 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: #d1d4e0;
font-weight:bold;
margin-top:10px;
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;
}
.pBody a:hover {
color:#1C1C1C;
}
/* same following the css3 draft specs, any browsers supporting this? */
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}