MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Adventuresro (talk | contribs) |
Adventuresro (talk | contribs) |
||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.goog-logo-link img { | |||
display: none !important; | display: none !important; | ||
} | } | ||
.goog-logo-link { | |||
display:none; | display:none !important; | ||
} | } | ||
Revision as of 04:34, 16 June 2023
/* CSS placed here will be applied to all skins */
.goog-logo-link img {
display: none !important;
}
.goog-logo-link {
display:none !important;
}
.goog-te-gadget {
font-family: arial !important;
font-size: 11px !important;
color: #666 !important;
white-space: normal !important;
}