MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AnnoWiki 1800
Wechseln zu: Navigation, Suche
Zeile 3: Zeile 3:
  
 
/* Content */
 
/* Content */
#content { background-color: #eddeb1; }  
+
#content { background-color: #fff; }  
  
  
Zeile 50: Zeile 50:
  
  
/* in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it. */
+
/* Body */
 
body { background-color: #f5eed9; }
 
body { background-color: #f5eed9; }

Version vom 26. November 2018, 19:13 Uhr

/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */


/* Content */
#content { background-color: #fff; } 


/* Inner Content */
#bodyContent { background-color: #fff; } 


/*  Titel einer Seite */
#firstHeading {  } 


/* Kategorien */
#catlinks {  } 


/* Header */
#mw-head-base { } 


/* Menü */
#mw-panel { } 


/* Logobereich */
#p-logo {  } 


/* Navigation */
#p-navigation {  } 


/* Tools Menü*/
#p-tb {  } 


/* Werkzeuge Titel */
#p-tb-label { } 


/* Bereich Werkzeuge */
#p-tb .body {  } 


/* Footer */
#footer {  } 


/* Body */
body { background-color: #f5eed9; }