Antrag/Helmholtz/Miriam Brosi - AD Scientific Index 2024_files/cookie.css

44 lines
847 B
CSS
Raw Normal View History

2024-04-01 18:43:39 +00:00
.cookies-eu-banner {
background: #253D9A;
color: #fff;
padding: 17px;
font-weight: bold;
font-size: 14px;
text-align: center;
position: fixed;
bottom: 0;
width: 100%;
z-index: 10;
vertical-align: middle;
}
.cookies-eu-banner a{
text-decoration: underline !important;
color: #FFFFFF !important;
}
.cookies-eu-banner a:hover{
text-decoration: none !important;
}
.cookies-eu-banner button {
text-decoration: none;
background: #253D9A;
color: #fff;
border-radius: 4px;
border: 2px solid #FFFFFF;
cursor: pointer;
padding: 7px;
margin: 2px 0;
font-size: 13px;
font-weight: 700;
transition: background 0.07s, color 0.07s, border-color 0.07s;
}
.cookies-eu-banner button:hover {
background: #fff;
color: #222;
}
.hidden {
display: none;
}