User:Jonathanischoice/common.css

Source: Wikipedia, the free encyclopedia.
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.
.harv-error {display: inline !important;}	/* display Module:Footnotes errors */

body {
  font-family: "Gentium Plus", "EB Garamond", Garamond, serif;
  font-variant-numeric: oldstyle-nums;
  font-variant-ligatures: common-ligatures contextual;
  font-size-adjust: 0.54;
  text-align: start;
  hyphens: auto;
}

.vector-feature-zebra-design-disabled .vector-pinnable-element .mw-list-item a,
.vector-feature-zebra-design-disabled .vector-dropdown-content .mw-list-item a {
	padding: 1px 1px;
}

#article,
#bodyContent,
#mw_content {
  text-align: start;
  hyphens: auto;
}

.mw-body h1,
.mw-body h2,
.mw-body h3,
.mw-body h4,
.mw-body h5 {
  font-family: "Gentium Plus", "EB Garamond", Garamond, serif;
  /* font-family: Montserrat, "Noto Sans", sans-serif; */
  font-variant-numeric: oldstyle-nums;
  font-variant-ligatures: common-ligatures contextual;
}
td {
  font-variant-numeric: tabular-nums;
}
h1#firstHeading {
  font-weight: bold;
}
.mw-body h2 {
  font-weight: normal;
  border-bottom: none;
}
.mw-body h3 {
  font-variant: small-caps;
  font-weight: normal;
  text-decoration: underline;
  font-size: 115%;
}
.mw-body h4 {
  font-weight: bold;
  text-decoration: underline;
  font-size: 100%;
  display: inline;
}
.mw-body h5 {
  font-weight: normal;
  font-style: italic;
  text-decoration: underline;
  font-size: 100%;
  display: inline;
}

.mw-body h3 + h4,
.mw-body h4 + h5,
.mw-body h4 + div + p,
.mw-body h5 + div + p,
.mw-body h4 + p,
.mw-body h5 + p
{
  display: inline;
}

h4:before,
h5:before {
    content: "";
    display: block;
}

.mw-body h4:after {
  content: ".";
}

.mw-body .mw-editsection {
  /* display: none; /* use right-click */
}

a:link, a:active {
  text-decoration: none;
  color: #000080;
}
a:visited {
  text-decoration: none;
  color: #200060;
}
a:hover {
  text-decoration: underline;
}

sup.reference {
  font-size: 60%;
  margin-right: 0.1em;
  padding-right: 0.1em;
}
sup.reference a span {
  display: none;
}