MediaWiki:Citizen.css: Difference between revisions
From TwogPedia
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
display: none; | display: none; | ||
} | } | ||
/* Striped wikitable */ | /* Striped wikitable */ |
Revision as of 06:43, 28 September 2022
/* 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;
}
/* 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