Issues (1386)

style.css (3 issues)

1
table.podlove_alternating th {
2
	font-weight: bold;
3
	padding: 1px;
4
}
5
6
table.podlove_alternating {
7
	width: 100%;
8
	border-bottom: 1px solid #999;
9
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
10
table.podlove_alternating th {
11
	text-align: left;
12
	border-bottom: 1px solid #999;
13
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
14
table.podlove_alternating td {
15
	padding: 5px;
16
	height: 24px;
17
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
18
table.podlove_alternating tr:nth-child(even) {
19
	background: #EAEAEA;
20
}
21
22
div.podlove-button-preview-container {
23
	width: 200px;
24
}
25
26
@font-face {
27
	font-family: 'Podlove';
28
	src:url('fonts/Podlove.eot');
29
	src:url('fonts/Podlove.eot?#iefix') format('embedded-opentype'),
30
		url('fonts/Podlove.woff') format('woff'),
31
		url('fonts/Podlove.ttf') format('truetype'),
32
		url('fonts/Podlove.svg#Podlove') format('svg');
33
	font-weight: normal;
34
	font-style: normal;
35
}
36
37
[data-icon]:before {
38
	font-family: 'Podlove';
39
	content: attr(data-icon);
40
	speak: none;
41
	font-weight: normal;
42
	font-variant: normal;
43
	text-transform: none;
44
	line-height: 1;
45
	-webkit-font-smoothing: antialiased;
46
	-moz-osx-font-smoothing: grayscale;
47
}
48
49
.podlove-icon-remove {
50
	font-family: 'Podlove';
51
	speak: none;
52
	font-style: normal;
53
	font-weight: normal;
54
	font-variant: normal;
55
	text-transform: none;
56
	line-height: 1;
57
	-webkit-font-smoothing: antialiased;
58
	color: red;
59
}
60
61
.podlove-icon-remove:before {
62
	content: "\f00d";
63
}