mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-15 10:38:19 +00:00
47 lines
775 B
Plaintext
47 lines
775 B
Plaintext
/*
|
|
* Citizen - Search Page Styles
|
|
* https://starcitizen.tools
|
|
*/
|
|
|
|
@import '../../../resources/variables.less';
|
|
|
|
/* Special:Search */
|
|
.search-types {
|
|
ul {
|
|
margin: 0 !important; // Cancel out ul margin from common
|
|
}
|
|
}
|
|
|
|
.skin-citizen-dark {
|
|
.mw-search-profile-tabs {
|
|
border: 1px solid @dark-bg-30;
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
.search-types .current a {
|
|
color: @dark-text-90;
|
|
}
|
|
|
|
.results-info {
|
|
color: @dark-text-80;
|
|
}
|
|
|
|
#mw-searchoptions {
|
|
border: 1px solid @dark-bg-30;
|
|
background-color: @dark-bg-10;
|
|
}
|
|
|
|
#mw-searchoptions .divider {
|
|
border-bottom: 1px solid @dark-bg-20;
|
|
}
|
|
|
|
#mw-search-interwiki {
|
|
border: 1px solid @dark-bg-50;
|
|
}
|
|
|
|
.mw-search-interwiki-project {
|
|
border-top: 1px solid @dark-bg-30;
|
|
background-color: @dark-bg-20;
|
|
}
|
|
}
|