MediaWiki:Common.css: Unterschied zwischen den Versionen

Aus Wikipedia der Kronmark
Zur Navigation springen Zur Suche springen
Keine Bearbeitungszusammenfassung
Keine Bearbeitungszusammenfassung
 
(18 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt)
Zeile 1: Zeile 1:
/* Das folgende CSS wird für alle Benutzeroberflächen geladen. */
body {color: #720202; background: #720202 }
content { background-color: #e6ffb4; } - changes the background color of the content of articles/pages, including the title of the articles.
#mw-page-base { background: #720202 }
#content { background-color: #e2e2e2 }
#mw-head-base { background-color: #720202 }
#mw-panel a {
    color: #777777;
}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
  font-size: 0.8em; /* default is 0.75em */
}


bodyContent { background-color: #e6ffb4; } - changes the background color of the content of pages, without the title of the pages.
h1 { color: #720202 }
h2 { color: #720202 }
h3 { color: #720202 }
h4 { color: #720202 }


firstHeading { background-color: #e6ffb4; } - changes the background color only of page titles.
/* Linkfarben ändern */
a:link {
    color: #777777; /* Farbe für unbesuchte Links */
}


catlinks { background-color: #e6ffb4; } - 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.
a:visited {
    color: #777777; /* Farbe für besuchte Links */
}


mw-head-base { background-color: #e6ffb4; } - 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.).
a:hover {
    color: #777777; /* Farbe für Links beim Überfahren mit der Maus */
}


mw-panel { 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).
a:active {
 
    color: #777777; /* Farbe für aktive Links */
p-logo { background-color: #e6ffb4; } - sets the background color of the area where the logo is located (the top left corner).
}
 
#footer-poweredbyico { display: none; }
p-navigation { 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-tb { 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-label { 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 .body { background-color: #e6ffb4; } - changes the background color of the Tools menu but without changing the background color of the title of the menu.
 
footer { background-color: #e6ffb4; } - this is for the background color of the footer of the site. This includes the area of the meta links (Privacy policy, Disclaimers, etc.), the information about the last modification of the page and how many times it has been accessed, and the icon "Powered by MediaWiki". All the space that's under the footer to the bottom of the screen is not affected.
 
body { background-color: #e6ffb4; } - 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.

Aktuelle Version vom 20. November 2024, 08:21 Uhr

body {color: #720202; background: #720202 }
#mw-page-base { background: #720202 }
#content { background-color: #e2e2e2 }
#mw-head-base { background-color: #720202 }
#mw-panel a {
    color: #777777; 
}
div#mw-panel div.portal h3,
div#mw-panel div.portal div.body ul li {
   font-size: 0.8em; /* default is 0.75em */
}

h1 { color: #720202 }
h2 { color: #720202 }
h3 { color: #720202 }
h4 { color: #720202 }

/* Linkfarben ändern */
a:link {
    color: #777777; /* Farbe für unbesuchte Links */
}

a:visited {
    color: #777777; /* Farbe für besuchte Links */
}

a:hover {
    color: #777777; /* Farbe für Links beim Überfahren mit der Maus */
}

a:active {
    color: #777777; /* Farbe für aktive Links */
}
#footer-poweredbyico { display: none; }