5,951
edits
No edit summary |
(reverting to version before the button-like links for template:print button) |
||
Line 423: | Line 423: | ||
/* Template:Print Button */ | /* Template:Print Button */ | ||
.export-options { | |||
.export-options | |||
background-color: rgba(0,0,0,0.6); | background-color: rgba(0,0,0,0.6); | ||
color: white; | color: white; | ||
Line 442: | Line 430: | ||
position: absolute; | position: absolute; | ||
left: 50%; | left: 50%; | ||
transform: translate(-50%, | transform: translate(-50%, -.5em); | ||
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 | .export-options a { | ||
color: white; | color: white; | ||
} | } | ||
.export-options | .export-options a.external:hover { | ||
color: white; | color: white; | ||
} | } | ||
.export-options | .export-options: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 | .export-options-close-button { | ||
float: right; | float: right; | ||
margin-left: .5em; | margin-left: .5em; | ||
} | } | ||
.export-options | .export-options-close-button:hover { | ||
cursor: pointer; | cursor: pointer; | ||
} | } |