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

K
14 Versionen von wikivoyage:Modul:Message_box/ambox.css importiert
(Add missing `@noflip`)
K (14 Versionen von wikivoyage:Modul:Message_box/ambox.css importiert)
 
(3 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt)
Zeile 6: Zeile 6:
  */
  */
table.ambox {
table.ambox {
/* 10% = Will not overlap with other elements */
margin: 0 10%;
border: 1px solid #a2a9b1;
/* Default "notice" blue */
/* Default "notice" blue */
border-left: 10px solid #36c;
border-left: 10px solid #36c;
/* required for RTL */
background-color: #fbfbfb;
border-right: 1px solid #a2a9b1;
box-sizing: border-box;
}
}


/* Single border between stacked boxes. */
/* Single border between stacked boxes. */
table.ambox + table.ambox,
table.ambox + table.ambox,
table.ambox + link + table.ambox {
table.ambox + link + table.ambox,
table.ambox + style + table.ambox {
margin-top: -1px;
margin-top: -1px;
}
}