MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 2: | Line 2: | ||
.note { | |||
border-radius: 0.25rem!important; | |||
} | |||
.note-info { | .note-info { | ||
background-color: #F6EFE5; /* light brown */ | background-color: #F6EFE5; /* light brown */ | ||
border-color: #ac6600; /* darker brown */ | border-color: #ac6600; /* darker brown */ | ||
/* other styles remain the same */ | /* other styles remain the same */ |
Revision as of 19:03, 17 January 2024
/* CSS placed here will be applied to all skins */ .note { border-radius: 0.25rem!important; } .note-info { background-color: #F6EFE5; /* light brown */ border-color: #ac6600; /* darker brown */ /* other styles remain the same */ } .note-reminder { background-color: #FFF9EA; /* light yellow */ border-color: #fc3; /* darker yellow */ /* other styles remain the same */ } .note-warn { background-color: #FFF3CD; /* light orange */ border-color: #ffcc00; /* darker orange */ /* other styles remain the same */ } .note-error { background-color: #F8D7DA; /* light red */ border-color: #f44336; /* darker red */ /* other styles remain the same */ }