MediaWiki:Common.css: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (17 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 1: | Zeile 1: | ||
/* | 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; } | |||
#footer | |||
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; }