8,856
editsAd placeholder
Module:Message box/cmbox.css: Difference between revisions
Jump to navigation
Jump to search
no edit summary
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
border: 1px solid #496675; | border: 1px solid #496675; | ||
/* Default "notice" blue */ | /* Default "notice" blue */ | ||
background-color: # | background-color: #39506f; | ||
color: # | color: #4f4f4f; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | } | ||
Line 62: | Line 62: | ||
table.cmbox-speedy { | table.cmbox-speedy { | ||
/* Pink */ | /* Pink */ | ||
background-color: # | background-color: #6f395d; | ||
} | } | ||
table.cmbox-content { | table.cmbox-content { | ||
/* Orange */ | /* Orange */ | ||
background-color: # | background-color: #6f4b39; | ||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
/* Yellow */ | /* Yellow */ | ||
background-color: # | background-color: #6f6139; | ||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
/* Purple */ | /* Purple */ | ||
background-color: # | background-color: #49396f; | ||
} | } | ||
table.cmbox-protection { | table.cmbox-protection { | ||
/* Gray-gold */ | /* Gray-gold */ | ||
background-color: # | background-color: #707070; | ||
} | } |