2015-07-27 17:18:44 +00:00
|
|
|
.mw-cookiewarning-container {
|
|
|
|
position: fixed;
|
|
|
|
background-color: #5a5a5a;
|
|
|
|
box-sizing: border-box;
|
|
|
|
opacity: 0.85;
|
|
|
|
color: #fff;
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 13px;
|
|
|
|
padding: 7px 15px;
|
|
|
|
top: 0;
|
|
|
|
left: 0;
|
|
|
|
width: 100%;
|
|
|
|
z-index: 1999;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-cookiewarning-text {
|
|
|
|
span {
|
2016-11-04 16:47:15 +00:00
|
|
|
margin-right: 0.5em;
|
2015-07-27 17:18:44 +00:00
|
|
|
}
|
|
|
|
|
2016-09-14 15:11:38 +00:00
|
|
|
form {
|
|
|
|
display: inline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-cookiewarning-dismiss, a {
|
2015-07-27 17:18:44 +00:00
|
|
|
background-color: #3C3C3C;
|
|
|
|
height: 100%;
|
|
|
|
padding: 3px 10px;
|
|
|
|
border-radius: 2px;
|
2016-09-14 15:11:38 +00:00
|
|
|
border: none;
|
2015-07-27 17:18:44 +00:00
|
|
|
cursor: pointer;
|
|
|
|
text-decoration: none !important;
|
|
|
|
color: white !important;
|
|
|
|
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
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
.mw-mobile-mode {
|
|
|
|
.mw-cookiewarning-container {
|
|
|
|
bottom: 0;
|
|
|
|
top: inherit;
|
2015-08-16 10:00:33 +00:00
|
|
|
opacity: 1;
|
2015-07-27 17:18:44 +00:00
|
|
|
}
|
|
|
|
}
|