5,952
edits
No edit summary |
No edit summary |
||
Line 247: | Line 247: | ||
width: 85%; | width: 85%; | ||
margin:20px auto 20px auto; | margin:20px auto 20px auto; | ||
} | |||
/* 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); | |||
} | |||
.export-options a { | |||
color: white; | |||
} | |||
.export-options-close-button { | |||
float: right; | |||
margin-left: .5em; | |||
} | } | ||