MediaWiki:Monobook.css

Aus Kitakien

(Unterschied zwischen Versionen)
Wechseln zu: Navigation, Suche
K
(Farbtest)
Zeile 12: Zeile 12:
/*sitenotice*/
/*sitenotice*/
#siteNotice{font-size: x-small}*/
#siteNotice{font-size: x-small}*/
 +
 +
/* 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, #mytabs li.selected a, #p-cactions li.selected, #p-cactions li.selected a {
 +
    background-color: AliceBlue; /* ein leichtes blau */
 +
}
 +
 +
.ns-0 * #content, .ns-0 * #mytabs li.selected, .ns-0 * #mytabs li.selected a, .ns-0 * #p-cactions li.selected, .ns-0 * #p-cactions li.selected a {
 +
    background-color: white;
 +
}

Version vom 10:48, 17. Aug. 2004

/*Großbuchstaben in den Navigationsbereichen*/
.portlet h5,.portlet h6,#p-personal ul,#p-cactions li a{text-transform:none;}
 
/*Personennamen in Kapitälchen: <font class="Person">Name</font>*/
font.Person{font-variant:small-caps}
 
/*Ausschalten der foundraising-Nachricht*/
 
/*fetter bearbeiten-link*/
#ca-edit a{font-weight:bold !important;}
 
/*sitenotice*/
#siteNotice{font-size: x-small}*/
 
/* 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, #mytabs li.selected a, #p-cactions li.selected, #p-cactions li.selected a {
    background-color: AliceBlue; /* ein leichtes blau */
}
 
.ns-0 * #content, .ns-0 * #mytabs li.selected, .ns-0 * #mytabs li.selected a, .ns-0 * #p-cactions li.selected, .ns-0 * #p-cactions li.selected a {
    background-color: white;
}
Persönliche Werkzeuge