Různé fotky v hlavičce (zatím nejsou všechny vybrané).
|
@ -58,10 +58,17 @@ h2 {
|
||||||
#header {
|
#header {
|
||||||
position: relative;
|
position: relative;
|
||||||
font-size: 250%;
|
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;
|
height: 255px;
|
||||||
top: -1px;
|
top: -1px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#header.cojemam { background: url("../images/header-bg-cojemam.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 {
|
#header img.logo {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 20px;
|
top: 20px;
|
||||||
|
@ -141,7 +148,7 @@ h2 {
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
}
|
}
|
||||||
#submenu li {
|
#submenu li {
|
||||||
padding: 3px 20px;
|
padding: 4px 20px;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
height: 40px;
|
height: 40px;
|
||||||
}
|
}
|
||||||
|
@ -153,9 +160,11 @@ h2 {
|
||||||
color: #3c003c;
|
color: #3c003c;
|
||||||
}
|
}
|
||||||
#submenu li.selected {
|
#submenu li.selected {
|
||||||
background: url("../images/submenu-bg-selected.png") no-repeat center 1px;
|
background: url("../images/submenu-bg-selected.png") no-repeat center;
|
||||||
background-size: 100% 100%;
|
background-size: 150% 150%;
|
||||||
/*background-color: #cc8400;*/
|
}
|
||||||
|
#submenu li.selected>a {
|
||||||
|
color: #3c003c;
|
||||||
}
|
}
|
||||||
/*#submenu li:first-child {
|
/*#submenu li:first-child {
|
||||||
border-top-left-radius: 7px;
|
border-top-left-radius: 7px;
|
||||||
|
|
Before Width: | Height: | Size: 400 KiB After Width: | Height: | Size: 400 KiB |
BIN
mamweb/static/images/header-bg-clanek.png
Normal file
After Width: | Height: | Size: 519 KiB |
BIN
mamweb/static/images/header-bg-uvod.png
Normal file
After Width: | Height: | Size: 512 KiB |
BIN
mamweb/static/images/header-bg-zadani.png
Normal file
After Width: | Height: | Size: 456 KiB |
Before Width: | Height: | Size: 2.9 KiB After Width: | Height: | Size: 2.4 KiB |