MediaWiki:Common.css: Difference between revisions

From AdventuresRO
Jump to navigation Jump to search
Line 2: Line 2:


a.goog-logo-link img {
a.goog-logo-link img {
     display: none;
     display: none !immportant;
}
}


a.goog-logo-link {
a.goog-logo-link {
display:none;
display:none !immportant;
}
}


Line 13: Line 13:
     font-size: 11px;
     font-size: 11px;
     color: #666;
     color: #666;
     white-space: normal;
     white-space: normal !immportant;
}
}

Revision as of 04:20, 16 June 2023

/* CSS placed here will be applied to all skins */

a.goog-logo-link img {
    display: none !immportant;
}

a.goog-logo-link {
	display:none !immportant;
}

a.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: normal !immportant;
}