MediaWiki:Common.css: Difference between revisions

From AdventuresRO
Jump to navigation Jump to search
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */


a.goog-logo-link img {
.goog-te-gadget {
     display: none !important;
     font-family: arial !important;
    font-size: 11px !important;
    color: #666 !important;
    white-space: normal !important;
}
}


a.goog-logo-link {
.navi-copy-text {
display:none;
  cursor: pointer;
  color: #2899e8;
  padding: 1px;
  display: inline-block;
}
}
#goog-gt-tt {display:none !important;}
.goog-te-banner-frame {display:none !important;}
.goog-te-menu-value:hover {text-decoration:none !important;}
.goog-text-highlight {background-color:transparent !important;box-shadow:none !important;}
body {top:0 !important;}
#google_translate_element2 {display:none!important;}

Latest revision as of 04:59, 1 August 2023

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

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

.navi-copy-text {
  cursor: pointer;
  color: #2899e8;
  padding: 1px;
  display: inline-block;
}