MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen
 
 
(9 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 1: Zeile 1:
/** Do not force 'lowercase' */
+
/* <pre> */
.portlet h5,
+
 
.portlet h6,
+
/* Make all non-namespace pages have a light blue content area. */
#p-personal ul,
+
#content, #mytabs li.selected a, #p-cactions li.selected a {
#p-cactions li a {
+
        background-color: #F3F3FF; /* ein leichtes blau */
text-transform: none;
 
 
}
 
}
 +
.ns-0 #content, .ns-0 #mytabs li.selected a, .ns-0 #p-cactions li.selected a {
 +
        background-color: white;
 +
}
 +
 +
/* </pre> */

Aktuelle Version vom 10. Februar 2008, 21:11 Uhr

/* <pre> */

/* Make all non-namespace pages have a light blue content area. */
#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;
}

/* </pre> */