diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 386ed6e1..1987391b 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -58,10 +58,17 @@ h2 { #header { position: relative; font-size: 250%; - background: url("../images/header-archiv.png") no-repeat left top; + background: url("../images/header-bg-uvod.png") no-repeat center top; height: 255px; 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 img.logo { position: absolute; top: 20px; @@ -141,7 +148,7 @@ h2 { font-weight: 400; } #submenu li { - padding: 3px 20px; + padding: 4px 20px; display: inline-block; height: 40px; } @@ -153,9 +160,11 @@ h2 { color: #3c003c; } #submenu li.selected { - background: url("../images/submenu-bg-selected.png") no-repeat center 1px; - background-size: 100% 100%; - /*background-color: #cc8400;*/ + background: url("../images/submenu-bg-selected.png") no-repeat center; + background-size: 150% 150%; +} +#submenu li.selected>a { + color: #3c003c; } /*#submenu li:first-child { border-top-left-radius: 7px; diff --git a/mamweb/static/images/header-archiv.png b/mamweb/static/images/header-bg-archiv.png similarity index 100% rename from mamweb/static/images/header-archiv.png rename to mamweb/static/images/header-bg-archiv.png diff --git a/mamweb/static/images/header-bg-clanek.png b/mamweb/static/images/header-bg-clanek.png new file mode 100644 index 00000000..95576fe6 Binary files /dev/null and b/mamweb/static/images/header-bg-clanek.png differ diff --git a/mamweb/static/images/header-bg-uvod.png b/mamweb/static/images/header-bg-uvod.png new file mode 100644 index 00000000..532d9941 Binary files /dev/null and b/mamweb/static/images/header-bg-uvod.png differ diff --git a/mamweb/static/images/header-bg-zadani.png b/mamweb/static/images/header-bg-zadani.png new file mode 100644 index 00000000..291c46bb Binary files /dev/null and b/mamweb/static/images/header-bg-zadani.png differ diff --git a/mamweb/static/images/submenu-bg-selected.png b/mamweb/static/images/submenu-bg-selected.png index 6d23a38e..81d1c817 100644 Binary files a/mamweb/static/images/submenu-bg-selected.png and b/mamweb/static/images/submenu-bg-selected.png differ