~ubuntu-branches/debian/stretch/all-in-one-sidebar/stretch

« back to all changes in this revision

Viewing changes to skin/less/console.less

  • Committer: Package Import Robot
  • Author(s): David Prévot
  • Date: 2013-09-09 19:59:25 UTC
  • mfrom: (1.1.5) (0.1.11 sid)
  • Revision ID: package-import@ubuntu.com-20130909195925-8dtwzmf4o662becs
Tags: 0.7.20-1
* Team upload
* Imported Upstream version 0.7.20
* Remove now useless DMUA
* Remove now useless version in Build-Depends
* Update Vcs to canonical URI
* Bump standards version to 3.9.4
* Add Breaks for xul-ext
* Remove now useless Replaces
* Update copyright, convert it to format 1.0
* Add upstream changelog
* No phone home on install and upgrade

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
 
2
 
window#JSConsoleWindow,
3
 
#ConsoleBox {
4
 
    margin: 0;
5
 
    padding: 0;
6
 
    border: none;
7
 
}
8
 
 
9
 
toolbox {
10
 
    border: none;       /* Windows-Classic-Theme-Fix */
11
 
}
12
 
 
13
 
#ToolbarMode {
 
2
window#JSConsoleWindow,
 
3
#ConsoleBox {
 
4
    margin: 0;
 
5
    padding: 0;
 
6
    border: none;
 
7
}
 
8
 
 
9
toolbox {
 
10
    border: none;       /* Windows-Classic-Theme-Fix */
 
11
}
 
12
 
 
13
#ToolbarMode {
14
14
    padding: 0 1px 1px 1px;
15
 
    
 
15
 
16
16
    toolbarbutton {
17
17
        min-width: 0;
18
18
        padding: 1px 4px !important;
19
19
    }
20
 
    
 
20
 
21
21
    &[hideLabel=true] toolbarbutton:not([class="textonly"]) {
22
 
        
 
22
 
23
23
        label {
24
24
            display: none;
25
25
        }
26
 
        
 
26
 
27
27
        image {
28
28
            margin: 0;
29
29
        }
30
 
        
31
 
    }
32
 
}
 
30
 
 
31
    }
 
32
}
33
33
 
34
34
 
35
35
.console-row {
36
 
    
 
36
 
37
37
    /* Texte buendig */
38
38
    padding: 5px;
39
 
    
 
39
 
40
40
    & * {
41
41
        margin: 0;
42
42
        padding: 0;
43
43
    }
44
 
    
 
44
 
45
45
    .console-row-content > * {
46
46
        margin-bottom: 3px;
47
 
        
 
47
 
48
48
        &:last-child {
49
49
            margin-bottom: 0;
50
50
        }
51
51
    }
52
 
    
 
52
 
53
53
    .console-row-icon image {
54
54
        width: 16px;
55
55
        height: 16px;
57
57
        min-height: 16px;
58
58
        margin-right: 10px;
59
59
    }
60
 
    
61
 
    
 
60
 
 
61
 
62
62
    /* flexible Zeilen */
63
63
    .console-error-source,
64
64
    .console-error-source label,
65
65
    .console-row-code label {
66
66
        -moz-box-flex: 1;
67
67
    }
68
 
    
 
68
 
69
69
    .lineNumberRow label:first-child {
70
70
        margin-right: 5px;
71
71
    }
72
 
    
 
72
 
73
73
    &:not([selected=true]) {
74
 
        
 
74
 
75
75
        .console-row-code  {
76
76
            display: none;
77
77
        }
78
 
        
 
78
 
79
79
        .lineNumberRow label:first-child  {
80
80
            margin-left: 5px;
81
81
        }
82
 
        
 
82
 
83
83
    }
84
 
    
85
 
    
 
84
 
 
85
 
86
86
    /* Zeilenangabe des Fehlers in extra Zeile */
87
87
    &[selected=true] {
88
 
    
 
88
 
89
89
        .console-row-file {
90
90
            -moz-box-orient: vertical;
91
91
        }
92
 
        
 
92
 
93
93
        .lineNumberRow label {
94
94
            margin-top: 3px;
95
95
        }
96
 
        
 
96
 
97
97
    }
98
98
}
99
99
 
