mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-25 06:47:16 +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.
26 lines
604 B
Plaintext
26 lines
604 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:SemanticMediaWiki
|
|
* Module: ext.smw.special.styles
|
|
* Version: 4.0.2 (0fcdfce)
|
|
*
|
|
* Date: 2022-10-20
|
|
*/
|
|
|
|
/* smw/special/smw.special.preferences.cs */
|
|
/**
|
|
* Special:Preferences
|
|
*/
|
|
fieldset#mw-prefsection-smw-general-options,
|
|
fieldset#mw-prefsection-smw-extended-search-options,
|
|
fieldset#mw-prefsection-smw-ask-options,
|
|
fieldset#mw-prefsection-smw-srf {
|
|
border-color: var( --color-progressive );
|
|
border-top-color: var( --border-color-base );
|
|
}
|
|
|
|
#mw-prefsection-smw .oo-ui-fieldsetLayout-header .oo-ui-labelElement-label {
|
|
color: var( --color-subtle );
|
|
}
|