Jottyfan
2022-10-22 19:19:17 +02:00
parent 796624eebd
commit 2126f4de62
7 changed files with 188 additions and 60 deletions

View File

@ -185,23 +185,33 @@ body {
padding: 8px;
margin-right: 12px;
border-radius: 6px;
min-width: 32px;
min-width: 30px;
min-height: 30px;
text-align: center;
}
.framed-green {
background: linear-gradient(to bottom right, lime, darkgreen);
color: white;
border: 1px solid green;
}
.framed-red {
background: linear-gradient(to bottom right, red, darkred);
color: white;
border: 1px solid red;
}
.framed-orange {
background: linear-gradient(to bottom right, orange, #bf6c06);
color: white;
border: 1px solid orange;
}
.framed-white {
background: white;
color: black;
border: 1px solid black;
}
.nomaxwidth {