100
100
 
101
101
/* @group farbige Liste */
102
102
*[aios-appDefTheme="true"] .console-row:not([selected=true]) {
103
 
    
 
103
 
104
104
    &[type="error"],
105
105
    &[type="exception"] {
106
106
        background-color: #FFECEC;
107
107
    }
108
 
    
 
108
 
109
109
    &[type="warning"] {
110
110
        background-color: #FFFFEC;
111
111
    }
112
 
    
 
112
 
113
113
    &[type="message"] {
114
114
        background-color: #e8f0fb;
115
115
    }
116
 
}
 
116
}
117
117
/* @end */
118
118
 
119
119
 
120
120
/* @group Firefox-Standard-Theme */
121
121
*[aios-appDefTheme="true"] {
122
 
    
 
122
 
123
123
    .console-row {
124
124
        border-bottom-width: 1px;
125
125
        border-bottom-style: dotted !important;
126
126
        border-bottom-color: rgba(0,0,0,0.3);
127
 
        
 
127
 
128
128
        &[selected=true] {
129
 
            
 
129
 
130
130
            * {
131
131
                color: #000;
132
132
            }
133
 
            
 
133
 
134
134
            .console-row-msg,
135
135
            .console-error-msg,
136
136
            description {
138
138
            }
139
139
        }
140
140
    }
141
 
    
142
 
    
 
141
 
 
142
 
143
143
    /* @group Windows */
144
144
    &[aios-appOS="WINNT"] {
145
 
    
 
145
 
146
146
        #ToolbarMode,
147
147
        #ToolbarExt, /* Console2 */
148
148
        #ToolbarEval {
150
150
            border-top: 1px solid ThreedHighlight;
151
151
            border-bottom: 1px solid ThreedShadow;
152
152
        }
153
 
        
 
153
 
154
154
        #ToolbarMode {
155
155
            padding-top: 1px;
156
156
            background-color: #fff;
157
 
            
 
157
 
158
158
            toolbarbutton:not([class="textonly"]) {
159
159
                -moz-appearance: none;
160
160
                width: 36px;
161
161
                height: 36px;
162
162
                margin-right: 1px;
163
163
                border: none;
164
 
                
 
164
 
165
165
                &[checked="true"] {
166
166
                    background-color: #c1d2ee;
167
167
                }
168
 
                
 
168
 
169
169
                &:hover {
170
170
                    background-color: #e0e8f7;
171
171
                }
172
 
                
 
172
 
173
173
            }
174
174
        }
175
 
        
 
175
 
176
176
        .console-row,
177
177
        .console-row[selected="true"] {
178
178
            border-bottom: 1px solid ThreedShadow;
179
 
            
 
179
 
180
180
            .text-link {
181
181
                color: -moz-nativehyperlinktext !important;
182
 
                
 
182
 
183
183
                &:hover {
184
184
                    color: #3DA1FF !important;
185
185
                }
186
 
                
 
186
 
187
187
            }
188
188
        }
189
 
        
190
 
        
 
189
 
 
190
 
191
191
        /* @group Windows-XP klassisch */
192
192
        &[aios-appOSVersion="Windows NT 5.1"] {
193
 
            
 
193
 
194
194
            .console-box {
195
195
                background-color: #efedea;
196
196
            }
197
 
            
 
197
 
198
198
            #ToolbarEval {
199
199
                padding-top: 1px;
200
200
                padding-bottom: 2px;
201
 
                
 
201
 
202
202
                #TextboxEval {
203
203
                    height: 26px;
204
204
                }
205
205
            }
206
 
            
 
206
 
207
207
        }
208
208
        /* @end */
209
 
        
210
 
        
 
