1
1
/* Colums START> */
2
2
.cf_column {
3
3
min-height : 20px ;
4
- margin-bottom : 0 px ;
4
+ margin-bottom : 0 ;
5
5
}
6
6
7
7
.full {
@@ -77,19 +77,19 @@ input[type="number"]::-webkit-inner-spin-button {
77
77
float : left;
78
78
width : calc (100% - 2px );
79
79
margin-bottom : 10px ;
80
- font-family : 'open_sansregular' , Arial;
80
+ font-family : 'open_sansregular' , Arial, serif ;
81
81
}
82
82
83
83
.gui_box_titlebar {
84
84
background-color : # e4e4e4 ;
85
- border-radius : 3px 3px 0 px 0 px ;
85
+ border-radius : 3px 3px 0 0 ;
86
86
font-size : 13px ;
87
87
width : 100% ;
88
88
height : 27px ;
89
- padding-bottom : 0 px ;
89
+ padding-bottom : 0 ;
90
90
float : left;
91
91
margin-bottom : 7px ;
92
- font-family : 'open_sanssemibold' , Arial;
92
+ font-family : 'open_sanssemibold' , Arial, serif ;
93
93
}
94
94
95
95
/* Spacers */
@@ -109,7 +109,7 @@ input[type="number"]::-webkit-inner-spin-button {
109
109
padding-left : 10px ;
110
110
padding-right : 10px ;
111
111
padding-top : 4px ;
112
- margin-bottom : 0 px ;
112
+ margin-bottom : 0 ;
113
113
float : left;
114
114
}
115
115
@@ -136,7 +136,7 @@ input[type="number"]::-webkit-inner-spin-button {
136
136
.header-dialog .parameter label {
137
137
background-color : # 828885 ;
138
138
padding : 4px ;
139
- border-left : 0 px solid # ccc ;
139
+ border-left : 0 solid # ccc ;
140
140
border-bottom : 1px solid # ccc ;
141
141
font-weight : normal;
142
142
color : white;
@@ -147,7 +147,7 @@ input[type="number"]::-webkit-inner-spin-button {
147
147
.header-dialog .parameter th {
148
148
background-color : # 828885 ;
149
149
padding : 4px ;
150
- border-left : 0 px solid # ccc ;
150
+ border-left : 0 solid # ccc ;
151
151
border-bottom : 1px solid # ccc ;
152
152
font-weight : bold;
153
153
color : white;
@@ -170,7 +170,7 @@ input[type="number"]::-webkit-inner-spin-button {
170
170
}
171
171
172
172
.header-dialog .cf th : last-child {
173
- border-right : 0 px ;
173
+ border-right : 0 ;
174
174
}
175
175
176
176
.header-dialog .cf td : first-child {
@@ -180,7 +180,7 @@ input[type="number"]::-webkit-inner-spin-button {
180
180
181
181
.header-dialog .cf td : last-child {
182
182
border-bottom-right-radius : 3px ;
183
- border-right : 0 px ;
183
+ border-right : 0 ;
184
184
border-top-right-radius : 3px ;
185
185
}
186
186
@@ -215,37 +215,37 @@ input[type="number"]::-webkit-inner-spin-button {
215
215
216
216
.header-dialog table {
217
217
float : left;
218
- margin : 0 px ;
218
+ margin : 0 ;
219
219
border-collapse : collapse;
220
220
width : calc (100% - 1px );
221
221
}
222
222
223
223
.header-dialog .gui_box {
224
- /*margin-bottom: 0px ;*/
224
+ /*margin-bottom: 0 ;*/
225
225
}
226
226
227
227
.header-dialog .parameter td + input {
228
228
padding : 1px ;
229
229
background-color : red;
230
- border-bottom : 0 px solid # ccc ;
230
+ border-bottom : 0 solid # ccc ;
231
231
}
232
232
233
233
.header-dialog table , .header-dialog table td {
234
234
padding : 1px ;
235
- border-bottom : 0 px solid # ccc ;
235
+ border-bottom : 0 solid # ccc ;
236
236
}
237
237
238
238
.header-dialog table th {
239
- padding : 0 px ;
240
- border : 0 px ;
239
+ padding : 0 ;
240
+ border : 0 ;
241
241
font-weight : normal;
242
242
}
243
243
244
244
.header-dialog .pid_titlebar th {
245
245
padding : 5px ;
246
246
text-align : left;
247
247
border-right : 1px solid # ccc ;
248
- width : calc (100% -1px );
248
+ width : calc (100% - 1px );
249
249
}
250
250
251
251
.header-dialog .pid_titlebar th : first-child {
@@ -262,7 +262,7 @@ input[type="number"]::-webkit-inner-spin-button {
262
262
}
263
263
264
264
.header-dialog table tr td : last-child {
265
- border-right : 0 px solid # ccc ;
265
+ border-right : 0 solid # ccc ;
266
266
}
267
267
268
268
.header-dialog table td {
@@ -273,7 +273,7 @@ input[type="number"]::-webkit-inner-spin-button {
273
273
274
274
.header-dialog table tr td {
275
275
text-align : left;
276
- padding-left : 0 px ;
276
+ padding-left : 0 ;
277
277
}
278
278
279
279
.header-dialog table input {
@@ -282,8 +282,8 @@ input[type="number"]::-webkit-inner-spin-button {
282
282
height : 20px ;
283
283
line-height : 20px ;
284
284
text-align : right;
285
- border : 0 px solid # ccc ;
286
- border-radius : 0 px ;
285
+ border : 0 solid # ccc ;
286
+ border-radius : 0 ;
287
287
}
288
288
289
289
.header-dialog .missing {
@@ -302,7 +302,7 @@ input[type="number"]::-webkit-inner-spin-button {
302
302
.header-dialog .controller {
303
303
float : left;
304
304
width : calc (100% - 10px );
305
- margin-left : 0 px ;
305
+ margin-left : 0 ;
306
306
margin-bottom : 10px ;
307
307
border-radius : 4px ;
308
308
border : 1px solid # ccc ;
@@ -330,9 +330,7 @@ input[type="number"]::-webkit-inner-spin-button {
330
330
color : white;
331
331
height : 19px ;
332
332
font-weight : normal;
333
- padding : 2px ;
334
- padding-bottom : 3px ;
335
- padding-left : 6px ;
333
+ padding : 2px 2px 3px 6px ;
336
334
}
337
335
338
336
.header-dialog .profile select {
@@ -374,7 +372,7 @@ input[type="number"]::-webkit-inner-spin-button {
374
372
float : right;
375
373
width : calc (100% - 2px );
376
374
margin-top : 10px ;
377
- /* padding-left: 0px ; */
375
+ /* padding-left: 0 ; */
378
376
}
379
377
380
378
html : not (.isCF ) .cf-only ,
@@ -396,7 +394,7 @@ html:not(.isBF28) .bf-only {
396
394
.header-dialog .fixed_band {
397
395
position : absolute;
398
396
width : 100% ;
399
- bottom : 0 px ;
397
+ bottom : 0 ;
400
398
}
401
399
402
400
.header-dialog .spacer_box {
@@ -408,24 +406,21 @@ html:not(.isBF28) .bf-only {
408
406
.pid_mode {
409
407
width : 100% ;
410
408
height : 25px ;
411
- background-color : # D6D6D6 ;
412
409
float : left;
413
- margin : 0px ;
414
- padding : 0px ;
410
+ margin : 0 ;
415
411
text-align : left;
416
- padding-left : 5px ;
417
412
line-height : 13px ;
418
- padding-top : 8px ;
413
+ padding : 8px 0 0 5 px ;
419
414
font-size : 12px ;
420
415
border-bottom : 1px solid # ccc ;
421
416
color : # 828282 ;
422
- font-family : 'open_sans' , Arial;
423
- background-image : linear-gradient (-45 deg , rgba (255 , 255 , 255 , .2 ) 10% , transparent 10% , transparent 20% ,
424
- rgba (255 , 255 , 255 , .2 ) 20% , rgba (255 , 255 , 255 , .2 ) 30% , transparent 30% , transparent 40% ,
425
- rgba (255 , 255 , 255 , .2 ) 40% , rgba (255 , 255 , 255 , .2 ) 50% , transparent 50% , transparent 60% ,
426
- rgba (255 , 255 , 255 , .2 ) 60% , rgba (255 , 255 , 255 , .2 ) 70% , transparent 70% , transparent 80% ,
427
- rgba (255 , 255 , 255 , .2 ) 80% , rgba (255 , 255 , 255 , .2 ) 90% , transparent 90% , transparent 100% ,
428
- rgba (255 , 255 , 255 , .2 ) 100% , transparent);
417
+ font-family : 'open_sans' , Arial, serif ;
418
+ background : # D6D6D6 linear-gradient (315 deg , rgba (255 , 255 , 255 , .2 ) 10% , transparent 10% , transparent 20% ,
419
+ rgba (255 , 255 , 255 , .2 ) 20% , rgba (255 , 255 , 255 , .2 ) 30% , transparent 30% , transparent 40% ,
420
+ rgba (255 , 255 , 255 , .2 ) 40% , rgba (255 , 255 , 255 , .2 ) 50% , transparent 50% , transparent 60% ,
421
+ rgba (255 , 255 , 255 , .2 ) 60% , rgba (255 , 255 , 255 , .2 ) 70% , transparent 70% , transparent 80% ,
422
+ rgba (255 , 255 , 255 , .2 ) 80% , rgba (255 , 255 , 255 , .2 ) 90% , transparent 90% , transparent 100% ,
423
+ rgba (255 , 255 , 255 , .2 ) 100% , transparent);
429
424
}
430
425
431
426
.pid_titlebar {
@@ -457,7 +452,7 @@ html:not(.isBF28) .bf-only {
457
452
458
453
.header-dialog .number .helpicon {
459
454
margin-top : 3px ;
460
- margin-right : 0 px ;
455
+ margin-right : 0 ;
461
456
}
462
457
463
458
.header-dialog .gui_box_titlebar .helpicon {
@@ -482,7 +477,7 @@ html:not(.isBF28) .bf-only {
482
477
483
478
.header-dialog .number : last-child {
484
479
padding-bottom : 5px ;
485
- border-bottom : 0 px ;
480
+ border-bottom : 0 ;
486
481
}
487
482
488
483
.header-dialog .number input {
@@ -502,11 +497,11 @@ html:not(.isBF28) .bf-only {
502
497
.header-dialog .misc table td
503
498
{
504
499
padding : 1px ;
505
- border : 0 px solid # ccc ;
500
+ border : 0 solid # ccc ;
506
501
}
507
502
508
503
.header-dialog .noline td {
509
- border : 0 px solid # ccc ;
504
+ border : 0 solid # ccc ;
510
505
}
511
506
512
507
.header-dialog .features label ,
@@ -516,7 +511,7 @@ html:not(.isBF28) .bf-only {
516
511
height : 20px ;
517
512
line-height : 20px ;
518
513
text-align : left;
519
- border : 0 px solid silver;
514
+ border : 0 solid silver;
520
515
border-radius : 3px ;
521
516
margin-right : 11px ;
522
517
font-weight : normal;
@@ -530,7 +525,7 @@ html:not(.isBF28) .bf-only {
530
525
height : 20px ;
531
526
line-height : 20px ;
532
527
text-align : left;
533
- border : 0 px solid silver;
528
+ border : 0 solid silver;
534
529
border-radius : 3px ;
535
530
margin-right : 11px ;
536
531
font-weight : normal;
@@ -539,29 +534,14 @@ html:not(.isBF28) .bf-only {
539
534
540
535
.header-dialog .gui_box span {
541
536
font-style : normal;
542
- font-family : 'open_sansregular' , Arial;
537
+ font-family : 'open_sansregular' , Arial, sans-serif ;
543
538
line-height : 19px ;
544
539
color : # 7d7d7d ;
545
540
font-size : 11px ;
546
541
}
547
542
548
543
.noline {
549
- border : 0px ;
550
- }
551
-
552
- # content-watermark {
553
- position : absolute;
554
- bottom : 40px ;
555
- left : 0 ;
556
- right : 0 ;
557
- z-index : -1 ;
558
- overflow : hidden;
559
- background-image : url ("../images/light-wide-2.svg" );
560
- background-repeat : no-repeat;
561
- background-position : 95% 20% ;
562
- background-size : 430px ;
563
- height : 174px ;
564
- opacity : 0.15 ;
544
+ border : 0 ;
565
545
}
566
546
567
547
.header-dialog .resetbt {
@@ -579,11 +559,11 @@ html:not(.isBF28) .bf-only {
579
559
}
580
560
581
561
.header-dialog .leftzero {
582
- padding-left : 0 px ;
562
+ padding-left : 0 ;
583
563
}
584
564
585
565
.header-dialog .tpa-breakpoint {
586
- border-top-left-radius : 0 px ;
566
+ border-top-left-radius : 0 ;
587
567
}
588
568
589
569
.header-dialog .roll {
0 commit comments