Issues (2756)

css/style.css (68 issues)

Checks class definition closing brace space spacing after close

Coding Style Informational
1
body {
2
	font-family: Verdana, Arial;
3
	font-size: 12px;
4
	color: #595441;
5
	background:#e3f3ff;
6
	text-align:center;
7
	margin-top:0px;
8
	padding-top:10px;
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;
12
	min-height:150px;
13
	margin:0 auto;
14
	background:white;
15
	text-align:left;
16
	padding:5px 20px 10px 20px;
17
	border-left:3px solid #2a85b3;
18
	border-right:3px solid #2a85b3;
19
	border-bottom:3px solid #2a85b3;
20
	border-top:3px solid #2a85b3;
21
	-moz-border-radius:20px;
22
	-webkit-border-radius:20px;
23
	border-radius:20px;
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...
26
div, p, td {
27
	font-family: Verdana, Arial;
28
	font-size: 12px;
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;
32
	text-decoration: none;
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;
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...
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...
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...
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...
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...
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;
48
	list-style-type:none;
49
	padding:0;
50
	font-size:105%;
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;
54
	padding:1px 0;
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;
58
	color:#000;
59
}
60
61
code {
62
	background:#eaeaef;
63
	padding:0 2px;
64
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
65
tt {
66
	background:#ffc;
67
	padding:0 2px;
68
}
69
70
input, textarea {
71
	-moz-border-radius:3px;
72
	-webkit-border-radius:3px;
73
	border-radius:3px;
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;
77
	font-size: 10px;
78
	color: #595441;
79
	background-color: #FFFFFF;
80
	border: 1px solid #88c0eb;
81
	margin:1px;
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;
85
	font-size: 10px;
86
	color: #595441;
87
	font-weight: bold;
88
	background-color: #FFFFFF;
89
	border: 1px solid #88c0eb;
90
	cursor:pointer;
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;
94
	background:#fafafe;
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;
98
	margin:0px;
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;
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;
105
	padding:1px;
106
	border:1px solid #CDCDCD;
107
	background:#fff;
108
	clear:both;
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;
112
	padding:4px;
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;
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;
119
	color:#88c0eb;
120
	width:50%;
121
	margin:0px 25%;
122
	padding:2px;
123
	border:1px solid #ff8;
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;
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...
129
td.url small a{
130
	color:#bbc;
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;
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;
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;
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;
146
	font-size: 10px;
147
	color: #595441;
148
	font-weight: bold;
149
	background-color: #FFFFFF;
150
	border: 1px solid #88c0eb;
151
	-moz-border-radius:3px;
152
	-webkit-border-radius:3px;
153
	border-radius:3px;
154
	cursor:pointer;
155
	height:22px;
156
	width:22px;
157
	margin-top:0px;
158
	margin-right:5px;
159
	display:block;
160
	float:left;
161
	text-indent:-9999px;
162
	outline:0px;
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;
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;
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;
172
	background:#ccc;
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;
176
	color:#cc7;
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;
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;
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;
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;
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;
192
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
193
.error {
194
	color: red;
195
	background:#fee;
196
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
197
.warning {
198
	color: orange;
199
	background:#ffe9bf;
200
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
201
.success {
202
	color: green;
203
	background:#efe;
204
}
0 ignored issues
show
Expected one blank line after closing brace of class definition; 0 found
Loading history...
205
#login {
206
	width: 300px;
207
	margin: 200px auto 0px auto;
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;
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%;
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;
217
	list-style-type:none;
218
	text-indent:0;
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;
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;
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;
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;
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;
234
	padding-bottom:30px;
235
	text-align:justify;
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;
239
	padding:0 2px;
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;
243
	-moz-border-radius:3px;
244
	-webkit-border-radius:3px;
245
	border-radius:3px;
246
	padding:5px 5px 5px 20px;
247
	background:#eef url(../images/favicon.gif) 2px center no-repeat;
248
	margin:3px;
249
	display:inline-block;
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;
253
	background-position:3px center;
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;
257
	margin-top:20px;
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;
261
	background:white;
262
	margin:0 auto;
263
	max-width:950px;
264
	-moz-border-radius:10px;
265
	-webkit-border-radius:10px;
266
	border-radius:10px;
267
	border:2px solid #2a85b3;
268
	-moz-border-radius-bottomleft:30px;
269
	-moz-border-radius-bottomright:30px;
270
	-webkit-border-bottom-left-radius:25px;
271
	-webkit-border-bottom-right-radius:25px;
272
	border-bottom-left-radius:25px;
273
	border-bottom-right-radius:25px;
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;
277
	padding-left:20px;
278
}
279
280
.notice {
281
	border:1px solid #2a85b3;
282
	background: #F3FAFD;
283
	-moz-border-radius:6px;
284
	-webkit-border-radius:6px;
285
	border-radius:6px;
286
	width:70%;
287
	margin-left:15%;
288
	padding-left:10px;
289
	margin-bottom:5px;
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%;
295
  position:fixed;
296
  top:0;
297
  left:0;
298
  z-index:32768;
299
  background-color:#efefef;
300
  font-size:18px;
301
  color:#000;
302
  text-align:center;
303
  font-family: Arial, Verdana, sans-serif;
304
  padding:20px 0px;
305
  border-bottom:1px solid #bbb;
306
  filter:alpha(opacity=95);
307
  -moz-opacity:0.95;
308
  -khtml-opacity:0.95;
309
  opacity:0.95;
310
  -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);
311
  -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
312
  text-shadow: 0 1px 1px rgba(0,0,0,0.1);
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;
316
  background-color:#fdd;
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;
320
	padding-left:20px;
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;
323
	padding-left:20px;
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;
327
  background-color:#aea;
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;
331
  left:95%;
332
  font-size:11px;
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...
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...
336
tr:hover.plugin td.plugin_desc small{ visibility:visible;}
337