2019-12-27 14:19:47 +00:00
|
|
|
/*
|
|
|
|
* Citizen - Legacy shared styles
|
|
|
|
* https://starcitizen.tools
|
|
|
|
*/
|
|
|
|
|
2019-12-29 09:47:56 +00:00
|
|
|
@import '../../resources/variables.less';
|
2019-12-27 14:19:47 +00:00
|
|
|
|
2024-04-25 00:48:43 +00:00
|
|
|
.skin-theme-clientpref-night {
|
2019-12-27 14:19:47 +00:00
|
|
|
.catlinks li {
|
|
|
|
border-left: 1px solid @dark-bg-50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.autocomment,
|
|
|
|
.autocomment a,
|
|
|
|
.autocomment a:visited {
|
2024-06-30 05:04:30 +00:00
|
|
|
color: var( --color-subtle );
|
2019-12-27 14:19:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-datatable {
|
|
|
|
border: 1px solid @dark-bg-50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-datatable td,
|
|
|
|
.mw-datatable th {
|
|
|
|
border: 1px solid @dark-bg-50;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-datatable th {
|
2024-07-01 00:41:31 +00:00
|
|
|
background-color: var( --background-color-progressive-subtle );
|
2019-12-27 14:19:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-datatable td {
|
2022-11-16 23:25:02 +00:00
|
|
|
background-color: var( --color-surface-0 );
|
2019-12-27 14:19:47 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.mw-datatable tr:hover td {
|
2024-07-01 00:41:31 +00:00
|
|
|
background-color: var( --background-color-progressive-subtle );
|
2019-12-27 14:19:47 +00:00
|
|
|
}
|
|
|
|
}
|