MediaWiki:Common.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 216: | Line 216: | ||
.skin-vector-2022 .vector-appearance { | .skin-vector-2022 .vector-appearance { | ||
display: none !important; | display: none !important; | ||
} | |||
/* Google Translate compact dropdown */ | |||
#google_translate_element { | |||
padding: 4px 0 !important; | |||
} | |||
#google_translate_element .goog-te-gadget { | |||
font-size: 0 !important; | |||
} | |||
#google_translate_element .goog-te-gadget select { | |||
font-size: 12px !important; | |||
width: 100% !important; | |||
padding: 5px !important; | |||
border-radius: 4px !important; | |||
border: 1px solid #ddd !important; | |||
background: #fff !important; | |||
cursor: pointer !important; | |||
max-height: 200px !important; | |||
overflow-y: auto !important; | |||
} | |||
#google_translate_element .goog-te-gadget span { | |||
display: none !important; | |||
} | |||
/* Hide top translate banner */ | |||
.goog-te-banner-frame { | |||
display: none !important; | |||
} | |||
body { | |||
top: 0 !important; | |||
} | } | ||