You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
summary {
/* This should hide the marker */
display : block ;
font-size : 1.17 em ;
font-weight : bold ;
margin : 0 auto 10 px auto ;
cursor : pointer ;
}
summary :: -webkit-details-marker ,
summary :: marker { display : none ; }
summary : before {
border-radius : 5 px ;
content : "[ + ]" ;
margin : -2 px 10 px 0 10 px ;
padding : 1 px 0 3 px 0 ;
text-align : center ;
width : 40 px ;
}
details [ open ] > summary : before { content : "[ − ]" ; }
# filters-box {
padding : 10 px 20 px 20 px 10 px ;
margin : 10 px 15 px ;
}
# filters-flex {
display : flex ;
flex-wrap : wrap ;
flex-direction : row ;
align-items : flex-start ;
align-content : flex-start ;
justify-content : flex-start ;
}
fieldset , legend {
display : contents !important ;
border : none !important ;
margin : 0 !important ;
padding : 0 !important ;
}
. filter-column {
display : inline-block ;
display : inline-flex ;
width : max-content ;
min-width : max-content ;
max-width : 16 em ;
margin : 15 px ;
flex-grow : 2 ;
flex-basis : auto ;
flex-direction : column ;
}
. filter-name , . filter-options {
display : block ;
padding : 5 px 10 px ;
margin : 0 ;
text-align : start ;
}
. filter-options div { margin : 6 px 0 ; }
. filter-options div * { vertical-align : middle ; }
. filter-options label { margin : 0 10 px ; }
# filters-apply { text-align : right ; }
/* Error message */
. no-results-error {
text-align : center ;
line-height : 180 % ;
font-size : 110 % ;
padding : 15 px 15 px 125 px 15 px ;
}
/* Responsive rules */
@ media only screen and ( max-width : 800px ) {
summary { font-size : 1.30 em ; }
# filters-box {
margin : 10 px 0 0 0 ;
padding : 0 ;
}
# filters-apply {
text-align : center ;
padding : 15 px ;
}
}
/* Light theme */
. light-theme # filters-box {
background : #dfdfdf ;
}
@ media ( prefers-color-scheme : light ) {
. no-theme # filters-box {
background : #dfdfdf ;
}
}
/* Dark theme */
. dark-theme # filters-box {
background : #373737 ;
}
@ media ( prefers-color-scheme : dark ) {
. no-theme # filters-box {
background : #373737 ;
}
}