Dateiverwaltung für die WebBox
ulrich
2021-01-21 bf56be31ddaaee5333625e2f5a2e733f7651c7ef
web/ui2/stile.css
@@ -35,13 +35,14 @@
  height: 2em;
  align-items: center;
  margin: 0;
  padding: 0;
  padding: 0;
  justify-content:space-between;
}
.sued {
  height: 1.5em;
  overflow: hidden;
  transition: all 0.3s ease-in;
  background-color: lightgray;
  background-color: #fcfce1;
}
.west {
  flex-grow: 0;
@@ -179,6 +180,22 @@
  padding: 0;
  font-size: 1.3em;
  color: #b8b8b8;
}
.close-btn-fuss {
  /*position: absolute;
  top: 0px;
  right: 0.4em;*/
  float: right;
  margin: 0;
  padding: 0;
  font-size: 1.3em;
  color: #b8b8b8;
}
.system-out {
  height: 8em;
  overflow-y: auto;
}
.figure {
@@ -408,6 +425,15 @@
  transition-delay: 0.075s;
}
/* Fonts */
@font-face {
  font-family: 'Roboto Condensed';
  src: url('/lib/fonts/Roboto_Condensed/RobotoCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
/* Font für Piktogramme mit Fontello aus FontAwesome erzeugt */
@font-face {