5,953
edits
No edit summary |
No edit summary |
||
Line 666: | Line 666: | ||
.navbar { | .navbar { | ||
display: none; /*temporary!!*/ | display: none; /*temporary!!*/ | ||
background-color: #4c4c4c; | |||
margin: 0 -16px; | |||
} | |||
.navbar a { | |||
float: left; | |||
color: #fbf0a4; | |||
text-align: center; | |||
padding: 14px 16px; | |||
text-decoration: none; | |||
} | } | ||
Line 676: | Line 686: | ||
position: absolute; | position: absolute; | ||
background-color: rgba(0,0,0,0.8); | background-color: rgba(0,0,0,0.8); | ||
box-shadow: 0 3px 6px rgba(0,0,0,0. | box-shadow: 0 3px 6px rgba(0,0,0,0.8); | ||
border-radius: .3em; | border-radius: .3em; | ||
text-align: center; | text-align: center; | ||
Line 692: | Line 702: | ||
.close-download-links, .close-language-links { | .close-download-links, .close-language-links { | ||
position: absolute; | |||
top: .5em; | |||
right: .5em; | |||
} | } |