-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMMM-Fortunix.css
73 lines (60 loc) · 1.52 KB
/
MMM-Fortunix.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
/* Copy and paste any or all of these css entries into your custom.css file inside your
* css folder. The functions are annotated to make things as easy as possible for you.
* Use any colors you want! Go to - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-Fortunix .header {
color: #FFFFFF; /* Header color. Default is white. */
}
.MMM-Fortunix .ram {
color: yellow; /* ram color. Default is white. */
}
.MMM-Fortunix .yourCPU {
color: #62FF00; /* yourCPU color. Default is white. */
}
.MMM-Fortunix .usage {
color: cyan; /* usage color. Default is white. */
}
.MMM-Fortunix .graphicsTemp {
color: yellow; /* usage color. Default is white. */
}
.MMM-Fortunix .core0Temp {
color: cyan;
text-align: right;
margin-top: -150px;
}
.MMM-Fortunix .core1Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core2Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core3Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core4Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core5Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core6Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}
.MMM-Fortunix .core7Temp {
color: cyan;
text-align: right;
margin-top: 0px;
}