Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/**
 * Fonts
 */

/* Header font */
.mw-body h1,
.mw-body h2 {
    font-family: "Linux Libertine", "Nimbus Roman No9 L", "Times New Roman", Times, serif;
}
.mw-body h1 {
    font-size: 2em;
}
.mw-body h2 {
    font-size: 1.7em;
}

/* Math and serif fonts */
.times-serif,
span.texhtml {
    font-family: "Times New Roman", Times, serif;
    font-size: 118%;
    line-height: 1;
}
span.texhtml {
    white-space: nowrap;
}
span.texhtml span.texhtml {
    font-size: 100%;
}
span.mwe-math-mathml-inline {
    font-size: 118%;
}

/**
 * Miscellaneous
 */

/* Edit page */
.editpage-head-copywarn,
#editpage-copywarn {
    display: none;
}

/* Watchlist, history and recent/related changes */
.changedby {
    display: none;
}
#pagehistory li.selected {
    background-color: #DEF;
    border: 1px dotted #808080;
}

/* blockquote */
blockquote {
    background-color: #F9F9F9;
    border-left: 3px solid #DDD;
    overflow: hidden;
    margin: 1em 0;
    padding: 0 40px;
}

/* TemplateData */
.mw-templatedata-doc-wrap,
.templatedata-header {
    border: 1px solid #AAA;
    background-color: #ECF4FC;
    margin: 0.2em 0;
    padding: 0 1em;
}

/* MediaViewer */
.mw-mmv-overlay {
    background-color: #444;
}

/* New CSS framework */
.common-border {
    border-width: 1px;
    border-style: solid;
    border-color: #E0E0E0 #B1B1B1 #B1B1B1 #E0E0E0;
    -moz-box-shadow: 0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    -webkit-box-shadow:  0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
    box-shadow:  0.25em 0.25em 0.5em rgba(0, 0, 0, 0.05);
}