mirror of
https://github.com/goonstation/goonstation-2020.git
synced 2026-07-21 20:12:20 +01:00
53 lines
694 B
CSS
53 lines
694 B
CSS
body {
|
|
background-color: #344;
|
|
font-family: Courier New;
|
|
overflow-y: visible;
|
|
overflow-x: visible;
|
|
}
|
|
|
|
button.btn, textarea {
|
|
font-family: Courier New;
|
|
border: 3px outset #9AA;
|
|
}
|
|
|
|
textarea {
|
|
width: 85%;
|
|
}
|
|
|
|
label > span{
|
|
color: #aaffbb;
|
|
font-weight:bold;
|
|
font-family: Courier New, Terminal, Arial, sans-serif;
|
|
}
|
|
|
|
label {
|
|
display:inline;
|
|
margin-left: 5px;
|
|
}
|
|
|
|
label:hover, input:hover, label > span:hover {
|
|
cursor: default;
|
|
}
|
|
|
|
input, textarea{
|
|
font-weight: bold;
|
|
color: #12CC37 !important;
|
|
background-color: #251616 !important;
|
|
}
|
|
|
|
input {
|
|
width: 40px;
|
|
border: 3px outset #9AA !important;
|
|
}
|
|
|
|
.btn-sl {
|
|
width: 48%;
|
|
}
|
|
|
|
.btn-c {
|
|
width: 15.4%;
|
|
}
|
|
|
|
.reservoir-button {
|
|
width: 18.6%;
|
|
} |