User:Hoskir/pivot.css: Difference between revisions

From Engineering Policy Guide
Jump to navigation Jump to search
No edit summary
No edit summary
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
$wgPivotDefaultFeatures = [
/* Custom colors - top bar*/
'showActionsForAnon' => true,
.tab-bar {
'fixedNavBar' => false,
    background: #005990;
'usePivotTabs' => false,
}
'showHelpUnderTools' => true,
 
'showRecentChangesUnderTools' => true,
/* style the labels */
'wikiName' => 'test',
ul.side-nav label {
'wikiNameDesktop' => &$GLOBALS['wgSitename'],
    background: #005990;
'navbarIcon' => false,
    color: #fff;
'showFooterIcons' => false,
    padding: .25em .5em;
'addThisPUBID' => '',
}
'useAddThisShare' => '',
 
'useAddThisFollow' => ''
/* sidebar background color */
body {
    background-color: #f6f6f6;
}
 
/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #ffffff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

Latest revision as of 12:31, 10 January 2025

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

/* style the labels */
ul.side-nav label {
    background: #005990;
    color: #fff;
    padding: .25em .5em;
}

/* sidebar background color */
body {
    background-color: #f6f6f6;
}

/* controls the main body area styling */
#p-cactions {
    padding-top: 1.5em;
    padding-bottom: .5em;
    background-color: #ffffff;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}