From 012c5eb36a5d5950702e5485e0c7d8954d6c2c74 Mon Sep 17 00:00:00 2001 From: p3t3rp1Lz Date: Mon, 6 Apr 2026 13:22:11 +0200 Subject: [PATCH] =?UTF-8?q?Design=20Karten=20final,=20"neue=20Karte"=20hin?= =?UTF-8?q?zugef=C3=BCgt=20und=20Design=20begonnen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- adjektive.php | 25 ------- allgemein.php | 43 ++++++++++++ eigennamen.php | 25 ------- forms/hinzuefuegenKarte.php | 0 index.php | 131 +++++++++++++----------------------- neueKarte.php | 17 +---- style.css | 78 +++++++++++++++++++-- substantive.php | 25 ------- 8 files changed, 162 insertions(+), 182 deletions(-) delete mode 100644 adjektive.php delete mode 100644 eigennamen.php create mode 100644 forms/hinzuefuegenKarte.php delete mode 100644 substantive.php diff --git a/adjektive.php b/adjektive.php deleted file mode 100644 index ecd39d3..0000000 --- a/adjektive.php +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - -
-

pyolingo

-
- - - \ No newline at end of file diff --git a/allgemein.php b/allgemein.php index ecd39d3..09975fd 100644 --- a/allgemein.php +++ b/allgemein.php @@ -13,6 +13,49 @@

pyolingo

+
+
+
+ + + + +
+
+

deutsch:

+ +
+ +
+
+ +
+
+ + + + +
+
+ +
+
diff --git a/neueKarte.php b/neueKarte.php index 1c04f0f..4717720 100644 --- a/neueKarte.php +++ b/neueKarte.php @@ -16,22 +16,7 @@
-
-
- -
-
- -
-
-
diff --git a/style.css b/style.css index 4586c11..4c3a7d7 100644 --- a/style.css +++ b/style.css @@ -12,6 +12,10 @@ h2 { font-size: 2.2rem; } +p { + white-space: pre-wrap; +} + h2.seitentitel { width: 100%; border-style: none; @@ -75,11 +79,6 @@ div.header{ margin: 0px; } -.p-karteikarte_verben_suffix { - margin: 0px; - margin-left: 15px; -} - #deutsch { height: 250px; } @@ -147,4 +146,73 @@ a:visited { .td-pronomen { width: 30%; +} + +.kategorie { + font-size: 30px; + color: black; + align-items: center; + display: flex; +} + +.kategorie input[type="radio"] { + transform: scale(1.5); + margin-right: 10px; +} + +#form_hinzufuegenkarte { + width: 95%; +} + +#p_deutsch { + display: inline-block; +} + +#input_deutsch { + display: inline-block; + width: 700px; + margin-left: 30px; +} + +.hinzufuegenKarteElemente { + display: flex; + justify-content: space-between; +} + +#label_italienisch_schwarz { + color: black; +} + +#label_italienisch_rot { + color: red; +} + +#label_italienisch_gruen { + color: green; +} + +#label_italienisch_blau { + color: blue; +} + +#input_italienisch { + width: 850px; + display: inline-block; +} + +#div_deutsch { + margin-top: 40px; +} + +#div_italienisch_text { + display: inline-block; + width: 95%; + margin-top: 40px; +} + +#div_italienisch_radio { + display: flex; + justify-content: space-between; + width: 65%; + margin-top: 10px; } \ No newline at end of file diff --git a/substantive.php b/substantive.php deleted file mode 100644 index ecd39d3..0000000 --- a/substantive.php +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - -
-

pyolingo

-
- - - \ No newline at end of file