i-eat.rocks/apps/standard.css
PossiblyAxolotl 77ff4a8814 add guestbook
2024-08-16 14:45:56 -06:00

37 lines
No EOL
594 B
CSS

@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;
border-radius: 0;
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-radius: 0;
border: inset white 4px;
background-color: #dbdbdb;
}
*:focus, *:active {
outline: none;
}