Difference between revisions of "MediaWiki:Common.css"

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


.firstHeading {
.firstHeading {
 
    color: #3FA9F5;
    font-size: 1.4em;
}
}
   
   

Revision as of 17:24, 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.4em;
}
 
h1.firstHeading, h2, h3, h4 {
font-family: ED, Arial, sans-serif;
}

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