Editing Module:Message box/ombox.css
From WikiOasis Meta
More actions
The edit can be undone. Please check the comparison below to verify that this is what you want to do, and then publish the changes below to finish undoing the edit.
Latest revision | Your text | ||
Line 3: | Line 3: | ||
margin: 4px 0; | margin: 4px 0; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; /* Default "notice" gray */ | border: 1px solid var(--border-color-base,#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; | ||
} | } | ||
Line 16: | Line 15: | ||
.ombox-speedy { | .ombox-speedy { | ||
border: 2px solid # | border: 2px solid var(--border-color-error,#f54739); /* Red */ | ||
background-color: # | background-color: var(--background-color-error-subtle,#ffe9e5); /* Pink */ | ||
} | } | ||
Line 85: | Line 84: | ||
margin: 4px 0 4px 1em; | margin: 4px 0 4px 1em; | ||
width: 238px; | width: 238px; | ||
} | } | ||
} | } |