Vorlage:Dropdownmenue/style.css
Zur Navigation springen
Zur Suche springen
span.dropdown-menue {
background:#EDEDED;
color:#000033;
display:grid;
float:left;
width:90%;
border:0.1em solid silver;
margin-right:-6.5px;
margin-top:4px;
padding:0.4em 0.6em 0.4em;
text-align:center;
}
.dropdown-menue:hover {
color:white;
font-weight:bold;
background:#666666;
overflow:hidden;
word-break:break-word;
word-wrap:break-word;
white-space:pre-wrap;
transition: background-color 400ms linear;
}