MediaWiki:Common.css
Jump to navigation
Jump to search
Note: After saving, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
- Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/* CSS placed here will be applied to all skins */ /* Hide Discussion tab. */ li#ca-talk { display: none; } /* Hide Edit section links. */ .mw-editsection { display:none; } /* Template:CTA. */ span.cta a { display:inline-block; padding: 0.5em 1em; background: none #36c !important; border:#36c; color:#fff !important; font-weight:bold; } /* Replace external link icon with Unicode and move it left. */ .mw-parser-output .external { background: none; padding-right: 0; } .mw-parser-output .external::before { content: "↗️ "; } /* Google Translate gadget */ div.goog-te-gadget:before { padding: 0.5em 0; } div.goog-te-gadget:before { content:"Auto-translate to:"; padding-right: 0.5em; } img.trustpilot-stars { height: 1em; }