Mittel-Training mit Matching-System und Auswertung implementiert
This commit is contained in:
@@ -283,12 +283,22 @@ h1 {
|
||||
|
||||
.training-card {
|
||||
width: 300px;
|
||||
height: 180px;
|
||||
margin: 10px auto;
|
||||
perspective: 1000px;
|
||||
cursor: pointer;
|
||||
}
|
||||
|
||||
#trainingLeicht .training-card {
|
||||
height: 180px;
|
||||
}
|
||||
|
||||
#trainingMittel .training-card {
|
||||
height: 100px;
|
||||
font-size: 0.9rem;
|
||||
margin: 0;
|
||||
margin-top: 10px;
|
||||
}
|
||||
|
||||
.training-card-inner {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
@@ -356,33 +366,34 @@ h1 {
|
||||
margin-top: -28px;
|
||||
}
|
||||
|
||||
.modus-view {
|
||||
#pdfPages,
|
||||
#onlineTraining,
|
||||
#trainingLeicht,
|
||||
#trainingMittel,
|
||||
#trainingSchwer {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.training-view {
|
||||
display: none;
|
||||
margin-top: 25px;
|
||||
}
|
||||
|
||||
#trainingMittel {
|
||||
display: flex !important;
|
||||
gap: 20px;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
align-items: flex-start;
|
||||
}
|
||||
|
||||
.spalte-links,
|
||||
.spalte-rechts {
|
||||
.spalte-links {
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
gap: 12px;
|
||||
min-height: 300px;
|
||||
border: 1px dashed #ccc;
|
||||
padding: 0;
|
||||
align-items: center;
|
||||
align-items: flex-end;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.spalte-rechts {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
gap: 10px;
|
||||
}
|
||||
|
||||
.drop-zone, .zieh-karte {
|
||||
padding: 10px;
|
||||
@@ -395,3 +406,19 @@ h1 {
|
||||
.zieh-karte {
|
||||
cursor: grab;
|
||||
}
|
||||
|
||||
#checkBtn {
|
||||
width: 500px;
|
||||
height: 100px;
|
||||
font-size: 46px;
|
||||
font-weight: 600;
|
||||
font-family: -apple-system, BlinkMacSystemFont, Roboto, "Helvetica Neue", Arial, sans-serif;
|
||||
color: #dc6743;
|
||||
border: none;
|
||||
border-radius: 8px;
|
||||
cursor: pointer;
|
||||
box-sizing: border-box;
|
||||
background: linear-gradient(rgba(255,255,255,0.7), rgba(255,255,255,0.9)), url("verified.jfif");
|
||||
background-repeat: repeat;
|
||||
background-size: 80px;
|
||||
}
|
||||
Reference in New Issue
Block a user