MediaWiki

Difference between revisions of "Pivot.css"

From LRDE

Line 9: Line 9:
 
color: #fff;
 
color: #fff;
 
padding: .25em .5em;
 
padding: .25em .5em;
  +
}
  +
  +
li.has-form {
  +
display: none;
 
}
 
}
   

Revision as of 11:48, 23 August 2018

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

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

li.has-form {
    display: none;
}

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