@font-face { font-family: "PC"; src: url("/images/ui/joystix monospace.otf"); font-smooth: never; } * { font-family: "PC", monospace; } button, button:hover { border: outset white 4px; background-color: rgb(219, 219, 219); color:black; text-align: center; margin:2px; box-shadow: 0px 0px 2px rgba(0,0,0,0.25); } button:active { border: inset white 4px; background-color: lightgray; } input { border: inset white 4px; background-color: #dbdbdb; } *:focus, *:active { outline: none; }