Vorlage:MediaWiki-Button/styles.css: Unterschied zwischen den Versionen
Cowboy (Diskussion | Beiträge) Die Seite wurde neu angelegt: „body.skin-minerva .mw-ui-button { min-width: 1.25em; padding: 0.75em; font-size: initial; line-height: 0; } .cdx-button, .mw-ui-button { background-color: #f8f9fa; color: #222222; display: inline-block; box-sizing: border-box; min-width: 4em; max-width: 28.75em; margin: 0; padding: 0.546875em 1em; border-color: #a2a9b1; border-style: solid; border-width: 1px; border-radius: 2px; font-family: inherit; font-size: 1em; f…“ |
Cowboy (Diskussion | Beiträge) Keine Bearbeitungszusammenfassung |
||
| (6 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 7: | Zeile 7: | ||
.cdx-button, | .cdx-button, | ||
.mw-ui-button { | .mw-ui-button { | ||
background-color: #f8f9fa; | background-color: #2a2a2a !important; /*#f8f9fa;*/ | ||
color: #222222; | color: #ffffff !important; /*#222222;*/ | ||
display: inline-block; | display: inline-block; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
| Zeile 15: | Zeile 15: | ||
margin: 0; | margin: 0; | ||
padding: 0.546875em 1em; | padding: 0.546875em 1em; | ||
border-color: #a2a9b1; | border-color: #000000 !important; /*#a2a9b1;*/ | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
| Zeile 33: | Zeile 33: | ||
.cdx-button:hover, | .cdx-button:hover, | ||
.mw-ui-button:hover { | .mw-ui-button:hover { | ||
background-color: # | background-color: #4c4c4c; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
} | } | ||
.cdx-button:focus, | .cdx-button:focus, | ||
.mw-ui-button:focus { | .mw-ui-button:focus { | ||
background-color: # | background-color: #4c4c4c; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff; | box-shadow: inset 0 0 0 1px #3366cc, inset 0 0 0 2px #ffffff; | ||
outline-width: 0; | outline-width: 0; | ||
| Zeile 49: | Zeile 49: | ||
.cdx-button.is-on, | .cdx-button.is-on, | ||
.mw-ui-button.is-on { | .mw-ui-button.is-on { | ||
background-color: # | background-color: #2a2a2a; | ||
color: # | color: #fff; | ||
border-color: # | border-color: #000; | ||
box-shadow: none; | box-shadow: none; | ||
} | } | ||
| Zeile 60: | Zeile 60: | ||
.cdx-button.mw-ui-quiet.mw-ui-destructive, | .cdx-button.mw-ui-quiet.mw-ui-destructive, | ||
.mw-ui-button.mw-ui-quiet.mw-ui-destructive { | .mw-ui-button.mw-ui-quiet.mw-ui-destructive { | ||
background-color: # | background-color: #555555; | ||
color: #ffffff; | color: #ffffff; | ||
border-color: # | border-color: #000; | ||
cursor: default; | cursor: default; | ||
} | } | ||
| Zeile 77: | Zeile 77: | ||
.cdx-button.mw-ui-quiet.mw-ui-destructive:active, | .cdx-button.mw-ui-quiet.mw-ui-destructive:active, | ||
.mw-ui-button.mw-ui-quiet.mw-ui-destructive:active { | .mw-ui-button.mw-ui-quiet.mw-ui-destructive:active { | ||
background-color: # | background-color: #555; | ||
color: #ffffff; | color: #ffffff; | ||
box-shadow: none; | box-shadow: none; | ||
border-color: # | border-color: #000; | ||
} | } | ||
.cdx-button:not( :disabled ), | .cdx-button:not( :disabled ), | ||