Issues (2756)

css/style.css (273 issues)

1
body {
2
	font-family: Verdana, Arial;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
3
	font-size: 12px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
4
	color: #595441;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
5
	background:#e3f3ff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
6
	text-align:center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
7
	margin-top:0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
8
	padding-top:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
9
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
10
#wrap {
11
	max-width:950px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
12
	min-height:150px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
13
	margin:0 auto;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
14
	background:white;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
15
	text-align:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
16
	padding:5px 20px 10px 20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
17
	border-left:3px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
18
	border-right:3px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
19
	border-bottom:3px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
20
	border-top:3px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
21
	-moz-border-radius:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
22
	-webkit-border-radius:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
23
	border-radius:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
24
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
25
.hide-if-no-js {display: none;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
26
div, p, td {
27
	font-family: Verdana, Arial;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
28
	font-size: 12px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
29
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
30
a, a:link, a:active, a:visited {
31
	color: #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
32
	text-decoration: none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
33
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
34
a:hover {
35
	text-decoration: underline;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
36
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
37
h1 {height:50px;margin:0;float:right;max-width:500px;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
38
h1 a {text-align:right;font-size:20px;float:right;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
39
h1 a, h1 a:link, h1 a:active, h1 a:visited {color:#2a85b3}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
40
h1 a:hover{text-decoration:none;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
41
h1 a:hover span{text-decoration:underline;color:#88c0eb}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
42
#yourls-logo {
43
    border:0px;
44
    width:300px;
45
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
46
ul#admin_menu {
47
	min-height:100px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
48
	list-style-type:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
49
	padding:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
50
	font-size:105%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
51
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
52
ul#admin_menu li {
53
	color:#aaa;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
54
	padding:1px 0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
55
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
56
ul#admin_menu li:hover {
57
	list-style-type:square;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
58
	color:#000;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
59
}
60
61
code {
62
	background:#eaeaef;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
63
	padding:0 2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
64
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
65
tt {
66
	background:#ffc;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
67
	padding:0 2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
68
}
69
70
input, textarea {
71
	-moz-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
72
	-webkit-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
73
	border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
74
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
75
Input.text, select, textarea {
76
	font-family: Verdana, Arial;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
77
	font-size: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
78
	color: #595441;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
79
	background-color: #FFFFFF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
80
	border: 1px solid #88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
81
	margin:1px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
82
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
83
input.button {
84
	font-family: Verdana, Arial;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
85
	font-size: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
86
	color: #595441;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
87
	font-weight: bold;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
88
	background-color: #FFFFFF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
89
	border: 1px solid #88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
90
	cursor:pointer;
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
input.primary {
93
	border:2px solid #2A85B3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
94
	background:#fafafe;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
95
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
96
input.text:focus, textarea:focus {
97
	border:2px solid #2A85B3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
98
	margin:0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
99
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
100
tr.edit-row  td {
101
	background:#e3f3ff !important;
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
#new_url {
104
	text-align:center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
105
	padding:1px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
106
	border:1px solid #CDCDCD;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
107
	background:#fff;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
108
	clear:both;
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
#new_url div {
111
	background:#C7E7FF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
112
	padding:4px;
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
#new_url_form {
115
	padding:4px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
116
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
117
#new_url #feedback {
118
	background:#ff8;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
119
	color:#88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
120
	width:50%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
121
	margin:0px 25%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
122
	padding:2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
123
	border:1px solid #ff8;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
124
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
125
#new_url #feedback .fail {
126
	color:#f55;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
127
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
128
#add-url {width:400px}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
129
td.url small a{
130
	color:#bbc;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
131
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
132
body.desktop td.actions input,body.desktop  td.actions a {
133
	visibility:hidden;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
134
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
135
td.timestamp span.timestamp {
136
    display:none;
137
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
138
td.actions input.disabled, td.actions input.loading {
139
	visibility:visible;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
140
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
141
tr:hover td.actions input, tr:hover td.actions a {
142
	visibility:visible;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
143
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
144
td.actions .button {
145
	font-family: Verdana, Arial;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
146
	font-size: 10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
147
	color: #595441;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
148
	font-weight: bold;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
149
	background-color: #FFFFFF;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
150
	border: 1px solid #88c0eb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
151
	-moz-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
152
	-webkit-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
153
	border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
154
	cursor:pointer;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
155
	height:22px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
156
	width:22px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
157
	margin-top:0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
158
	margin-right:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
159
	display:block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
160
	float:left;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
161
	text-indent:-9999px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
162
	outline:0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
163
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
164
td.actions .button:active {
165
	border:1px solid #000;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
166
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
167
td.actions .button:hover {
168
	text-decoration:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
169
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
170
td.actions .button.disabled, #add-button.disabled {
171
	border:1px solid #333;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
172
	background:#ccc;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
173
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
174
td.actions .button.loading, #add-button.loading {
175
	background:#cc7 url(../images/loading.gif) center center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
176
	color:#cc7;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
177
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
178
td.actions .button_share {
179
	background:transparent url(../images/share.png) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
180
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
181
td.actions .button_edit {
182
	background:transparent url(../images/pencil.png) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
183
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
184
td.actions .button_delete {
185
	background:transparent url(../images/delete.png) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
186
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
187
td.actions .button_stats {
188
	background:transparent url(../images/chart_bar.png) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
189
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
190
#main_table tfoot th, #main_table tfoot th div {
191
	font-size:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
192
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
193
.error {
194
	color: red;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
195
	background:#fee;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
196
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
197
.warning {
198
	color: orange;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
199
	background:#ffe9bf;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
200
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
201
.success {
202
	color: green;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
203
	background:#efe;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
204
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
205
#login {
206
	width: 300px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
207
	margin: 200px auto 0px auto;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
208
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
209
#login p{
210
	font-weight: bold;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
211
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
212
#login .text {
213
	width: 100%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
214
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
215
#login ul {
216
	padding-left:0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
217
	list-style-type:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
218
	text-indent:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
219
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
220
#login ul li {
221
	padding:0 0 5px 20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
222
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
223
#login ul.error li {
224
	background:transparent url(../images/cancel.png) top left no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
225
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
226
#login ul.warning li {
227
	background:transparent url(../images/error.png) top left no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
228
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
229
#login ul.success li {
230
	background:transparent url(../images/accept.png) top left no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
231
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
232
.sub_wrap {
233
	max-width:580px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
234
	padding-bottom:30px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
235
	text-align:justify;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
236
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
237
.sub_wrap span {
238
	background:#ffa;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
239
	padding:0 2px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
240
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
241
a.bookmarklet {
242
	border:2px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
243
	-moz-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
244
	-webkit-border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
245
	border-radius:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
246
	padding:5px 5px 5px 20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
247
	background:#eef url(../images/favicon.gif) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
248
	margin:3px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
249
	display:inline-block;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
250
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
251
a.bookmarklet:hover {
252
	text-decoration:none;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
253
	background-position:3px center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
254
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
255
#footer {
256
	text-align:center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
257
	margin-top:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
258
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
259
#footer p {
260
	padding:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
261
	background:white;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
262
	margin:0 auto;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
263
	max-width:950px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
264
	-moz-border-radius:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
265
	-webkit-border-radius:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
266
	border-radius:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
267
	border:2px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
268
	-moz-border-radius-bottomleft:30px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
269
	-moz-border-radius-bottomright:30px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
270
	-webkit-border-bottom-left-radius:25px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
271
	-webkit-border-bottom-right-radius:25px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
272
	border-bottom-left-radius:25px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
273
	border-bottom-right-radius:25px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
274
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
275
#footer p a {
276
	background:#fff url(../images/favicon.gif) 2px center no-repeat;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
277
	padding-left:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
278
}
279
280
.notice {
281
	border:1px solid #2a85b3;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
282
	background: #F3FAFD;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
283
	-moz-border-radius:6px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
284
	-webkit-border-radius:6px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
285
	border-radius:6px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
286
	width:70%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
287
	margin-left:15%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
288
	padding-left:10px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
289
	margin-bottom:5px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
290
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 2 found
Loading history...
291
292
293
.jquery-notify-bar {
294
  width:100%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
295
  position:fixed;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
296
  top:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
297
  left:0;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
298
  z-index:32768;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
299
  background-color:#efefef;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
300
  font-size:18px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
301
  color:#000;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
302
  text-align:center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
303
  font-family: Arial, Verdana, sans-serif;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
304
  padding:20px 0px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
305
  border-bottom:1px solid #bbb;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
306
  filter:alpha(opacity=95);
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
307
  -moz-opacity:0.95;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
308
  -khtml-opacity:0.95;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
309
  opacity:0.95;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
310
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
311
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
312
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
313
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
314
.jquery-notify-bar.error ,.jquery-notify-bar.fail {
315
  color:#f00;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
316
  background-color:#fdd;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
317
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
318
.jquery-notify-bar.error span,.jquery-notify-bar.fail span{
319
	background:transparent url("../images/error.png") no-repeat left center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
320
	padding-left:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
321
}.jquery-notify-bar.success span{
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
322
	background:transparent url("../images/accept.png") no-repeat left center;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
323
	padding-left:20px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 1
Loading history...
324
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
325
.jquery-notify-bar.success {
326
  color:#060;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
327
  background-color:#aea;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
328
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
329
.notify-bar-close {
330
  position:absolute;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
331
  left:95%;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
332
  font-size:11px;
0 ignored issues
show
Line indented incorrectly; expected 4 spaces, found 2
Loading history...
333
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
334
tr.plugin.active a{ font-weight:bolder;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
335
body.desktop tr.plugin td.plugin_desc small{ visibility:hidden;}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
Closing brace of class definition must be on new line
Loading history...
336
tr:hover.plugin td.plugin_desc small{ visibility:visible;}
0 ignored issues
show
Closing brace of class definition must be on new line
Loading history...
337