MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Dämonencasino Hades
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;  
 
 
}  
+
}
/* - 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.*/
 

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; 
	
}