MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
| Zeile 1: | Zeile 1: | ||
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | /* Das folgende CSS wird für alle Benutzeroberflächen geladen. */ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | + | #content { | |
| − | # | ||
| − | |||
| − | |||
| − | |||
| − | |||
background: black; | background: black; | ||
| − | } | + | |
| + | } | ||
| + | /* - changes the background color of the content of articles/pages, including the title of the articles. */ | ||
| − | # | + | #bodyContent { |
background: black; | background: black; | ||
| − | } | + | } |
| + | /*- changes the background color of the content of pages, without the title of the pages.*/ | ||
Version vom 2. Mai 2020, 09:20 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
#content {
background: black;
}
/* - changes the background color of the content of articles/pages, including the title of the articles. */
#bodyContent {
background: black;
}
/*- changes the background color of the content of pages, without the title of the pages.*/