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 !immportant;
     display: none;
}
 
a.goog-logo-link {
display:none !immportant;
}
 
a.goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: normal !immportant;
}
 
 
#goog-logo-link img {
    display: none !immportant;
}
 
#goog-logo-link {
display:none !immportant;
}
 
#goog-te-gadget {
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: normal !immportant;
}
}

Revision as of 04:24, 16 June 2023

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

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