From 4d16fb3576e60a2a5da6f7bfe396a555010dfa79 Mon Sep 17 00:00:00 2001
From: ulrich
Date: Fri, 22 Nov 2024 18:32:35 +0000
Subject: [PATCH] Buildscript und readme angepasst.
---
www/app.css | 48 +++++++++++++++++++++++++++++++++++-------------
1 files changed, 35 insertions(+), 13 deletions(-)
diff --git a/www/app.css b/www/app.css
index 4d2a00f..927f0fc 100644
--- a/www/app.css
+++ b/www/app.css
@@ -179,6 +179,14 @@
/* ab hier Mediazentrale */
+.gehe-zu-formular{
+ font-size: smaller;
+}
+
+.gehe-zu-eingabe {
+ width: 2rem;
+}
+
.entity-formular {
display: flex;
flex-flow: column;
@@ -286,6 +294,16 @@
margin-right: 0;
margin-bottom: 0;
cursor: pointer;
+}
+
+.drag-over {
+ color: blueviolet;
+ border-style: dashed;
+ border-width: 1px;
+}
+
+.hide {
+ display: none;
}
.entity-eintrag:hover {
@@ -468,7 +486,7 @@
@font-face {
font-family: 'pikto';
- src: url('font/pikto.ttf?68902687') format('truetype');
+ src: url('font/pikto.ttf?73409988') format('truetype');
font-weight: normal;
font-style: normal;
}
@@ -478,46 +496,45 @@
@media screen and (-webkit-min-device-pixel-ratio:0) {
@font-face {
font-family: 'pikto';
- src: url('../font/pikto.svg?49751252#pikto') format('svg');
+ src: url('../font/pikto.svg?73409988#pikto') format('svg');
}
}
*/
-
- [class^="icon-"]:before, [class*=" icon-"]:before {
+[class^="icon-"]:before, [class*=" icon-"]:before {
font-family: "pikto";
font-style: normal;
font-weight: normal;
speak: never;
-
+
display: inline-block;
text-decoration: inherit;
width: 1em;
margin-right: .2em;
text-align: center;
/* opacity: .8; */
-
+
/* For safety - reset parent styles, that can break glyph codes*/
font-variant: normal;
text-transform: none;
-
+
/* fix buttons height, for twitter bootstrap */
line-height: 1em;
-
+
/* Animation center compensation - margins should be symmetric */
/* remove if not needed */
- /* margin-left: .2em; */
-
+ margin-left: .2em;
+
/* you can be more comfortable with increased icons size */
/* font-size: 120%; */
-
+
/* Font smoothing. That was taken from TWBS */
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-
+
/* Uncomment for 3D effect */
/* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
-
+
.icon-cancel:before { content: '\e800'; } /* '' */
.icon-th-large:before { content: '\e801'; } /* '' */
.icon-th-list:before { content: '\e802'; } /* '' */
@@ -548,6 +565,8 @@
.icon-cog-alt:before { content: '\e81b'; } /* '' */
.icon-wrench:before { content: '\e81c'; } /* '' */
.icon-flash:before { content: '\e81d'; } /* '' */
+.icon-volume-down:before { content: '\e81e'; } /* '' */
+.icon-volume-up:before { content: '\e81f'; } /* '' */
.icon-rss:before { content: '\f09e'; } /* '' */
.icon-docs:before { content: '\f0c5'; } /* '' */
.icon-menu:before { content: '\f0c9'; } /* '' */
@@ -570,6 +589,9 @@
.icon-toggle-on:before { content: '\f205'; } /* '' */
.icon-podcast:before { content: '\f2ce'; } /* '' */
+
+
+
/* Dropdown Menu */
/* Style The Dropdown Button */
--
Gitblit v1.9.3