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 */
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-light &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @color-base );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-light h1 &-table img,
|
|
|
|
.skin-theme-clientpref-light h2 &-table img,
|
|
|
|
.skin-theme-clientpref-light h3 &-table img,
|
|
|
|
.skin-theme-clientpref-light h4 &-table img,
|
|
|
|
.skin-theme-clientpref-light h5 &-table img,
|
|
|
|
.skin-theme-clientpref-light h6 &-table img,
|
|
|
|
.skin-theme-clientpref-light dt &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @color-base--emphasized );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-light blockquote &-table img,
|
|
|
|
.skin-theme-clientpref-light th &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @color-base--subtle );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-night &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @dark-color-base );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-night h1 &-table img,
|
|
|
|
.skin-theme-clientpref-night h2 &-table img,
|
|
|
|
.skin-theme-clientpref-night h3 &-table img,
|
|
|
|
.skin-theme-clientpref-night h4 &-table img,
|
|
|
|
.skin-theme-clientpref-night h5 &-table img,
|
|
|
|
.skin-theme-clientpref-night h6 &-table img,
|
|
|
|
.skin-theme-clientpref-night dt &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @dark-color-base--emphasized );
|
|
|
|
}
|
2023-06-08 19:45:07 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-night blockquote &-table img,
|
|
|
|
.skin-theme-clientpref-night th &-table img {
|
2023-06-08 19:44:22 +00:00
|
|
|
.recolor( @dark-color-base--subtle );
|
2023-06-01 22:46:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
/* special.css */
|
|
|
|
&-form {
|
|
|
|
background: var( --color-surface-0 );
|
|
|
|
|
2023-11-16 22:55:23 +00:00
|
|
|
@media screen and ( min-width: @min-width-breakpoint-tablet ) {
|
2024-02-26 21:54:58 +00:00
|
|
|
top: ~'calc( var( --line-height-xs ) * var( --font-size-x-large ) + 2 * var( --space-md ) )';
|
2023-06-01 22:46:46 +00:00
|
|
|
}
|
|
|
|
}
|
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 );
|
|
|
|
}
|
|
|
|
}
|