2020-10-03 18:13:17 +00:00
|
|
|
@z-index: 1999;
|
|
|
|
|
|
|
|
/* stylelint-disable selector-max-id */
|
|
|
|
#siteNotice {
|
|
|
|
z-index: @z-index;
|
|
|
|
}
|
|
|
|
/* stylelint-enable selector-max-id */
|
|
|
|
|
2015-07-27 17:18:44 +00:00
|
|
|
.mw-cookiewarning-container {
|
|
|
|
position: fixed;
|
2020-10-03 18:13:17 +00:00
|
|
|
background-color: rgba( 90, 90, 90, 0.85 );
|
2015-07-27 17:18:44 +00:00
|
|
|
box-sizing: border-box;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 7px 15px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
2020-10-03 18:13:17 +00:00
|
|
|
z-index: @z-index;
|
2016-09-14 15:11:38 +00:00
|
|
|
|
2018-11-24 21:46:35 +00:00
|
|
|
a,
|
|
|
|
.mw-cookiewarning-dismiss {
|
|
|
|
background-color: #3c3c3c;
|
2015-07-27 17:18:44 +00:00
|
|
|
height: 100%;
|
|
|
|
padding: 3px 10px;
|
|
|
|
border-radius: 2px;
|
2018-11-24 21:46:35 +00:00
|
|
|
border: 0;
|
2015-07-27 17:18:44 +00:00
|
|
|
cursor: pointer;
|
2018-11-24 21:46:35 +00:00
|
|
|
text-decoration: none !important; /* stylelint-disable-line declaration-no-important */
|
|
|
|
color: #fff;
|
2015-07-27 17:18:44 +00:00
|
|
|
margin-right: 0.5em;
|
2015-08-16 09:49:05 +00:00
|
|
|
white-space: nowrap;
|
2016-09-14 15:11:38 +00:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
2015-08-16 09:49:05 +00:00
|
|
|
}
|
|
|
|
|
2020-10-03 18:13:17 +00:00
|
|
|
.mw-cookiewarning-text {
|
|
|
|
display: inline-block;
|
|
|
|
|
|
|
|
span {
|
|
|
|
margin-right: 0.5em;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
form {
|
|
|
|
display: inline-block;
|
2015-07-27 17:18:44 +00:00
|
|
|
}
|
2018-11-24 21:46:35 +00:00
|
|
|
}
|