finetuning

This commit is contained in:
Jörg Henke
2024-01-10 09:40:04 +01:00
parent a4bcc00363
commit 5b296d39e9
9 changed files with 58 additions and 44 deletions

View File

@ -275,50 +275,50 @@ body {
}
.emphgreen {
font-weight: bolder;
color: #136600;
border-radius: 0px 8px 8px 0px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphblue {
font-weight: bolder;
color: #1a5fb4;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphorange {
font-weight: bolder;
color: #c64600;
border-radius: 0px 8px 8px 0px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphred {
font-weight: bolder;
color: #a51d2d;
border-radius: 0px 8px 8px 0px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphpink {
font-weight: bolder;
color: #613583;
border-radius: 0px 8px 8px 0px;
background-image: linear-gradient(to left, #e6e6e6, white);
padding: 4px;
}
.emphgray {
font-weight: bolder;
color: #5e5c64;
border-radius: 0px 8px 8px 0px;
background-image: linear-gradient(to left, #959595, #cecece);
}
.unround-border {
padding: 4px;
font-weight: bolder;
}
.round-border {
border-radius: 8px;
font-weight: bolder;
padding: 4px;
}
.round-border-right {
font-weight: bolder;
padding: 4px;
border-radius: 0px 8px 8px 0px;
}
.sumfield {