diff options
Diffstat (limited to 'linz/glasslathe/scurve/style.css')
| -rw-r--r-- | linz/glasslathe/scurve/style.css | 38 |
1 files changed, 38 insertions, 0 deletions
diff --git a/linz/glasslathe/scurve/style.css b/linz/glasslathe/scurve/style.css new file mode 100644 index 0000000..791a7c1 --- /dev/null +++ b/linz/glasslathe/scurve/style.css | |||
| @@ -0,0 +1,38 @@ | |||
| 1 | #container { | ||
| 2 | height: 500px; | ||
| 3 | } | ||
| 4 | |||
| 5 | .highcharts-figure, .highcharts-data-table table { | ||
| 6 | min-width: 320px; | ||
| 7 | max-width: 800px; | ||
| 8 | margin: 1em auto; | ||
| 9 | } | ||
| 10 | |||
| 11 | .highcharts-data-table table { | ||
| 12 | font-family: Verdana, sans-serif; | ||
| 13 | border-collapse: collapse; | ||
| 14 | border: 1px solid #EBEBEB; | ||
| 15 | margin: 10px auto; | ||
| 16 | text-align: center; | ||
| 17 | width: 100%; | ||
| 18 | max-width: 500px; | ||
| 19 | } | ||
| 20 | .highcharts-data-table caption { | ||
| 21 | padding: 1em 0; | ||
| 22 | font-size: 1.2em; | ||
| 23 | color: #555; | ||
| 24 | } | ||
| 25 | .highcharts-data-table th { | ||
| 26 | font-weight: 600; | ||
| 27 | padding: 0.5em; | ||
| 28 | } | ||
| 29 | .highcharts-data-table td, .highcharts-data-table th, .highcharts-data-table caption { | ||
| 30 | padding: 0.5em; | ||
| 31 | } | ||
| 32 | .highcharts-data-table thead tr, .highcharts-data-table tr:nth-child(even) { | ||
| 33 | background: #f8f8f8; | ||
| 34 | } | ||
| 35 | .highcharts-data-table tr:hover { | ||
| 36 | background: #f1f7ff; | ||
| 37 | } | ||
| 38 | |||
