Issues (2756)

css/infos.css (74 issues)

1
h3 span.label {
2
	width:100px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
3
	display:inline-block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
4
}
5
6
ul.toggle_display {
7
	display:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
8
	list-style-type:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
9
	margin-left:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
10
	margin-right:23px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
11
	padding:12px 5px 3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
12
	border-bottom:1px solid #C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
13
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
14
ul.toggle_display li {
15
	padding:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
16
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
17
#tabs ul#headers li, #tabs ul#headers li h2, #stats_lines li{
18
	display: inline;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
19
	margin-right: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
20
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
21
#tabs ul#headers {
22
	border-bottom:1px solid #E3F3FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
23
	padding:12px 5px 3px 5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
24
	float:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
25
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
26
.wrap_unfloat {
27
	overflow:hidden;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
28
}
29
30
#tabs ul#headers li a {
31
	color:#595441;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
32
	border:1px solid #C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
33
	-moz-border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
34
	-webkit-border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
35
	border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
36
	padding:10px 5px 5px 15px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
37
	background:#E3F3FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
38
}
39
40
#tabs ul#headers li a:hover {
41
	text-decoration:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
42
	background:#88C0EB;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
43
}
44
45
#tabs ul#headers li a.selected {
46
	border-bottom:2px solid #fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
47
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
48
}
49
50
#tabs ul#headers li a.selected:hover {
51
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
52
}
53
54
#stats_lines li a {
55
	-moz-border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
56
	-webkit-border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
57
	border-radius:10px 10px 0 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
58
	padding:3px 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
59
	background:#E3F3FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
60
	border:1px solid #C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
61
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
62
#stats_lines li a:hover {
63
	text-decoration:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
64
	background:#C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
65
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
66
#stats_lines li a.selected {
67
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
68
	border:1px solid #C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
69
	border-bottom:1px solid white;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
70
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
71
#stats_lines li a.selected:hover {
72
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
73
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
74
.tab {
75
	padding:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
76
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
77
li#sites_various { padding-left:22px; padding-top:4px;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
78
79
li.sites_list img, #longurl img {width:16px; height: 16px; display:inline-block;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
80
81
#referrer_cell { min-width: 300px;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
82
83
#details_clicks li.bestday, #details_clicks li span.best_month, #details_clicks li span.best_year    {
84
	font-weight:bold;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
85
}
86
87
ul.no_bullet {
88
	list-style-type: none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
89
	margin-left:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
90
	padding:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
91
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
92
ul.no_bullet li {
93
	margin-bottom:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
94
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
95
#historical_clicks {
96
	float:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
97
	margin:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
98
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
99
#historical_clicks li {
100
	padding:2px 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
101
	margin:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
102
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
103
#historical_clicks li:hover {
104
	background:#C7E7FF !important;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
105
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
106
#historical_clicks span.historical_link {
107
	min-width:130px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
108
	display:inline-block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
109
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
110
#historical_clicks span.historical_count {
111
	min-width:100px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
112
	display:inline-block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
113
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
114
h2#informations{
115
	word-break: break-all;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
116
}
117