diff --git a/www/clients.php b/www/clients.php index d3386a3..9c44b69 100644 --- a/www/clients.php +++ b/www/clients.php @@ -113,7 +113,7 @@ if ($path == '') {

Mandanten

-

Startseite

+

Startseite

@@ -122,7 +122,7 @@ if ($path == '') { } ?>
Name
-

JSON-Format

+

JSON-Format

diff --git a/www/files/index.php b/www/files/index.php index 7dd2e07..2c349dc 100644 --- a/www/files/index.php +++ b/www/files/index.php @@ -129,16 +129,16 @@ if ($format === 'json') {

Downloads

-

Startseite

+

Startseite

[$prod, $vers, $url, $size, $mtime, $ctime, $mod, $cre]) { - echo " \n"; + echo " \n"; } ?>
NameGrößeÄnderungsdatum
$name" . number_format($size / 1024 / 1024, 1) . " MB" . date('d.m.Y, H:i', $mtime) . "
$name" . number_format($size / 1024 / 1024, 1) . " MB" . date('d.m.Y, H:i', $mtime) . "
-

JSON-Format

+

JSON-Format

diff --git a/www/index.xhtml b/www/index.xhtml index 8522d7c..e930d5b 100644 --- a/www/index.xhtml +++ b/www/index.xhtml @@ -59,9 +59,41 @@

Die Genossenschaften

-

- Mandanten -

+
+
+

WG Matzen

+
Winzergenossenschaft für Matzen und Umgebung
reg. Gen.m.b.H.
+
Zweigstellen:
+
Matzen
+ +
+
+

Winzerkeller im Weinviertel

+
Winzerkeller im Weinviertel
reg. Gen.m.b.H.
+
Zweigstellen:
+
Wolkersdorf, Haugsdorf, Sitzendorf
+ +
+
+

WG Weinland

+
Winzergenossenschaft Weinland, mit dem Sitz in Großinzersdorf
reg. Gen.m.b.H.
+
Zweigstellen:
+
Großinzersdorf
+
+
+

WG Baden

+
Winzergenossenschaft Baden - Bad Vöslau
reg. Gen.m.b.H.
+
Zweigstellen:
+
Baden
+ +
+
diff --git a/www/res/style.css b/www/res/style.css index 5d0cfda..ebbb15d 100644 --- a/www/res/style.css +++ b/www/res/style.css @@ -7,6 +7,7 @@ font-family: 'Arial', sans-serif; scroll-behavior: smooth; --main-color: #A040C0; + --light-color: #C0F080; } body { @@ -161,19 +162,81 @@ main section p { text-align: justify; } +.center { + text-align: center; +} + main section h3 { text-align: center; font-size: 2em; } main .about { - border-top: 1em solid #C0F080; - border-bottom: 1em solid #C0F080; + border-top: 1em solid var(--light-color); + border-bottom: 1em solid var(--light-color); } main .clients { - border-top: 1em solid #C0F080; - border-bottom: 1em solid #C0F080; + border-top: 1em solid var(--light-color); + border-bottom: 1em solid var(--light-color); +} + +main .clients .container { + display: flex; + max-width: 1200px; + margin: auto; + gap: 1em; + justify-content: center; + padding: 0 1em; +} + +main .clients .container > * { + flex: 100px 1 1; + border-radius: 1em; + padding: 1.5em 1em; + background-color: var(--light-color); +} + +@media screen and (max-width: 1000px) { + main .clients .container { + flex-direction: column; + } +} + +main .clients .container h4, +main .clients .container h5, +main .clients .container h6 { + margin: 0; + text-align: center; +} + +main .clients .container h4 { + +} + +main .clients .container h5 { + line-height: 1em; + font-weight: normal; +} + +main .clients .container h5 span { + white-space: pre; +} + +main .clients .container h6 { + font-size: 0.875em; + margin-top: 0.5em; +} + +main .clients .container .branches { + font-size: 0.875em; + text-align: center; + display: block; +} + +main .clients .link { + text-align: center; + margin-bottom: 0; } table td {