MediaWiki:Common.css: Difference between revisions

wiki.TerraBase.info
Jump to navigation Jump to search
Created page with "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..."
 
mNo edit summary
Line 12: Line 12:


*/
*/
/* 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;
}

Revision as of 23:16, 13 August 2020

/* 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;
}