mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-12-02 09:57:45 +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.
29 lines
592 B
Plaintext
29 lines
592 B
Plaintext
/*
|
|
* Citizen - SRF styles
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
.srf-spinner.text {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
.srf-notification-content {
|
|
color: var( --color-emphasized );
|
|
}
|
|
|
|
fieldset#mw-prefsection-smw-srf {
|
|
border-top-color: var( --border-color-base );
|
|
}
|
|
|
|
fieldset#mw-prefsection-smw-srf-eventcalendar-options {
|
|
border-top-color: var( --border-color-base );
|
|
}
|
|
|
|
fieldset#mw-prefsection-smw-srf-datatables-options {
|
|
border-top-color: var( --border-color-base );
|
|
}
|
|
|
|
#mw-prefsection-smw-srf .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
|
|
color: var( --color-progressive );
|
|
}
|