MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus AnnoWiki 1800
Wechseln zu: Navigation, Suche
Zeile 2: Zeile 2:
  
  
/* changes the background color of the content of articles/pages, including the title of the articles. */
+
/* Content */
 
#content { background-color: #fff; }  
 
#content { background-color: #fff; }  
  
Zeile 10: Zeile 10:
  
  
/*  changes the background color only of page titles. */
+
/*  Titel einer Seite */
#firstHeading { background-color: #f1e6c5; }  
+
#firstHeading { }  
  
  

Version vom 26. November 2018, 19:07 Uhr

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


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


/* changes the background color of the content of pages, without the title of the pages. */
#bodyContent { background-color: #fff; } 


/*  Titel einer Seite */
#firstHeading {  } 


/* changes the background color of the area in which are displayed the links to the categories to which the page belongs. If a page is assigned to categories, they are listed exactly under the content of the page in a rectangular container. */
#catlinks { background-color: #f5eed9; } 


/* changes the background color at the top of the screen, the area above the page title. It doesn't affect the color of the page tabs (e.g. Discussion, Edit, etc.). */
#mw-head-base { background-color: #e6ffb4; } 


/* changes the background color of the menus on the left side of the screen (the area where the links Recent changes, Random page, etc., and the Tools menu are located). */
#mw-panel { background-color: #e6ffb4; } 


/* sets the background color of the area where the logo is located (the top left corner). */
#p-logo { background-color: #e6ffb4; } 


/* this is for the background color of the Navigation menu in the left column. That's the menu with the links Main page, Recent changes, Random page, Help. */
#p-navigation { background-color: #e6ffb4; } 


/* changes the background color of the Tools menu in the left column. Both the title of the menu and the links in it are affected. */
#p-tb { background-color: #e6ffb4; } 


/* changes the background color only of the title of the Tools menu on the left. The color of the actual menu is not changed. */
#p-tb-label { background-color: #e6ffb4; } 


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


/* Footer */
#footer {  } 


/* 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 { background-color: #eddeb1; }