Module:Message box/ambox.css: Difference between revisions
Orangestar (talk | contribs) m 1 revision imported |
Orangestar (talk | contribs) No edit summary |
||
(One intermediate revision by the same user not shown) | |||
Line 4: | Line 4: | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #36c; /* Default "notice" blue */ | border-left: 10px solid #36c; /* Default "notice" blue */ | ||
background-color: # | background-color: #563030; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
Line 37: | Line 37: | ||
/* @noflip */ | /* @noflip */ | ||
border-left: 10px solid #b32424; /* Red */ | border-left: 10px solid #b32424; /* Red */ | ||
background-color: # | background-color: #563030; /* Pink */ | ||
} | } | ||