5,953
edits
No edit summary |
No edit summary |
||
Line 422: | Line 422: | ||
} | } | ||
/* Template:Print Button */ | |||
.export-options { | |||
background-color: rgba(0,0,0,0.6); | |||
color: white; | |||
padding: .5em .5em .5em 1em; | |||
border-radius: .3em; | |||
position: absolute; | |||
left: 50%; | |||
transform: translate(-50%, -.5em); | |||
box-shadow: 0 3px 6px rgba(0,0,0,0.6); | |||
transition: .2s; | |||
} | |||
.export-options a { | |||
color: white; | |||
} | |||
.export-options a.external:hover { | |||
color: white; | |||
} | |||
.export-options:hover { | |||
box-shadow: 0 6px 10px rgba(0,0,0,0.6); | |||
} | |||
.export-options-close-button { | |||
float: right; | |||
margin-left: .5em; | |||
} | |||
.export-options-close-button:hover { | |||
cursor: pointer; | |||
} | |||
/* Template:Top */ | /* Template:Top */ | ||
.top-arrow { | .top-arrow { |