Difference between revisions of "MediaWiki:Common.css"

From Expat Wiki
Jump to navigation Jump to search
(div.goog-te-gadget:before { content:"Auto-translate to:"; })
Line 11: Line 11:
 
   color:#fff !important;
 
   color:#fff !important;
 
   font-weight:bold;
 
   font-weight:bold;
 +
}
 +
 +
div.goog-te-gadget:before {
 +
  content:"Auto-translate to:";
 
}
 
}

Revision as of 18:03, 17 February 2022

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

/* Hide Discussion tab. */
li#ca-talk { display: none; }

span.cta a {
  display:inline-block;
  padding: 0.5em 1em;
  background: none #36c !important;
  border:#36c;
  color:#fff !important;
  font-weight:bold;
}

div.goog-te-gadget:before {
  content:"Auto-translate to:";
}