diff --git a/mamweb/static/css/layout.css b/mamweb/static/css/layout.css index 6bb11092..7465b9d3 100644 --- a/mamweb/static/css/layout.css +++ b/mamweb/static/css/layout.css @@ -64,11 +64,6 @@ div.content { text-shadow: none; } -#title-mobile { - display: none; -} - - #header { position: relative; background: url("../images/header/vikendovka.jpg") no-repeat center top; /* poměr 350:970, TODO: aby to nemuselo být přesně na pixely */ @@ -77,7 +72,6 @@ div.content { } #header img.logo { - position: absolute center; width: 100%; filter: drop-shadow(0px 5px 5px rgba(0, 0, 0, 0.4)); } @@ -187,7 +181,6 @@ ul.submenu li.active>a, .parentactive ul li:first-child>a { width: 100%; background: url("../images/mozaika-footer.svg") no-repeat top center; height: var(--footer-height); - background-position: relative; background-size: 100%; filter: drop-shadow(5px 0px 5px rgba(0, 0, 0, 0.4)); padding-top: 3.5%; @@ -584,20 +577,6 @@ div.zadani_termin .datum { background-image: none; } - #header.cojemam, - #header.soustredeni, - #header.zadani, - #header.clanky, - #header.archiv, - #header.NOC, - #header.NOCcojemam, - #header.NOCsoustredeni, - #header.NOCzaani, - #header.NOCclanky, - #header.NOCarchiv { - background-image: none; - } - #header img.logo { display: none; }