Rev 14709 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 14709 | Rev 14734 | ||
---|---|---|---|
Line 7... | Line 7... | ||
7 | <meta name="Author" content="$module_author" /> |
7 | <meta name="Author" content="$module_author" /> |
8 | 8 | ||
9 | <!-- makes browsers render all elements more consistently --> |
9 | <!-- makes browsers render all elements more consistently --> |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
10 | <link rel="stylesheet" href="scripts/js/external/normalize.min.css" /> |
11 | 11 | ||
12 | <!-- Foundation dropdown menu --> |
- | |
13 | <link rel="stylesheet" href="html/themes/_css/foundation_menu.css" /> |
- | |
14 | <link rel="stylesheet" href="html/themes/_css/dropdown_menu.css" /> |
- | |
15 | <!-- Foundation Accordion --> |
12 | <!-- Foundation Accordion --> |
16 | <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css" /> |
13 | <link rel="stylesheet" href="html/themes/_css/foundation_accordion.css" /> |
17 | 14 | ||
18 | $wims_CSS |
15 | $wims_CSS |
19 | 16 | ||
Line 75... | Line 72... | ||
75 | .infobulle{ background-color: $wims_ref_button_bgcolor; color: $wims_ref_button_color;} |
72 | .infobulle{ background-color: $wims_ref_button_bgcolor; color: $wims_ref_button_color;} |
76 | 73 | ||
77 | #wimstopbox { color: $wims_ref_menucolor;} |
74 | #wimstopbox { color: $wims_ref_menucolor;} |
78 | 75 | ||
79 | /* Foundation dropdown custom css */ |
76 | /* Foundation dropdown custom css */ |
80 |
|
77 | .dropdown.menu > li.is-dropdown-submenu-parent > a::after { border-top-color: var(--wims_ref_menucolor);} |
81 |
|
78 | .dropdown.menu > li.is-dropdown-submenu-parent:hover > a::after { border-top-color: var(--wims_ref_menucolor);} |
82 |
|
79 | .dropdown.menu > li.is-dropdown-submenu-parent.is-active > a::after{ border-top-color: var(--wims_ref_bgcolor);} |
- | 80 | #wimstopbox>.dropdown.menu > li.is-active>a{ |
|
83 |
|
81 | background-color: var(--wims_ref_menucolor);color:var(--wims_ref_bgcolor)} |
- | 82 | .menu a:hover,#wimsbodybox .menu a:hover{ |
|
84 |
|
83 | background-color: var(--wims_ref_bgcolor);color:var(--wims_ref_menucolor)} |
- | 84 | ||
85 | 85 | ||
86 | #wimstopbox>.menu>.menuitem>a:hover, |
86 | #wimstopbox>.menu>.menuitem>a:hover, |
87 | #wimsmenubox>.menu a:hover, |
87 | #wimsmenubox>.menu a:hover, |
88 | #wimsmenumodubox a:hover, |
88 | #wimsmenumodubox a:hover, |
89 | #wimsmenumodubox .menu a:hover{ |
89 | #wimsmenumodubox .menu a:hover{ |