-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathMMM-NBA.css
52 lines (48 loc) · 893 Bytes
/
MMM-NBA.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
@import url('https://fonts.googleapis.com/css?family=Orbitron');
.MMM-NBA .wrapper{
text-align: justify;
width: 450px;
}
.MMM-NBA .header {
color: #fff;
text-align: right;
}
.MMM-NBA .font {
font-family: 'Orbitron', sans-serif;
}
.MMM-NBA .status {
font-family: 'Orbitron', sans-serif;
color: #ee0000;
font-size: 18px;
}
.MMM-NBA .table {
border-spacing: 10px 0;
border-collapse: separate;
text-align: center;
}
.MMM-NBA .icon {
-webkit-filter: grayscale(100%);
filter: grayscale(100%);
}
.MMM-NBA .row {
vertical-align: middle;
}
.MMM-NBA img {
max-height: 25px;
max-width: 25px;
}
.MMM-NBA .hometeam {
color: #e4e4e4;
font-size: 16px;
}
.MMM-NBA .awayteam {
color: #e4e4e4;
font-size: 16px;
}
.MMM-NBA .logo {
height: 25px;
width: 25px;
}
.MMM-NBA .preview {
color: #e4e4e4;
}