MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus dem Studienfuehrer
 
(kein Unterschied)

Aktuelle Version vom 12. Dezember 2015, 20:56 Uhr

/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
/* Kleinschreibung nicht erzwingen */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
	text-transform: none;
}

/* Make all non-namespace pages have a light blue content area. This is done by
 * setting the background color for all #content areas to light blue and then
 * overriding it for any #content enclosed in a .ns-0 (main namespace). I then
 * do the same for the "tab" background colors. --Lupo */

#content,
#mytabs li.selected a,
#p-cactions li.selected a {
	background-color: #F3F3FF; /* ein leichtes blau */
}

.ns-0 #content,
.ns-0 #mytabs li.selected a,
.ns-0 #p-cactions li.selected a {
	background-color: white;
}

table {
	background-color: inherit;
}