User:Hoskir/pivot.css: Difference between revisions

From Engineering Policy Guide
Jump to navigation Jump to search
No edit summary
No edit summary
Line 1: Line 1:
$wgPivotDefaultFeatures = [
/* Custom colors - top bar*/
'showActionsForAnon' => true,
.tab-bar {
'fixedNavBar' => false,
    background: #005a90;
'usePivotTabs' => false,
}
'showHelpUnderTools' => true,
'showRecentChangesUnderTools' => true,
'wikiName' => 'test',
'wikiNameDesktop' => &$GLOBALS['wgSitename'],
'navbarIcon' => false,
'showFooterIcons' => false,
'addThisPUBID' => '',
'useAddThisShare' => '',
'useAddThisFollow' => ''

Revision as of 10:37, 10 January 2025

/* Custom colors - top bar*/
.tab-bar {
    background: #005a90;
}