Compare commits
No commits in common. "eedc7d7c4b715e950ca5d406cfe1c2f4445ffab3" and "c03d3540df5af2ddb2357dd4bdafdf19f22a0b09" have entirely different histories.
eedc7d7c4b
...
c03d3540df
@ -2,7 +2,7 @@
|
|||||||
weight = 4
|
weight = 4
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Verča Andělová"
|
name = "Dalibor Brabec"
|
||||||
role = "Instruktor"
|
role = "Instruktor"
|
||||||
beh = [1]
|
beh = [1]
|
||||||
+++
|
+++
|
Before Width: | Height: | Size: 330 KiB |
@ -1,8 +0,0 @@
|
|||||||
+++
|
|
||||||
weight = 6
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
name = "Daniela Šenerová"
|
|
||||||
role = "Pomocníček"
|
|
||||||
beh = [3]
|
|
||||||
+++
|
|
Before Width: | Height: | Size: 368 KiB After Width: | Height: | Size: 540 KiB |
Before Width: | Height: | Size: 520 KiB |
Before Width: | Height: | Size: 49 KiB After Width: | Height: | Size: 49 KiB |
@ -2,7 +2,7 @@
|
|||||||
weight = 99
|
weight = 99
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Jan Kubíček"
|
name = "Honza Kubíček"
|
||||||
role = "Hlavas na dovolené"
|
role = "Hlavas na dovolené"
|
||||||
beh = [3]
|
beh = [3]
|
||||||
+++
|
+++
|
Before Width: | Height: | Size: 337 KiB After Width: | Height: | Size: 19 KiB |
Before Width: | Height: | Size: 425 KiB |
@ -1,8 +0,0 @@
|
|||||||
+++
|
|
||||||
weight = 4
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
name = "Klárka Hazuková"
|
|
||||||
role = "Instruktor"
|
|
||||||
beh = [1, 3]
|
|
||||||
+++
|
|
Before Width: | Height: | Size: 71 KiB |
@ -1,8 +0,0 @@
|
|||||||
+++
|
|
||||||
weight = 4
|
|
||||||
|
|
||||||
[extra]
|
|
||||||
name = "Majda Šímová"
|
|
||||||
role = "Instruktor"
|
|
||||||
beh = [3]
|
|
||||||
+++
|
|
Before Width: | Height: | Size: 341 KiB |
@ -1,6 +1,5 @@
|
|||||||
+++
|
+++
|
||||||
weight = 3
|
weight = 3
|
||||||
draft = true
|
|
||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Míša Michalová"
|
name = "Míša Michalová"
|
Before Width: | Height: | Size: 431 KiB After Width: | Height: | Size: 51 KiB |
@ -3,6 +3,6 @@ weight = 6
|
|||||||
|
|
||||||
[extra]
|
[extra]
|
||||||
name = "Venca Třeštík"
|
name = "Venca Třeštík"
|
||||||
role = "Le Grand Chef"
|
role = "Kuchař"
|
||||||
beh = [1]
|
beh = [1]
|
||||||
+++
|
+++
|
||||||
|
Before Width: | Height: | Size: 248 KiB |
Before Width: | Height: | Size: 477 KiB |
@ -227,9 +227,9 @@ header {
|
|||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
background-image: url('img/forest.svg');
|
background-image: url('img/forest.svg');
|
||||||
background-size: auto 10em;
|
background-size: contain;
|
||||||
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
|
background-position: center bottom -4px; // -4px fixes a visible line on some resolutions
|
||||||
background-repeat: repeat-x;
|
background-repeat: no-repeat;
|
||||||
filter: invert(0%) contrast(94.5%);
|
filter: invert(0%) contrast(94.5%);
|
||||||
|
|
||||||
@media (prefers-color-scheme: dark) {
|
@media (prefers-color-scheme: dark) {
|
||||||
|
Before Width: | Height: | Size: 34 KiB After Width: | Height: | Size: 34 KiB |