Wettkampftermine als Cards; schön ist etwas anderes, aber zeitgemäßer sieht es aus...

neue Datei:     pandocTemplate/cwsvJudo.html5.pandocTemplate
	geändert:       wkParticipo/index.php
	geändert:       wkParticipo/lib/wkParticipoLib.inc.php
	geändert:       wkParticipo/showWkEvent.php
	geändert:       wkParticipo/wkParticipo.css
This commit is contained in:
marko
2018-07-22 16:33:01 +02:00
parent 66376d2418
commit bd69ca1888
5 changed files with 439 additions and 122 deletions

View File

@@ -17,25 +17,29 @@
}
.wkInfoCardDate{
align-items: center;
color: #291670;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
color: #291670;
padding: 0rem 0.5rem 0rem 0rem;
width: 6rem;
}
@media (min-width: 640px){
.wkInfoCardDate{
justify-content: center;
}
}
.wkInfoCardDateDay{
font-size: 1.75rem;
font-size: 1.75rem;
}
.wkInfoCardDateWeekday{
font-size: 1.15rem;
font-size: 1.15rem;
}
.wkInfoCardDateMonth{
font-size: 1.15rem;
font-size: 1.15rem;
}
.wkInfoCardWkData{
@@ -55,6 +59,18 @@
flex-grow: 1;
}
.wkInfoCardWkInfo ul{
padding: 0;
list-style-type: none;
}
@media (min-width: 640px){
.wkInfoCardWkInfo ul{
padding: initial;
list-style-type: initial;
}
}
.wkInfoCardButtonBar{
align-items: center;
display: flex;
@@ -88,6 +104,13 @@
font-weight: lighter;
}
.flexFlowRow{
flex-flow: row;
}
.justifyContentFlexStart{
justify-content: flex-start;
}
.card__icon {