-
Notifications
You must be signed in to change notification settings - Fork 2
/
MMM-Gas.css
72 lines (68 loc) · 1.14 KB
/
MMM-Gas.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
.MMM-Gas .table {
position: relative;
left: 20px;
z-index: 1;
}
.MMM-Gas .td {
width: 35px;
padding: 0 10px 0 10px;
}
.MMM-Gas tr, th {
position: relative;
padding: 5px;
text-align: center;
}
.MMM-Gas .xxsmall{
font-size: 12px;
}
.MMM-Gas .green {
color: #B4F7E5;
}
.MMM-Gas .yellow {
color: #FCFEC1;
}
.MMM-Gas .align {
position: relative;
text-align: left;
width: 50%;
margin: 4px;
}
.MMM-Gas .float {
text-align: center;
margin-bottom: 10px;
display: inline-block;
float: left;
}
.MMM-Gas .tooltip {
position: relative;
display: inline-block;
float: left;
}
.MMM-Gas .CellWithComment{
position:relative;
z-index: 1;
}
.MMM-Gas .CellComment{
width: 110%;
line-height: 14px;
display:none;
float: center;
box-shadow: 0px 0px 0px 2px #888888;
height: auto;
z-index:100;
background-color:#080808;
border-style:solid;
border-width:1px;
border-color:#a4d4ff;
padding: 10px 5px 10px 5px;
font-size: 12px;
color:#f0f1ff;
position: absolute; right: 0; bottom: 0;
bottom: 15px;
text-align: center;
border-radius: 5px;
}
.MMM-Gas .CellWithComment:hover span.CellComment{
display:block;
}
}