new attempts

This commit is contained in:
Stefan Schmidt-Bilkenroth 2023-11-10 17:16:31 +01:00
parent 73163da9ec
commit 42f41cc360
3 changed files with 151 additions and 9 deletions

View file

@ -3,6 +3,8 @@
margin-bottom: 20px;
border-radius: 10px;
box-shadow: 0 4px 6px 0 rgba(0, 0, 0, 0.2);
background-color: rgb(240,255,240);
}
/* Position the avatar and username in the top left of the card */
@ -63,7 +65,7 @@
/* Custom navbar styles */
.navbar {
height: 50px; /* reduce the height of the navbar */
background-color: rgb(227, 6, 19);
background-color: rgb(0, 137, 57);
margin-bottom: 10px !important;
top: -10px !important;
padding-top: 14px !important;
@ -129,7 +131,7 @@ body {
}
.footer {
background-color: rgb(200, 200, 200);
background-color: rgb(0, 137, 57);
color: #f2f2f2;
position: fixed;
left: 0;
@ -139,3 +141,18 @@ body {
padding-bottom: 2px !important; /* reduce padding-bottom to half */
font-size: 0.9em;
}
.popover {
position: fixed;
top: 10%;
left: 10%;
width: 80%;
height: 80%;
max-height: 80%;
max-width: 80%;
background-color: rgba(255, 255, 255, .95);
background-clip: padding-box;
border: 0px solid rgba(0, 137, 57, .5);
box-shadow:0 .5rem 1rem rgba(0, 0, 0, .30); !important
border-radius:.8rem;
}