MediaWiki:Common.css
Appearance
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* Google Translate Widget */
#google_translate_element {
background: white;
padding: 6px 10px;
border-radius: 4px;
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
font-size: 13px;
}
#google_translate_element .goog-te-gadget {
color: transparent !important;
font-size: 0 !important;
}
#google_translate_element .goog-te-gadget-simple {
background: transparent !important;
border: none !important;
padding: 0 !important;
}
#google_translate_element .goog-te-menu-value {
color: #36c !important;
text-decoration: none !important;
}
#google_translate_element .goog-te-menu-value span {
border: none !important;
}
/* Ẩn banner trên đầu khi Google translate hoạt động */
.goog-te-banner-frame.skiptranslate { display: none !important; }
body { top: 0 !important; }
/* Ẩn icon "powered by Google" */
.goog-logo-link { display: none !important; }
.goog-te-gadget { color: transparent !important; }
.goog-te-gadget > span > a { display: none !important; }