User:Zrna/common.css
Jump to navigation
Jump to search
Note: After publishing, you may have to bypass your browser's cache to see the changes.
- Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
- Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
- Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
body {
font-family: "Latin Modern Roman";
}
div#content h1, div#content h2 {
font-family: "Latin Modern Roman"
}
pre,code,tt,kbd,samp,.mw-code {
font-family: "Latin Modern Mono Light";
}
/* This moves the sidebar off-screen */
#mw-panel {
opacity: 0;
margin-left: -11em;
}
/* This moves other stuff into the leftover space */
#content, #head-base, #footer, #mw-head-base, #mw-head {
margin-left: 20%;
margin-right: 20%;
}
/* Nicer presentation for the left-hand tabs */
#left-navigation {
margin-left: 1em;
}
.mw-editsection, .mw-editsection-like {
font-family: "Latin Modern Roman";
}
.mw-body-content {
font-size: 1.4em;
}
.mwe-popups {
font-size: 16px;
}