Template:Ambox/styles.css: Difference between revisions
Jump to navigation
Jump to search
m
Text replacement - "border-left: 25px solid #ffffff" to "border-left: 25px solid #f8f9fa"
imported>Compooper |
imported>Compooper m (Text replacement - "border-left: 25px solid #ffffff" to "border-left: 25px solid #f8f9fa") |
||
| (16 intermediate revisions by the same user not shown) | |||
| 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: #f8f9fa; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border-radius: 5px; | |||
} | } | ||
/* Take into account templatestyles between two amboxes */ | /* Take into account templatestyles between two amboxes */ | ||
| Line 28: | Line 29: | ||
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 #f8f9fa; /* 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 { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #9932cc; /* Purple */ | ||
} | } | ||
table.ambox-protection { | table.ambox-protection { | ||
/* @noflip */ | /* @noflip */ | ||
border-left: | border-left: 25px solid #a2a9b1; /* Gray-gold */ | ||
} | } | ||