diff --git a/mamweb/static/css/mamweb.css b/mamweb/static/css/mamweb.css index 84c613f8..2d0a283f 100644 --- a/mamweb/static/css/mamweb.css +++ b/mamweb/static/css/mamweb.css @@ -58,24 +58,24 @@ h2 { #header { position: relative; font-size: 250%; - background: url("../images/header-bg-uvod.png") no-repeat center top; + background: url("../images/header-bg-uvod.jpg") no-repeat center top; height: 255px; top: -1px; } -#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.cojemam { background-image: url("../images/header-bg-uvod.jpg"); } +#header.soustredeni { background-image: url("../images/header-bg-soustredeni.jpg"); } +#header.zadani { background-image: url("../images/header-bg-zadani.jpg"); } +#header.clanky { background-image: url("../images/header-bg-clanek.jpg"); } +#header.archiv { background-image: url("../images/header-bg-archiv.jpg"); } -#header.NOC {background-image: url("../images/header-bg-uvod-NOC.png"); } -#header.NOCcojemam { background-image: url("../images/header-bg-uvod-NOC.png"); } -#header.NOCsoustredeni { background-image: url("../images/header-bg-soustredeni-NOC.png"); } -#header.NOCzadani { background-image: url("../images/header-bg-zadani-NOC.png"); } -#header.NOCclanky { background-image: url("../images/header-bg-clanek-NOC.png"); } -#header.NOCarchiv { background-image: url("../images/header-bg-archiv-NOC.png"); } +#header.NOC {background-image: url("../images/header-bg-uvod-NOC.jpg"); } +#header.NOCcojemam { background-image: url("../images/header-bg-uvod-NOC.jpg"); } +#header.NOCsoustredeni { background-image: url("../images/header-bg-soustredeni-NOC.jpg"); } +#header.NOCzadani { background-image: url("../images/header-bg-zadani-NOC.jpg"); } +#header.NOCclanky { background-image: url("../images/header-bg-clanek-NOC.jpg"); } +#header.NOCarchiv { background-image: url("../images/header-bg-archiv-NOC.jpg"); } #header img.logo { position: absolute; diff --git a/mamweb/static/images/header-bg-archiv-NOC.jpg b/mamweb/static/images/header-bg-archiv-NOC.jpg new file mode 100644 index 00000000..d3732d92 Binary files /dev/null and b/mamweb/static/images/header-bg-archiv-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-archiv-NOC.png b/mamweb/static/images/header-bg-archiv-NOC.png deleted file mode 100755 index 69f43cde..00000000 Binary files a/mamweb/static/images/header-bg-archiv-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-archiv.jpg b/mamweb/static/images/header-bg-archiv.jpg new file mode 100644 index 00000000..6f00a321 Binary files /dev/null and b/mamweb/static/images/header-bg-archiv.jpg differ diff --git a/mamweb/static/images/header-bg-archiv.png b/mamweb/static/images/header-bg-archiv.png deleted file mode 100644 index 32870431..00000000 Binary files a/mamweb/static/images/header-bg-archiv.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-clanek-NOC.jpg b/mamweb/static/images/header-bg-clanek-NOC.jpg new file mode 100644 index 00000000..6c21cf02 Binary files /dev/null and b/mamweb/static/images/header-bg-clanek-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-clanek-NOC.png b/mamweb/static/images/header-bg-clanek-NOC.png deleted file mode 100755 index 2856cb23..00000000 Binary files a/mamweb/static/images/header-bg-clanek-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-clanek.jpg b/mamweb/static/images/header-bg-clanek.jpg new file mode 100644 index 00000000..29077929 Binary files /dev/null and b/mamweb/static/images/header-bg-clanek.jpg differ diff --git a/mamweb/static/images/header-bg-clanek.png b/mamweb/static/images/header-bg-clanek.png deleted file mode 100644 index 95576fe6..00000000 Binary files a/mamweb/static/images/header-bg-clanek.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-odevzdat-NOC.jpg b/mamweb/static/images/header-bg-odevzdat-NOC.jpg new file mode 100644 index 00000000..3697993b Binary files /dev/null and b/mamweb/static/images/header-bg-odevzdat-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-odevzdat-NOC.png b/mamweb/static/images/header-bg-odevzdat-NOC.png deleted file mode 100755 index cd58658e..00000000 Binary files a/mamweb/static/images/header-bg-odevzdat-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-soustredeni-NOC.jpg b/mamweb/static/images/header-bg-soustredeni-NOC.jpg new file mode 100644 index 00000000..f950069c Binary files /dev/null and b/mamweb/static/images/header-bg-soustredeni-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-soustredeni-NOC.png b/mamweb/static/images/header-bg-soustredeni-NOC.png deleted file mode 100755 index b60604dc..00000000 Binary files a/mamweb/static/images/header-bg-soustredeni-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-soustredeni.jpg b/mamweb/static/images/header-bg-soustredeni.jpg new file mode 100644 index 00000000..a4f4121f Binary files /dev/null and b/mamweb/static/images/header-bg-soustredeni.jpg differ diff --git a/mamweb/static/images/header-bg-soustredeni.png b/mamweb/static/images/header-bg-soustredeni.png deleted file mode 100644 index 00df5e42..00000000 Binary files a/mamweb/static/images/header-bg-soustredeni.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-uvod-NOC.jpg b/mamweb/static/images/header-bg-uvod-NOC.jpg new file mode 100644 index 00000000..4f06cd6b Binary files /dev/null and b/mamweb/static/images/header-bg-uvod-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-uvod-NOC.png b/mamweb/static/images/header-bg-uvod-NOC.png deleted file mode 100755 index 0ecb9e11..00000000 Binary files a/mamweb/static/images/header-bg-uvod-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-uvod.jpg b/mamweb/static/images/header-bg-uvod.jpg new file mode 100644 index 00000000..0236ce5e Binary files /dev/null and b/mamweb/static/images/header-bg-uvod.jpg differ diff --git a/mamweb/static/images/header-bg-uvod.png b/mamweb/static/images/header-bg-uvod.png deleted file mode 100644 index 532d9941..00000000 Binary files a/mamweb/static/images/header-bg-uvod.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-zadani-NOC.jpg b/mamweb/static/images/header-bg-zadani-NOC.jpg new file mode 100644 index 00000000..fa2c27b3 Binary files /dev/null and b/mamweb/static/images/header-bg-zadani-NOC.jpg differ diff --git a/mamweb/static/images/header-bg-zadani-NOC.png b/mamweb/static/images/header-bg-zadani-NOC.png deleted file mode 100755 index 7c0d1d6f..00000000 Binary files a/mamweb/static/images/header-bg-zadani-NOC.png and /dev/null differ diff --git a/mamweb/static/images/header-bg-zadani.jpg b/mamweb/static/images/header-bg-zadani.jpg new file mode 100644 index 00000000..e06a3d02 Binary files /dev/null and b/mamweb/static/images/header-bg-zadani.jpg differ diff --git a/mamweb/static/images/header-bg-zadani.png b/mamweb/static/images/header-bg-zadani.png deleted file mode 100644 index 291c46bb..00000000 Binary files a/mamweb/static/images/header-bg-zadani.png and /dev/null differ diff --git a/mamweb/static/images/header-bg.jpg b/mamweb/static/images/header-bg.jpg new file mode 100644 index 00000000..b6e22870 Binary files /dev/null and b/mamweb/static/images/header-bg.jpg differ diff --git a/mamweb/static/images/header-bg.png b/mamweb/static/images/header-bg.png deleted file mode 100644 index eeb35d6b..00000000 Binary files a/mamweb/static/images/header-bg.png and /dev/null differ