209
 
 
210
 
211
211
        /* @group Windows-Standard */
212
212
        &:-moz-system-metric(windows-default-theme) {
213
 
            
 
213
 
214
214
            /* @group Windows-XP-Standard */
215
215
            &[aios-appOSVersion="Windows NT 5.1"] {
216
 
                
 
216
 
217
217
                #console-toolbox {
218
218
                    -moz-appearance: none;
219
219
                }
220
 
                
 
220
 
221
221
                #ToolbarEval {
222
222
                    padding-top: 1px;
223
223
                    padding-bottom: 2px;
224
 
                    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5), 
 
224
                    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0.5),
225
225
                                      rgba(255, 255, 255, 0));
226
 
                    
 
226
 
227
227
                    #TextboxEval {
228
228
                        height: 22px;
229
229
                    }
230
230
                }
231
 
                
 
231
 
232
232
                .console-box {
233
233
                    background-color: #EDECEF;
234
234
                }
235
 
                
 
235
 
236
236
                .console-row[selected="true"] {
237
237
                    background: #CAD3E1 none;
238
238
                }
239
 
                
 
239
 
240
240
            }
241
241
            /* @end */
242
 
            
243
 
            
 
242
 
 
243
 
244
244
            /* @group Windws Vista-7-Standard */
245
245
            &:not([aios-appOSVersion="Windows NT 5.1"]) {
246
 
                
 
246
 
247
247
                #ToolbarEval,
248
248
                .console-box {
249
249
                    background-color: #eef3fa;
250
250
                }
251
 
                
 
251
 
252
252
                .console-row[selected="true"] {
253
253
                    background: #CBD8E8 none;
254
254
                }
255
 
                
 
255
 
256
256
            }
257
257
            /* @end */
258
 
            
 
258
 
259
259
        }
260
260
        /* @end */
261
 
        
 
261
 
262
262
    }
263
263
    /* @end */
264
 
    
265
 
    
 
264
 
 
265
 
266
266
    /* @group Darwin */
267
267
    &[aios-appOS="Darwin"] {
268
 
        
 
268
 
269
269
        window#JSConsoleWindow,
270
270
        #ConsoleBox,
271
271
        #ToolbarExt, /* Console2 */
272
272
        #ToolbarEval {
273
273
            background-color: #D4DDE5;
274
 
            
 
274
 
275
275
            &:-moz-window-inactive {
276
276
                background-color: #E8E8E8;
277
277
            }
278
278
        }
279
 
        
280
 
        #ToolbarMode, 
 
279
 
 
280
        #ToolbarMode,
281
281
        #ToolbarExt, /* Console2 */
282
282
        #ToolbarEval {
283
283
            border-top: none;
284
284
            border-bottom: none;
285
285
            background-image: none;
286
286
        }
287
 
        
 
287
 
288
288
        #ToolbarEval {
289
289
            padding-top: 8px;
290
290
            padding-bottom: 8px;
291
291
        }
292
 
        
 
292
 
293
293
        #console-toolbox,
294
294
        #ConsoleToolbox /* Console2 */ {
295
295
            border-top: 1px solid #484848;
296
 
            
 
296
 
297
297
            &:-moz-window-inactive {
298
298
                border-top: 1px solid #929292;
299
299
            }
300
300
        }
301
 
        
 
301
 
302
302
        #ToolbarMode {
303
303
            -moz-appearance: none;
304
304
            padding: 0 2px 1px 2px;
306
306
            border-top: 1px solid #c0c0c0;
307
307
            border-bottom: 1px solid #484848;
308
308
            background-color: -moz-mac-chrome-active;
309
 
            
 
309
 
310
310
            &:-moz-window-inactive {
311
311
                border-left: 1px solid #e1e1e1;
312
312
                border-top: 1px solid #e1e1e1;
313
313
                border-bottom: 1px solid #929292;
314
314
                background-color: -moz-mac-chrome-inactive;
315
315
            }
316
 
            
 
