Actions

MediaWiki

Pivot.css: Difference between revisions

From EastKingdomWiki

mNo edit summary
mNo edit summary
Line 18: Line 18:


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: ""Linux Libertine", "Georgia", "Times", serif;
     font-family: ""Linux Libertine", "Georgia", "Times", serif !important;
}
}



Revision as of 20:57, 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 and fonts */
body {
    background-color: #eee;
    font-family: "Linux Libertine", "Georgia", "Times", serif;
}

h1, h2, h3, h4, h5, h6 {
    font-family: ""Linux Libertine", "Georgia", "Times", serif !important;
}

/* restyle the user and other off canvas menus */
.right-off-canvas-menu, .left-off-canvas-menu {
    background: #eee;
}

ul.off-canvas-list li a {
    color: #32439B;
}

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