You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
404 B
CSS
29 lines
404 B
CSS
body {
|
|
margin: 0;
|
|
background-color: #000;
|
|
color: #fff;
|
|
font-family: Monospace;
|
|
font-size: 13px;
|
|
line-height: 24px;
|
|
}
|
|
|
|
|
|
|
|
#info {
|
|
position: absolute;
|
|
top: 0px;
|
|
color: #ffff00;
|
|
font-size: 10px;
|
|
text-align: left;
|
|
z-index: 1; /* TODO Solve this in HTML */
|
|
}
|
|
|
|
td {
|
|
text-align: right;
|
|
}
|
|
|
|
.selectBox {
|
|
border: 1px solid #55aaff;
|
|
background-color: rgba(75, 160, 255, 0.3);
|
|
position: fixed;
|
|
} |