MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt) | |||
| Zeile 4: | Zeile 4: | ||
#mw-head-base { background-color: #720202 } | #mw-head-base { background-color: #720202 } | ||
#mw-panel a { | #mw-panel a { | ||
color: # | color: #777777; | ||
} | } | ||
div#mw-panel div.portal h3, | div#mw-panel div.portal h3, | ||
| Zeile 32: | Zeile 32: | ||
color: #777777; /* Farbe für aktive Links */ | color: #777777; /* Farbe für aktive Links */ | ||
} | } | ||
#footer-poweredbyico { display: none; } | |||
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; }