MediaWiki:Common.css

From SWKLS WIKI
Revision as of 14:22, 10 May 2021 by Unknown user (talk)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
/* 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 ****/