MediaWiki:Common.css: Difference between revisions

From koreapedia
No edit summary
No edit summary
Tag: Reverted
Line 4: Line 4:
     height: auto;
     height: auto;
     width: auto;
     width: auto;
}
#google_translate_element {
  display: inline-block;
  margin-top: 8px;
}
.goog-te-gadget {
  font-size: 0 !important; /* hides 'Powered by Google' text */
}
.goog-te-gadget span {
  display: none; /* hides extra text */
}
}

Revision as of 01:00, 3 September 2025

.skin-chameleon .chameleon-logo img {
    max-width: 30px;   /* desired width */
    max-height: 30px;   /* desired height */
    height: auto;
    width: auto;
}

#google_translate_element {
  display: inline-block;
  margin-top: 8px;
}
.goog-te-gadget {
  font-size: 0 !important; /* hides 'Powered by Google' text */
}
.goog-te-gadget span {
  display: none; /* hides extra text */
}