-
Notifications
You must be signed in to change notification settings - Fork 11
/
MMM-Lunartic.css
53 lines (44 loc) · 1.99 KB
/
MMM-Lunartic.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
/* 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-Lunartic .header {
color: white; /* Header color. Default is white. */
}
.MMM-Lunartic img.photo {
/* display: none; uncomment if you don't want an image */
max-width: 100%;
margin-left: 0px; /* Precisely align moon picture with these */
margin-right: 0px;
margin-top: 0px; /* -41px for current. -21px for animation or static. */
margin-bottom: -60px; /* -51px for current. -21px for animation or static. */
}
.MMM-Lunartic .age {
color: white; /* Age color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .illumination {
color: white; /* illumination color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .stage {
color: white; /* stage color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .DFCOE {
color: white; /* DFCOE color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .DFS {
color: white; /* DFS color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .nextFullMoon {
color: white; /* nextFullMoon color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}
.MMM-Lunartic .nextNewMoon {
color: white; /* nextNewMoon color. Default is white. */
/* display: none; */ /* uncomment if you don't want this */
}