Difference between revisions of "MediaWiki:Common.css"

From Parallel Library Services
Jump to navigation Jump to search
Line 6: Line 6:
     color: black;
     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; }

Revision as of 17:01, 21 September 2021

/* CSS placed here will be applied to all skins */

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