MediaWiki:Common.css
Note: After publishing, 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)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */
/* OK, first a note for you BJ. This took a FORKING hour to figure out back on 8.13.2020;
The Create Source Tab will not be available if this Extension is enabled: require_once "$IP/extensions/SourceProtection/SourceProtection.php";
So if you want to edit this file, temporarily delete it in LocalSettings.php
And to make matters worse, Mediawiki added a new group that Administrators were not initially part of named Interface Administrators (under Special Pages, User Rights, Enter User Name, Search, see available Groups at the bottom
*/
/* Collapsible elements. Toggle-link moved to left.
/* Margin around it adjusted. */
.mw-collapsible span.mw-collapsible-toggle {
float:left;
margin-left:0;
margin-right:1em;
}