Actions

MediaWiki

Pivot.css: Difference between revisions

From EastKingdomWiki

mNo edit summary
mNo edit summary
Line 17: Line 17:
     background-color: #eee;
     background-color: #eee;
     font-family: "Linux Libertine", "Georgia", "Times", serif;
     font-family: "Linux Libertine", "Georgia", "Times", serif;
transform: rotate(180deg);
}
}


h1, h2, h3, h4, h5, h6 {
h1, h2, h3, h4, h5, h6 {
     font-family: "IM FELL English", "Linux Libertine", "Georgia", "Times", serif;
     font-family: "IM FELL English", "Linux Libertine", "Georgia", "Times", serif;
    transform: rotate(180deg);
}
}



Revision as of 21:18, 26 June 2021

@import url( 'https://fonts.googleapis.com/css?family=IM+FELL+English ');

/* 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;
transform: rotate(180deg);
}

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

/* 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;
}