forked from mykle1/MMM-NASA
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MMM-NASA.css
29 lines (24 loc) · 1.14 KB
/
MMM-NASA.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
/* 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-NASA .small.bright {
color: #FFFFFF; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want title text */
}
.MMM-NASA .photo {
width: 100%; /* adjust size of picture */
height: 200px;
margin-left: 0px; /* Precisely align picture with these */
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
float: right;
}
.MMM-NASA .xsmall.bright {
color: #FFFFFF; /* Color the information. Default is white. */
text-align: center; /* Align the information. (left, center, right) */
/* display: none; */ /* Uncomment if you don't want descriptive information */
}