mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 02:24:04 +00:00
53 lines
934 B
Plaintext
53 lines
934 B
Plaintext
/*
|
|
* Citizen - SMW Special Search
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
@media ( prefers-color-scheme: dark ) {
|
|
.smw-search-results-prepend {
|
|
background-color: @dark-bg-20;
|
|
border: 1px solid rgba( 94, 157, 200, 0.25 );
|
|
}
|
|
|
|
.smw-text-strike > span:before,
|
|
.smw-text-strike > span:after {
|
|
background: @dark-bg-50;
|
|
}
|
|
|
|
.smw-input {
|
|
border-bottom: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.smw-select-field {
|
|
border-bottom: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
.smw-button-field {
|
|
color: @dark-text-70;
|
|
}
|
|
|
|
.smw-form-link-query {
|
|
border-right: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
#smw-searchoptions {
|
|
background-color: @dark-bg-10;
|
|
border: 1px solid @dark-bg-30;
|
|
}
|
|
|
|
#smw-searchoptions .divider {
|
|
border-bottom: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
#smw-search-synatx-list code {
|
|
background-color: #5e9dc82e;
|
|
border: 1px solid #5e9dc84a;
|
|
}
|
|
|
|
.search-types .current a:after {
|
|
color: @dark-text-80;
|
|
}
|
|
}
|