-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMMM-Podcast2.css
More file actions
57 lines (52 loc) · 821 Bytes
/
MMM-Podcast2.css
File metadata and controls
57 lines (52 loc) · 821 Bytes
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
.float {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
float: left;
}
.MMM-Dreambox {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
.db {
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
div.selected {
background: grey;
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
color: #fff;
clear: both;
}
.inactive {
color: grey;
font-style: italic;
padding: 0;
margin: 0;
font-size: 12px;
line-height: normal;
clear: both;
}
.play:before {
content: "\f04b";
margin-left: 5px;
margin-right: 5px;
font: normal normal normal 14px/1 FontAwesome;
font-size: inherit;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}