38 lines
458 B
CSS
Executable File
38 lines
458 B
CSS
Executable File
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;
|
|
}
|
|
|
|
#divLeft {
|
|
float:left;
|
|
font-size: 0.8em;
|
|
}
|
|
#lastStatus {
|
|
}
|
|
|
|
#divRight {
|
|
float:right;
|
|
margin-right: 2%;
|
|
font-size: 0.8em;
|
|
} |