User:Esperfulmo/minerva.css

From Wiktionary, the free dictionary
Jump to navigation Jump to search

Note: You may have to bypass your browser’s cache to see the changes. In addition, after saving a sitewide CSS file such as MediaWiki:Common.css, it will take 5-10 minutes before the changes take effect, even if you clear your cache.

  • 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.


@import url('//en.wikipedia.org/w/index.php?action=raw&ctype=text/css&title=User:Esperfulmo/minerva.css');

body
{
 font-size: 90%;
}

.mf-font-size-clientpref-small .mw-body p, .mf-font-size-clientpref-small .content p
{
 font-size: 98%;
}

/* duplicate */
span[lang|=grc-Latn], span[lang|=el-Latn],
  span[lang|=ar-Latn], span[lang|=arz-Latn],
  span[lang|=ota-Latn], span[lang|=fa-Latn],
  span[lang|=syr-Latn], span[lang|=syc-Latn], span[lang|=arc-Latn],
  span[lang|=aii-Latn],
  span[lang|=sem-Latn], span[lang|=cop-Latn], span[lang|=sux]
{
 font-size: 100%
  !important;
}

.Arab, .fa-Arab, .glk-Arab, .kk-Arab, .ks-Arab,
.ku-Arab, .mzn-Arab, .ota-Arab, .pa-Arab, .ps-Arab,
.sd-Arab, .tt-Arab, .ug-Arab, .ur-Arab, .ms-Arab
{
 font-size: 115%;
}

.polytonic, .Polyt
{
 letter-spacing: normal;
 line-height: 1.4;
 font-stretch: condensed;
 font-family:
    "Times New Roman", Palatino, Charter,
    "EB Garamond", Baskerville, "PT Serif",
    Cambria, "Dialekt Uni", Constantia,
    Keft, Thryomanes, Gabriola,
    "DejaVu Sans Condensed", "DejaVu Sans",
    "DejaVu Serif Condensed", "DejaVu Serif",
    "Lucida Sans Unicode", "Lucida Grande"
  !important;
}

.Copt
{
 font-size: 105%;
}