More actions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
.controls tbody { | .controls tbody { | ||
border: 1px solid rgb(235, 235, 235); | border: 1px solid rgb(235, 235, 235); | ||
border-radius:6px; | border-radius: 6px; | ||
display: block; | display: block; | ||
} | } | ||
.controls th { | .controls th { | ||
font-family: 'Saira Condensed','Nunito','Saira',system-ui,-apple-system,sans-serif; | font-family: 'Saira Condensed', 'Nunito', 'Saira', system-ui, -apple-system, sans-serif; | ||
font-weight: bold; | font-weight: bold; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
letter-spacing: 0.75px; | letter-spacing: 0.75px; | ||
} | } | ||
Line 17: | Line 17: | ||
.controls td:first-child { | .controls td:first-child { | ||
font-size:0.85em; | font-size: 0.85em; | ||
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; | ||
} | } | ||
.controls td:not(:first-child):not(:last-child) { | .controls td:not(:first-child):not(:last-child) { | ||
text-align: center; | text-align: center; | ||
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif; | font-family: "Saira Condensed", "Nunito", "Saira", system-ui, -apple-system, sans-serif; | ||
font-weight:bold; | font-weight: bold; | ||
} | } | ||
Line 33: | Line 33: | ||
.controls caption { | .controls caption { | ||
font-size:0.85em; | font-size: 0.85em; | ||
font-weight:bold; | font-weight: bold; | ||
text-transform:uppercase; | text-transform: uppercase; | ||
letter-spacing:0.75px; | letter-spacing: 0.75px; | ||
font-family:"Saira Condensed","Nunito","Saira",system-ui,-apple-system,sans-serif; | font-family: "Saira Condensed", "Nunito", "Saira", system-ui, -apple-system, sans-serif; | ||
} | } | ||
.controls .pc-key { | .controls .pc-key { | ||
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; | ||
min-width: | min-width: 19px; | ||
padding: 0 3px; | padding: 0 3px; | ||
align-items:center; | align-items: center; | ||
justify-content:center; | justify-content: center; | ||
border:1px solid rgb(235,235,235); | border: 1px solid rgb(235, 235, 235); | ||
border-radius:6px; | border-radius: 6px; | ||
box-shadow:0 2px rgb(135,135,135),inset -1px -1px rgb(135,135,135) | box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135); | ||
line-height: 140%; | |||
transition: 0.25s all; | |||
} | |||
.controls td:not(:first-child):not(:last-child) > div:hover { | |||
filter: brightness(70%) contrast(150%); | |||
} | } | ||
.controls .pc-mouse { | .controls .pc-mouse { | ||
background-color:rgb(185,185,185); | background-color: rgb(185, 185, 185); | ||
color: rgb(50, 50, 50); | |||
border:1px solid rgb(235,235,235); | text-align: center; | ||
border-radius: | display: inline-block; | ||
min-width: 13px; | |||
padding: 0 3px; | |||
align-items: center; | |||
justify-content: center; | |||
border: 1px solid rgb(235, 235, 235); | |||
border-radius: 6px 6px 12px 12px; | |||
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135); | |||
position: relative; | position: relative; | ||
} | } | ||
.controls .mouse-btn- | .controls .mouse-btn-left { | ||
background-color: rgb(60, 120, 255); | background-color: rgb(60, 120, 255); | ||
box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5) ; | box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5); | ||
width: 50%; | width: 50%; | ||
height: 45%; | height: 45%; | ||
position: absolute; | position: absolute; | ||
left: 0; | |||
border-radius: 0 0 | border-radius: 6px 0 4px 0; | ||
} | } | ||
.controls .mouse-btn- | .controls .mouse-btn-right { | ||
background-color: rgb(60, 120, 255); | background-color: rgb(60, 120, 255); | ||
box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5) ; | box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5); | ||
width: 50%; | width: 50%; | ||
height: 45%; | height: 45%; | ||
position: absolute; | position: absolute; | ||
border-radius: 0 0 4px | right: 0; | ||
border-radius: 0 6px 0 4px; | |||
} | } | ||
.controls .mouse-btn-middle { | .controls .mouse-btn-middle { | ||
background-color: rgb( | background-color: rgb(185, 185, 185); | ||
box-shadow: inset -1px -1px rgba(0, 0, 0, 0. | border: 1px solid rgb(105, 105, 105); | ||
width: | box-shadow: inset -1px -1px rgba(0, 0, 0, 0.3); | ||
height: | width: 15%; | ||
height: 30%; | |||
position: absolute; | position: absolute; | ||
right: 35%; | |||
top: 10%; | |||
border-radius: 4px; | border-radius: 4px; | ||
} | |||
.controls .console-button { | |||
background-color: rgb(185, 185, 185); | |||
color: rgb(50, 50, 50); | |||
text-align: center; | |||
display: inline-block; | |||
min-width: 21px; | |||
padding: 0 3px; | |||
align-items: center; | |||
justify-content: center; | |||
border: 1px solid rgb(235, 235, 235); | |||
border-radius: 100%; | |||
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135); | |||
transition: 0.25s all; | |||
} | |||
.controls .console-side-button { | |||
background-color: rgb(185, 185, 185); | |||
color: rgb(50, 50, 50); | |||
text-align: center; | |||
display: inline-block; | |||
line-height: 120%; | |||
min-width: 21px; | |||
padding: 0 4px; | |||
align-items: center; | |||
justify-content: center; | |||
border: 1px solid rgb(235, 235, 235); | |||
border-radius: 8px 8px 0 0; | |||
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135); | |||
transition: 0.25s all; | |||
} | |||
.controls .console-side-trigger { | |||
background-color: rgb(185, 185, 185); | |||
color: rgb(50, 50, 50); | |||
text-align: center; | |||
display: inline-block; | |||
min-width: 21px; | |||
padding: 0 1px; | |||
align-items: center; | |||
justify-content: center; | |||
border: 1px solid rgb(235, 235, 235); | |||
border-radius: 8px 8px 0 0; | |||
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135); | |||
transition: 0.25s all; | |||
} | |||
.controls td:nth-child(3) div { | |||
background-color: #303030; | |||
border: 1px solid rgb(95, 95, 95); | |||
box-shadow: 0 2px #303030, inset -1px -1px rgb(0,0,0); | |||
color: rgb(235, 235, 235); | |||
} | |||
.controls td:nth-child(4) div { | |||
background-color: rgb(225, 225, 225); | |||
} | |||
.controls td:nth-child(4) div.console-button { | |||
padding: 0px 2px; | |||
line-height: 140%; | |||
} | |||
.controls .console-button.ps-square { | |||
color: #D591BD; | |||
} | |||
.controls .console-button.ps-triangle { | |||
color: #38DEC8; | |||
} | |||
.controls .console-button.ps-circle { | |||
color: #F06E6C; | |||
} | |||
.controls .console-button.ps-cross { | |||
color: #9BADE4; | |||
} | |||
.controls .console-button.xbox-x { | |||
color: #0D0D70; | |||
background-color: #3065E8; | |||
border: 1px solid #5085F8; | |||
box-shadow: 0 2px #1045C8, inset -1px -1px rgba(0,0,0, 0.5); | |||
} | |||
.controls .console-button.xbox-y { | |||
color: #985900; | |||
background-color: #FFC219; | |||
border: 1px solid #FFE239; | |||
box-shadow: 0 2px #BF8209, inset -1px -1px rgba(0,0,0, 0.5); | |||
} | |||
.controls .console-button.xbox-b { | |||
color: #720C27; | |||
background-color: #D33536; | |||
border: 1px solid #F35556; | |||
box-shadow: 0 2px #931516, inset -1px -1px rgba(0,0,0, 0.5); | |||
} | |||
.controls .console-button.xbox-a { | |||
color: #157202; | |||
background-color: #6AC122; | |||
border: 1px solid #8AE142; | |||
box-shadow: 0 2px #3A9102, inset -1px -1px rgba(0,0,0, 0.5); | |||
} | } |
Revision as of 14:13, 10 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;
}
.controls 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 th:not(:first-child):not(:last-child) {
text-align: center;
}
.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: 19px;
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);
line-height: 140%;
transition: 0.25s all;
}
.controls td:not(:first-child):not(:last-child) > div:hover {
filter: brightness(70%) contrast(150%);
}
.controls .pc-mouse {
background-color: rgb(185, 185, 185);
color: rgb(50, 50, 50);
text-align: center;
display: inline-block;
min-width: 13px;
padding: 0 3px;
align-items: center;
justify-content: center;
border: 1px solid rgb(235, 235, 235);
border-radius: 6px 6px 12px 12px;
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135);
position: relative;
}
.controls .mouse-btn-left {
background-color: rgb(60, 120, 255);
box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5);
width: 50%;
height: 45%;
position: absolute;
left: 0;
border-radius: 6px 0 4px 0;
}
.controls .mouse-btn-right {
background-color: rgb(60, 120, 255);
box-shadow: inset -1px -1px rgba(0, 0, 0, 0.5);
width: 50%;
height: 45%;
position: absolute;
right: 0;
border-radius: 0 6px 0 4px;
}
.controls .mouse-btn-middle {
background-color: rgb(185, 185, 185);
border: 1px solid rgb(105, 105, 105);
box-shadow: inset -1px -1px rgba(0, 0, 0, 0.3);
width: 15%;
height: 30%;
position: absolute;
right: 35%;
top: 10%;
border-radius: 4px;
}
.controls .console-button {
background-color: rgb(185, 185, 185);
color: rgb(50, 50, 50);
text-align: center;
display: inline-block;
min-width: 21px;
padding: 0 3px;
align-items: center;
justify-content: center;
border: 1px solid rgb(235, 235, 235);
border-radius: 100%;
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135);
transition: 0.25s all;
}
.controls .console-side-button {
background-color: rgb(185, 185, 185);
color: rgb(50, 50, 50);
text-align: center;
display: inline-block;
line-height: 120%;
min-width: 21px;
padding: 0 4px;
align-items: center;
justify-content: center;
border: 1px solid rgb(235, 235, 235);
border-radius: 8px 8px 0 0;
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135);
transition: 0.25s all;
}
.controls .console-side-trigger {
background-color: rgb(185, 185, 185);
color: rgb(50, 50, 50);
text-align: center;
display: inline-block;
min-width: 21px;
padding: 0 1px;
align-items: center;
justify-content: center;
border: 1px solid rgb(235, 235, 235);
border-radius: 8px 8px 0 0;
box-shadow: 0 2px rgb(135, 135, 135), inset -1px -1px rgb(135, 135, 135);
transition: 0.25s all;
}
.controls td:nth-child(3) div {
background-color: #303030;
border: 1px solid rgb(95, 95, 95);
box-shadow: 0 2px #303030, inset -1px -1px rgb(0,0,0);
color: rgb(235, 235, 235);
}
.controls td:nth-child(4) div {
background-color: rgb(225, 225, 225);
}
.controls td:nth-child(4) div.console-button {
padding: 0px 2px;
line-height: 140%;
}
.controls .console-button.ps-square {
color: #D591BD;
}
.controls .console-button.ps-triangle {
color: #38DEC8;
}
.controls .console-button.ps-circle {
color: #F06E6C;
}
.controls .console-button.ps-cross {
color: #9BADE4;
}
.controls .console-button.xbox-x {
color: #0D0D70;
background-color: #3065E8;
border: 1px solid #5085F8;
box-shadow: 0 2px #1045C8, inset -1px -1px rgba(0,0,0, 0.5);
}
.controls .console-button.xbox-y {
color: #985900;
background-color: #FFC219;
border: 1px solid #FFE239;
box-shadow: 0 2px #BF8209, inset -1px -1px rgba(0,0,0, 0.5);
}
.controls .console-button.xbox-b {
color: #720C27;
background-color: #D33536;
border: 1px solid #F35556;
box-shadow: 0 2px #931516, inset -1px -1px rgba(0,0,0, 0.5);
}
.controls .console-button.xbox-a {
color: #157202;
background-color: #6AC122;
border: 1px solid #8AE142;
box-shadow: 0 2px #3A9102, inset -1px -1px rgba(0,0,0, 0.5);
}