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

This commit is contained in:
Jethro 2015-09-13 14:01:10 +02:00
commit 6b72deb9ea
6 changed files with 14 additions and 5 deletions

View file

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

View file

Before

Width:  |  Height:  |  Size: 400 KiB

After

Width:  |  Height:  |  Size: 400 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 519 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 512 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 456 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.9 KiB

After

Width:  |  Height:  |  Size: 2.4 KiB