Browse Source

Merge branch 'master' of 195.113.26.193:/akce/MaM/MaMweb/mamweb

remotes/origin/noc
Jethro 9 years ago
parent
commit
6b72deb9ea
  1. 19
      mamweb/static/css/mamweb.css
  2. 0
      mamweb/static/images/header-bg-archiv.png
  3. BIN
      mamweb/static/images/header-bg-clanek.png
  4. BIN
      mamweb/static/images/header-bg-uvod.png
  5. BIN
      mamweb/static/images/header-bg-zadani.png
  6. BIN
      mamweb/static/images/submenu-bg-selected.png

19
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;

0
mamweb/static/images/header-archiv.png → mamweb/static/images/header-bg-archiv.png

Before

Width:  |  Height:  |  Size: 400 KiB

After

Width:  |  Height:  |  Size: 400 KiB

BIN
mamweb/static/images/header-bg-clanek.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

BIN
mamweb/static/images/header-bg-uvod.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

BIN
mamweb/static/images/header-bg-zadani.png

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

BIN
mamweb/static/images/submenu-bg-selected.png

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB

Loading…
Cancel
Save