Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 17: Line 17:
}
}


.mw-body h1, .mw-body-content h1, .mw-body-content h2 {
.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
     font-family: ED, Arial, sans-serif;
     font-family: ED, Arial, sans-serif;
     color: #3FA9F5;
     color: #3FA9F5;

Revision as of 23:00, 21 September 2021

@font-face {
font-family: "ED";
src: url("fonts/ED_Regular.ttf") format("opentype");
font-weight:  400;
font-style: normal;
font-variant: normal;
font-stretch: normal;
}

.firstHeading {
    color: #3FA9F5;
    font-size: 1.2em;
}
 
h1.firstHeading, h2, h3, h4 {
    font-family: ED, Arial, sans-serif;
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4 {
    font-family: ED, Arial, sans-serif;
    color: #3FA9F5;
}

body, .mw-body, #mw-head, #mw-panel {
    font-family: 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;
}