mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 00:31:09 +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.
22 lines
409 B
Plaintext
22 lines
409 B
Plaintext
/*
|
|
* Citizen - SRF Slideshow
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-theme-clientpref-night {
|
|
.srf-slideshow .slideshow-nav {
|
|
background: @dark-bg-10;
|
|
border: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
.srf-slideshow .slideshow-nav-readout {
|
|
color: var( --color-emphasized );
|
|
}
|
|
|
|
.srf-slideshow .slideshow-element {
|
|
background-color: var( --color-surface-0 );
|
|
}
|
|
}
|