MediaWiki:Gadget-main-spoiler-warning-screen.css: Difference between revisions
No edit summary |
No edit summary |
||
Line 49: | Line 49: | ||
color: #bbb; | color: #bbb; | ||
font-size: 14pt; | font-size: 14pt; | ||
} | |||
.rgwiki-main-spoiler-warning-screen > div > button { | |||
padding: 0.5em 1.5em; | |||
background-color: #333; | |||
color: #fff; | |||
font-size: 12pt; | |||
border: 0; | |||
cursor: pointer; | |||
user-select: none; | |||
border-radius: 1em; | |||
} | |||
.rgwiki-main-spoiler-warning-screen > div > button:hover { | |||
background-color: #444; | |||
} | } |