Modul:Message box/fmbox.css: Unterschied zwischen den Versionen

izno said this is needed too
K (Majavah moved page Template:Fmbox/styles.css to Module:Message box/fmbox.css without leaving a redirect: per request Special:Permalink/4730320)
(izno said this is needed too)
Zeile 8: Zeile 8:
td.mbox-imageright {          /* The right image cell */
td.mbox-imageright {          /* The right image cell */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
padding: 2px 0.9em 2px 0;  /* 0px left, 0.9em right */
}
/* Footer and header message box styles */
table.fmbox {
    clear: both;
    margin: 0.2em 0;
    width: 100%;
    border: 1px solid #a2a9b1;
    background-color: #f8f9fa;    /* Default "system" gray */
    box-sizing: border-box;
}
table.fmbox-system {
    background-color: #f8f9fa;
}
table.fmbox-warning {
    border: 1px solid #bb7070;  /* Dark pink */
    background-color: #ffdbdb;  /* Pink */
}
table.fmbox-editnotice {
    background-color: transparent;
}
}
Anonymer Benutzer