Persoenliche Mediazentrale
ulrich
2021-04-14 9c7bda01801855aeb45adf1fe1ddbada80cc050d
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   font-size: smaller;
b379f5 168 }
U 169
faab2d 170 .entity-liste-kopf {
U 171   display: flex;
172   flex-flow: row;
173   justify-content: space-between;
174   vertical-align: middle;
175 }
176
177 .entity-liste-kopf .button {
178   /* margin-left: 1rem; */
179   /* margin-top: -0.2rem; */
180 }
181
b379f5 182 .entity-element {
U 183   margin: 0.4rem;
d12f6e 184   user-select: none; 
faab2d 185 }
d12f6e 186
9c7bda 187 .entity-form-element {
U 188   margin: 0.4rem;
d12f6e 189 }
faab2d 190
U 191 .entity-element:hover {
7c22a2 192   background-color: #ececec;
b379f5 193 }
U 194
a43e1a 195 .entity-liste {
U 196   list-style-type: none;
50e53e 197   padding: 0;
U 198   margin: 0;
a43e1a 199 }
U 200
201 .entity-eintrag {
50e53e 202   margin-top: 0.3rem;
a43e1a 203   margin-left: 0;
U 204   margin-right: 0;
205   margin-bottom: 0;
faab2d 206   cursor: pointer;
U 207 }
208
209 .entity-eintrag:hover {
933df3 210   background-color: #ececec;
a43e1a 211 }
U 212
7c22a2 213 .entity-typ-folder:before {
U 214   font-family: "pikto";
215   content: '\f114';
216   padding-right: 0.3rem;
217 }
218
219 .entity-typ-audio:before {
220   font-family: "pikto";
221   content: '\e817'; /* icon-music */
222   padding-right: 0.3rem;
223 }
224
225 .entity-typ-video:before {
226   font-family: "pikto";
227   content: '\e816'; /* icon-video */
228   padding-right: 0.3rem;
229 }
230
231 .entity-typ-file:before {
232   font-family: "pikto";
233   content: '\e805';  /* icon-doc */
234   padding-right: 0.3rem;
235 }
236
90d368 237 .entity-typ-katalog:before {
U 238   font-family: "pikto";
239   content: '\f1c0';  /* icon-database */
240   padding-right: 0.3rem;
241 }
242
5b7356 243 .form-button-footer {
U 244   display: flex;
245   flex-flow: row;
7c22a2 246 }
U 247
248 .selected {
249   background-color: #ececec;
5b7356 250 }
U 251
78d707 252 .added-to-playlist {
U 253   background-color: #cce1fa;
254 }
255
5b7356 256 .dlg-btn {
U 257   margin-left: 0.4rem;
258 }
259
bebd47 260 .ctrl {
U 261   display: flex;
262   flex-flow: column;
263 }
264
265 .ctrl-btns {
266   display: flex;
267   flex-flow: row;
268   justify-content: center;
269 }
270
271 .ctrl-item {
272   margin-left: 0.2rem;
273   margin-top: 0.2rem;
274 }
275
8d7d35 276 .ctrl-btn, .ctrl-btn:focus {
50e53e 277   width: 2rem;
b90d67 278   font-size: medium;
U 279   display: inline-block;
280   height: 2rem;
281   /* padding: 0 30px; */
7c22a2 282   color: black;
b90d67 283   text-align: center;
U 284   font-weight: 600;
285   line-height: 2rem;
286   letter-spacing: .1rem;
287   text-transform: none;
288   text-decoration: none;
289   white-space: nowrap;
8d7d35 290   /* background-color: transparent; */
b90d67 291   border-radius: 4px;
8d7d35 292   border: 0;
b90d67 293   cursor: pointer;
U 294   box-sizing: border-box; 
8d7d35 295 }
U 296
297 .ctrl-btn:hover {
298   color: white;
299   background-color: #707070; /* #e1e1e1;*/  /* #707070; */
bebd47 300 }
U 301
302 .ctrl-select {
303   width: 4rem;
304 }
305
306 .ctrl-orte {
307   display: flex;
308   flex-flow: row;
309   justify-content: center;
310 }
311
312 .top-btn-area {
8d7d35 313   display: flex;
U 314   flex-flow: row;
bebd47 315   /*margin-left: auto;*/
0866ae 316   margin: -0.2em 0.2em 0 2em;
bebd47 317 }
U 318
8d7d35 319 .top-btn, .top-btn:focus {
bebd47 320   margin: 0;
0866ae 321   padding: 0 0.1rem 0 0.1rem;
bebd47 322   height: 1.3em;
U 323   line-height: 1em;
324   text-align: center;
325   font-size: large;
8d7d35 326   color: white;
U 327   border-radius: 4px;
328   border: 0;
329   /* background-color: white; */
0866ae 330   width: 1.4rem;
bebd47 331 }
U 332
8d7d35 333 .top-btn:hover {
U 334   color: black;
335   background-color: #e1e1e1; /* #707070; */
336 }
faab2d 337
b379f5 338 @media (min-width: 800px) {
faab2d 339   .zentraler-inhalt {
b379f5 340     margin: 0 10% 0 10%;
U 341   }
342 }
343
d12f6e 344 /* Fonts */
U 345
346 @font-face {
347   font-family: 'Roboto';
348   src: url('font/Roboto-Regular.ttf') format('truetype');
349 }
350
b90d67 351 /* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
U 352
353 @font-face {
354   font-family: 'pikto';
355   src: url('font/pikto.ttf?49751252') format('truetype');
356   font-weight: normal;
357   font-style: normal;
358 }
359 /* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
360 /* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
361 /*
362 @media screen and (-webkit-min-device-pixel-ratio:0) {
363   @font-face {
364     font-family: 'pikto';
365     src: url('../font/pikto.svg?49751252#pikto') format('svg');
366   }
367 }
368 */
369  
370  [class^="icon-"]:before, [class*=" icon-"]:before {
371   font-family: "pikto";
372   font-style: normal;
373   font-weight: normal;
374   speak: never;
375  
376   display: inline-block;
377   text-decoration: inherit;
378   width: 1em;
379   margin-right: .2em;
380   text-align: center;
381   /* opacity: .8; */
382  
383   /* For safety - reset parent styles, that can break glyph codes*/
384   font-variant: normal;
385   text-transform: none;
386  
387   /* fix buttons height, for twitter bootstrap */
388   line-height: 1em;
389  
390   /* Animation center compensation - margins should be symmetric */
391   /* remove if not needed */
392   margin-left: .2em;
393  
394   /* you can be more comfortable with increased icons size */
395   /* font-size: 120%; */
396  
397   /* Font smoothing. That was taken from TWBS */
398   -webkit-font-smoothing: antialiased;
399   -moz-osx-font-smoothing: grayscale;
400  
401   /* Uncomment for 3D effect */
402   /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
403 }
404  
405 .icon-cancel:before { content: '\e800'; } /* '' */
406 .icon-th-large:before { content: '\e801'; } /* '' */
407 .icon-th-list:before { content: '\e802'; } /* '' */
408 .icon-folder:before { content: '\e803'; } /* '' */
409 .icon-folder-open:before { content: '\e804'; } /* '' */
410 .icon-doc:before { content: '\e805'; } /* '' */
411 .icon-pencil:before { content: '\e806'; } /* '' */
412 .icon-trash-empty:before { content: '\e807'; } /* '' */
413 .icon-down-dir:before { content: '\e808'; } /* '' */
414 .icon-up-dir:before { content: '\e809'; } /* '' */
415 .icon-left-dir:before { content: '\e80a'; } /* '' */
416 .icon-right-dir:before { content: '\e80b'; } /* '' */
417 .icon-down-open:before { content: '\e80c'; } /* '' */
418 .icon-left-open:before { content: '\e80d'; } /* '' */
419 .icon-right-open:before { content: '\e80e'; } /* '' */
420 .icon-up-open:before { content: '\e80f'; } /* '' */
421 .icon-floppy:before { content: '\e810'; } /* '' */
422 .icon-eye:before { content: '\e811'; } /* '' */
423 .icon-logout:before { content: '\e812'; } /* '' */
424 .icon-play:before { content: '\e813'; } /* '' */
425 .icon-stop:before { content: '\e814'; } /* '' */
426 .icon-pause:before { content: '\e815'; } /* '' */
427 .icon-video:before { content: '\e816'; } /* '' */
428 .icon-music:before { content: '\e817'; } /* '' */
429 .icon-forward:before { content: '\e818'; } /* '' */
430 .icon-list:before { content: '\e819'; } /* '' */
431 .icon-docs:before { content: '\f0c5'; } /* '' */
432 .icon-menu:before { content: '\f0c9'; } /* '' */
433 .icon-doc-text:before { content: '\f0f6'; } /* '' */
434 .icon-angle-left:before { content: '\f104'; } /* '' */
435 .icon-angle-right:before { content: '\f105'; } /* '' */
436 .icon-angle-up:before { content: '\f106'; } /* '' */
437 .icon-angle-down:before { content: '\f107'; } /* '' */
438 .icon-tablet:before { content: '\f10a'; } /* '' */
439 .icon-folder-empty:before { content: '\f114'; } /* '' */
440 .icon-folder-open-empty:before { content: '\f115'; } /* '' */
441 .icon-ellipsis:before { content: '\f141'; } /* '' */
442 .icon-ellipsis-vert:before { content: '\f142'; } /* '' */
443 .icon-doc-inv:before { content: '\f15b'; } /* '' */
444 .icon-doc-text-inv:before { content: '\f15c'; } /* '' */
445 .icon-database:before { content: '\f1c0'; } /* '' */
446 .icon-sliders:before { content: '\f1de'; } /* '' */
447 .icon-trash:before { content: '\f1f8'; } /* '' */
448
bebd47 449 /* Dropdown Menu */
U 450
451 /* Style The Dropdown Button */
452 .dropbtn {
453   background-color: white;
454   width: 3em;
455   padding: 0;
456   font-size: medium;
457   cursor: pointer;
458 }
459
460 /* The container <div> - needed to position the dropdown content */
461 .dropdown {
462   position: relative;
463   display: inline-block;
464 }
465
466 /* Dropdown Content (Hidden by Default) */
467 .dropdown-content {
468   display: none;
469   position: absolute;
470   background-color: #f9f9f9;
471   width: 12em;
472   box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
473   z-index: 1;
474   right: 0;
475   font-size: medium;
476 }
477
478 /* Links inside the dropdown */
479 .dropdown-content a {
480   color: black;
481   padding: 0.5em 0.8em;
482   text-decoration: none;
483   display: block;
484   cursor: pointer;
485 }
486
487 /* Change color of dropdown links on hover */
488 .dropdown-content a:hover {background-color: #f1f1f1}
489
490 /* Show the dropdown menu on hover */
491 .dropdown:hover .dropdown-content {
492   display: block;
493 }
494
495 /* Change the background color of the dropdown button when the dropdown content is shown */
496 .dropdown:hover .dropbtn {
497   background-color: #33C3F0; /* #3e8e41; */
498   color: white;
499   border: none;
500 }
b379f5 501
U 502 /* von Skeleton */
503
504 /* Buttons
505 –––––––––––––––––––––––––––––––––––––––––––––––––– */
506 .button,
507 button,
508 input[type="submit"],
509 input[type="reset"],
510 input[type="button"] {
511   display: inline-block;
512   height: 38px;
bebd47 513   /* padding: 0 30px; */
b379f5 514   color: #555;
U 515   text-align: center;
516   font-size: 11px;
517   font-weight: 600;
518   line-height: 38px;
519   letter-spacing: .1rem;
520   text-transform: uppercase;
521   text-decoration: none;
522   white-space: nowrap;
523   background-color: transparent;
524   border-radius: 4px;
525   border: 1px solid #bbb;
526   cursor: pointer;
527   box-sizing: border-box; }
528 .button:hover,
529 button:hover,
530 input[type="submit"]:hover,
531 input[type="reset"]:hover,
532 input[type="button"]:hover,
533 .button:focus,
534 button:focus,
535 input[type="submit"]:focus,
536 input[type="reset"]:focus,
537 input[type="button"]:focus {
538   color: #333;
539   border-color: #888;
540   outline: 0; }
541 .button.button-primary,
542 button.button-primary,
543 input[type="submit"].button-primary,
544 input[type="reset"].button-primary,
545 input[type="button"].button-primary {
546   color: #FFF;
547   background-color: #33C3F0;
548   border-color: #33C3F0; }
549 .button.button-primary:hover,
550 button.button-primary:hover,
551 input[type="submit"].button-primary:hover,
552 input[type="reset"].button-primary:hover,
553 input[type="button"].button-primary:hover,
554 .button.button-primary:focus,
555 button.button-primary:focus,
556 input[type="submit"].button-primary:focus,
557 input[type="reset"].button-primary:focus,
558 input[type="button"].button-primary:focus {
559   color: #FFF;
560   background-color: #1EAEDB;
561   border-color: #1EAEDB; }
562
563
564 /* Forms
565 –––––––––––––––––––––––––––––––––––––––––––––––––– */
566 input[type="email"],
567 input[type="number"],
568 input[type="search"],
569 input[type="text"],
570 input[type="tel"],
571 input[type="url"],
572 input[type="password"],
573 textarea,
574 select {
575   height: 38px;
bebd47 576   padding: 3px 2px; /* The 6px vertically centers text on FF, ignored by Webkit */
b379f5 577   background-color: #fff;
U 578   border: 1px solid #D1D1D1;
579   border-radius: 4px;
580   box-shadow: none;
581   box-sizing: border-box; }
582 /* Removes awkward default styles on some inputs for iOS */
583 input[type="email"],
584 input[type="number"],
585 input[type="search"],
586 input[type="text"],
587 input[type="tel"],
588 input[type="url"],
589 input[type="password"],
590 textarea {
591   -webkit-appearance: none;
592      -moz-appearance: none;
593           appearance: none; }
594 textarea {
595   min-height: 65px;
596   padding-top: 6px;
597   padding-bottom: 6px; }
598 input[type="email"]:focus,
599 input[type="number"]:focus,
600 input[type="search"]:focus,
601 input[type="text"]:focus,
602 input[type="tel"]:focus,
603 input[type="url"]:focus,
604 input[type="password"]:focus,
605 textarea:focus,
606 select:focus {
607   border: 1px solid #33C3F0;
608   outline: 0; }
609 label,
610 legend {
611   display: block;
612   margin-bottom: .5rem;
613   font-weight: 600; }
614 fieldset {
615   padding: 0;
616   border-width: 0; }
617 input[type="checkbox"],
618 input[type="radio"] {
619   display: inline; }
620 label > .label-body {
621   display: inline-block;
622   margin-left: .5rem;
623   font-weight: normal; }