layout optimization

This commit is contained in:
Jörg Henke
2022-05-04 17:19:31 +02:00
parent 2f51c93cfe
commit 8f29a6c788
14 changed files with 331 additions and 543 deletions

View File

@ -7,6 +7,31 @@ body {
height: calc(100% - 56px);
}
.titlemod {
font-weight: bolder;
color: darkcyan !important;
font-variant: small-caps;
}
.navlinkstyle {
color: black;
}
.navlinkstyle:hover {
color: #1a5fb4;
}
.navback {
background-color: ghostwhite;
}
.tabdivblurred {
padding: 8px;
padding-bottom: 0px;
background-color: rgba(255, 255, 255, 0.5);
height: calc(100% - 42px);
}
.float-right {
float: right;
}
@ -16,7 +41,7 @@ body {
}
.glassy {
background-color: rgba(1,1,1,0.1);
background-color: rgba(0, 0, 0s, 0.1);
}
.formpane {
@ -47,7 +72,6 @@ body {
.page {
width: 100%;
padding-bottom: 12px;
background-image: linear-gradient(to bottom, #99c1f1, #1a5f64) !important;
}