-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathMMM-Events.css
More file actions
22 lines (18 loc) · 965 Bytes
/
MMM-Events.css
File metadata and controls
22 lines (18 loc) · 965 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* 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-Events .small.bright {
color: #FFFFFF; /* Color the title of the event. Default is white. */
text-align: left; /* Align the title of the event. left, center, right */
}
.MMM-Events .xsmall.bright {
color: #FFFFFF; /* Color the information for the event. Default is white. */
text-align: left; /* Align the information for the event. left, center, right */
}
.MMM-Events .list-left {
width:auto;
padding: 0px; /* Nudge picture */
float: left; /* Align the picture for the event. left or right */
}