Persoenliche Mediazentrale
ulrich
2021-04-12 d027b57c66dcdb183683c34101518df1572c1bf8
commit | author | age
cfa858 1 html, body {
U 2   margin: 0;
3   padding: 0;
4   height: 100%; /* Anmerkung 2 */
5   font-size: larger;
d12f6e 6   font-family: 'Roboto';
cfa858 7 }
U 8 body {
9   min-height: 0; /* Anmerkung 1 */
10   display: flex;
11   flex-flow: column;
12 }
13 .inhalt {
14   display: flex;
15   flex-flow: row;
16   height: 100%; /* Anmerkung 2 */
17   min-height: 0; /* Anmerkung 1 */
18   background-color: #ededed;
19   overflow: hidden;
20 }
21 .nord {
22   background-color: black;
23   display: flex;
24   flex-flow: row;
d12f6e 25   height: 1.3em;
cfa858 26   align-items: center;
bebd47 27   justify-content: space-between;
d12f6e 28 }
U 29 #nav-menu {
30   margin-left: 0.4rem;
cfa858 31 }
U 32 .sued {
33   height: 1.5em;
34   overflow: hidden;
35   transition: all 0.3s ease-in;
36   background-color: lightgray;
37 }
38 .west {
39   flex-grow: 0;
40   flex-shrink: 0;
41   flex-basis: 4em;
faab2d 42   background-color: #ececec; /* white; */
cfa858 43   transition: all 0.3s ease-in;
U 44   overflow: hidden;
45   white-space: nowrap;
46 }
47 .ost {
48   flex-grow: 0;
49   flex-shrink: 0;
50   flex-basis: 6em;
51   transition: all 0.3s ease-in;
52   background-color: antiquewhite;
53   overflow: hidden;
54 }
55 .zentrum-behaelter {
56   display: flex;
57   flex-flow: column;
58   /* background-color: #eaeaea; */
59   width: 100%;
60 }
61
62 .zentrum {
63   width: 100%;
64   height: 100%;
65   overflow-x: hidden;
66   overflow-y: auto;
67   -webkit-overflow-scrolling: touch;
faab2d 68   background-color: white;
cfa858 69 }
U 70
71 .zentraler-inhalt {
72   padding: 0.5em;
73 }
74
75 /*
76   Anmerkungen:
77   1.) min.height: 0 fuer body und inhalt ist gegen einen Bug, vgl.
78       http://stackoverflow.com/questions/33859811/understanding-flexbox-and-overflowauto
79   2.) height 100% fuer html, body und inhalt sorgt dafuer, dass sich alles
80       immer ueber das gesamte Browserfenster ausdehnt.
81 */
82
83 .app-titel {
84   margin-left: 0.6em;
85   color: white;
0866ae 86   font-size: 1.2rem;
cfa858 87 }
U 88
89 .pointer-cursor {
90   cursor: pointer;
91 }
92
50e53e 93 .top-band {
U 94   display: flex;
95   flex-flow: row;
d12f6e 96   padding: 0.2rem 0 0.2rem 0.2rem;
0866ae 97   font-size: smaller;  
50e53e 98 }
U 99
78d707 100 .breadcrumb-behaelter {
U 101   display: flex;
102   flex-flow: row;
103   font-size: smaller;
104 }
105
106 .breadcrumb-link {
107   padding-right: 0.3rem;
108   text-decoration: none;
109   color: #0a67d1;
110 }
111
112 .breadcrumb-link:hover {
113   text-decoration: underline;
114 }
115
50e53e 116 .bereich-name {
U 117   padding-left: 0.4rem;
d12f6e 118   font-size: smaller;  
50e53e 119 }
U 120
cfa858 121 .dialog {
U 122   position: relative;
123   /* height: 0.1em; */
124   transition: all 0.3s ease-in;
0866ae 125   font-size: smaller;
cfa858 126 }
U 127
8239d1 128 .dialog-unten {
bebd47 129   /* position: relative; */
8239d1 130   /* height: 0.1em; */
bebd47 131   /* transition: all 0.3s ease-in; */
8239d1 132 }
U 133
cfa858 134 .dlg-behaelter {
U 135   line-height: 1.6;
136   padding: 0.4em;
137 }
138
139 .dlg-info {
faab2d 140   background-color: #dcf2fb; /* blau */
cfa858 141   padding: 0.4em;
U 142 }
143
144 /*
145   Close Button
146
147   <div>
148     <span class="close-btn">&#10006;</span>
149   </div>
150 */
151
152 .close-btn {
153   position: absolute;
154   top: 0px;
155   right: 0.4em;
156   margin: 0;
157   padding: 0;
158   font-size: 1.3em;
159   color: #b8b8b8;
160 }
b379f5 161
U 162 /* ab hier Mediazentrale */
163
164 .entity-formular {
165   display: flex;
166   flex-flow: column;
d12f6e 167   user-select: none;
U 168   font-size: smaller;
b379f5 169 }
U 170
faab2d 171 .entity-liste-kopf {
U 172   display: flex;
173   flex-flow: row;
174   justify-content: space-between;
175   vertical-align: middle;
176 }
177
178 .entity-liste-kopf .button {
179   /* margin-left: 1rem; */
180   /* margin-top: -0.2rem; */
181 }
182
b379f5 183 .entity-element {
U 184   margin: 0.4rem;
d12f6e 185   user-select: none; 
faab2d 186 }
d12f6e 187
U 188 /*
189 .entity-element:focus {
190   outline: none;
191 }
192 */
faab2d 193
U 194 .entity-element:hover {
7c22a2 195   background-color: #ececec;
b379f5 196 }
U 197
a43e1a 198 .entity-liste {
U 199   list-style-type: none;
50e53e 200   padding: 0;
U 201   margin: 0;
a43e1a 202 }
U 203
204 .entity-eintrag {
50e53e 205   margin-top: 0.3rem;
a43e1a 206   margin-left: 0;
U 207   margin-right: 0;
208   margin-bottom: 0;
faab2d 209   cursor: pointer;
U 210 }
211
212 .entity-eintrag:hover {
933df3 213   background-color: #ececec;
a43e1a 214 }
U 215
7c22a2 216 .entity-typ-folder:before {
U 217   font-family: "pikto";
218   content: '\f114';
219   padding-right: 0.3rem;
220 }
221
222 .entity-typ-audio:before {
223   font-family: "pikto";
224   content: '\e817'; /* icon-music */
225   padding-right: 0.3rem;
226 }
227
228 .entity-typ-video:before {
229   font-family: "pikto";
230   content: '\e816'; /* icon-video */
231   padding-right: 0.3rem;
232 }
233
234 .entity-typ-file:before {
235   font-family: "pikto";
236   content: '\e805';  /* icon-doc */
237   padding-right: 0.3rem;
238 }
239
90d368 240 .entity-typ-katalog:before {
U 241   font-family: "pikto";
242   content: '\f1c0';  /* icon-database */
243   padding-right: 0.3rem;
244 }
245
5b7356 246 .form-button-footer {
U 247   display: flex;
248   flex-flow: row;
7c22a2 249 }
U 250
251 .selected {
252   background-color: #ececec;
5b7356 253 }
U 254
78d707 255 .added-to-playlist {
U 256   background-color: #cce1fa;
257 }
258
5b7356 259 .dlg-btn {
U 260   margin-left: 0.4rem;
261 }
262
bebd47 263 .ctrl {
U 264   display: flex;
265   flex-flow: column;
266 }
267
268 .ctrl-btns {
269   display: flex;
270   flex-flow: row;
271   justify-content: center;
272 }
273
274 .ctrl-item {
275   margin-left: 0.2rem;
276   margin-top: 0.2rem;
277 }
278
8d7d35 279 .ctrl-btn, .ctrl-btn:focus {
50e53e 280   width: 2rem;
b90d67 281   font-size: medium;
U 282   display: inline-block;
283   height: 2rem;
284   /* padding: 0 30px; */
7c22a2 285   color: black;
b90d67 286   text-align: center;
U 287   font-weight: 600;
288   line-height: 2rem;
289   letter-spacing: .1rem;
290   text-transform: none;
291   text-decoration: none;
292   white-space: nowrap;
8d7d35 293   /* background-color: transparent; */
b90d67 294   border-radius: 4px;
8d7d35 295   border: 0;
b90d67 296   cursor: pointer;
U 297   box-sizing: border-box; 
8d7d35 298 }
U 299
300 .ctrl-btn:hover {
301   color: white;
302   background-color: #707070; /* #e1e1e1;*/  /* #707070; */
bebd47 303 }
U 304
305 .ctrl-select {
306   width: 4rem;
307 }
308
309 .ctrl-orte {
310   display: flex;
311   flex-flow: row;
312   justify-content: center;
313 }
314
315 .top-btn-area {
8d7d35 316   display: flex;
U 317   flex-flow: row;
bebd47 318   /*margin-left: auto;*/
0866ae 319   margin: -0.2em 0.2em 0 2em;
bebd47 320 }
U 321
8d7d35 322 .top-btn, .top-btn:focus {
bebd47 323   margin: 0;
0866ae 324   padding: 0 0.1rem 0 0.1rem;
bebd47 325   height: 1.3em;
U 326   line-height: 1em;
327   text-align: center;
328   font-size: large;
8d7d35 329   color: white;
U 330   border-radius: 4px;
331   border: 0;
332   /* background-color: white; */
0866ae 333   width: 1.4rem;
bebd47 334 }
U 335
8d7d35 336 .top-btn:hover {
U 337   color: black;
338   background-color: #e1e1e1; /* #707070; */
339 }
faab2d 340
b379f5 341 @media (min-width: 800px) {
faab2d 342   .zentraler-inhalt {
b379f5 343     margin: 0 10% 0 10%;
U 344   }
345 }
346
d12f6e 347 /* Fonts */
U 348
349 @font-face {
350   font-family: 'Roboto';
351   src: url('font/Roboto-Regular.ttf') format('truetype');
352 }
353
b90d67 354 /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
U 355
356 @font-face {
357   font-family: 'pikto';
358   src: url('font/pikto.ttf?49751252') format('truetype');
359   font-weight: normal;
360   font-style: normal;
361 }
362 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
363 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
364 /*
365 @media screen and (-webkit-min-device-pixel-ratio:0) {
366   @font-face {
367     font-family: 'pikto';
368     src: url('../font/pikto.svg?49751252#pikto') format('svg');
369   }
370 }
371 */
372  
373  [class^="icon-"]:before, [class*=" icon-"]:before {
374   font-family: "pikto";
375   font-style: normal;
376   font-weight: normal;
377   speak: never;
378  
379   display: inline-block;
380   text-decoration: inherit;
381   width: 1em;
382   margin-right: .2em;
383   text-align: center;
384   /* opacity: .8; */
385  
386   /* For safety - reset parent styles, that can break glyph codes*/
387   font-variant: normal;
388   text-transform: none;
389  
390   /* fix buttons height, for twitter bootstrap */
391   line-height: 1em;
392  
393   /* Animation center compensation - margins should be symmetric */
394   /* remove if not needed */
395   margin-left: .2em;
396  
397   /* you can be more comfortable with increased icons size */
398   /* font-size: 120%; */
399  
400   /* Font smoothing. That was taken from TWBS */
401   -webkit-font-smoothing: antialiased;
402   -moz-osx-font-smoothing: grayscale;
403  
404   /* Uncomment for 3D effect */
405   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
406 }
407  
408 .icon-cancel:before { content: '\e800'; } /* '' */
409 .icon-th-large:before { content: '\e801'; } /* '' */
410 .icon-th-list:before { content: '\e802'; } /* '' */
411 .icon-folder:before { content: '\e803'; } /* '' */
412 .icon-folder-open:before { content: '\e804'; } /* '' */
413 .icon-doc:before { content: '\e805'; } /* '' */
414 .icon-pencil:before { content: '\e806'; } /* '' */
415 .icon-trash-empty:before { content: '\e807'; } /* '' */
416 .icon-down-dir:before { content: '\e808'; } /* '' */
417 .icon-up-dir:before { content: '\e809'; } /* '' */
418 .icon-left-dir:before { content: '\e80a'; } /* '' */
419 .icon-right-dir:before { content: '\e80b'; } /* '' */
420 .icon-down-open:before { content: '\e80c'; } /* '' */
421 .icon-left-open:before { content: '\e80d'; } /* '' */
422 .icon-right-open:before { content: '\e80e'; } /* '' */
423 .icon-up-open:before { content: '\e80f'; } /* '' */
424 .icon-floppy:before { content: '\e810'; } /* '' */
425 .icon-eye:before { content: '\e811'; } /* '' */
426 .icon-logout:before { content: '\e812'; } /* '' */
427 .icon-play:before { content: '\e813'; } /* '' */
428 .icon-stop:before { content: '\e814'; } /* '' */
429 .icon-pause:before { content: '\e815'; } /* '' */
430 .icon-video:before { content: '\e816'; } /* '' */
431 .icon-music:before { content: '\e817'; } /* '' */
432 .icon-forward:before { content: '\e818'; } /* '' */
433 .icon-list:before { content: '\e819'; } /* '' */
434 .icon-docs:before { content: '\f0c5'; } /* '' */
435 .icon-menu:before { content: '\f0c9'; } /* '' */
436 .icon-doc-text:before { content: '\f0f6'; } /* '' */
437 .icon-angle-left:before { content: '\f104'; } /* '' */
438 .icon-angle-right:before { content: '\f105'; } /* '' */
439 .icon-angle-up:before { content: '\f106'; } /* '' */
440 .icon-angle-down:before { content: '\f107'; } /* '' */
441 .icon-tablet:before { content: '\f10a'; } /* '' */
442 .icon-folder-empty:before { content: '\f114'; } /* '' */
443 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
444 .icon-ellipsis:before { content: '\f141'; } /* '' */
445 .icon-ellipsis-vert:before { content: '\f142'; } /* '' */
446 .icon-doc-inv:before { content: '\f15b'; } /* '' */
447 .icon-doc-text-inv:before { content: '\f15c'; } /* '' */
448 .icon-database:before { content: '\f1c0'; } /* '' */
449 .icon-sliders:before { content: '\f1de'; } /* '' */
450 .icon-trash:before { content: '\f1f8'; } /* '' */
451
bebd47 452 /* Dropdown Menu */
U 453
454 /* Style The Dropdown Button */
455 .dropbtn {
456   background-color: white;
457   width: 3em;
458   padding: 0;
459   font-size: medium;
460   cursor: pointer;
461 }
462
463 /* The container <div> - needed to position the dropdown content */
464 .dropdown {
465   position: relative;
466   display: inline-block;
467 }
468
469 /* Dropdown Content (Hidden by Default) */
470 .dropdown-content {
471   display: none;
472   position: absolute;
473   background-color: #f9f9f9;
474   width: 12em;
475   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
476   z-index: 1;
477   right: 0;
478   font-size: medium;
479 }
480
481 /* Links inside the dropdown */
482 .dropdown-content a {
483   color: black;
484   padding: 0.5em 0.8em;
485   text-decoration: none;
486   display: block;
487   cursor: pointer;
488 }
489
490 /* Change color of dropdown links on hover */
491 .dropdown-content a:hover {background-color: #f1f1f1}
492
493 /* Show the dropdown menu on hover */
494 .dropdown:hover .dropdown-content {
495   display: block;
496 }
497
498 /* Change the background color of the dropdown button when the dropdown content is shown */
499 .dropdown:hover .dropbtn {
500   background-color: #33C3F0; /* #3e8e41; */
501   color: white;
502   border: none;
503 }
b379f5 504
U 505 /* von Skeleton */
506
507 /* Buttons
508 –––––––––––––––––––––––––––––––––––––––––––––––––– */
509 .button,
510 button,
511 input[type="submit"],
512 input[type="reset"],
513 input[type="button"] {
514   display: inline-block;
515   height: 38px;
bebd47 516   /* padding: 0 30px; */
b379f5 517   color: #555;
U 518   text-align: center;
519   font-size: 11px;
520   font-weight: 600;
521   line-height: 38px;
522   letter-spacing: .1rem;
523   text-transform: uppercase;
524   text-decoration: none;
525   white-space: nowrap;
526   background-color: transparent;
527   border-radius: 4px;
528   border: 1px solid #bbb;
529   cursor: pointer;
530   box-sizing: border-box; }
531 .button:hover,
532 button:hover,
533 input[type="submit"]:hover,
534 input[type="reset"]:hover,
535 input[type="button"]:hover,
536 .button:focus,
537 button:focus,
538 input[type="submit"]:focus,
539 input[type="reset"]:focus,
540 input[type="button"]:focus {
541   color: #333;
542   border-color: #888;
543   outline: 0; }
544 .button.button-primary,
545 button.button-primary,
546 input[type="submit"].button-primary,
547 input[type="reset"].button-primary,
548 input[type="button"].button-primary {
549   color: #FFF;
550   background-color: #33C3F0;
551   border-color: #33C3F0; }
552 .button.button-primary:hover,
553 button.button-primary:hover,
554 input[type="submit"].button-primary:hover,
555 input[type="reset"].button-primary:hover,
556 input[type="button"].button-primary:hover,
557 .button.button-primary:focus,
558 button.button-primary:focus,
559 input[type="submit"].button-primary:focus,
560 input[type="reset"].button-primary:focus,
561 input[type="button"].button-primary:focus {
562   color: #FFF;
563   background-color: #1EAEDB;
564   border-color: #1EAEDB; }
565
566
567 /* Forms
568 –––––––––––––––––––––––––––––––––––––––––––––––––– */
569 input[type="email"],
570 input[type="number"],
571 input[type="search"],
572 input[type="text"],
573 input[type="tel"],
574 input[type="url"],
575 input[type="password"],
576 textarea,
577 select {
578   height: 38px;
bebd47 579   padding: 3px 2px; /* The 6px vertically centers text on FF, ignored by Webkit */
b379f5 580   background-color: #fff;
U 581   border: 1px solid #D1D1D1;
582   border-radius: 4px;
583   box-shadow: none;
584   box-sizing: border-box; }
585 /* Removes awkward default styles on some inputs for iOS */
586 input[type="email"],
587 input[type="number"],
588 input[type="search"],
589 input[type="text"],
590 input[type="tel"],
591 input[type="url"],
592 input[type="password"],
593 textarea {
594   -webkit-appearance: none;
595      -moz-appearance: none;
596           appearance: none; }
597 textarea {
598   min-height: 65px;
599   padding-top: 6px;
600   padding-bottom: 6px; }
601 input[type="email"]:focus,
602 input[type="number"]:focus,
603 input[type="search"]:focus,
604 input[type="text"]:focus,
605 input[type="tel"]:focus,
606 input[type="url"]:focus,
607 input[type="password"]:focus,
608 textarea:focus,
609 select:focus {
610   border: 1px solid #33C3F0;
611   outline: 0; }
612 label,
613 legend {
614   display: block;
615   margin-bottom: .5rem;
616   font-weight: 600; }
617 fieldset {
618   padding: 0;
619   border-width: 0; }
620 input[type="checkbox"],
621 input[type="radio"] {
622   display: inline; }
623 label > .label-body {
624   display: inline-block;
625   margin-left: .5rem;
626   font-weight: normal; }