14 lines
No EOL
256 B
CSS
14 lines
No EOL
256 B
CSS
#telemetry {
|
|
position: absolute;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
color: white;
|
|
font: monospace;
|
|
z-index: 100;
|
|
padding: 10px;
|
|
font-size: 12px;
|
|
display: none;
|
|
} |