pedf
/
spolky
Archived
1
0
Fork 0

Tvary na pozadí nadpisů

master
Emil Miler 3 years ago
parent 00f603639a
commit 890a86d65d

@ -77,7 +77,7 @@
</section>
<section class="row margin-5vh">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col">
<div class="col bg-circle" style="background-position: 4em center">
<h3 id="main-content"><b>Chci založit SOR</b></h3>
<hr class="thing-hr">
<div class="side-line">
@ -201,7 +201,7 @@
</section>
<section class="row margin-5vh">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col">
<div class="col bg-square" style="background-position: 4em center">
<h3 id="prebiram"><b>Přebírám SOR</b></h3>
<hr class="thing-hr">
<div class="side-line">

@ -74,7 +74,7 @@
</section>
<section class="row margin-5vh" id="main-content">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col-5 bg-square" id="formalni">
<div class="col-5 bg-square" style="background-size: 6.5em" id="formalni">
<h3>Přebírám formální spolek</h3>
<hr class="thing-hr">
<p style="font-size: calc(var(--font-size) / 1.8); margin-top: 5vh; text-align: left">
@ -312,7 +312,7 @@
</section>
<section class="row margin-5vh">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col-5 bg-circle" style="background-position: top center">
<div class="col-5 bg-circle" style="background-position: 5em center">
<h4 id="neformalni">Přebírám neformální spolek</h4>
<hr class="thing-hr">
<p style="font-size: calc(var(--font-size) / 1.8); margin-top: 5vh; text-align: justify">

@ -251,7 +251,7 @@
<li>na patře je kuchyňka, takže není problém si tu ohřát oběd. Nezapomeň si vlastní příbory a pokud si něco půjčíš, vrať to.</li>
</ul>
</div>
<div class="col-5" style="padding-left: 3vw">
<div class="col-5 bg-circle" style="padding-left: 3vw">
<h3>Google kalendář</h3>
<hr class="thing-hr">
<p style="font-size: calc(var(--font-size) / 1.8); margin-top: 5vh; text-align: justify">
@ -263,7 +263,7 @@
</section>
<section class="row margin-5vh">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col-5 bg-square" style="background-position: top center" id="predpisy">
<div class="col-5 bg-circle" style="background-position: 3em top; background-size: 4em" id="predpisy">
<h4>Spolkovka</h4>
<hr class="thing-hr">
<div class="side-line" style="margin-top: 3vh">
@ -301,7 +301,7 @@
</section>
<section class="row margin-5vh">
<section class="col-1 hide-xs hide-sm"></section>
<div class="col-5" style="font-size: calc(var(--font-size) / 1.8); padding-right: 4vw">
<div class="col-5 bg-circle" style="font-size: calc(var(--font-size) / 1.8); padding-right: 4vw; background-position: 4em top; background-size: 9em">
<h3 style="font-size: 2.5em" id="akce">Akce a nahlašování akcí</h3>
<hr class="thing-hr">
<p style="margin-top: 5vh">

@ -94,7 +94,7 @@
<section class="row margin-5vh" id="main-content">
<section class="col-1 hide-xs hide-sm"></section>
<section class="col-4 bg-square bg-center" id="formalni">
<section class="col-4 bg-square" id="formalni">
<h2 style="margin-bottom: 1vh">Formální spolek</h2>
<hr class="thing-hr" style="margin-bottom: 5vh; ">
<p style="font-size: calc(var(--font-size) / 1.8);">
@ -106,7 +106,7 @@
</p>
</section>
<section class="col-1 hide-xs hide-sm"></section>
<section class="col-4 bg-circle bg-center" id="neformalni">
<section class="col-4 bg-circle" id="neformalni">
<h2 style="margin-bottom: 1vh">Neformální spolek</h2>
<hr class="thing-hr" style="margin-bottom: 5vh; ">
<p style="font-size: calc(var(--font-size) / 1.8);">

@ -149,15 +149,15 @@ canvas {
}
.bg-circle {
background-image: url("/svg/bg-circle.svg");
background-size: 5em;
background-size: 6.5em;
background-repeat: no-repeat;
background-position: center center;
background-position: center top;
}
.bg-square {
background-image: url("/svg/bg-square.svg");
background-size: 5em;
background-size: 6.5em;
background-repeat: no-repeat;
background-position: center center;
background-position: center top;
}
.bg-center {
background-position: center center;

@ -142,15 +142,15 @@ body > canvas
.bg-circle
background-image: url("/svg/bg-circle.svg")
background-size: 5em
background-size: 6.5em
background-repeat: no-repeat
background-position: center center
background-position: center top
.bg-square
background-image: url("/svg/bg-square.svg")
background-size: 5em
background-size: 6.5em
background-repeat: no-repeat
background-position: center center
background-position: center top
.bg-center
background-position: center center