MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
notes |
(No difference)
|
Revision as of 01:24, 7 July 2025
/* 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;
}