Keine Bearbeitungszusammenfassung |
KKeine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
font-weight:bold; | font-weight:bold; | ||
margin-top:10px; | margin-top:10px; | ||
border: thin solid | border: thin solid silver; | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
} | } | ||
#content { | #content { | ||
border-color: | border-color:silver; | ||
-moz-border-radius-topleft: 1em; | -moz-border-radius-topleft: 1em; | ||
-moz-border-radius-bottomleft: 1em; | -moz-border-radius-bottomleft: 1em; | ||
| Zeile 34: | Zeile 34: | ||
-moz-border-radius-topright: 1em; | -moz-border-radius-topright: 1em; | ||
-moz-border-radius-bottomright: 1em; | -moz-border-radius-bottomright: 1em; | ||
border-color: | border-color:silver; | ||
} | } | ||
.pBody li { | .pBody li { | ||
| Zeile 73: | Zeile 73: | ||
background-color: #e8eaf7; /* Almanach-Farbe */ | background-color: #e8eaf7; /* Almanach-Farbe */ | ||
} | } | ||
#p-cactions li.selected a:hover, #p-cactions li.selected a:active{ | |||
background-color: #e8eaf7; | |||
} | |||
.ns-0 #content, | .ns-0 #content, | ||
.ns-0 #mytabs li.selected a, | .ns-0 #mytabs li.selected a, | ||
| Zeile 81: | Zeile 86: | ||
.ns-104 #content, | .ns-104 #content, | ||
.ns-104 #mytabs li.selected a, | .ns-104 #mytabs li.selected a, | ||
.ns-104 #p-cactions li.selected a { | .ns-104 #p-cactions li.selected a, | ||
.ns-0 #p-cactions li.selected a:hover, .ns-0 #p-cactions li.selected a:active, | |||
.ns-102 #p-cactions li.selected a:hover, .ns-102 #p-cactions li.selected a:active, | |||
.ns-104 #p-cactions li.selected a:hover, .ns-104 #p-cactions li.selected a:active, { | |||
background-color: white; | background-color: white; | ||
} | } | ||
/* == Hintergrundfarben == | /* == Hintergrundfarben == | ||
.ns--1 table, | .ns--1 table, | ||
Version vom 14. Mai 2008, 15:09 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:silver;
-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;
border-color:silver;
}
.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 silver;
border-bottom:none;
}
#p-cactions ul li a {
background-color:#d1d4e0;
border:none;
}
#p-cactions li.selected {
border-color: silver;
}
/* Make all non-namespace pages have a new colour. */
#content,
#mytabs li.selected a,
#p-cactions li.selected a {
background-color: #e8eaf7; /* Almanach-Farbe */
}
#p-cactions li.selected a:hover, #p-cactions li.selected a:active{
background-color: #e8eaf7;
}
.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a,
.ns-102 #content,
.ns-102 #mytabs li.selected a,
.ns-102 #p-cactions li.selected a,
.ns-104 #content,
.ns-104 #mytabs li.selected a,
.ns-104 #p-cactions li.selected a,
.ns-0 #p-cactions li.selected a:hover, .ns-0 #p-cactions li.selected a:active,
.ns-102 #p-cactions li.selected a:hover, .ns-102 #p-cactions li.selected a:active,
.ns-104 #p-cactions li.selected a:hover, .ns-104 #p-cactions li.selected a:active, {
background-color: white;
}
/* == Hintergrundfarben ==
.ns--1 table,
.ns-2 table,
.ns-4 table,
.ns--1 form {
background: inherit;
}
*/