Template:Ambox/styles.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
imported>Compooper |
imported>Compooper No edit summary |
||
| Line 2: | Line 2: | ||
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 */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #0c62da; /* Standard AVID blue */ | ||
background-color: # | background-color: #fcfcfc; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
| Line 28: | Line 28: | ||
table.ambox-notice { | table.ambox-notice { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #0c62da; /* Standard AVID blue */ | ||
} | } | ||
table.ambox-speedy { | table.ambox-speedy { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #ffffff; /* White */ | ||
background-color: # | background-color: #da0c3f; /* AVID red */ | ||
} | } | ||
table.ambox-delete { | table.ambox-delete { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #da0c3f; /* AVID red */ | ||
} | } | ||
table.ambox-content { | table.ambox-content { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #ffa800; /* AVID yellow */ | ||
} | } | ||
table.ambox-style { | table.ambox-style { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #ffa800; /* AVID yellow */ | ||
} | } | ||
table.ambox-move { | table.ambox-move { | ||