mediawiki-skins-Citizen/skinStyles/mediawiki/mediawiki.legacy.shared.less

40 lines
755 B
Plaintext
Raw Normal View History

2019-12-27 14:19:47 +00:00
/*
* Citizen - Legacy shared styles
* https://starcitizen.tools
*/
@import '../../resources/variables.less';
2019-12-27 14:19:47 +00:00
.skin-theme-clientpref-night {
2019-12-27 14:19:47 +00:00
.catlinks li {
border-left: var( --border-width-base ) solid @dark-bg-50;
2019-12-27 14:19:47 +00:00
}
.autocomment,
.autocomment a,
.autocomment a:visited {
color: var( --color-subtle );
2019-12-27 14:19:47 +00:00
}
.mw-datatable {
border: var( --border-width-base ) solid @dark-bg-50;
2019-12-27 14:19:47 +00:00
}
.mw-datatable td,
.mw-datatable th {
border: var( --border-width-base ) solid @dark-bg-50;
2019-12-27 14:19:47 +00:00
}
.mw-datatable th {
background-color: var( --background-color-progressive-subtle );
2019-12-27 14:19:47 +00:00
}
.mw-datatable td {
background-color: var( --color-surface-0 );
2019-12-27 14:19:47 +00:00
}
.mw-datatable tr:hover td {
background-color: var( --background-color-progressive-subtle );
2019-12-27 14:19:47 +00:00
}
}