mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
40 lines
586 B
Plaintext
40 lines
586 B
Plaintext
/*
|
|
* Citizen - Legacy shared styles
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.catlinks li {
|
|
border-left: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
.autocomment,
|
|
.autocomment a,
|
|
.autocomment a:visited {
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.mw-datatable {
|
|
border: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
.mw-datatable td,
|
|
.mw-datatable th {
|
|
border: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
.mw-datatable th {
|
|
background-color: @accent-10;
|
|
}
|
|
|
|
.mw-datatable td {
|
|
background-color: @dark-bg-0;
|
|
}
|
|
|
|
.mw-datatable tr:hover td {
|
|
background-color: @accent-10;
|
|
}
|
|
}
|