29 lines
361 B
CSS
29 lines
361 B
CSS
body {
|
|
font: 1.3em "Lucida Grande", Helvetica, Arial, sans-serif;
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
a {
|
|
color: #00B7FF;
|
|
}
|
|
|
|
canvas {
|
|
-moz-user-select: none;
|
|
-webkit-user-select: none;
|
|
-ms-user-select: none;
|
|
}
|
|
|
|
h1 {
|
|
margin-bottom: -1%;
|
|
text-align: center;
|
|
}
|
|
|
|
#chart {
|
|
width: 100%;
|
|
overflow-x: hidden;
|
|
}
|
|
|
|
#lastStatus {
|
|
font-size: 0.8em;
|
|
} |