Module:Message box/ambox.css: Difference between revisions
Jump to navigation
Jump to search
Module:Message box/ambox.css (view source)
Revision as of 19:53, 19 November 2022
, 19 November 2022no edit summary
imported>Pingu (Created page with "→{{pp|small=y}}: .ambox { border: 1px solid #a2a9b1; →@noflip: border-left: 10px solid #36c; →Default "notice" blue: background-color: #fbfbfb; box-sizing: border-box; } →Single border between stacked boxes. Take into account base templatestyles, * user styles, and Template:Dated maintenance category. * remove link selector when T200206 is fixed: .ambox + link + .ambox, .ambox + link + style + .ambox, .ambox + link + link + .ambox, /* TODO: rais...") |
imported>Pingu No edit summary |
||
| Line 106: | Line 106: | ||
margin: 0 10%; /* 10% = Will not overlap with other elements */ | margin: 0 10%; /* 10% = Will not overlap with other elements */ | ||
} | } | ||
} | |||
/* AVID CSS icon fix */ | |||
img { | |||
max-width: inherit; | |||
} | } | ||