diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 27cc77a6..6cfdf1cf 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -759,17 +759,26 @@ div.odpocet { /*stránka organizátorů*/ -div.seznam_orgu { +div.seznam_orgu, div.rozcestnik_temat { text-align: center; + padding-bottom: 10px; } -div.org_pole, div.rocnik_pole { +div.org_pole, div.rocnik_pole, div.tema_pole { display: inline-block; width: 30%; min-width: 300px; text-align: center; } +div.tema_pole { + display: inline-block; + width: 40%; + min-width: 350px; + padding-bottom: 20px; + text-align: center; +} + div.cislo_pole { display: inline-block; width: 15%; @@ -812,6 +821,11 @@ div.org_email { height: 205px; } +#tema-rozcestnik.flip-card { + width: 300px; + height: 300px; +} + /* This container is needed to position the front and back side */ .flip-card-inner { position: relative; @@ -835,7 +849,8 @@ div.org_email { backface-visibility: hidden; } -div.flip-card-foto img { + +div.flip-card-foto, div.flip-card-foto img { width: 100%; height: 100%; diff --git a/seminar/static/images/tema-bez-obrazku.png b/seminar/static/images/tema-bez-obrazku.png new file mode 100644 index 00000000..8f421df2 Binary files /dev/null and b/seminar/static/images/tema-bez-obrazku.png differ diff --git a/seminar/templates/seminar/tematka/rozcestnik.html b/seminar/templates/seminar/tematka/rozcestnik.html index 8c3b1a38..0218b425 100644 --- a/seminar/templates/seminar/tematka/rozcestnik.html +++ b/seminar/templates/seminar/tematka/rozcestnik.html @@ -2,24 +2,53 @@ {% block content %} -
Témata jsou texty nejen z oblasti matematiky, fyziky a informatiky, které popisují nějaký problém a jsou doprovázeny návodnými úlohami. Vaším úkolem je zamyslet se nad daným problémem a sepsat vaše úvahy ve formě krátkého textu.
- ++
Témata jsou texty nejen z oblasti matematiky, fyziky a informatiky, které popisují nějaký + problém a jsou doprovázeny návodnými úlohami. Vaším úkolem je zamyslet se nad daným + problémem a sepsat vaše úvahy ve formě krátkého textu.
-{{tematko.abstrakt}}
+{# karta témátka - zepředu ilustrační, zezadu abstrakt #} +{{ tematko.abstrakt }}
+