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.
39 lines
565 B
39 lines
565 B
.page-term {
|
|
#screen {
|
|
font-family: monospace;
|
|
font-size: 16pt;
|
|
white-space: nowrap;
|
|
background: #111213;
|
|
padding: 6px;
|
|
display: inline-block;
|
|
|
|
border: 2px solid #3983CD;//#1bc249;
|
|
|
|
span {
|
|
white-space: pre;
|
|
cursor: pointer;
|
|
&:hover {
|
|
outline: 1px solid rgba(#ffffff,0.5);
|
|
}
|
|
}
|
|
}
|
|
|
|
#buttons {
|
|
margin-top: 10px;
|
|
white-space: nowrap;
|
|
|
|
button {
|
|
margin: 0 3px;
|
|
padding: 10px 0;
|
|
width: 18%;
|
|
max-width: 65px;
|
|
min-width: initial;
|
|
cursor: pointer;
|
|
font-weight: bold;
|
|
}
|
|
}
|
|
}
|
|
|
|
#termwrap {
|
|
text-align: center;
|
|
}
|
|
|