Note – after saving, you may have to bypass your browser’s cache to see the changes.

  • Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh);
  • Konqueror and Chrome: click Reload or press F5;
  • Opera: clear the cache in Tools → Preferences;
  • Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

This CSS is applied for Britannic124 to every page.


.serial-comma {
    display: inline;
}

.mw-body h1 span:not(.mw-editsection),
.mw-body-content h1 span:not(.mw-editsection) {
    font-size: inherit !important;
}

.mw-body h1 span:not(.mw-editsection),
.mw-body-content h1 span:not(.mw-editsection),
.mw-body-content h2 span:not(.mw-editsection) {
    font-family: inherit !important;
}

/* [lang], [lang]:before, [lang]:after, .Latn[lang], .romanized-form-of * {
    font-family: Helvetica, "Lucida Grande", Geneva, sans-serif;
    font-size: inherit;
} */

.Hani, .Hans, .Hant,
.Hira, .Jpan, .Kana {
    font-size: inherit;
}

big[lang], strong[lang], b[lang] {
    font-weight: bold;
    font-size: inherit;
}

.Hani b, .Hans b, .Hant b,
.Hira b, .Jpan b, .Kana b {
    font-weight: bold;
    font-size: inherit;
}

.Hira, .Hira *, .Jpan, .Jpan *, .Kana, .Kana * {
    font-weight: inherit;
}

i[lang]:before {
    content: "‘";
    font-family: sans-serif;
}

i[lang]:after {
    content: "’";
    font-family: sans-serif;
}

i.Arab[lang]:before, i.Armi[lang]:before, i.Avst[lang]:before,
i.Cprt[lang]:before, i.Hebr[lang]:before, i.Khar[lang]:before,
i.Phnx[lang]:before, i.Syrc[lang]:before, i.Ugar[lang]:before {
    content: "’";
    font-family: sans-serif;
}

i.Arab[lang]:after, i.Armi[lang]:after, i.Avst[lang]:after,
i.Cprt[lang]:after, i.Hebr[lang]:after, i.Khar[lang]:after,
i.Phnx[lang]:after, i.Syrc[lang]:after, i.Ugar[lang]:after {
    content: "‘";
    font-family: sans-serif;
}

i.Latn, .Latinx {
    font-style: normal;
}

/* i.Latn, i.Cyrl, i.Cyrs, i.polytonic {
    font-style: italic;
}

i.Latn:before, i.Latinx:before, i.Cyrl:before, i.Cyrs:before, i.polytonic:before {
    content: none;
}

i.Latn:after, i.Latinx:after, i.Cyrl:after, i.Cyrs:after, i.polytonic:after {
    content: none;
} */

/* .mention:before {
    content: "‘";
}

.mention:after {
    content: "‘";
} */