Style updates

This commit is contained in:
Erik Thuning 2024-01-26 14:32:42 +01:00
parent 6bcae5fe83
commit a3e59a1814

@ -18,19 +18,6 @@ body {
padding-bottom: 60px;
}
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
color: #836636;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FEEFB3;
border: 1px solid #fbeed5;
border-radius: 8px;
font-size: 16px;
text-align: center;
}
#top-links, #header {
background-color: #002e5f;
color: white;
@ -92,7 +79,7 @@ body {
#footer {
border-top: 1px solid #d2d7dc;
font-size: 10px;
margin: 4px 17px;
margin-bottom: 17px;
margin-top: 60px;
}
@ -243,13 +230,27 @@ body {
background-image: url(images/container-repeater.gif);
background-position: left top;
background-repeat: repeat-y;
padding-left: 7px;
padding-right: 7px;
padding-left: 3px;
padding-right: 3px;
}
}
/* Local styles */
.alert {
padding: 8px 35px 8px 14px;
margin-bottom: 20px;
color: #836636;
text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
background-color: #FEEFB3;
border: 1px solid #dfdfdf;
border-radius: 8px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
font-size: 16px;
text-align: center;
}
.room {
margin-top: 15pt;
margin-bottom: 10pt;