MediaWiki:Common.css
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* Note template styles */
.note {
border: 1px solid #ccc;
background: #f9f9f9;
padding: 10px;
margin: 10px 0;
border-radius: 4px;
}
.note-info {
border-color: #5bc0de;
background: #d9edf7;
color: #31708f;
}
.note-error {
border-color: #d9534f;
background: #f2dede;
color: #a94442;
}
.note-warn {
border-color: #f0ad4e;
background: #fcf8e3;
color: #8a6d3b;
}
.note-reminder {
border-color: #5cb85c;
background: #dff0d8;
color: #3c763d;
}
.note-inline {
display: inline-block;
padding: 2px 6px;
font-size: 90%;
vertical-align: middle;
margin-left: 0.3em;
margin-right: 0.3em;
border-radius: 3px;
}