251 lines
5.6 KiB
CSS
251 lines
5.6 KiB
CSS
#cookie-bar {
|
|
font-size: 13px;
|
|
}
|
|
#cookie-bar-prompt-content {
|
|
font-size: 13px;
|
|
max-height: 85vh;
|
|
}
|
|
#cookie-bar-browsers a {
|
|
width: 60px;
|
|
}
|
|
@media only screen and (max-device-width: 800px) {
|
|
#cookie-bar {
|
|
font-size: 12px;
|
|
}
|
|
#cookie-bar-prompt-content {
|
|
font-size: 11px;
|
|
max-height: 80vh;
|
|
}
|
|
#cookie-bar-browsers a {
|
|
width: 50px;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
#cookie-bar {
|
|
background: #45484D;
|
|
background: -moz-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
|
|
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(30,30,30,0.95)), color-stop(100%,rgba(0,0,0,0.95)));
|
|
background: -webkit-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
|
|
background: -o-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
|
|
background: -ms-linear-gradient(top, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
|
|
background: linear-gradient(to bottom, rgba(30,30,30,0.95) 0, rgba(0,0,0,0.95) 100%);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10pt !important;
|
|
left: 0;
|
|
line-height: 1.5;
|
|
margin: 0;
|
|
padding: 3px;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: 9999;
|
|
|
|
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#cc45484d', endColorstr='#cc000000',GradientType=0 );
|
|
}
|
|
|
|
#cookie-bar-prompt {
|
|
background: #000;
|
|
background: rgba(0,0,0,0.4);
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
font-size: 10pt !important;
|
|
height: 100%;
|
|
left: 0;
|
|
line-height: 1.5;
|
|
position: fixed;
|
|
top: 0;
|
|
width: 100%;
|
|
z-index: 9998;
|
|
}
|
|
|
|
#cookie-bar *,
|
|
#cookie-bar-prompt * {
|
|
line-height: 1.5;
|
|
}
|
|
|
|
#cookie-bar p {
|
|
font-size: 10pt !important;
|
|
float: left;
|
|
margin: 4px 0 0 20px;
|
|
padding: 0;
|
|
color: #FFF;
|
|
font-family: sans-serif;
|
|
}
|
|
|
|
#cookie-bar-prompt p {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
color: #FFF;
|
|
}
|
|
|
|
#cookie-bar-button {
|
|
background-color: #36BF2D;
|
|
border-bottom: 1px solid #222;
|
|
border-radius: 5px;
|
|
color: #FFF !important;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
float: right;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
margin-right: 20px;
|
|
margin-top: 2px;
|
|
padding: 5px 10px 6px;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-shadow: 0 -1px 1px #222;
|
|
}
|
|
|
|
#cookie-bar-button-no {
|
|
background-color: #D02828;
|
|
border-bottom: 1px solid #222;
|
|
border-radius: 5px;
|
|
color: #FFF!important;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
float: right;
|
|
font-weight: bold;
|
|
line-height: 1;
|
|
margin-right: 20px;
|
|
margin-top: 2px;
|
|
padding: 5px 10px 6px;
|
|
position: relative;
|
|
text-decoration: none;
|
|
text-shadow: 0 -1px 1px #222;
|
|
}
|
|
|
|
|
|
#cookie-bar-prompt a {
|
|
cursor: pointer;
|
|
}
|
|
#cookie-bar-prompt hr {
|
|
background: #FFF;
|
|
border: none;
|
|
height: 1px;
|
|
margin: 0.7em 0 1em;
|
|
opacity: 0.2;
|
|
}
|
|
#cookie-bar-prompt-content, #cookie-bar {
|
|
color: #FFF;
|
|
font-weight: 300;
|
|
}
|
|
|
|
#cookie-bar-prompt-content::-webkit-scrollbar-track {
|
|
border-radius: 10px;
|
|
background-color: #222;
|
|
background-color: rgba(255,255,255,0.05);
|
|
}
|
|
|
|
#cookie-bar-prompt-content::-webkit-scrollbar {
|
|
width: 15px;
|
|
}
|
|
|
|
#cookie-bar-prompt-content::-webkit-scrollbar-thumb {
|
|
box-shadow: inset 0 0 6px rgba(0,0,0,0.5);
|
|
background-color: #EEE;
|
|
background-color: rgba(255,255,255,0.3);
|
|
border-radius: 10px;
|
|
}
|
|
|
|
#cookie-bar-prompt-content a, #cookie-bar a, #cookie-bar-prompt-content span {
|
|
color: #31A8F0;
|
|
text-decoration: none;
|
|
}
|
|
|
|
#cookie-bar-prompt-content a:hover, #cookie-bar a:hover {
|
|
color: #31A8F0;
|
|
text-decoration: underline;
|
|
}
|
|
|
|
#cookie-bar-prompt-close {
|
|
background: url(x.png) no-repeat;
|
|
display: block;
|
|
float: right;
|
|
height: 14px;
|
|
width: 14px;
|
|
}
|
|
|
|
#cookie-bar-prompt-logo {
|
|
background: url(logo.png) no-repeat;
|
|
display: block;
|
|
float: left;
|
|
height: 42px;
|
|
width: 190px;
|
|
}
|
|
|
|
#cookie-bar-prompt-close span, #cookie-bar-prompt-logo span {
|
|
display: none;
|
|
}
|
|
|
|
#cookie-bar-prompt-button {
|
|
cursor: pointer;
|
|
}
|
|
|
|
#cookie-bar-prompt-content {
|
|
background: #111;
|
|
border-radius: 7px;
|
|
box-shadow: 1px 2px 8px rgba(0,0,0,0.5);
|
|
color: #FFF;
|
|
margin: 0 auto;
|
|
max-width: 98%;
|
|
opacity: 0.97;
|
|
overflow: auto;
|
|
padding: 25px;
|
|
position: relative;
|
|
top: 5%;
|
|
width: 600px;
|
|
z-index: 9998;
|
|
}
|
|
#cookie-bar-thirdparty {
|
|
display: none;
|
|
}
|
|
#cookie-bar-tracking {
|
|
display: none;
|
|
}
|
|
#cookie-bar-scrolling {
|
|
display: none;
|
|
}
|
|
#cookie-bar-privacy-page {
|
|
display: none;
|
|
}
|
|
#cookie-bar-browsers a {
|
|
display: inline-block;
|
|
height: 53px;
|
|
margin: 0;
|
|
padding: 0;
|
|
position: relative;
|
|
}
|
|
#cookie-bar-browsers a span {
|
|
background: #FFF;
|
|
border-radius: 2px;
|
|
color: #000 !important;
|
|
display: none;
|
|
left: -10px;
|
|
opacity: 0.8;
|
|
padding: 3px 10px;
|
|
position: absolute;
|
|
text-align: center;
|
|
top: 60px;
|
|
width: 150px;
|
|
}
|
|
#cookie-bar-browsers .chrome {
|
|
background: url(browsers/chrome.png) no-repeat;
|
|
}
|
|
#cookie-bar-browsers .firefox {
|
|
background: url(browsers/firefox.png) no-repeat;
|
|
}
|
|
#cookie-bar-browsers .ie {
|
|
background: url(browsers/ie.png) no-repeat;
|
|
}
|
|
#cookie-bar-browsers .opera {
|
|
background: url(browsers/opera.png) no-repeat;
|
|
}
|
|
#cookie-bar-browsers .safari {
|
|
background: url(browsers/safari.png) no-repeat;
|
|
}
|
|
|
|
#cookie-bar-browsers a:hover span {
|
|
display: block;
|
|
}
|
|
.clear {
|
|
clear: both;
|
|
} |