MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Adventuresro (talk | contribs) |
Adventuresro (talk | contribs) |
||
(20 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 */ | ||
.goog- | .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; | ||
} | } |
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; }