This commit is contained in:
Markus 2025-06-06 18:12:46 +02:00
commit 1d8da2b6dd
824 changed files with 76366 additions and 0 deletions

View file

@ -0,0 +1,26 @@
/* cookieconsent.css */
#cookieconsent {
position: fixed;
bottom: 0;
width: 100%;
background-color: #000;
color: #fff;
text-align: center;
padding: 10px;
z-index: 1000;
}
#cookieconsent button {
background-color: #f1d600;
color: #000;
border: none;
padding: 5px 10px;
margin-left: 10px;
cursor: pointer;
}
#cookieconsent a {
color: #f1d600;
text-decoration: underline;
}

File diff suppressed because one or more lines are too long