MediaWiki:Monobook.css: Unterschied zwischen den Versionen

Aus dem IServ-Wiki
Zur Navigation springen Zur Suche springen
K (etwas dezenter)
(hinweisboxen)
Zeile 19: Zeile 19:
 
}
 
}
  
 +
/* Zentrales Aussehen von Hinweisboxen, Farben müssen später einzeln angegeben werden */
 +
.hinweisbox {
 +
        border-width: .08em;
 +
        border-style: solid;
 +
        border-left-width: .5em;
 +
        padding: 0.2em 0.5em;
 +
        margin-bottom: 1.5em;"
 +
}
 +
 +
/* tt mit leichtem grau */
 
tt {
 
tt {
 
   background-color: #f5f5f5;
 
   background-color: #f5f5f5;
 
}
 
}
 +
 +
/* Aber bitte nicht in Hinweisboxen! */
 +
hinweisbox tt {
 +
  background-color: transparent;
 +
}
 +
 
/* </pre> */
 
/* </pre> */

Version vom 3. Januar 2007, 21:05 Uhr

/* <pre> */

/* Do not force 'lowercase' */
.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;
}

/* Zentrales Aussehen von Hinweisboxen, Farben müssen später einzeln angegeben werden */
.hinweisbox {
        border-width: .08em;
        border-style: solid;
        border-left-width: .5em;
        padding: 0.2em 0.5em;
        margin-bottom: 1.5em;"
}

/* tt mit leichtem grau */
tt {
  background-color: #f5f5f5;
}

/* Aber bitte nicht in Hinweisboxen! */
hinweisbox tt {
  background-color: transparent;
}

/* </pre> */