- Zitat in den Header geholt
- css etwas aufgeräumt geändert: Makefile geändert: css/cwsvJudo-2018-header.css geändert: css/cwsvJudo-2018-wkKalender.css geändert: css/cwsvJudo-2018.css geändert: pandocTemplate/cwsvJudo.html5.pandocTemplate geändert: phpLib/cwsvJudo/miscAssis.php geändert: phpLib/cwsvJudo/wkKalender.php
This commit is contained in:
@@ -8,7 +8,6 @@
|
||||
flex-direction: row;
|
||||
font-family: "Orbitron-Medium", Impact, Charcoal, sans-serif;
|
||||
font-size: 1.5em;
|
||||
/* align-items: stretch;*/
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
background-color: #FF8100;
|
||||
@@ -30,19 +29,22 @@
|
||||
padding-top: .2em;/* wg. Orbitron */
|
||||
}
|
||||
|
||||
.cwsvHeader > span:first-of-type > span:nth-child(2){
|
||||
font-size: .5em;
|
||||
}
|
||||
|
||||
/* \0000a0 ist unicode für
|
||||
* \00202F ist unicode für  */
|
||||
.cwsvHeader > span:first-of-type::before{
|
||||
.cwsvHeader > span:first-of-type > span:first-of-type::before{
|
||||
content: 'CWSV\0000a0e.\00202FV. - ';
|
||||
}
|
||||
@media (min-width: 640px){
|
||||
.cwsvHeader > span:first-of-type::before{
|
||||
.cwsvHeader > span:first-of-type > span:first-of-type::before{
|
||||
content: 'Chemnitzer WSV\0000a0e.\00202FV. - ';
|
||||
}
|
||||
}
|
||||
@media (min-width: 1280px){
|
||||
.cwsvHeader > span:first-of-type::before{
|
||||
.cwsvHeader > span:first-of-type > span:first-of-type::before{
|
||||
content: 'Chemnitzer Freizeit- und Wohngebietssportverein\0000a0e.\00202FV. - ';
|
||||
}
|
||||
}
|
||||
@@ -53,3 +55,10 @@
|
||||
display: initial;
|
||||
}
|
||||
}
|
||||
|
||||
.cwsvHeader > span:first-of-type{
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: flex-start;
|
||||
text-align: start;
|
||||
}
|
||||
|
||||
@@ -327,10 +327,6 @@
|
||||
|
||||
}
|
||||
|
||||
.displayNone{
|
||||
display: none;
|
||||
}
|
||||
|
||||
/*abgeschaut*/
|
||||
.shadow-z-1 {
|
||||
box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.12), 0 1px 2px 0 rgba(0, 0, 0, 0.24);
|
||||
|
||||
@@ -160,6 +160,10 @@ body{
|
||||
clear: both;
|
||||
}
|
||||
|
||||
.fontsizeXXS{
|
||||
.displayNone{
|
||||
display: none;
|
||||
}
|
||||
|
||||
.fontSizeXxSmall{
|
||||
font-size: xx-small;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user