Module:Message box/cmbox.css: Difference between revisions
Appearance
en>Izno remove the special speedy margins |
Orangestar (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 3: | Line 3: | ||
margin: 3px 0; | margin: 3px 0; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid # | border: 1px solid #3d4c42; | ||
background-color: # | background-color: #2a3438; /* Default "notice" blue */ | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
@media screen and (prefers-color-scheme: light) { | |||
html.skin-theme-clientpref-os .cmbox { | |||
background-color: #daf5ff; | |||
} | |||
} | |||
html.skin-theme-clientpref-day .cmbox { | |||
background-color: #daf5ff; | |||
} | } | ||