Jump to content

Module:Message box/cmbox.css: Difference between revisions

m 1 revision imported
No edit summary
 
(2 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 #a2a9b1;
border: 1px solid #3d4c42;
background-color: #dfe8ff;    /* Default "notice" blue */
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;
}
}