Actions

MediaWiki

Pivot.css: Difference between revisions

From EastKingdomWiki

mNo edit summary
mNo edit summary
Line 18: Line 18:
.right-off-canvas-menu, .left-off-canvas-menu {
.right-off-canvas-menu, .left-off-canvas-menu {
     background: #eee;
     background: #eee;
}
.off-canvas-list label {
  background: #ccc;
}
}

Revision as of 20:46, 26 June 2021

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

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

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

.right-off-canvas-menu, .left-off-canvas-menu {
    background: #eee;
}

.off-canvas-list label {
   background: #ccc;
}