Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 20: Line 20:


body, .mw-body, #mw-head, #mw-panel {
body, .mw-body, #mw-head, #mw-panel {
     font-family: 'Helvetica Neue', 'Arial', sans-serif;
     font-family: 'ED', 'Arial', sans-serif;
     background-color: white;
     background-color: white;
     color: black;
     color: black;

Revision as of 17:14, 21 September 2021

@font-face {
font-family: "ED";
src: url("http://pls.simonbrowne.biz/w/fonts/ED_Regular.ttf") format("opentype");
font-weight:  400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
}
@font-face {
font-family: "UniversElse";
src: url("http://activearchives.org/fonts/Univers-Else/UniversElse-Bold.ttf") format("opentype");
font-weight:  400;
font-style: normal;
font-variant: normal;
}
 
h1, h2, h3, h4 {
font-family: "ED", Arial, sans-serif;
}

body, .mw-body, #mw-head, #mw-panel {
    font-family: 'ED', 'Arial', sans-serif;
    background-color: white;
    color: black;
}

/* We don't use these pages now */
#footer-places-privacy, #footer-places-disclaimer { display: none; }
/* Ensure Code Borders (even with GeSHI) */
pre {
border: 1px dashed #2F6FAB !important;
padding: 10px !important;
}
/* Shift everything up */
#mw-head-base { height: 3.5em; }
#left-navigation { top: 1em; }
#right-navigation { top: 1em; margin-top: 1em;}
#p-personal { margin-left: 0; right: 1em; }