Non puoi selezionare più di 25 argomenti
Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.
78 righe
1.4 KiB
78 righe
1.4 KiB
5 anni fa
|
#cookies {
|
||
|
background-color: #fcf8e3;
|
||
|
border: 1px solid #8a6d3b;
|
||
|
border-radius: 8px;
|
||
|
bottom: 0;
|
||
|
color: #222222;
|
||
|
font-size: 0.8em;
|
||
|
left: 0;
|
||
|
margin: 10px;
|
||
|
padding: 10px;
|
||
|
position: fixed;
|
||
|
width: calc(100% - 40px);
|
||
|
z-index: 9999;
|
||
|
}
|
||
|
|
||
|
#cookies.cookiesHide {
|
||
|
display: none;
|
||
|
}
|
||
|
|
||
|
#cookies.cookiesShow {
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
#cookies .notifications-content {
|
||
|
}
|
||
|
|
||
|
#cookies .notifications-button {
|
||
|
float: right;
|
||
|
padding: 5px 10px 10px 15px;
|
||
|
}
|
||
|
|
||
|
#cookies .notifications-content p span.title {
|
||
|
font-size:1.2em;
|
||
|
}
|
||
|
|
||
|
input[type="button"].btn {
|
||
|
display: inline-block;
|
||
|
padding: 6px 12px;
|
||
|
margin-top: 5px;
|
||
|
margin-bottom: 5px;
|
||
|
font-size: 14px;
|
||
|
font-weight: 400;
|
||
|
line-height: 1.42857143;
|
||
|
text-align: center;
|
||
|
white-space: nowrap;
|
||
|
vertical-align: middle;
|
||
|
touch-action: manipulation;
|
||
|
cursor: pointer;
|
||
|
user-select: none;
|
||
|
background-image: none;
|
||
|
border: 1px solid transparent;
|
||
|
border-radius: 4px;
|
||
|
text-shadow: none;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
input[type="button"].btn-primary {
|
||
|
color: #fff;
|
||
|
background-color: #337ab7;
|
||
|
border-color: #2e6da4;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
input[type="button"].btn-primary.active,
|
||
|
input[type="button"].btn-primary.focus,
|
||
|
input[type="button"].btn-primary:active,
|
||
|
input[type="button"].btn-primary:focus,
|
||
|
input[type="button"].btn-primary:hover {
|
||
|
color: #fff;
|
||
|
background-color: #286090;
|
||
|
border-color: #204d74;
|
||
|
background-image: none;
|
||
|
}
|
||
|
|
||
|
#cookies a {
|
||
|
text-decoration: none;
|
||
|
}
|