MediaWiki:Monobook.css: Unterschied zwischen den Versionen
Aus Stratum 0
(Die Seite wurde neu angelegt: „→CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte MediaWiki:Common.css bearbeiten.: .portlet h5,…“) |
(pre, code, tt, kbd, samp, .mw-code with light gray background) |
||
(7 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
Zeile 7: | Zeile 7: | ||
#p-cactions li a { | #p-cactions li a { | ||
text-transform: none; | text-transform: none; | ||
+ | } | ||
+ | |||
+ | .editsection, | ||
+ | h1 .editsection, | ||
+ | h2 .editsection, | ||
+ | h3 .editsection, | ||
+ | h4 .editsection, | ||
+ | h5 .editsection, | ||
+ | h6 .editsection { | ||
+ | font-size: 60%; | ||
+ | } | ||
+ | |||
+ | /* allow headings with white background in prettytables */ | ||
+ | table.prettytable { | ||
+ | border: none; | ||
+ | background-color: #fff; | ||
+ | } | ||
+ | table.prettytable td { | ||
+ | background-color: #f9f9f9; | ||
+ | } | ||
+ | table.prettytable .heading { | ||
+ | border: none; | ||
+ | background-color: #fff; | ||
+ | padding: 1em 0 0.2em 0; | ||
+ | } | ||
+ | pre, code, tt, kbd, samp, .mw-code { | ||
+ | background-color: #F9F9F9; | ||
} | } |
Aktuelle Version vom 29. Mai 2013, 16:52 Uhr
/* CSS an dieser Stelle wirkt sich auf den Monobook-Skin aus. Für allgemeingültige Skin-Anpassungen bitte [[MediaWiki:Common.css]] bearbeiten. */
.portlet h5,
.portlet h6,
#p-personal ul,
#p-cactions li a {
text-transform: none;
}
.editsection,
h1 .editsection,
h2 .editsection,
h3 .editsection,
h4 .editsection,
h5 .editsection,
h6 .editsection {
font-size: 60%;
}
/* allow headings with white background in prettytables */
table.prettytable {
border: none;
background-color: #fff;
}
table.prettytable td {
background-color: #f9f9f9;
}
table.prettytable .heading {
border: none;
background-color: #fff;
padding: 1em 0 0.2em 0;
}
pre, code, tt, kbd, samp, .mw-code {
background-color: #F9F9F9;
}