2020-06-12 06:03:05 +00:00
|
|
|
// Hide RSS icon
|
|
|
|
a.feedlink {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// CSS checkbox hack
|
|
|
|
.mw-checkbox-hack {
|
2021-01-16 00:56:59 +00:00
|
|
|
&-checkbox {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
&-button {
|
|
|
|
overflow: hidden;
|
|
|
|
text-indent: -999px;
|
|
|
|
}
|
2020-06-12 06:03:05 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-reader-text {
|
2021-01-11 16:45:52 +00:00
|
|
|
position: absolute !important;
|
2020-06-12 06:03:05 +00:00
|
|
|
//.mixin-screen-reader-text;
|
|
|
|
display: block !important;
|
2021-01-11 16:45:52 +00:00
|
|
|
overflow: hidden !important;
|
2020-06-12 06:03:05 +00:00
|
|
|
width: 1px !important;
|
|
|
|
height: 1px !important;
|
|
|
|
padding: 0 !important;
|
2021-01-11 16:45:52 +00:00
|
|
|
border: 0 !important;
|
|
|
|
margin: -1px !important;
|
|
|
|
clip: rect( 1px, 1px, 1px, 1px ) !important;
|
2020-06-12 06:03:29 +00:00
|
|
|
}
|
2020-07-28 21:47:24 +00:00
|
|
|
|
|
|
|
.mw-empty-elt {
|
|
|
|
display: none;
|
|
|
|
}
|