MediaWiki:Citizen.css: Difference between revisions

From TwogPedia
No edit summary
No edit summary
Line 29: Line 29:
.team-list .players {
.team-list .players {
     background-color: rgb(24 24 24 / 90%);
     background-color: rgb(24 24 24 / 90%);
}
.team-list-logo-dark {
display: block;
}
.team-list-logo-light {
display: none;
}
}
/*-----END-----*/
/*-----END-----*/

Revision as of 12:30, 7 September 2022

/* All CSS here will be loaded for users of the Citizen skin */
/*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*/
.team-list .players {
    background-color: rgb(24 24 24 / 90%);
}
.team-list-logo-dark {
	display: block;
}
.team-list-logo-light {
	display: none;
}
/*-----END-----*/