-
Notifications
You must be signed in to change notification settings - Fork 2
/
MMM-PGHBus.css
41 lines (34 loc) · 1.04 KB
/
MMM-PGHBus.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
/* 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-PGHBus .header{
color: white; /* Header color. Default is white. */
text-align: left; /* Align header text. (left, center, right) */
}
.MMM-PGHBus table {
width: 100%;
font-family: Roboto;
font-size: 15px;
}
.MMM-PGHBus th {
color: white; /* Color the shape. Default is white. */
text-align: center;
font-family: Roboto Condensed;
}
.MMM-PGHBus td {
color: white; /* Color the shape. Default is white. */
text-align: center;
padding-bottom: 5px;
font-size: 18px;
}
.MMM-PGHBus .bus {
color: yellow; /* Color the shape. Default is white. */
}
.MMM-PGHBus .dest {
font-size: 12px;
}
.MMM-PGHBus .stop {
font-size: 12px;
}