MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
/* Hide/Display certain elements in the UI*/ | |||
#ca-talk { display: none !important; } | |||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.inform { | .inform { | ||
Line 27: | Line 31: | ||
margin: 0px; | margin: 0px; | ||
} | } | ||
.success { | |||
color: #00b33c; | |||
background: #e6ffee; | |||
border-left: 5px solid #00b33c; | |||
padding: 12px; | |||
margin: 0px; | |||
} | |||
/**** WIKI EDITOR ****/ |
Latest revision as of 14:22, 10 May 2021
/* Hide/Display certain elements in the UI*/
#ca-talk { display: none !important; }
/* CSS placed here will be applied to all skins */
.inform {
color: #428bca;
background: #ebf3f9;
border-left: 5px solid #428bca;
padding: 12px;
margin: 0px;
}
.regular {
background: #f2f2f2;
border-left: 5px solid #428bca;
padding: 12px;
margin: 0px;
}
.warning {
color: #e68a00;
background: #fff5e6;
border-left: 5px solid #e68a00;
padding: 12px;
margin: 0px;
}
.error {
color: #cc0000;
background: #ffe6e6;
border-left: 5px solid #cc0000;
padding: 12px;
margin: 0px;
}
.success {
color: #00b33c;
background: #e6ffee;
border-left: 5px solid #00b33c;
padding: 12px;
margin: 0px;
}
/**** WIKI EDITOR ****/