mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-01 01:16:38 +00:00
5d3ecd9edd
This is an on-going work to adapt Codex into Citizen. Some of the CSS variables are soft depreciated, see tokens.less for updated info.
30 lines
491 B
Plaintext
30 lines
491 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:Translate
|
|
* Module: ext.translate.statsbar
|
|
* Version: MLEB 2021.07
|
|
*
|
|
* Date: 2021-07-29
|
|
*/
|
|
|
|
.tux-statsbar {
|
|
background-color: var( --color-surface-4 );
|
|
}
|
|
|
|
.tux-statsbar .tux-proofread {
|
|
background-color: var( --color-success );
|
|
}
|
|
|
|
.tux-statsbar .tux-translated {
|
|
background-color: var( --color-progressive );
|
|
}
|
|
|
|
.tux-statsbar .tux-fuzzy {
|
|
background-color: var( --color-warning );
|
|
}
|
|
|
|
.tux-statsbar-info {
|
|
color: var( --color-subtle );
|
|
}
|