mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10: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.
20 lines
444 B
Plaintext
20 lines
444 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:VisualEditor
|
|
* Module: ext.visualEditor.mwimage
|
|
* Version: REL1_39 65d89c9
|
|
*
|
|
* Date: 2023-02-06
|
|
*/
|
|
|
|
/* ext.visualEditor.mwimage */
|
|
.ve-ui-mwMediaDialog-panel-imageinfo-details {
|
|
color: var( --color-subtle );
|
|
}
|
|
|
|
/* ve.ui.MWMediaInfoFieldWidget.css */
|
|
.ve-ui-mwMediaInfoFieldWidget-readmore {
|
|
background: linear-gradient( to bottom, rgba( 255, 255, 255, 0 ) 0, var( --color-surface-1 ) 50% );
|
|
}
|