-
Notifications
You must be signed in to change notification settings - Fork 0
/
style.css
147 lines (125 loc) · 2.22 KB
/
style.css
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
img {
width: 120px;
margin: 20px;
}
.planet_1{
clip-path: url(#planet_1);
}
.planet_2 {
clip-path: url(#planet_2);
}
#home {
margin:auto;
background-image:url("stars.gif");
background-size:auto 40%;
background-position:center top;
}
.tooltip .tooltiptext {
visibility: hidden;
width: 120px;
background-color:white;
color:black;
text-align: center;
border-radius: 6px;
padding: 5px 0;
/* Position the tooltip */
position: absolute;
z-index: 1;
top: -5px;
right: 105%;
}
.tooltip:hover .tooltiptext {
visibility: visible;
}
.icon-bar {
width: 50%;
background-color: #555;
overflow: auto;
}
.icon-bar a {
float: left;
width: 50%;
text-align: center;
padding: 0px 0px;
transition: all 0.3s ease;
color: white;
font-size: 20px;
}
.icon-bar a:hover {
background-color: #000;
}
.active {
background-color: #4CAF50 !important;
}
.chart_parent_0 {
width: 1500px;
height: 100%;
margin:0 auto;
padding: 0px;
overflow:hidden;/*contain child floats*/
}
.chart_parent {
width: 1500px;
height:100%;
margin:0 auto;
padding: 0px;
overflow:hidden;/*contain child floats*/
}
.chart_first {
width: 680px;
height: 100%;
float: left;
overflow: auto;
}
.chart_second {
width: 680px;
height: 100%;
float: right;
}
.scroll-area{
width:50%;
height:440px;
margin-top:0px;
float:left;
overflow-y:scroll;
align-content: right;
padding-left: "200px";
}
.scroll-area_0{
width:49%;
height:560px;
margin-top:0px;
float:left;
overflow-y:scroll;
align-content: right;
padding-left: "200px"
}
.scroll-area_1{
width:100%;
height:560px;
margin-top:0px;
float:left;
overflow-y:scroll;
align-content: right;
padding-left: "200px";
padding-top: "20px";
}
.systemTable {
font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
border-collapse: collapse;
width: 100%;
}
.systemTable td, .systemTable th {
border: 1px solid #ddd;
padding: 8px;
padding-top: "20px";
}
.systemTable tr:nth-child(even){background-color: #f2f2f2;}
.systemTable tr:hover {background-color: #ddd;}
.systemTable th {
padding-top: 12px;
padding-bottom: 12px;
text-align: left;
background-color: #4CAF50;
color: white;
}