Projekt fertiggestellt: Voll funktionsfähiges Lerntraining

This commit is contained in:
2026-02-25 14:16:32 +01:00
parent bd2fea40fc
commit 0477eb207e
2 changed files with 659 additions and 498 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -281,13 +281,6 @@ h1 {
}
}
.training-card {
width: 300px;
margin: 10px auto;
perspective: 1000px;
cursor: pointer;
}
#trainingFlip .training-card {
height: 180px;
}
@@ -299,6 +292,42 @@ h1 {
margin-top: 10px;
}
.training-card {
width: 300px;
margin: 10px auto;
perspective: 1000px;
cursor: pointer;
box-sizing: border-box;
}
#trainingMatching .drop-zone,
#trainingMatching .zieh-karte {
min-height: 120px;
max-height: 120px;
width: 300px;
background: #fff;
border: 2px solid #666;
border-radius: 8px;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-size: 0.9rem;
padding: 5px;
box-sizing: border-box;
text-align: center;
}
#trainingMatching .drop-zone h2,
#trainingMatching .zieh-karte h2,
#trainingMatching .drop-zone .ipa,
#trainingMatching .zieh-karte .ipa,
#trainingMatching .drop-zone .example,
#trainingMatching .zieh-karte .example {
margin: 2px 0;
overflow: hidden;
}
.training-card-inner {
width: 100%;
height: 100%;
@@ -323,8 +352,42 @@ h1 {
box-sizing: border-box;
display: flex;
flex-direction: column;
justify-content: center;
gap: 10px;
justify-content: flex-start;
align-items: stretch;
}
.card-top {
display: inline-flex;
flex-direction: column;
align-items: center;
gap: 2px;
}
.card-top h2 {
margin: 0;
line-height: 1.1;
}
.card-top h3 {
margin: 0;
line-height: 1.1;
}
.card-top .ipa {
margin: 0;
line-height: 1.1;
}
.card-example {
margin-top: auto;
text-align: center;
font-size: 15px;
line-height: 1.4;
}
.ipa {
font-size: 16px;
color: #555;
}
.training-back {
@@ -344,28 +407,6 @@ h1 {
cursor: pointer;
}
.training-front h2 {
margin-bottom: 4px;
margin-top: -25px;
}
.training-front .ipa {
font-size: 16px;
color: #555;
margin-bottom: 34px;
margin-top: -12px;
}
.training-front .example {
font-size: 15px;
line-height: 1.4;
}
.training-back h2 {
margin-bottom: 54px;
margin-top: -28px;
}
#pdfPages,
#onlineTraining {
display: none;