5,951
edits
No edit summary |
No edit summary |
||
Line 432: | Line 432: | ||
text-decoration: none; | text-decoration: none; | ||
} | } | ||
. | .print-buttons a:hover { | ||
box-shadow: 0 4px 4px rgba(0,0,0,0.08); | box-shadow: 0 4px 4px rgba(0,0,0,0.08); | ||
} | } | ||
.export-options { | .export-options, .change-language { | ||
background-color: rgba(0,0,0,0.6); | background-color: rgba(0,0,0,0.6); | ||
color: white; | color: white; | ||
Line 442: | Line 442: | ||
position: absolute; | position: absolute; | ||
left: 50%; | left: 50%; | ||
transform: translate(-50%, | transform: translate(-50%,0); | ||
box-shadow: 0 3px 6px rgba(0,0,0,0.6); | box-shadow: 0 3px 6px rgba(0,0,0,0.6); | ||
transition: .2s; | transition: .2s; | ||
} | } | ||
.export-options a { | .export-options a, .change-language a { | ||
color: white; | color: white; | ||
} | } | ||
.export-options a.external:hover { | .export-options a.external:hover, .change-language a.external:hover { | ||
color: white; | color: white; | ||
} | } | ||
.export-options:hover { | .export-options:hover, .change-language:hover { | ||
box-shadow: 0 6px 10px rgba(0,0,0,0.6); | box-shadow: 0 6px 10px rgba(0,0,0,0.6); | ||
} | } | ||
.export-options-close-button { | .export-options-close-button, .change-language-close-button { | ||
float: right; | float: right; | ||
margin-left: .5em; | margin-left: .5em; | ||
} | } | ||
.export-options-close-button:hover { | .export-options-close-button:hover, .change-language-close-button:hover { | ||
cursor: pointer; | cursor: pointer; | ||
} | } |