MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Hb1290 No edit summary |
imported>Compooper No edit summary |
||
| Line 78: | Line 78: | ||
table.ambox { | table.ambox { | ||
margin: 0 10%; /* 10% = Will not overlap with other elements */ | margin: 0 10%; /* 10% = Will not overlap with other elements */ | ||
border: | border: 0px solid #a2a9b1; | ||
/* @noflip */ | |||
border-left: 25px solid #0c62da; /* Standard AVID blue */ | |||
background-color: #fcfcfc; | |||
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19); | |||
} | } | ||
table.ambox + table.ambox { /* Single border between stacked boxes. */ | table.ambox + table.ambox { /* Single border between stacked boxes. */ | ||
| Line 97: | Line 99: | ||
table.ambox-notice { | table.ambox-notice { | ||
border-left: | border-left: 25px solid #0c62da; /* AVID Blue */ | ||
} | } | ||
table.ambox-speedy { | table.ambox-speedy { | ||
border-left: | border-left: 25px solid #b32424; /* White color */ | ||
background: # | background: #da0c3f; /* AVID Red */ | ||
} | } | ||
table.ambox-delete { | table.ambox-delete { | ||
border-left: | border-left: 25px solid #da0c3f; /* AVID Red */ | ||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
border-left: | border-left: 25px solid #ffa800; /* AVID Yellow */ | ||
} | } | ||
table.ambox-style { | table.ambox-style { | ||