MediaWiki:Citizen.css
From TwogPedia
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.
/* All CSS here will be loaded for users of the Citizen skin */
/* GENERAL */
.skin-citizen-dark .dark {
display: block;
}
.skin-citizen-dark .dark-inline {
display: inline-block;
}
.skin-citizen-dark .light {
display: none;
}
/* INFOBOX */
.skin-citizen-dark .ib {
/*background-color: #484848;*/
background-color: #363636;
}
.skin-citizen-dark .ib-row:nth-of-type(2n + 2) {
background-color: #4e4e4e;
}
.skin-citizen-dark .ib-subheader {
background-color: #ddffdd;
color: #000;
}
/* Striped wikitable */
.skin-citizen-dark .striped-table {
color: #e1e1e1;
}
.skin-citizen-dark .striped-table > tbody > tr:nth-of-type(2n + 1) {
background-color: #262626;
}
.skin-citizen-dark .striped-table > tbody > tr:nth-of-type(2n + 2) {
background-color: #343434
}
/*PARTICIPANTS LIST TEAM*/
.skin-citizen-dark .team-list .players {
background-color: rgb(24 24 24 / 90%);
}
/*-----END-----*/
No categories