-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathstyle.css
63 lines (57 loc) · 1.24 KB
/
style.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
table.podlove_alternating th {
font-weight: bold;
padding: 1px;
}
table.podlove_alternating {
width: 100%;
border-bottom: 1px solid #999;
}
table.podlove_alternating th {
text-align: left;
border-bottom: 1px solid #999;
}
table.podlove_alternating td {
padding: 5px;
height: 24px;
}
table.podlove_alternating tr:nth-child(even) {
background: #EAEAEA;
}
div.podlove-button-preview-container {
width: 200px;
}
@font-face {
font-family: 'Podlove';
src:url('fonts/Podlove.eot');
src:url('fonts/Podlove.eot?#iefix') format('embedded-opentype'),
url('fonts/Podlove.woff') format('woff'),
url('fonts/Podlove.ttf') format('truetype'),
url('fonts/Podlove.svg#Podlove') format('svg');
font-weight: normal;
font-style: normal;
}
[data-icon]:before {
font-family: 'Podlove';
content: attr(data-icon);
speak: none;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
.podlove-icon-remove {
font-family: 'Podlove';
speak: none;
font-style: normal;
font-weight: normal;
font-variant: normal;
text-transform: none;
line-height: 1;
-webkit-font-smoothing: antialiased;
color: red;
}
.podlove-icon-remove:before {
content: "\f00d";
}