MediaWiki:Common.css: Difference between revisions

Changes for GoogleTranslator to prevent CSS flashing.
mNo edit summary
(Changes for GoogleTranslator to prevent CSS flashing.)
Line 9: Line 9:
}
}


/* GoogleTranslator CSS */
/* Pad Google Translate box in portlet in sidebar */
#p-googleatranslator .pBody {
    padding-top: 5px;
    text-align:  center;
}
/* Removes the translation "better suggestion" pop-up */
#goog-gt-tt {
        display:none !important;
}
/* Removes the translation "better suggestion" highlight */
font.goog-text-highlight {
background-color: unset;
-webkit-box-shadow: none;
box-shadow: none;
}
/* Move the Traslate box */
#google_translate_element {
        transform: translateX(-5px);
}
/* Zoom for the entire element */
.goog-te-gadget-simple {
        zoom: .85 !important;
        padding-right: 15px;
}
/* Remove drowndown arrow */
.goog-te-menu-value span:last-child {
        display:none !important;
}


/* Changes to header formatting levels */
/* Changes to header formatting levels */