MediaWiki:Common.css

From NeuroWiki
Revision as of 18:25, 17 January 2024 by Fmichael1 (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: .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: /* oth...")
(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.
/* CSS placed here will be applied to all skins */

.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 */
}