2023-06-01 22:46:46 +00:00
|
|
|
/*
|
|
|
|
* Citizen
|
|
|
|
*
|
|
|
|
* SkinStyles for Extension:WikiHiero
|
|
|
|
* Module: ext.wikihiero
|
|
|
|
* Version: REL1_39 3a2be51
|
|
|
|
*
|
2023-06-08 19:44:22 +00:00
|
|
|
* Date: 2023-06-04
|
2023-06-01 22:46:46 +00:00
|
|
|
*/
|
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
@import '../../../resources/mixins.less';
|
2023-06-01 22:46:46 +00:00
|
|
|
|
|
|
|
.mw-hiero {
|
|
|
|
/* content.css */
|
2023-06-08 19:44:22 +00:00
|
|
|
.skin-citizen-light &-table img {
|
|
|
|
.recolor( @color-base );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
.skin-citizen-light h1 &-table img,
|
|
|
|
.skin-citizen-light h2 &-table img,
|
|
|
|
.skin-citizen-light h3 &-table img,
|
|
|
|
.skin-citizen-light h4 &-table img,
|
|
|
|
.skin-citizen-light h5 &-table img,
|
|
|
|
.skin-citizen-light h6 &-table img,
|
|
|
|
.skin-citizen-light dt &-table img {
|
|
|
|
.recolor( @color-base--emphasized );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
.skin-citizen-light blockquote &-table img,
|
|
|
|
.skin-citizen-light th &-table img {
|
|
|
|
.recolor( @color-base--subtle );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2023-06-01 22:46:46 +00:00
|
|
|
.skin-citizen-dark &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @dark-color-base );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
.skin-citizen-dark h1 &-table img,
|
|
|
|
.skin-citizen-dark h2 &-table img,
|
|
|
|
.skin-citizen-dark h3 &-table img,
|
|
|
|
.skin-citizen-dark h4 &-table img,
|
|
|
|
.skin-citizen-dark h5 &-table img,
|
|
|
|
.skin-citizen-dark h6 &-table img,
|
|
|
|
.skin-citizen-dark dt &-table img {
|
|
|
|
.recolor( @dark-color-base--emphasized );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2023-06-08 19:44:22 +00:00
|
|
|
.skin-citizen-dark blockquote &-table img,
|
|
|
|
.skin-citizen-dark th &-table img {
|
|
|
|
.recolor( @dark-color-base--subtle );
|
2023-06-01 22:46:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* 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 ) )';
|
|
|
|
}
|
|
|
|
}
|
2023-06-01 22:47:32 +00:00
|
|
|
|
2023-06-01 22:46:46 +00:00
|
|
|
&-toc {
|
|
|
|
overflow-x: scroll;
|
|
|
|
}
|
2023-06-01 22:47:32 +00:00
|
|
|
|
2023-06-01 22:46:46 +00:00
|
|
|
&-code {
|
|
|
|
border-color: var( --border-color-base );
|
|
|
|
}
|
|
|
|
}
|