Zvyrazneni aktualni polozky menu.
This commit is contained in:
parent
a97bda0679
commit
d7bf80cbfd
1 changed files with 6 additions and 4 deletions
|
@ -102,7 +102,7 @@ h2 {
|
|||
min-width: 140px;
|
||||
text-align: center;
|
||||
|
||||
font-size: 140%;
|
||||
font-size: 130%;
|
||||
font-weight: 400;
|
||||
font-variant: small-caps;
|
||||
border-bottom-left-radius: 8px;
|
||||
|
@ -119,7 +119,9 @@ h2 {
|
|||
text-decoration: none;
|
||||
color: #003c00;
|
||||
}
|
||||
#menu a.selected {
|
||||
#menu li.selected {
|
||||
border-bottom-left-radius: 0px;
|
||||
border-bottom-right-radius: 0px;
|
||||
background-color:#cc9024;
|
||||
}
|
||||
|
||||
|
@ -131,7 +133,7 @@ h2 {
|
|||
}
|
||||
#submenu ul {
|
||||
padding: 0px 15px;
|
||||
font-size: 140%;
|
||||
font-size: 120%;
|
||||
font-weight: 400;
|
||||
}
|
||||
#submenu li {
|
||||
|
@ -145,7 +147,7 @@ h2 {
|
|||
#submenu li>a:hover {
|
||||
color: #3c003c;
|
||||
}
|
||||
#submenu a.selected {
|
||||
#submenu li.selected {
|
||||
background-color: #cc8400;
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue