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

K
5 Versionen von wikivoyage:Modul:Message_box/fmbox.css importiert
K (Protected "Template:Fmbox/styles.css": Matching protection with Template:Fmbox ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite)))
K (5 Versionen von wikivoyage:Modul:Message_box/fmbox.css importiert)
 
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
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;
}
}