547
edits
m (Ondo moved page MediaWiki:Minerva.css to MediaWiki:Mobile.css without leaving a redirect) |
No edit summary |
||
Line 1: | Line 1: | ||
.no-mobile { | |||
display: none; | |||
} | |||
/* Sitenotice style */ | /* Sitenotice style */ | ||
.sitenotice-backdrop { | .sitenotice-backdrop { | ||
Line 54: | Line 58: | ||
.mw-dismissable-notice-body { | .mw-dismissable-notice-body { | ||
margin: 0 !important; | margin: 0 !important; | ||
} | |||
/* Style for Nonbinary Wiki:Dive in! */ | |||
@-webkit-keyframes fadeIn { | |||
from { opacity: 0; } | |||
to { opacity: 1; } | |||
} | |||
@keyframes fadeIn { | |||
from { opacity: 0; } | |||
to { opacity: 1; } | |||
} | |||
.content-body { | |||
padding: 10px; | |||
text-align: center; | |||
display: none; | |||
} | |||
.content-box:hover .content-body { | |||
display: block; | |||
-webkit-animation: fadeIn .5s; | |||
animation: fadeIn .5s; | |||
} | |||
.bottom-section .mw-ui-button { | |||
margin-bottom: 5px; | |||
} | } |