Bureaucrats, Moderators (CommentStreams), Interface administrators, Push subscription managers, Suppressors, Administrators
4,120
edits
>Izno (only on screen) |
(Created page with ".ombox { margin: 4px 10%; border-collapse: collapse; border: 1px solid #a2a9b1; →Default "notice" gray: background-color: #f8f9fa; box-sizing: border-box; } →For the "small=yes" option.: .ombox.mbox-small { →@noflip: clear: right; →@noflip: float: right; →@noflip: margin: 4px 0 4px 1em; box-sizing: border-box; width: 238px; font-size: 88%; line-height: 1.25em; } .ombox-speedy { border: 2px solid #b32424; →Red: background-c...") |
||
Line 1: | Line 1: | ||
.ombox { | .ombox { | ||
margin: 4px | margin: 4px 10%; | ||
border-collapse: collapse; | border-collapse: collapse; | ||
border: 1px solid #a2a9b1; /* Default "notice" gray */ | border: 1px solid #a2a9b1; /* Default "notice" gray */ | ||
background-color: | background-color: #f8f9fa; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
/* For the "small=yes" option. */ | /* For the "small=yes" option. */ | ||
.ombox.mbox-small { | .ombox.mbox-small { | ||
/* @noflip */ | |||
clear: right; | |||
/* @noflip */ | |||
float: right; | |||
/* @noflip */ | |||
margin: 4px 0 4px 1em; | |||
box-sizing: border-box; | |||
width: 238px; | |||
font-size: 88%; | font-size: 88%; | ||
line-height: 1.25em; | line-height: 1.25em; | ||
Line 66: | Line 72: | ||
padding: 0; | padding: 0; | ||
width: 1px; | width: 1px; | ||
} | } |