mirror of
https://git.bolliret.ch/pcs/pcs-website
synced 2026-01-18 15:01:37 +01:00
Merge branch 'main' into 'cssrework'
# Conflicts: # lektor/lektordata/project/assets/static/style.css
This commit is contained in:
commit
266ab308a6
1 changed files with 51 additions and 0 deletions
|
|
@ -400,4 +400,55 @@ div.left_footer, div.middle_footer, div.right_footer {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
flex-wrap: wrap;
|
flex-wrap: wrap;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.termine ul {
|
||||||
|
display: table;
|
||||||
|
border-collapse: collapse;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li{
|
||||||
|
display: table-row;
|
||||||
|
width: 75vw;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li > div{
|
||||||
|
width: 70vw;
|
||||||
|
text-align: left;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
display: inline-block;
|
||||||
|
white-space: nowrap;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li > ul {
|
||||||
|
display: table-row;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li > ul > div{
|
||||||
|
font-weight: normal;
|
||||||
|
padding: 0;
|
||||||
|
margin: 0;
|
||||||
|
text-align: left;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li > ul > li {
|
||||||
|
display: table-cell;
|
||||||
|
}
|
||||||
|
|
||||||
|
.termine ul > li > ul > li:nth-child(1) { width: 27vw; }
|
||||||
|
.termine ul > li > ul > li:nth-child(2) { width: 1.5vw; }
|
||||||
|
.termine ul > li > ul > li:nth-child(3) { width: 46.5vw; }
|
||||||
|
|
||||||
|
.termine ul > li > ul > li:nth-child(1) > div{ width: 27vw; }
|
||||||
|
.termine ul > li > ul > li:nth-child(2) > div{ width: 1.5vw; }
|
||||||
|
.termine ul > li > ul > li:nth-child(3) > div{ width: 46.5vw; }
|
||||||
|
|
||||||
|
.termine ul > li > div, .termine ul > li > ul > li > div {
|
||||||
|
font-size: 2.5vw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
Loading…
Add table
Reference in a new issue