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