Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 32: Line 32:
     padding: 1em;
     padding: 1em;
     margin: 1em;
     margin: 1em;
}
/*images*/
div.thumbinner {
    border: 1px solid #3FA9F5;
}
}



Revision as of 19:20, 27 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;
}

div.article {
    border: 1px solid #3FA9F5;
    padding: 1em;
    margin: 1em;
}

/*images*/

div.thumbinner {
    border: 1px solid #3FA9F5;
}

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