Cleaned up the L&F; Added table sorting; Cleaned up the table styling.

This commit is contained in:
2022-09-10 17:42:38 -07:00
parent 4ec6d502aa
commit bbff674b62
13 changed files with 237 additions and 3972 deletions

View File

@@ -282,11 +282,6 @@ table {
min-width: 650px;
}
table > thead > tr > th.headerCell {
color: white;
background-color: #333447;
}
table > thead.sticky > tr > th.headerCell {
position: sticky;
top: 0;
@@ -470,6 +465,22 @@ nav a + a {
color: white;
font-family: "KaushanScript-Regular", sans-serif;
font-size: 4rem;
text-shadow: 0 0 0.5rem black;
display: inline-block;
}
.k12 {
font-family: "KaushanScript-Regular", sans-serif;
font-size: 1.5rem;
text-shadow: 0 0 0.4rem black;
padding: 0 0.4rem 0 0.2rem;
position: relative;
top: -1rem;
color: white;
transform: rotate(-12deg);
border: 0.2rem solid white;
box-shadow: 0 0 0.2rem black;
border-radius: 0.5rem;
display: inline-block;
}