-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathwebfront.css
More file actions
609 lines (505 loc) · 16.2 KB
/
webfront.css
File metadata and controls
609 lines (505 loc) · 16.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
/*
*
* accent colour = proposal: #3aa9ff
* font colour = black
* default colour = #555
* warning colour = #de0909
* default shadow: box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); // #b6b6b6
*
*/
@font-face {
font-family: 'Roboto Condensed';
src: url(Fonts/Roboto_Condensed/RobotoCondensed-Light.ttf);
font-weight: 300;
font-style: normal; }
@font-face {
font-family: 'Roboto Condensed';
src: url(Fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf);
font-weight: 400;
font-style: normal; }
@font-face {
font-family: 'Open Sans';
src: url(Fonts/Open_Sans/OpenSans-Regular.ttf);
font-weight: 400;
font-style: normal; }
body{
font-family: 'Open Sans', 'Arial Narrow', sans-serif; }
a:link,
a:visited,
a:focus,
a:hover,
a:active {
color: #3aa9ff; }
.ipsTabPane>.navigation {
font-family: 'Roboto Condensed', 'Arial Narrow', sans-serif; }
.ipsTabPane>.navigation>.scroll>.buttons>div {
line-height: 38px; }
/* Minimale Breite der Buttons. Zentrierte Ausrichtung der Schrift */
.ipsCategory > .container .content .visual > .enum > div,
.ipsCategory > .container .content .visual > .selector > div,
.ipsCategory > .container .extended > .textBox > div {
min-width: 50px;
text-align: center; }
.ipsTabPane > .navigation, .ipsContentChanger > .navigation{
border-bottom: solid 1px #e1e1e1;
background: white!important; }
.ipsTabPane>.navigation>.scroll>.buttons>div {
margin-bottom: -2px; }
.ipsTabPane>.navigation>.scroll>.buttons>div.active {
height: 33px;
border-bottom: solid 2px #3aa9ff!important; /* important to circumvent first element has no border css */
margin-bottom: -5px;
font-weight: 400; }
div.ipsLogin,
div.ipsWebFront {
color: black;
background: #f9f9f9; /* Old browsers */
background: -moz-radial-gradient(center, ellipse cover, #f9f9f9 0%, #e3e7eb 100%); /* FF3.6-15 */
background: -webkit-radial-gradient(center, ellipse cover, #f9f9f9 0%,#e3e7eb 100%); /* Chrome10-25,Safari5.1-6 */
background: radial-gradient(ellipse at center, #f9f9f9 0%,#e3e7eb 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */ }
.ipsContainer.text.error {
color: #de0909; }
.ipsTabPane>.navigation>.scroll>.buttons>div {
opacity: 1;
font-weight: 300; }
.ipsTabPane>.navigation>.scroll>.buttons>div:hover {
opacity: 1;
font-weight: 400; }
.ipsCategory {
padding: 18px 0 0 25px; }
.ipsPanel >.container {
color: #747474;
background: #ffffff;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsCategory>.container .content .link{
padding-right: 10px; }
/*
* Ident all objects with children uner the main cathegory
*/
.ipsInstancePopup > div > .content > .ipsCategory > .ipsContainer.container.hasChildren .ipsContainer.hasChildren,
.content.exclusive > .ipsCategory > .ipsContainer.container.hasChildren .ipsContainer.hasChildren {
margin: 0 0 24px 24px!important; }
/*
* Fix: ips Elements without children are displayed white on white in ipsInstancePopups
*/
.ipsInstancePopup > div > .content > .ipsCategory > .ipsContainer.container.nestedEven{
background: #e5e5e5!important; }
/* reset container background */
.ipsContainer.container{
background: #fff;
border-right: none; }
.ipsContainer.container.hasChildren.nestedEven ,
.ipsContainer.container.hasChildren.nestedEven > .childContainers{
background: #e5e5e5!important; }
.ipsContainer.container.hasChildren.nestedEven > .childContainers{
border-top: solid 2px #ffffff; }
.ipsContainer.container.hasChildren.nestedUneven ,
.ipsContainer.container.hasChildren.nestedUneven > .childContainers {
background: #ffffff; }
.ipsContainer.container.hasChildren.nestedUneven > .childContainers {
border-top: solid 2px #e5e5e5; }
.ipsCategory>.container .childContainers {
color: black;
margin: 0;
border-right: 0;
background-color: white; }
.ipsTabPane > .navigation ,
.ipsContentChanger > .navigation {
background-color: #111111; }
.ipsCategory>.container .childContainers>div:last-child{
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsPanel >.container {
color: #555!important; }
.ipsChart,
.ipsChartDialog .content .ipsContainer {
-webkit-animation-name: none !important;
-moz-animation-name: none !important;
-ms-animation-name: none !important;
animation-name: none !important; }
/* instead of opacity use highlight colour */
.ipsDialog.ipsChartDialog > div > div > div {
opacity: 1!important; }
.ipsDialog.ipsChartDialog > div > div > div.active,
.ipsDialog.ipsChartDialog > div > div > div:hover {
color: #3aa9ff!important; }
/* prevent title from overlapping chart-options */
.ipsDialog.ipsChartDialog > div > .title {
width: calc(100% - 345px);
font-size: 24px; }
.ipsVariable > .content > .visual > .selector > div ,
.ipsVariable > .content > .visual > .enum > div {
min-width: 0!important;
padding: 0 8px!important;
background: none!important;
color: #555!important; }
.ipsVariable > .content > .visual > .selector > div.selected ,
.ipsVariable > .content > .visual > .enum > div.selected {
background: none!important;
color: #3aa9ff!important; }
.ipsVariable > .content > .visual > .selector.overflowing > div.selected ,
.ipsVariable > .content > .visual > .enum.overflowing > div.selected {
color: #555!important; }
/*
* ipsNotification
*/
.ipsNotifications>.ipsNotification>.message.icon {
filter: invert(0);
}
.ipsNotifications>.ipsNotification>.message {
background-color: #efefef!important;
border-radius: 0!important;
color: #747474!important;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
/*
* ipsTabPane
*/
.ipsTabPane>.navigation>.scroll>.buttons>div>.icon {
padding-top: 5px; }
/*
* ipsContentChanger image
*/
.ipsContentChanger.navigationHidden>.content {
margin: 18px 10px 10px 10px; }
/*
.ipsContentChanger>.content>.image {
-webkit-filter: drop-shadow( 5px 7px 5px #b6b6b6 );
filter: drop-shadow( 5px 7px 5px #b6b6b6 ); }
*/
/*
* ipsDialog
*/
.ipsDialog > div {
background-color: white!important;
border-radius: 0!important;
border: none;
color: #747474!important;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsDialog > div,
.ipsNotification {
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsDialog>div>.title {
margin-right: 30px; }
/* ipsEnumDialog */
.ipsDialog.ipsEnumDialog>div>div.content {
margin: 10px 0; }
/* ipsEventDialog */
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.dayContainer>.day.active ,
.ipsDialog .upDownSpinner>.scroll>.values>.active {
color: #3aa9ff; }
/* ipsSchedule Dialog */
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.linesContainer>.touchContainer>.sliderContainer>.slider {
background-image: none;
opacity: 0.6; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.linesContainer>.touchContainer>.sliderContainer>.slider:hover {
opacity: 0.8!important; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.timesContainer>.timeEntry {
position: absolute;
text-align: center;
margin: 0!important;
width: 20%; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.timesContainer>.timeEntry:nth-child(2) {
left: 20.5%; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.timesContainer>.timeEntry:nth-child(3) {
left: 41%; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.timesContainer>.timeEntry:nth-child(4) {
left: 61.5%; }
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.timesContainer>.timeEntry:nth-child(5) {
left: 82%; }
/* FIXME: this is currently set hardcoded in the style - why? */
.ipsDialog.ipsEventDialog>div>.content>.outerCenter>.center>.scheduleDayContainer>.day div {
padding: 3px 3px 1px!important;
}
.ipsDialog.ipsScheduleEntryDialog .statusSelectBox > li:hover,
.ipsDialog.ipsScheduleEntryDialog .statusSelectBox > li.active{
color: black; }
/* ipsInstancePopup dialog */
/* FIXME: try this with more complex dialogs! */
.ipsInstancePopup > div > .content > .ipsCategory > .ipsContainer {
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
/* ipsCircleSlider dialog */
/* FIXME: how to style save dialog */
.ipsDialog.ipsCirclesliderDialog .backgroundStripesCircle {
fill: none;
stroke: #a5a5a5; }
.ipsDialog.ipsCirclesliderDialog .backgroundCircle {
fill: white;
stroke: #ccc; }
.ipsDialog.ipsCirclesliderDialog svg>text {
fill: #3aa9ff; }
.ipsDialog.ipsCirclesliderDialog .sliderHandle {
fill: rgba(58,169,255, 0.4);
stroke: rgba(58,169,255, 0.2);
stroke-width: 1px; }
.ipsDialog.ipsCirclesliderDialog .sliderHandle:active,
.ipsDialog.ipsCirclesliderDialog .sliderHandle:hover {
fill: rgba(58,169,255, 0.7); }
.ipsDialog.ipsCirclesliderDialog .preselectLabel.saveMode:after{
content: '?'; }
/* Slider */
.ipsVariable > .content > .visual > .slider > div > div.background {
height: 1px;
border-top: 1px solid #747474;
margin-top: 7px!important;
left: 20px!important;
right: 0!important;
width: auto!important; }
.ipsVariable > .content > .visual > .slider > div > div.bar {
background: url('img/bubbel.svg') no-repeat right!important;
padding: 0 8px 0 17px!important;
box-sizing: border-box;
height: 20px!important;
top: 9px!important;
left: 10px!important;
right: -8px!important; }
.ipsCategory > .container .content .visual > .slider > div > .text {
margin-right: -60px;
right: 2px; }
.ipsVariable > .content > .visual > .slider {
margin-right: 63px!important; }
.ipsCategory>.container .content .visual>.slider {
margin-left: -60px;
width: calc(100% - 50px); }
/* Invertieren von Symbolen */
.icon,
.iconSmall,
.iconExtraSmall,
.edit {
filter: invert(0.6);
}
.content > .configurators .edit,
.content > .configurators .lock {
filter: invert(0.6);
}
.ipsCategory>.container .content .icon {
filter: invert(0.6);
}
.ipsCategory>.container .content .link>.documentLink,
.ipsCategory>.container .content .link>.keyboardLink,
.ipsCategory>.container .content .link>.chartLink,
.ipsCategory>.container .content .link>.timerLink,
.ipsCategory>.container .content .link>.runLink,
.ipsCategory>.container .content .link>.colorLink,
.ipsCategory>.container .content .link>.enumLink {
filter: invert(0.6);
}
.ipsNotification .ipsIconClose,
.ipsDialog .ipsIconClose {
filter: invert(0.6);
}
.documentLink.ipsIconDownload {
filter: invert(0.6);
}
.ipsviewLink.ipsIconMove {
filter: invert(0.6);
}
.ipsDialog.ipsEditorDialog>div>.remove,
.ipsDialog.ipsEditorDialog>div>.save,
.ipsDialog.ipsEditorSelectDialog>div>.content .treeIcon {
filter: invert(0.6);
}
.ipsDialog.ipsChartDialog>div>.buttons>.prev,
.ipsDialog.ipsChartDialog>div>.buttons>.next {
filter: invert(0.6);
}
.ipsDialog.ipsScheduleEntryDialog>div>.buttons,
.ipsDialog.ipsMailDialog>div>.buttons,
.ipsDialog.Dialog>div>.buttons {
filter: invert(0.6);
}
.ipsDialog.ipsEventDialog .buttons,
.ipsDialog.ipsDateTimeDialog .buttons {
filter: invert(0.6);
}
.ipsWebFront.editable>.save {
filter: invert(0);
}
/* Colored */
.ipsCategory>.container .content .visual>.text.colored {
background-image: none!important; }
/* Graph Workarround, this sould be white! */
html body .ipsDialog.ipsChartDialog > div {
background-color: #747474!important; }
/* edit Text */
.ipsCategory>.container .content .visual>.text>input[type=text] {
color: #747474;
font-size: 16px; }
/* Editor */
.ipsEditorDialog > div > div.content select,
.ipsEditorDialog > div > div.content input{
color: #747474!important;
border: solid 1px black!important; }
.ipsEditorDialog > div > div.content select option {
background-color: #e5e5e5!important;
color: #747474!important;
box-shadow: 0px 7px 5px -5px rgb(182, 182, 182)!important; }
.ipsWebFront.editable>.new,
.ipsSplitPane.editable>.top>.new,
.ipsSplitPane.editable>.bottom>.new,
.ipsSplitPane.editable>.left>.new,
.ipsSplitPane.editable>.right>.new {
background: none!important;
border-color: #747474!important; }
.ipsSplitPane.editable .new > .new-middle > .new-text {
margin: 0 auto;
width: 22px; }
.ipsWebFront.editable>.save {
border: none;
background-color: #3aa9ff; }
.sub > .ipsIconEdit{
margin-top: 5px; }
/* remove border between panes */
.ipsSplitPane.border>.left {
border: none; }
/* prevent doubled shadow when having a tab pane inside a tab pane */
.ipsTabPane>.content {
background-image: none; }
.ipsDialog.ipsChartDialog>div>.topRightBox>div {
color: black; }
html body .ipsDialog.ipsChartDialog > div {
background-color: #f9f9f9!important; }
.ipsDialog > div, .ipsNotification div.message {
color: black!important; }
/* Charts */
div.ipsChart>svg>g.axis>g.labels>text {
color : black;
fill: black;
font-family: 'Open Sans'; }
div.ipsChart>svg>g.grid>line.gridLine {
stroke: #606060; }
.ipsChart .ipsLegend {
background-color: rgba(200, 200, 200, 0.6);
border: none;
z-index: 10; }
.ipsChartPanel {
background: white;
margin: 18px 10px 10px 10px;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsChartPanel svg{
margin-top: -5px; }
div.ipsChart>svg.line>g.graphs>g.point>g>circle {
fill: black;
stroke: none; }
div.ipsChart>svg>g.graphs>g.outline>g>path {
fill: none;
stroke: black; }
div.ipsChart>svg>g.graphs>g.background>g>path {
fill: grey;
opacity: 0.15; }
div.ipsChart > .overlay {
color: black;
background-color: rgba(0,0,0,0.1);
}
.ipsCategory>.container .extended>.textBox,
.ipsCategory>.container .extended>.htmlBox,
.ipsCategory>.container .extended>.mailBox {
background: none;
border: none;
padding: 5px; }
.draggable {
border-left: 3px double darkgrey!important; /* put a double border on the left of draggable elements*/ }
/* Just a documentation of how the Profile-Selector works*/
[class~="ipsVariableProfile[~HTMLBox]"] .content.tr {
cursor: pointer; }
/*
* DWD fancy-niser
*/
div.ipsPanel.ipsDWDReport,
.ipsDWDImage > div.ratio {
position: relative;
background-color: #fff;
margin: 20px 10px 10px 20px;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182); }
.ipsDWDImage {
background: none;
margin-right: -30px; }
div.ipsPanel.ipsDWDReport {
margin-right: 0px;
margin-left: 40px;
padding: 10px; }
div.ipsPanel.ipsDWDReport .title {
font-family: 'Roboto Narrow', 'Arial Narrow', sans-serif; }
/*
* Login area
*/
.ipsLogin .logoTop {
/* background-image: url(../img/logo.svg); FIXME: blue Logo */
filter: invert(100%);
background-repeat: no-repeat;
background-size: cover;
height: 100px;
margin-left: -200px;
margin-top: -100px;
width: 400px; }
.ipsLogin>.content {
margin: 0;
height: 50%;
overflow-y: hidden; }
.ipsLogin>.content>.configurators {
background: none;
border: none;
padding: 0;
margin: 0;
height: 100%; }
.ipsLogin>.content>.configurators>div {
background-color: white;
border: none;
box-shadow: 5px 7px 5px -5px rgb(182, 182, 182);
margin: 0px 5%;
width: 200px;
padding: 10px;
height: 120px;
top: calc(50% - 70px); /* center - (height / 2 + padding) */ }
.ipsLogin>.content>.configurators>div:hover {
margin-top: -1px;
font-weight: bold;
background-color: white;
box-shadow: 0px 9px 5px -5px rgb(182, 182, 182); }
.ipsLogin>.content>.configurators>div:hover>.title {
margin-top: 1px; }
.ipsDialog.ipsHTMLDialog.ipsInstancePopup>div>.content {
right: 0; }
.ipsLogin>.content>.configurators>div>.icon {
filter: invert(100%) opacity(60%); /* FIXME: unsupported */
display: block;
position: absolute;
height: 110px;
width: 110px;
margin: 5px 45px;
background-size: cover; }
.ipsLogin>.content>.configurators>div>.title {
color: #555;
margin: 0;
top: 145px; }
.ipsLogin>.content>.throbber {
top: 75%; }
.ipsLogin>.content>.throbber .iconSpinner {
background-image: url(img/spinner.svg); }
.ipsLogin>.content>div.password>input {
background: white;
color: #606161;
width: 180px; }
.ipsLogin>.content>div.password {
height: 60px;
position: absolute;
padding-top: 36px;
margin-top: 0;
bottom: 0;
left: 0;
top: auto;
margin-left: 0;
width: 100%;
background-color: #cacaca;
animation: slide-up 0.6s ease-in-out; }
@keyframes slide-up {
0% {
opacity: 0;
transform: translateY(20px);
}
100% {
opacity: 1;
transform: translateY(0);
}
}
/* Throbber */
.iconSpinner {
background-image: url(img/spinner.svg)!important; }