316
 
317
317
            spacer {
318
318
                display: none;
319
319
            }
320
 
            
 
320
 
321
321
            #viewGroup {
322
322
                margin: 1px 0;
323
323
                padding: 0;
324
324
                border: 1px solid #484848;
325
325
                border-left: none;
326
 
                
327
 
                &:-moz-window-inactive { 
 
326
 
 
327
                &:-moz-window-inactive {
328
328
                    border-color: #929292;
329
329
                }
330
330
            }
331
 
            
 
331
 
332
332
            toolbarbutton:not([class="textonly"]) {
333
333
                -moz-appearance: none;
334
334
                padding: 5px;
336
336
                border-right: none;
337
337
                background: -moz-linear-gradient(top, #FFF, #ADADAD) repeat-x;
338
338
                list-style-image: url("../icons/topbar_darwin.png");
339
 
                
340
 
                &:-moz-window-inactive { 
 
339
 
 
340
                &:-moz-window-inactive {
341
341
                    border-left: 1px solid #929292;
342
342
                }
343
 
                
 
343
 
344
344
                &[checked="true"] {
345
345
                    background: #606060;
346
346
                    box-shadow: inset rgba(42, 42, 42, 1) 0 3px 3px;
347
 
                    
 
347
 
348
348
                    &:-moz-window-inactive {
349
349
                        background: #bababa;
350
350
                        box-shadow: inset rgba(42, 42, 42, 0.6) 0 2px 2px;
351
351
                    }
352
352
                }
353
 
                
 
353
 
354
354
                image {
355
355
                    margin: 4px 2px;
356
356
                    display: -moz-box;
357
357
                    opacity: 0.5;
358
 
                    
 
358
 
359
359
                    &:-moz-window-inactive {
360
360
                        opacity: 0.3;
361
361
                    }
362
362
                }
363
 
                
 
363
 
364
364
                &:hover,
365
365
                &[checked="true"] {
366
 
                
 
366
 
367
367
                    image {
368
368
                        opacity: 1;
369
 
                        
 
369
 
370
370
                        &:-moz-window-inactive {
371
371
                            opacity: 0.8;
372
372
                        }
373
373
                    }
374
 
                    
 
374
 
375
375
                }
376
 
                
 
376
 
377
377
                &[id="Console:modeAll"],
378
378
                &[id="item_modeAll"] /* Console2 */ {
379
379
                    -moz-image-region: rect(48px, 24px, 72px, 0);
380
380
                }
381
 
                
 
381
 
382
382
                &[id="Console:modeErrors"],
383
383
                &[id="item_modeErrors"] /* Console2 */ {
384
384
                    -moz-image-region: rect(48px, 96px, 72px, 72px);
385
385
                }
386
 
                
 
386
 
387
387
                &[id="Console:modeWarnings"],
388
388
                &[id="item_modeWarnings"] /* Console2 */ {
389
389
                    -moz-image-region: rect(48px, 72px, 72px, 48px);
390
390
                }
391
 
                
 
391
 
392
392
                &[id="Console:modeMessages"],
393
393
                &[id="item_modeMessages"] /* Console2 */ {
394
394
                    -moz-image-region: rect(48px, 48px, 72px, 24px);
395
395
                }
396
 
                
 
396
 
397
397
                &[id="Console:clear"] {
398
398
                    margin: 1px 0;
399
399
                    border: 1px solid #484848;
400
400
                    -moz-image-region: rect(48px, 120px, 72px, 96px);
401
 
                    
402
 
                    &:-moz-window-inactive { 
 
401
 
 
402
                    &:-moz-window-inactive {
403
403
                        border-color: #929292;
404
404
                    }
405
405
                }
406
 
                
 
406
 
407
407
                &[id="item_clearConsole"] /* Console2 */ {
408
408
                    -moz-image-region: rect(48px, 120px, 72px, 96px);
409
409
                }
410
 
                
 
410
 
411
411
                /* Console2 */
412
412
                &[id="item_modeAll"],
413
413
                &[id="item_modeErrors"],
416
416
                &[id="item_clearConsole"] {
417
417
                    margin: 1px;
418
418
                    border: 1px solid #484848;
419
 
                    
420
 
                    &:-moz-window-inactive { 
 
419
 
 
420
                    &:-moz-window-inactive {
421
421
                        border-color: #929292;
422
422
                    }
423
 
                    
 
423
 
424
424
                }
425
 
                
 
425
 
426
426
            }
427
427
        }
428
 
        
429
 
        
 
428
 
 
429
 
430
430
        .console-row {
431
 
            
 
431
 
432
432
            .console-row-icon,
433
433
            .console-row-msg > label,
434
434
            .console-row-file > label {
435
435
                display: none;
436
436
            }
437
 
            
 
437
 
438
438
            &[selected=true] {
439
439
                background-color: #aab8c6 !important;
440
 
                 
 
440
 
441
441
                .console-row-msg,
442
442
                .console-error-msg,
443
443
                description {
444
444
                    text-shadow: rgba(255, 255, 255, 0.4) 0 1px 0;
445
445
                }
446
 
                
 
446
 
447
447
                .text-link {
448
448
                    color: #0066CC !important;
449
 
                    
 
449
 
450
450
                    &:hover {
451
451
                      color: #3DA1FF !important;
452
452
                    }
453
453
                }
454
454
            }
455
455
        }
456
 
        
457
 
        
 
456
 
 
457
 
458
458
        /* Console2-Toolbars */
459
459
        &[id="Console2Window"] {
460
 
            
 
460
 
461
461
            #ToolbarExt {
462
462
                padding: 2px 3px 2px 1px;
463
463
            }
464
 
            
 
464
 
465
465
            #ToolbarEval {
466
466
                padding: 2px 3px 3px 1px;
467
467
            }
468
 
            
 
468
 
469
469
        }
470
 
        
 
470
 
471
471
    }
