diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index dad505b8..e1579c5e 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -15,6 +15,14 @@ a { color: #6f2509; } +h2 { + font-size: 160%; + font-variant: small-caps; + font-weight: bold; + color: #6f2509; +} +/* todo ostatní nadpisy */ + .org-logged-in .mam-text-plugin { border: dashed 1px #f77; padding: 5px; @@ -82,7 +90,7 @@ h1 { background-color: #e84e10; filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4)); - font-size: 200%; + font-size: 28px; color: #fffbf6; font-weight: 400; font-variant: small-caps; @@ -258,10 +266,12 @@ div.zadani_azad_termin { **********/ #footer { - background: url("../images/footer.svg") no-repeat top center; - background-color: #ffd546; - padding: 20px 30px 0px 30px; - width: 100%; + background: url("../images/mozaika-footer.svg") no-repeat top center; + height: 200px; + background-position: relative; + background-size: 100%; + filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.4)); + padding-top: 36px; /*todo lépe*/ } #footer p.license { @@ -269,24 +279,6 @@ div.zadani_azad_termin { font-weight: 400; } -#footer p.organize { - text-align: center; - margin-top: 50px; - margin-left: 30px; - display: inline-block; - max-width: 350px; -} - -#footer img.logo-left { - padding: 50px 0px 0px 0px; - float: left; -} - -#footer img.logo-right { - padding: 40px 0px 00px 10px; - float: right; -} - .foto_org { width: 250px; text-align: center; diff --git a/mamweb/static/favicon.ico b/mamweb/static/favicon.ico deleted file mode 100644 index af06950a..00000000 Binary files a/mamweb/static/favicon.ico and /dev/null differ diff --git a/mamweb/static/images/footer-bg-bottom.png b/mamweb/static/images/footer-bg-bottom.png deleted file mode 100644 index 95be7d8f..00000000 Binary files a/mamweb/static/images/footer-bg-bottom.png and /dev/null differ diff --git a/mamweb/static/images/footer-bg-top.png b/mamweb/static/images/footer-bg-top.png deleted file mode 100644 index 89ebce5e..00000000 Binary files a/mamweb/static/images/footer-bg-top.png and /dev/null differ diff --git a/mamweb/static/images/logo-jcmf.png b/mamweb/static/images/logo-jcmf.png deleted file mode 100644 index 9dec6f4c..00000000 Binary files a/mamweb/static/images/logo-jcmf.png and /dev/null differ diff --git a/mamweb/static/images/logo-mff.png b/mamweb/static/images/logo-mff.png deleted file mode 100644 index 9c9a98e4..00000000 Binary files a/mamweb/static/images/logo-mff.png and /dev/null differ diff --git a/mamweb/templates/base.html b/mamweb/templates/base.html index d5ce1da1..e32baf41 100644 --- a/mamweb/templates/base.html +++ b/mamweb/templates/base.html @@ -110,9 +110,6 @@