KKeine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 16: | Zeile 16: | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
} | } | ||
#content { | |||
border-color:#000000; | |||
-moz-border-radius-topleft: 1em; | |||
-moz-border-radius-bottomleft: 1em; | |||
} | |||
/* Einrückung in Inhaltsverzeichnissen bei Umbruch */ | /* Einrückung in Inhaltsverzeichnissen bei Umbruch */ | ||
li.toclevel-1 { | li.toclevel-1 { | ||
| Zeile 46: | Zeile 52: | ||
#p-cactions ul li { | #p-cactions ul li { | ||
background-color:#d1d4e0; | background-color:#d1d4e0; | ||
border:thin solid | border:thin solid #000000; | ||
border-bottom:none; | border-bottom:none; | ||
} | } | ||
| Zeile 56: | Zeile 62: | ||
#p-cactions li.selected { | #p-cactions li.selected { | ||
border-color: | border-color:#000000; | ||
} | } | ||
Version vom 14. Mai 2008, 14:53 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;
}
#content {
border-color:#000000;
-moz-border-radius-topleft: 1em;
-moz-border-radius-bottomleft: 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 li {
list-style-image: url(http://www.scharesoft.de/joomla/almanach/skins/monobook/Bullet1.gif);
}
.pBody li:hover, .pBody li:active {
list-style-image: url(http://www.scharesoft.de/joomla/almanach/skins/monobook/Bullet2.gif);
}
/* same following the css3 draft specs, any browsers supporting this? */
div.pBody {
border-radius-topright: 1em;
border-radius-bottomright: 1em;
}
/* Reiter über Inhalt: angepasst an Hauptseite */
#p-cactions ul li {
background-color:#d1d4e0;
border:thin solid #000000;
border-bottom:none;
}
#p-cactions ul li a {
background-color:#d1d4e0;
border:none;
}
#p-cactions li.selected {
border-color:#000000;
}