-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathMMM-EOL.css
37 lines (32 loc) · 1.56 KB
/
MMM-EOL.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
/* 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-EOL .header {
color: #FFFFFF; /* Color the title text. Default is white. */
text-align: center; /* Align the title text. (left, center, right) */
}
.MMM-EOL .scientificName {
color: #FFFFFF; /* Color the location. Default is white. */
text-align: center; /* Align the location. (left, center, right) */
}
.MMM-EOL .title {
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-EOL .photo {
width: 100%; /* adjust size of picture */
height: 200px; /* adjust size of picture */
margin-left: 0px; /* Precisely align picture with these */
margin-right: 0px;
margin-top: 0px;
margin-bottom: 0px;
/* float: center; */
}
.MMM-EOL .description {
color: #FFFFFF; /* Color the description text. Default is white. */
/* text-align: center; */ /* Align the description text. (left, center, right) */
display: none; /* Uncomment if you don't want description text */
}