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. */ | ||
| + | /* - changes the background color of the content of articles/pages, including the title of the articles. */ | ||
#content { | #content { | ||
background: black; | background: black; | ||
| − | } | + | } |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
Version vom 2. Mai 2020, 09:22 Uhr
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
/* - changes the background color of the content of articles/pages, including the title of the articles. */
#content {
background: black;
}