5,951
edits
No edit summary Tag: Undo |
No edit summary |
||
Line 423: | Line 423: | ||
/* Template:Print Button */ | /* Template:Print Button */ | ||
.print-button a { | |||
padding: 3px; | |||
text-align: center; | |||
background-color: white; | |||
border: 1px solid #4c4c4c; | |||
border-radius: 1em; | |||
transition: .5s; | |||
text-decoration: none; | |||
} | |||
.pint-button a:hover { | |||
box-shadow: 0 4px 4px rgba(0,0,0,0.08); | |||
} | |||
.export-options { | .export-options { | ||
background-color: rgba(0,0,0,0.6); | background-color: rgba(0,0,0,0.6); |