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

m 1 revision imported
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: #fbfbfb;
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: #fee7e6;          /* Pink */
background-color: #563030;          /* Pink */
}
}