Line 3: | Line 3: | ||
<head> | <head> | ||
<style type="text/css"> | <style type="text/css"> | ||
− | * { | + | * {box-sizing: border-box;} |
− | + | ||
− | } | + | |
− | + | ||
− | + | ||
− | + | ||
− | + | ||
− | + | ||
+ | a:link,a:hover,a:active,a:visited {color: white !important;} | ||
.menu-container { | .menu-container { | ||
Line 21: | Line 15: | ||
font-size: 16px !important; | font-size: 16px !important; | ||
} | } | ||
− | |||
.menu > ul { | .menu > ul { | ||
Line 33: | Line 26: | ||
} | } | ||
− | .menu > ul:before, | + | .menu > ul:before, .menu > ul:after { |
− | .menu > ul:after { | + | |
content: ""; | content: ""; | ||
display: table; | display: table; | ||
} | } | ||
− | .menu > ul:after { | + | .menu > ul:after {clear: both;} |
− | + | ||
− | } | + | |
.menu > ul > li { | .menu > ul > li { | ||
float: right; | float: right; | ||
− | |||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
Line 64: | Line 53: | ||
display: none; | display: none; | ||
width: 100%; | width: 100%; | ||
− | |||
− | |||
position: absolute; | position: absolute; | ||
z-index: 99; | z-index: 99; | ||
left: 0; | left: 0; | ||
margin: 0; | margin: 0; | ||
+ | background-color: rgba(192,192,192,0.15); | ||
list-style: none; | list-style: none; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
border-radius: 5px; | border-radius: 5px; | ||
} | } | ||
− | + | ||
− | .menu > ul > li > ul:before, | + | .menu > ul > li > ul:before, .menu > ul > li > ul:after { |
− | .menu > ul > li > ul:after { | + | |
content: ""; | content: ""; | ||
display: table; | display: table; | ||
Line 84: | Line 71: | ||
clear: both; | clear: both; | ||
} | } | ||
− | |||
− | |||
.menu > ul > li > ul > li a { | .menu > ul > li > ul > li a { | ||
color: white; | color: white; | ||
− | |||
width: 100%; | width: 100%; | ||
display: block; | display: block; | ||
Line 99: | Line 83: | ||
left: auto; | left: auto; | ||
padding: 5px 10px; | padding: 5px 10px; | ||
− | |||
− | |||
− | |||
− | |||
− | |||
} | } | ||
Revision as of 04:15, 6 October 2018