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 was not available because this Extension was enabled: require_once "$IP/extensions/SourceProtection/SourceProtection.php";

Temporarily disabled it and got the Create Source Tab back (again after a forking hour of research and effort)

And the reason why that happened was because 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 and check it off) which also caused my Administrator account to not have the ability to save the page, once the Create Source Tab was available.

Once my ROOT account was added to the new group, everything worked, even after enabling the above mentioned Extension.

And all of it was because I wanted to add collapsible capability to some long code blocks on the WRT Article I was working on.  And I never got to the forking MariaDB fine tuning stuff because of it.  And next I get to do this on the RSS Wiki.

And in the end, decided on a slightly different format that made all of the trouble and below code moot.  But at least I solved a future problem today that I'll thank myself for later.

BJ 8.2020

*/

/*

.mw-collapsible span.mw-collapsible-toggle {
    float:left;
    margin-left:0;
    margin-right:1em;
}

footer {display:none;}

/* And 04.2022, because of some stupid reason, MediaWiki now puts padding around the EXTERNAL Class for links, so below is the solution; */

.external { padding:0px !important; }


/* see Mobile.css ( MediaWiki:Mobile.css ) for Footer modifications to eliminate the Last Edited by...  Footer Section */