More actions
No edit summary |
No edit summary |
||
Line 13: | Line 13: | ||
.controls td { | .controls td { | ||
background-color: rgba(0, 0, 0, 0.25); | background-color: rgba(0, 0, 0, 0.25); | ||
} | } | ||
Line 21: | 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: | td:not(:first-child):not(:last-child) { | ||
text-align: center; | |||
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif; | |||
font-weight:bold; | |||
} | } | ||
Line 38: | Line 39: | ||
background-color:rgb(185,185,185); | background-color:rgb(185,185,185); | ||
color:rgb(50,50,50); | color:rgb(50,50,50); | ||
text-align:center; | text-align:center; | ||
display: inline-block; | display: inline-block; |
Revision as of 14:51, 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 {
background-color: rgba(0, 0, 0, 0.25);
}
.controls td:first-child {
font-size:0.85em;
color:silver;
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif;
}
td:not(:first-child):not(:last-child) {
text-align: center;
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif;
font-weight:bold;
}
.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 .pc-key {
background-color:rgb(185,185,185);
color:rgb(50,50,50);
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)
}