Subversion Repositories ESP32_P1_Meter

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
6 raymond 1
body {
2
	background-color: #47597E;
3
	color: white;
4
	margin: auto;
5
	max-width: 820px;
6
}
7
 
8
button {
9
	padding: 5px;
10
}
11
 
12
.buttons {
13
	display: flex;
14
	padding: 10px;
15
	border: 1px solid #f69c55;
16
}
17
 
18
#demo {
19
	margin: auto;
20
}
21
 
22
.highcharts-figure,
23
.highcharts-data-table table {
24
	min-width: 360px;
25
	max-width: 800px;
26
	margin: 1em auto;
27
}
28
 
29
.highcharts-data-table table {
30
	font-family: Verdana, sans-serif;
31
	border-collapse: collapse;
32
	border: 1px solid #EBEBEB;
33
	margin: 10px auto;
34
	text-align: center;
35
	width: 100%;
36
	max-width: 500px;
37
}
38
 
39
.highcharts-data-table caption {
40
	padding: 1em 0;
41
	font-size: 1.2em;
42
	color: #555;
43
}
44
 
45
.highcharts-data-table th {
46
	font-weight: 600;
47
	padding: 0.5em;
48
}
49
 
50
.highcharts-data-table td,
51
.highcharts-data-table th,
52
.highcharts-data-table caption {
53
	padding: 0.5em;
54
}
55
 
56
.highcharts-data-table thead tr,
57
.highcharts-data-table tr:nth-child(even) {
58
	background: #f8f8f8;
59
}
60
 
61
.highcharts-data-table tr:hover {
62
	background: #f1f7ff;
63
}