mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
96013bb126
--background-color-dp-XX is now fully deprecated in favor of a simpler 4 color surface system. It can be accessed through the --color-surface-X CSS var.
25 lines
467 B
Plaintext
25 lines
467 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%;
|
|
border-color: var( --border-color-base--lighter );
|
|
margin: 0 auto;
|
|
background-color: var( --color-surface-1 );
|
|
border-radius: 100px;
|
|
|
|
&-bar {
|
|
background-color: var( --color-primary );
|
|
}
|
|
}
|
|
}
|
|
}
|