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.
25 lines
487 B
Plaintext
25 lines
487 B
Plaintext
.skin-citizen {
|
|
.mw-tmh-player {
|
|
.mw-tmh-play {
|
|
background-position: center; // center play button
|
|
}
|
|
|
|
&-interstitial {
|
|
background-color: var( --background-color-overlay--lighter );
|
|
}
|
|
|
|
&-progress {
|
|
position: relative;
|
|
top: 50%;
|
|
margin: 0 auto;
|
|
background-color: var( --color-surface-1 );
|
|
border-color: var( --border-color-subtle );
|
|
border-radius: var( --border-radius--pill );
|
|
|
|
&-bar {
|
|
background-color: var( --color-progressive );
|
|
}
|
|
}
|
|
}
|
|
}
|