Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

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

From WikiOasis Meta
Miraheze >Xeverything11
Dark mode support
m 1 revision imported
Tags: Mobile edit Mobile web edit Advanced mobile edit
Line 3: Line 3:
margin: 4px 0;
margin: 4px 0;
border-collapse: collapse;
border-collapse: collapse;
border: 1px solid var(--border-color-base,#a2a9b1);    /* Default "notice" gray */
border: 1px solid #a2a9b1;    /* Default "notice" gray */
background-color: var(--background-color-neutral-subtle,#f8f9fa);
background-color: var(--background-color-neutral-subtle, #f8f9fa);
box-sizing: border-box;
box-sizing: border-box;
    color: var(--color-base, #202122);
}
}


Line 15: Line 16:


.ombox-speedy {
.ombox-speedy {
border: 2px solid var(--border-color-error,#f54739);    /* Red */
border: 2px solid #b32424;    /* Red */
background-color: var(--background-color-error-subtle,#ffe9e5);    /* Pink */
background-color: #fee7e6;    /* Pink */
}
}


Line 84: Line 85:
margin: 4px 0 4px 1em;
margin: 4px 0 4px 1em;
width: 238px;
width: 238px;
}
}
/** T367463 */
body.skin--responsive table.ombox img {
max-width: none !important;
}
@media screen {
html.skin-theme-clientpref-night .ombox-speedy {
background-color: #310402;    /* Dark red, same hue/saturation as light */
}
}
@media screen and (prefers-color-scheme: dark) {
html.skin-theme-clientpref-os .ombox-speedy {
background-color: #310402; /* Dark red, same hue/saturation as light */
}
}
}
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.