forked from mykle1/MMM-Astronauts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-Astronauts.css
35 lines (29 loc) · 1.52 KB
/
MMM-Astronauts.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
/* 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! For example - "http://htmlcolorcodes.com/color-picker/"
* Pick your color, copy and paste the HEX number. Example - #62FF00 = bright green.
*/
.MMM-Astronauts .header {
color: white; /* Color the name text. Default is white. */
text-align: left; /* Align the name text. (left, center, right) */
}
.MMM-Astronauts .name {
color: white; /* Color the name text. Default is white. */
text-align: left; /* Align the name text. (left, center, right) */
}
.MMM-Astronauts .craft {
color: white; /* Color the spacecraft text. Default is white. */
text-align: left; /* Align the spacecraft. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want the spacecraft */
}
.MMM-Astronauts .date {
color: white; /* Color the date. Default is white. */
text-align: left; /* Align the date. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want the date */
}
.MMM-Astronauts .photo {
width: 300px; /* Maximum width of image. Retains aspect ratio */
padding: 0px; /* Nudge image */
float: left; /* Align the picture. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want picture */
}