5,953
edits
No edit summary |
No edit summary |
||
Line 674: | Line 674: | ||
#navbar-about-links, #navbar-language-links, #navbar-download-links { | #navbar-about-links, #navbar-language-links, #navbar-download-links { | ||
display: none; | display: none; | ||
background-color: rgba(0,0,0,0. | position: absolute; | ||
background-color: rgba(0,0,0,0.8); | |||
box-shadow: 0 3px 6px rgba(0,0,0,0.6); | |||
border-radius: .3em; | border-radius: .3em; | ||
text-align: center; | text-align: center; | ||
color: white; | color: white; | ||
height: 100%; | |||
width: 100%; | width: 100%; | ||
transition: .2s; | transition: .2s; | ||
} | } | ||
Line 688: | Line 689: | ||
margin: .5em 0; | margin: .5em 0; | ||
color: white; | color: white; | ||
} | |||
.close-download-links, .close-language-links { | |||
float: right; | |||
margin-left: .5em; | |||
} | } |