-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathMMM-MLB.css
74 lines (73 loc) · 1.08 KB
/
MMM-MLB.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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
.MMM-MLB .wrapper{
text-align: justify;
width: 450px;
}
.MMM-MLB .header {
color: #fff;
text-align: center;
}
.MMM-MLB .status {
color: #aeb3c1;
font-size: 18px;
}
.MMM-MLB .rhe-header {
width: 2.5ex;
color: #c6d9d0;
text-align: center;
}
.MMM-MLB .rhe-data {
color: #e4e4e4;
text-align: center;
}
.MMM-MLB .hometeam {
color: #e4e4e4;
}
.MMM-MLB .awayteam {
color: #e4e4e4;
}
.MMM-MLB .logo {
height: 25px;
width: 25px;
}
.MMM-MLB .runners {
width: 75px;
height: 50px;
}
.MMM-MLB .emblem {
height: 12%;
width: 12%;
margin-right: 15px;
}
.MMM-MLB .xsdata {
color: #c6d9d0;
font-size: 15px;
line-height: 20px;
}
.MMM-MLB .pregame-data {
text-align: right;
width: 12ex;
}
.MMM-MLB .postponed-data {
text-align: right;
width: 12ex;
}
.MMM-MLB .inprogress-data {
width: 100px;
text-align: center;
}
.MMM-MLB .stat-block {
display: inline-block;
margin-right: 1ex;
}
.MMM-MLB .status2 {
}
.MMM-MLB .status3 {
}
.MMM-MLB .status4 {
}
.MMM-MLB .losing-team {
filter: brightness(0.6);
}
.MMM-MLB .unscheduled-inning {
filter: brightness(0.4);
}