MediaWiki

Difference between revisions of "Pivot.css"

From LRDE

Line 2: Line 2:
 
.tab-bar {
 
.tab-bar {
 
background: #3e4287;
 
background: #3e4287;
  +
}
  +
  +
/* style the labels */
  +
ul.side-nav label {
  +
background: #3e4287;
  +
color: #fff;
  +
padding: .25em .5em;
  +
}
  +
  +
/* sidebar background color */
  +
body {
  +
background-color: #dceaea;
 
}
 
}

Revision as of 16:14, 19 July 2018

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

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

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