add simple version to main site

This commit is contained in:
Jakob 2023-09-04 11:13:39 +02:00
parent d0c74f85c6
commit 6aa9176c49
5 changed files with 366 additions and 1 deletions

View file

@ -0,0 +1,4 @@
#mbmcookie {position: fixed; bottom: 0; left: 0; right: 0; background: #eee; padding: 20px; font-size: 14px; font-family: verdana;}
#mbmcookie a.button {cursor: pointer; background: #ccc; padding: 8px 20px; margin-left: 10px; border-radius: 5px; font-weight: bold; float: right;}
#mbmcookie a.button:hover {background-color: #aaa;}
#mbmcookie p.cookiemessage {display: block; padding: 0; margin: 0;}