1 @import 'mediawiki.skin.variables.less';
4 background-color: @background-color-notice-subtle;
5 color: @color-emphasized;
6 box-sizing: border-box;
8 border: @border-width-base @border-style-base @border-color-notice;
10 word-wrap: break-word;
11 /* Standard property is `overflow-wrap` */
12 overflow-wrap: break-word;
15 /* Ensure box inner spacing is not all over the place no matter what element is only child. */
20 // Used in MobileFrontend/Nearby extensions
29 // Formerly provided by mw-warning-with-logexcerpt, now available for all messageboxes.
30 .mw-logevent-loglines li {
35 .mw-message-box-error {
36 background-color: @background-color-error-subtle;
37 border-color: @border-color-error;
40 .mw-message-box-warning {
41 background-color: @background-color-warning-subtle;
42 border-color: @border-color-warning;
45 .mw-message-box-success {
46 background-color: @background-color-success-subtle;
47 border-color: @border-color-success;