MediaWiki:Common.css

From MiiWiki
Revision as of 17:00, 30 July 2021 by Kirb (talk | contribs) (Created page with "→‎CSS placed here will be applied to all skins: →‎Colored usernames for staff members.: →‎Moderators: .mw-userlink[title="User:x"], #whomod a { color: #DA004E !impor...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump 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 */
/* Colored usernames for staff members. */

/* Moderators */
.mw-userlink[title="User:x"],
#whomod a { color: #DA004E !important; }

/* Administrators */
.mw-userlink[title="User:x"],
#whoadmin a { color: #843DA4 !important; }

/* Bureaucrats */
.mw-userlink[title="User:Kirb"],
#whocrat a { color: #42D1FF !important; }

/* Blue wikitable styling */
table.wikitable {
    background: #fff;
    margin: 1em 0;
    border: 1pt solid #000;
    border-collapse: collapse;
    color: black
}

table.wikitable > * > tr > td, table.wikitable > * > tr > th {
    border: 1pt solid #2CA898;
    padding: 0.2em 0.4em;
}

table.wikitable > * > tr > th {
    background: #B7F1F4;
}

table.wikitable > * > tr:nth-child(odd) > td {
    background: #D4F6F9;
}

table.wikitable > * > tr:nth-child(even) > td {
    background: #E0FAFF;
}