Difference between revisions of "Template:Cmbox/styles.css"
Jump to navigation
Jump to search
imported>Ladsgroup (Trying to use mw:TemplateStyles) |
imported>Ladsgroup |
||
| Line 1: | Line 1: | ||
| + | table.cmbox { | ||
| + | margin: 3px 10%; | ||
| + | border-collapse: collapse; | ||
| + | border: 1px solid #a2a9b1; | ||
| + | background-color: #dfe8ff; /* Default "notice" blue */ | ||
| + | box-sizing: border-box; | ||
| + | } | ||
table.cmbox-notice { | table.cmbox-notice { | ||
background-color: #d8e8ff; /* Blue */ | background-color: #d8e8ff; /* Blue */ | ||
Latest revision as of 19:29, 13 July 2019
table.cmbox {
margin: 3px 10%;
border-collapse: collapse;
border: 1px solid #a2a9b1;
background-color: #dfe8ff; /* Default "notice" blue */
box-sizing: border-box;
}
table.cmbox-notice {
background-color: #d8e8ff; /* Blue */
}
table.cmbox-speedy {
margin-top: 4px;
margin-bottom: 4px;
border: 4px solid #b32424; /* Red */
background-color: #ffdbdb; /* Pink */
}
table.cmbox-delete {
background-color: #ffdbdb; /* Pink */
}
table.cmbox-content {
background-color: #ffe7ce; /* Orange */
}
table.cmbox-style {
background-color: #fff9db; /* Yellow */
}
table.cmbox-move {
background-color: #e4d8ff; /* Purple */
}
table.cmbox-protection {
background-color: #efefe1; /* Gray-gold */
}