mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-28 08:10:45 +00:00
9ee6bae4d6
Check commit and GitHub actions for more details
36 lines
621 B
Plaintext
36 lines
621 B
Plaintext
/*
|
|
* Citizen
|
|
*
|
|
* SkinStyles for Extension:WikiHiero
|
|
* Module: ext.wikihiero
|
|
* Version: REL1_39 3a2be51
|
|
*
|
|
* Date: 2023-06-01
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
.mw-hiero {
|
|
/* content.css */
|
|
.skin-citizen-dark &-table img {
|
|
filter: invert( 1 ) hue-rotate( 180deg );
|
|
}
|
|
|
|
/* special.css */
|
|
&-form {
|
|
background: var( --color-surface-0 );
|
|
|
|
@media screen and ( min-width: @width-breakpoint-tablet ) {
|
|
top: ~'calc( var( --line-height-xs ) * var( --font-size-h3 ) + 2 * var( --space-md ) )';
|
|
}
|
|
}
|
|
|
|
&-toc {
|
|
overflow-x: scroll;
|
|
}
|
|
|
|
&-code {
|
|
border-color: var( --border-color-base );
|
|
}
|
|
}
|