You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
41 lines
530 B
41 lines
530 B
8 years ago
|
html, body {
|
||
|
background: #48505F;
|
||
|
color: #eee;
|
||
|
font-family: monospace;
|
||
|
font-size: 16pt;
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
header {
|
||
|
font-weight: bold;
|
||
|
font-size: 14pt;
|
||
|
padding: 6px;
|
||
|
display: block;
|
||
|
}
|
||
|
|
||
|
#screen {
|
||
|
display: block;
|
||
|
white-space: nowrap;
|
||
|
background: #111213;
|
||
|
border-radius: 3px;
|
||
|
padding: 6px;
|
||
|
box-shadow: inset 0 0 5px black;
|
||
|
display: inline-block;
|
||
|
}
|
||
|
|
||
|
#screen span {
|
||
|
white-space: pre;
|
||
|
}
|
||
|
|
||
|
#buttons {
|
||
|
margin-top: 10px;
|
||
|
}
|
||
|
|
||
|
button {
|
||
|
margin: 0 2px;
|
||
|
padding: 10px 0;
|
||
|
width: 22%;
|
||
|
max-width: 80px;
|
||
|
cursor: pointer;
|
||
|
}
|