More actions
No edit summary |
No edit summary |
||
Line 10: | Line 10: | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0.75px; | letter-spacing: 0.75px; | ||
} | |||
.controls td { | |||
text-align: center; | |||
} | } | ||
Line 16: | Line 20: | ||
color:silver; | color:silver; | ||
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | ||
text-align: left; | |||
} | |||
.controls td:last-child { | |||
text-align: left; | |||
} | } | ||
Line 26: | Line 34: | ||
} | } | ||
.controls .key .pc { | .controls .key .pc { | ||
background-color:rgb(185,185,185); | background-color:rgb(185,185,185); |
Revision as of 14:42, 9 March 2024
.controls tbody {
border: 1px solid rgb(235, 235, 235);
border-radius:6px;
display: block;
}
.controls th {
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
font-weight: bold;
text-transform: uppercase;
letter-spacing: 0.75px;
}
.controls td {
text-align: center;
}
.controls td:first-child {
font-size:0.85em;
color:silver;
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
text-align: left;
}
.controls td:last-child {
text-align: left;
}
.controls caption {
font-size:0.85em;
font-weight:bold;
text-transform:uppercase;
letter-spacing:0.75px;
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif;
}
.controls .key .pc {
background-color:rgb(185,185,185);
color:rgb(50,50,50);
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif;
font-weight:bold;
text-align:center;
display: inline-block;
min-width: 1.75em;
padding: 0 3px;
align-items:center;
justify-content:center;
border:1px solid rgb(235,235,235);
border-radius:6px;
box-shadow:0 2px rgb(135,135,135),inset -1px -1px rgb(135,135,135)
}