mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-16 19:10:34 +00:00
79 lines
1.6 KiB
Plaintext
79 lines
1.6 KiB
Plaintext
/*
|
|
* Citizen - SRF List Widget
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../../resources/variables.less';
|
|
|
|
.skin-citizen-dark {
|
|
.srf-listwidget-navigation .ln-letters a {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget-navigation .ln-letters a.ln-last {
|
|
border-right: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget-navigation .ln-letters a:hover,
|
|
.srf-listwidget-navigation .ln-letters a.ln-selected {
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
.srf-listwidget-navigation .ln-letters a.ln-disabled {
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.srf-listwidget-navigation .ln-letter-count {
|
|
color: @accent-90;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a:hover,
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-selected {
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-disabled {
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letters a.lm-last {
|
|
border-right: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-letter-count {
|
|
color: @accent-90;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-menu {
|
|
border: 1px solid @dark-bg-20;
|
|
border-top: 1px solid @dark-bg-20;
|
|
background: #ffc;
|
|
}
|
|
|
|
.srf-listwidget .lm-wrapper .lm-menu .lm-no-match {
|
|
color: @green-50;
|
|
}
|
|
|
|
.srf-listwidget-navigation a,
|
|
.ellipse {
|
|
border: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget-navigation a.last_link {
|
|
border-right: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.srf-listwidget-navigation a:hover,
|
|
.srf-listwidget-navigation a.page_link.active_page {
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
.srf-listwidget-navigation a.ln-disabled {
|
|
color: @dark-text-70;
|
|
}
|
|
}
|