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 bottom and left of each page, up to behind half of the logo: */
 
/*/body {
 
  background: black;
 
}
 
  
/* Changes the background color behind the top half of the logo and at top of each page: */
+
#content {
#mw-page-base {
 
  background: black;
 
}
 
 
 
#mw-body {
 
 
background: black;  
 
background: black;  
}
+
 +
}  
 +
/* - changes the background color of the content of articles/pages, including the title of the articles. */
  
#mw-body-content {
+
#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.*/