472
472
    /* @end */
473
 
    
474
 
    
 
473
 
 
474
 
475
475
    /* @group Linux */
476
476
    &:not([aios-appOS="WINNT"]):not([aios-appOS="Darwin"]) {
477
 
        
478
 
        #ToolbarMode, 
479
 
        #ToolbarExt, 
 
477
 
 
478
        #ToolbarMode,
 
479
        #ToolbarExt,
480
480
        #ToolbarEval {
481
481
            -moz-appearance: none;
482
482
        }
483
 
        
 
483
 
484
484
    }
485
485
    /* @end */
486
 
    
 
486
 
487
487
}
488
488
/* @end */
489
489
 
492
492
 
493
493
/* @group Fix fuer Console2 */
494
494
#Console2Window {
495
 
    
 
495
 
496
496
    #ConsoleBox {
497
497
        -moz-appearance: none;
498
498
    }
499
 
    
 
499
 
500
500
    .console-row-number label:first-child {
501
501
        margin-right: 5px;
502
502
    }
503
 
    
 
503
 
504
504
    /* Zeilenangabe des Fehlers in extra Zeile */
505
505
    richlistitem[selected=true] box + box {
506
506
        -moz-box-orient: vertical ;
507
 
        
 
507
 
508
508
        .console-row-number {
509
509
            margin-top: 3px;
510
510
        }
511
511
    }
512
 
    
 
512
 
513
513
    .console-row[category~="CSS"] .console-row-icon box {
514
514
        background: url("../img/console_css.png") no-repeat left center;
515
515
    }
516
 
    
 
516
 
517
517
    .console-row[category]:not([category~="javascript"]):not([category~="JavaScript"]):not([category~="CSS"]) .console-row-icon box {
518
518
        background: url("../img/console_xml.png") no-repeat left center;
519
519
    }
520
 
    
 
520
 
521
521
    .console-row-dupes,
522
522
    .console-row-timestamp {
523
523
        margin-left: 10px;