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

Jump to navigation Jump to search
Importing from https://meta.miraheze.org/wiki/Module:Message_box/fmbox.css (if this displays incorrectly, feel free to revert it).
(test?)
Tag: Blanked
(Importing from https://meta.miraheze.org/wiki/Module:Message_box/fmbox.css (if this displays incorrectly, feel free to revert it).)
Line 1: Line 1:
/* {{pp|small=y}} */
.fmbox {
clear: both;
margin: 0.2em 0;
width: 100%;
border: 1px solid #a2a9b1;
background-color: #f8f9fa;    /* Default "system" gray */
box-sizing: border-box;
}


.fmbox-warning {
border: 1px solid #bb7070;  /* Dark pink */
background-color: #ffdbdb;  /* Pink */
}
.fmbox-editnotice {
background-color: transparent;
}
.fmbox .mbox-text {
border: none;
/* @noflip */
padding: 0.25em 0.9em;
width: 100%;
}
.fmbox .mbox-image {
border: none;
/* @noflip */
padding: 2px 0 2px 0.9em;
text-align: center;
}
.fmbox .mbox-imageright {
border: none;
/* @noflip */
padding: 2px 0.9em 2px 0;
text-align: center;
}
.fmbox .mbox-invalid-type {
text-align: center;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.

Navigation menu