2020-06-12 06:03:05 +00:00
|
|
|
// Hide RSS icon
|
|
|
|
a.feedlink {
|
|
|
|
background: none !important;
|
|
|
|
}
|
|
|
|
|
|
|
|
// CSS checkbox hack
|
|
|
|
.mw-checkbox-hack {
|
|
|
|
position: absolute;
|
|
|
|
z-index: 8;
|
|
|
|
display: block;
|
2021-01-11 16:45:52 +00:00
|
|
|
width: @icon-box-size + @margin-side + @icon-padding;
|
|
|
|
height: @header-height;
|
|
|
|
margin: 0;
|
2020-06-12 06:03:05 +00:00
|
|
|
cursor: pointer;
|
2021-01-11 16:45:52 +00:00
|
|
|
opacity: 0;
|
2020-06-12 06:03:05 +00:00
|
|
|
-webkit-touch-callout: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
}
|