Browse Source

Zvyrazneni aktualni polozky menu.

remotes/origin/vyslbez12
Jethro 9 years ago
parent
commit
d7bf80cbfd
  1. 10
      mamweb/static/css/mamweb.css

10
mamweb/static/css/mamweb.css

@ -102,7 +102,7 @@ h2 {
min-width: 140px; min-width: 140px;
text-align: center; text-align: center;
font-size: 140%; font-size: 130%;
font-weight: 400; font-weight: 400;
font-variant: small-caps; font-variant: small-caps;
border-bottom-left-radius: 8px; border-bottom-left-radius: 8px;
@ -119,7 +119,9 @@ h2 {
text-decoration: none; text-decoration: none;
color: #003c00; color: #003c00;
} }
#menu a.selected { #menu li.selected {
border-bottom-left-radius: 0px;
border-bottom-right-radius: 0px;
background-color:#cc9024; background-color:#cc9024;
} }
@ -131,7 +133,7 @@ h2 {
} }
#submenu ul { #submenu ul {
padding: 0px 15px; padding: 0px 15px;
font-size: 140%; font-size: 120%;
font-weight: 400; font-weight: 400;
} }
#submenu li { #submenu li {
@ -145,7 +147,7 @@ h2 {
#submenu li>a:hover { #submenu li>a:hover {
color: #3c003c; color: #3c003c;
} }
#submenu a.selected { #submenu li.selected {
background-color: #cc8400; background-color: #cc8400;
} }

Loading…
Cancel
Save