MediaWiki:Common.css: Difference between revisions

From AdventuresRO
Jump to navigation Jump to search
 
(14 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 !immportant;
     font-family: arial !important;
    font-size: 11px !important;
    color: #666 !important;
    white-space: normal !important;
}
}


a.goog-logo-link {
.navi-copy-text {
display:none !immportant;
  cursor: pointer;
}
  color: #2899e8;
 
  padding: 1px;
a.goog-te-gadget {
  display: inline-block;
    font-family: arial;
    font-size: 11px;
    color: #666;
    white-space: normal !immportant;
}
}

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;
}