diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 1987391b..8ca439c8 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -63,11 +63,11 @@ h2 { top: -1px; } -#header.cojemam { background: url("../images/header-bg-uvod.png") no-repeat center top; } -#header.soustredeni { background: url("../images/header-bg-soustredeni.png") no-repeat center top; } -#header.zadani { background: url("../images/header-bg-zadani.png") no-repeat center top; } -#header.clanky { background: url("../images/header-bg-clanek.png") no-repeat center top; } -#header.archiv { background: url("../images/header-bg-archiv.png") no-repeat center top; } +#header.cojemam { background-image: url("../images/header-bg-uvod.png"); } +#header.soustredeni { background-image: url("../images/header-bg-soustredeni.png"); } +#header.zadani { background-image: url("../images/header-bg-zadani.png"); } +#header.clanky { background-image: url("../images/header-bg-clanek.png"); } +#header.archiv { background-image: url("../images/header-bg-archiv.png"); } #header img.logo { position: absolute; @@ -196,9 +196,15 @@ div.zadani_azad_termin { **********/ #footer { - background: url("../images/footer-bg.png") no-repeat -100px 0px; - padding: 20px 30px; - height: 210px; + background: url("../images/footer-bg-top.png") no-repeat top center; + background-color: #ffd546; + padding: 20px 30px 0px 30px; + min-height: 210px; +} + +#footer-extra { + background: url("../images/footer-bg-bottom.png") no-repeat bottom center; + height: 39px; } #footer p.license { @@ -208,16 +214,58 @@ div.zadani_azad_termin { #footer p.organize { text-align: center; - margin-top: 40px; + margin-top: 60px; margin-left: 90px; } #footer img.logo-left { - padding: 30px 0px; + padding: 50px 0px 0px 0px; float: left; } #footer img.logo-right { + padding: 40px 0px 00px 10px; float: right; } +@media (max-width: 991px) { + #header { + height: 196px; + background-size: 100% 100%; + } + #header img.logo { + top: 15px; + left: 25px; + height: 170px; + } + #menu li { + min-width: 120px; + font-size: 130%; + } + #submenu ul { + font-size: 115%; + } + #submenu li { + padding-top: 5px; + } + #footer { + padding: 20px 40px 0px 40px; + min-height: 260px; + } + + #footer p.organize { + text-align: center; + margin-top: 170px; + margin-left: 0px; + } + + #footer img.logo-left { + padding: 50px 20px 0px 0px; + float: right; + } + + #footer img.logo-right { + padding: 40px 0px 0px 20px; + float: left; + } +} diff --git a/mamweb/static/images/footer-bg-bottom.png b/mamweb/static/images/footer-bg-bottom.png new file mode 100644 index 00000000..95be7d8f Binary files /dev/null and b/mamweb/static/images/footer-bg-bottom.png differ diff --git a/mamweb/static/images/footer-bg-top.png b/mamweb/static/images/footer-bg-top.png new file mode 100644 index 00000000..89ebce5e Binary files /dev/null and b/mamweb/static/images/footer-bg-top.png differ diff --git a/mamweb/static/images/footer-bg.png b/mamweb/static/images/footer-bg.png deleted file mode 100644 index 66c7d03a..00000000 Binary files a/mamweb/static/images/footer-bg.png and /dev/null differ diff --git a/mamweb/static/images/logo-mff.png b/mamweb/static/images/logo-mff.png index 4231e9b5..9c9a98e4 100644 Binary files a/mamweb/static/images/logo-mff.png and b/mamweb/static/images/logo-mff.png differ diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index d5bdcc17..8817ddb7 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -91,7 +91,7 @@

Korespondenční seminář M&M organizují převážně studenti MFF UK. Organizaci semináře a vydávání časopisu podporuje Jednota českých matematiků a fyziků.

- +