MediaWiki:Common.css: difference between revisions

From Wiktionary, the free dictionary
Jump to navigation Jump to search
Content deleted Content added
No edit summary
remove Tabbed Languages styles, moved to MediaWiki:Gadget-TabbedLanguages.css
(14 intermediate revisions by 2 users not shown)
Line 49: Line 49:
color: #777;
color: #777;
}
}

/* Convenience column count classes for list templates and such */
.column-count-2 { -moz-column-count: 2; -ms-column-count: 2; -webkit-column-count: 2; column-count: 2; }
.column-count-3 { -moz-column-count: 3; -ms-column-count: 3; -webkit-column-count: 3; column-count: 3; }


/* This fixes a bug where certain Tibetan terms are cut off at the bottom... */
/* This fixes a bug where certain Tibetan terms are cut off at the bottom... */
Line 70: Line 66:
}
}


.nowrap {
.translations-columm {
white-space: nowrap;
background-color: #FFFFE0;
width: 48%;
text-align: left;
vertical-align: top;
}
}


Line 102: Line 95:
margin-left: inherit;
margin-left: inherit;
margin-right: inherit;
margin-right: inherit;
}

/* main page-style boxes */
table.bluebox {
background: #f9f9ff;
border: 1px solid #aaaaaa;
margin-bottom: 0.5em;
width: 100%;
}

table.bluebox td {
padding: 0.5em;
}

table.bluebox th {
background-color: #006699;
color: #ffffff;
padding: 0.5em;
}
}


Line 171: Line 146:
font-style: normal;
font-style: normal;
font-weight: normal;
font-weight: normal;
}

/*
* highlight Arabic, Hebrew, cuneiform (Sumero-Akkadian and Ugaritic and Old Persian)
* in usage examples, as it is not bolded
*/
.Arab.e-example b, .Arab.e-quotation b, .Arab.e-normalization b,
.Hebr.e-example b, .Hebr.e-quotation b, .Hebr.e-normalization b,
.Xsux.e-example b, .Xsux.e-quotation b, .Xsux.e-normalization b,
.Ugar.e-example b, .Ugar.e-quotation b, .Ugar.e-normalization b,
.Xpeo.e-example b, .Xpeo.e-quotation b, .Xpeo.e-normalization b {
background-color: #FFF0F5;
font-size: inherit;
}
}


Line 306: Line 268:
color: #faa700;
color: #faa700;
text-decoration: underline;
text-decoration: underline;
}

/* Russian verb tables */

table.inflection-ru.inflection-verb {
background: #ffffff;
}

/* and for row headers */
table.inflection-ru.inflection-verb tr:nth-child(odd):not(.rowgroup) th {
background: #fcfcda;
}

table.inflection-ru.inflection-verb th {
background: #ffffe0;
}

table.inflection-ru.inflection-verb tr.rowgroup th {
background: #e0e0ff;
}

table.inflection-ru.inflection-verb tr.divider th {
border-top-color: #9090d0;
}
}


Line 335: Line 274:




/* Hide interproject links used by [[MediaWiki:Gadget-AggregateInterprojectLinks.js]] */
/* InterProject */


.interProject {
.interProject {
Line 344: Line 283:
}
}


/* Translation styling */
/* CSS moved from various templates */


.checktrans { background-color: #f0fff0; }
.checktrans,
.rfc-trans { background-color: #f0fff0; }
.rfc-trans,
.trreq,
.ttbc {
background-color: #f0fff0;
}
.trreq { background-color: #f0fff0; }
.ttbc { background-color: #f0fff0; }


/* t+ t t- templates: */
/* t+ t t- templates: */


.tneg,
.tneg { vertical-align: 20%; font-size: 80%; }
.tpos,
.tunk {
vertical-align: 20%;
font-size: 80%;
}

.tneg a { color: #cc2200 !important; } /* monobook redlink colour, standard #ba0000 */
.tneg a { color: #cc2200 !important; } /* monobook redlink colour, standard #ba0000 */
.tneg a:visited { color: #a55858 !important; } /* standard visited redlink colour */
.tneg a:visited { color: #a55858 !important; } /* standard visited redlink colour */


.tpos { vertical-align: 20%; font-size: 80%; }
.tpos a { color: #002bb8 !important; } /* standard bluelink colour */
.tpos a { color: #002bb8 !important; } /* standard bluelink colour */
.tpos a:visited { color: #5a3696 !important; } /* standard visited bluelink colour */
.tpos a:visited { color: #5a3696 !important; } /* standard visited bluelink colour */
.tpos a:active { color: #faa700 !important; } /* standard bluelink colour */
.tpos a:active { color: #faa700 !important; } /* standard bluelink colour */


.tunk { vertical-align: 20%; font-size: 80%; }
.tunk a { color: #3366BB !important; } /* standard external interwiki colour */
.tunk a { color: #3366BB !important; } /* standard external interwiki colour */
.tunk a:active { color: #3366BB !important; } /* redundant */
.tunk a:active { color: #3366BB !important; } /* redundant */
Line 383: Line 328:
}
}


/* live ajax link checking support */
/* Main page fixes */
#interwiki-completelist {

font-weight: bold;
/* #002bb8 for (unvisited) blue, #ba0000 for red; so #5d155c for unknown */
a.dunno,
#p-personal a.dunno {
color: #5d155c;
}
}


/* TODO: the following rules are being loaded for ALL users - even logged-out visitors - but
/* #5a3696 for (visited) blue, #a55858 for red; so #744777 for unknown */
they are only relevant to users who have enabled the OrangeLinks or WT:ACCEL gadgets.
a.dunno:visited,
They need to be moved to CSS files associated to those gadgets. */
#p-personal a.dunno:visited {
color: #744777;
}


/* for pages which exist but lack the section we're looking for */
/* for pages which exist but lack the section we're looking for */
Line 426: Line 366:
color: #66a759;
color: #66a759;
}
}

/* END TODO */


/* Try to make search results more obviously links */
/* Try to make search results more obviously links */
Line 435: Line 377:
color: #000000;
color: #000000;
background-color: #FFEE77;
background-color: #FFEE77;
}

/* To give a flexible column like structure to manual indices
[[User:Conrad.Irwin]] */

ol.index,
div.index ol {
margin: 0.2em;
}

ol.index li,
div.index ol li,
div.index h3 {
float: left;
width: 20em;
list-style-type: none;
margin-left: 0;
margin-right: 0;
overflow: hidden;
}

div.index h3 {
font-size: 160%;
width: 12.5em;
margin-right: 0.2em;
}
}


Line 466: Line 383:




/* Old version */
/* Old revisions */


#mw-revision-info {
#mw-revision-info {
Line 495: Line 412:


/* NavFrames */
/* NavFrames */
div.Boxmerge,
div.NavFrame,
div.NavFrame,
details.NavFrame {
details.NavFrame {
Line 506: Line 422:
overflow: auto;
overflow: auto;
width: auto;
width: auto;
}

div.Boxmerge div.NavFrame {
border-style: none;
border-style: hidden;
}

div.NavPic {
background-color: #ffffff;
margin: 0px;
padding: 2px;
float: left;
}
}


Line 550: Line 454:


div.pseudo div.NavHead:hover { background-color: #EFEFEF; }
div.pseudo div.NavHead:hover { background-color: #EFEFEF; }

div.pseudo div.NavHeadpseudo:active { background-color: #EFEFEF; }


div.NavFrame p {
div.NavFrame p {
Line 565: Line 467:
details.NavFrame div.NavContent p {
details.NavFrame div.NavContent p {
font-size: 100%;
font-size: 100%;
}

div.NavEnd {
margin: 0px;
padding: 0px;
line-height: 1px;
clear: both;
}
}


Line 602: Line 497:
}
}


/* Style for generic inline lists. Note, as of 2023-08-14, this is only used by {{glossaryentry}} via {{hlist}} */
/* Main page fixes */
#interwiki-completelist {
font-weight: bold;
}

/* Style for horizontal UL lists */
.horizontal p,
.horizontal ul,
.horizontal li { display: inline; }

.horizontal ul { padding: 0 0 0 .2em; margin: 0; }

.horizontal li { padding: 0 0.1em 0 0.1em; }

/* Syle for generic inline lists */
.inline p,
.inline p,
.inline dd,
.inline dd,
Line 625: Line 506:
display: inline;
display: inline;
}
}


/* [[w:CSS filter#Negation pseudo-class hack]] since IE <8 doesn't support pseudo
elements and IE 8 doesn't support :last-child pseudo-class. */
html:not([dummyparam]) .horizontal li:after { content: ","; }

html:not([dummyparam]) .horizontal li:last-child:after { content: "."; }




Line 680: Line 554:
/* softer highlighting of 'updated since last visit' */
/* softer highlighting of 'updated since last visit' */
span.updatedmarker { background-color:#D0F0C0; }
span.updatedmarker { background-color:#D0F0C0; }

/* {{side box}} */
table.mbox-small { /* For the "small=yes" option. */
clear: right;
float: right;
margin: 4px 0 4px 1em;
width: 238px;
font-size: 88%;
line-height: 1.25em;
}

table.mbox-small-left { /* For the "small=left" option. */
margin: 4px 1em 4px 0;
width: 238px;
border-collapse: collapse;
font-size: 88%;
line-height: 1.25em;
}


.HQToggle, .nyms-toggle, .usex-toggle {
.HQToggle, .nyms-toggle, .usex-toggle {
Line 725: Line 581:
*/
*/



/* Default style for headwords. */
strong.headword { }


/* Default style for mentions outside of "form of" definitions.
/* Default style for mentions outside of "form of" definitions.
Line 739: Line 592:
}
}


/* The following scripts do not support italic text. */
/* "Empty" script, used for languages with no script set.
.Aghb, .Aghb *,
This is the same as Latn in practice, but allows tagging and formatting of
.Ahom, .Ahom *,
such cases. */
.Armi, .Armi *,
.None,
.Armn, .Armn *,
.Imag,
.Avst, .Avst *,
.Morse,
.Bali, .Bali *,
.Semap,
.Bamu, .Bamu *,
.Zyyy { }
.Batk, .Batk *,
.Beng, .Beng *,
.as-Beng, .as-Beng *,
.Bopo, .Bopo *,
.Brah, .Brah *,
.Brai, .Brai *,
.Bugi, .Bugi *,
.Buhd, .Buhd *,
.Cakm, .Cakm *,
.Cans, .Cans *,
.Cari, .Cari *,
.Cham, .Cham *,
.Cher, .Cher *,
.Copt, .Copt *,
.Cprt, .Cprt *,
.Cyrl, .Cyrl *,
.Cyrs, .Cyrs *,
/* there is a sui generis rule for i.Deva below - not sure why */
.Dsrt, .Dsrt *,
.Egyp, .Egyp *,
.Ethi, .Ethi *,
.Geok, .Geok *,
.Geor, .Geor *,
.Glag, .Glag *,
.Goth, .Goth *,
/* see separate rule for i.Grek.mention below */
.Gujr, .Gujr *,
.Guru, .Guru *,
.Hang, .Hang *,
.Hani, .Hani *,
.Hano, .Hano *,
.Hans, .Hans *,
.Hant, .Hant *,
.Hira, .Hira *,
.Hluw, .Hluw *,
.IPA, .IPA *,
.Ipach, .Ipach *,
.IPAchar, .IPAchar *,
.Ital, .Ital *,
.Java, .Java *,
.Jpan, .Jpan *,
.Kali, .Kali *,
.Kana, .Kana *,
.Khar, .Khar *,
.Khmr, .Khmr *,
.Knda, .Knda *,
.Kore, .Kore *,
.Kthi, .Kthi *,
.Lana, .Lana *,
.Laoo, .Laoo *,
.Lepc, .Lepc *,
.Linb, .Linb *,
.Limb, .Limb *,
.Lisu, .Lisu *,
.Lyci, .Lyci *,
.Lydi, .Lydi *,
.Mand, .Mand *,
.Mani, .Mani *,
.Merc, .Merc *,
.Mero, .Mero *,
.Mlym, .Mlym *,
.Mong, .Mong *,
.mnc-Mong, .mnc-Mong *,
.sjo-Mong, .sjo-Mong *,
.xwo-Mong, .xwo-Mong *,
.Mtei, .Mtei *,
.Music, .Music *,
.musical, .musical *,
.Narb, .Narb *,
.Nkoo, .Nkoo *,
.Orkh, .Orkh *,
.Olck, .Olck *,
.Orya, .Orya *,
.Osma, .Osma *,
.Phag, .Phag *,
.Phli, .Phli *,
.Phlv, .Phlv *,
.Phnx, .Phnx *,
.Plrd, .Plrd *,
.Prti, .Prti *,
.Rjng, .Rjng *,
.Runr, .Runr *,
.Samr, .Samr *,
.Sarb, .Sarb *,
.Saur, .Saur *,
.Sgnw, .Sgnw *,
.Shaw, .Shaw *,
.Shrd, .Shrd *,
.Sinh, .Sinh *,
.Sora, .Sora *,
.Sund, .Sund *,
.Sylo, .Sylo *,
.Syrc, .Syrc *,
.Tagb, .Tagb *,
.Tale, .Tale *,
.Talu, .Talu *,
.Taml, .Taml *,
.Tavt, .Tavt *,
.Telu, .Telu *,
.Tfng, .Tfng *,
.Tglg, .Tglg *,
.Thaa, .Thaa *,
.Thai, .Thai *,
.Tibt, .Tibt *,
.xzh-Tibt, .xzh-Tibt *,
.Ugar, .Ugar *,
.Vaii, .Vaii *,
.Xpeo, .Xpeo *,
.Yiii, .Yiii *,
.Zmth, .Zmth *,
.Zsym, .Zsym * {
font-style: normal;
}


/* The following scripts do not support bold OR italic text. */
.Arab, .Arab *,
.fa-Arab, .fa-Arab *,
.glk-Arab, .glk-Arab *,
.kk-Arab, .kk-Arab *,
.ks-Arab, .ks-Arab *,
.ku-Arab, .ku-Arab *,
.mzn-Arab, .mzn-Arab *,
.ota-Arab, .ota-Arab *,
.pa-Arab, .pa-Arab *,
.ps-Arab, .ps-Arab *,
.sd-Arab, .sd-Arab *,
.tt-Arab, .tt-Arab *,
.ug-Arab, .ug-Arab *,
.ur-Arab, .ur-Arab *,
.ms-Arab, .ms-Arab *,
.Hebr, .Hebr *,
.Mymr, .Mymr *,
.Ogam, .Ogam *,
.Tang, .Tang *,
.Xsux, .Xsux * {
font-style: normal;
font-weight: normal;
}


/* For scripts where bolding is not used, as well as cuneiform scripts where the bolding
/* Latin
* can be hard to see, highlight the word in usage examples */
This is the default script, so it has no definitions. */
.Arab.e-example b, .Arab.e-quotation b, .Arab.e-normalization b,
.Hebr.e-example b, .Hebr.e-quotation b, .Hebr.e-normalization b,
.Ogam.e-example b, .Ogam.e-quotation b, .Ogam.e-normalization b,
.Ugar.e-example b, .Ugar.e-quotation b, .Ugar.e-normalization b,
.Xpeo.e-example b, .Xpeo.e-quotation b, .Xpeo.e-normalization b,
.Xsux.e-example b, .Xsux.e-quotation b, .Xsux.e-normalization b {
background-color: #FFF0F5;
font-size: inherit;
}


.Latn { }


/* Latin (.Latn)
/* This is needed to overcome the "smartness" of certain web browsers */
This is the default script, so it has no definitions. */


/* This is needed to overcome the "smartness" of certain web browsers */
.Latn[lang=ja],
.Latn[lang=ja],
.Latn[lang=ko],
.Latn[lang=ko],
Line 784: Line 784:
.Aghb {
.Aghb {
font-family: OptimaModoki, sans-serif;
font-family: OptimaModoki, sans-serif;
}

.Aghb, .Aghb * {
font-style: normal;
}
}


Line 793: Line 789:
.Ahom {
.Ahom {
font-family: AhomUnicode, 'Noto Serif Ahom', 'Unifont Upper', sans-serif;
font-family: AhomUnicode, 'Noto Serif Ahom', 'Unifont Upper', sans-serif;
}

.Ahom, .Ahom * {
font-style: normal;
}
}


/* Arabic */
/* Arabic */

.Arab,
.Arab,
.fa-Arab,
.fa-Arab,
Line 821: Line 812:
unicode-bidi: embed;
unicode-bidi: embed;
}
}

/* no italics, no bold */
.Arab, .Arab *,
.fa-Arab, .fa-Arab *,
.glk-Arab, .glk-Arab *,
.kk-Arab, .kk-Arab *,
.ks-Arab, .ks-Arab *,
.ku-Arab, .ku-Arab *,
.mzn-Arab, .mzn-Arab *,
.ota-Arab, .ota-Arab *,
.pa-Arab, .pa-Arab *,
.ps-Arab, .ps-Arab *,
.sd-Arab, .sd-Arab *,
.tt-Arab, .tt-Arab *,
.ug-Arab, .ug-Arab *,
.ur-Arab, .ur-Arab *,
.ms-Arab, .ms-Arab * {
font-style: normal;
font-weight: normal;
}



/* Persian, Ottoman Turkish */
/* Persian, Ottoman Turkish */
Line 875: Line 845:
font-family: 'UKIJ Tuz', 'Microsoft Uighur', 'Scheherazade New', Scheherazade, 'Iranian Sans', 'Code2000', sans-serif;
font-family: 'UKIJ Tuz', 'Microsoft Uighur', 'Scheherazade New', Scheherazade, 'Iranian Sans', 'Code2000', sans-serif;
}
}



/* Imperial Aramaic */
/* Imperial Aramaic */

.Armi {
.Armi {
font-family: 'Segoe UI Historic', 'Aramaic Imperial Yeb', 'Noto Sans Imperial Aramaic', sans-serif;
font-family: 'Segoe UI Historic', 'Aramaic Imperial Yeb', 'Noto Sans Imperial Aramaic', sans-serif;
Line 884: Line 852:
unicode-bidi: embed;
unicode-bidi: embed;
}
}

.Armi, .Armi * {
font-style: normal;
}



/* Armenian */
/* Armenian */

.Armn {
.Armn {
font-family: Mshtakan, Arial, 'Segoe UI', Tahoma, 'Arian AMU', 'DejaVu Sans', sans-serif;
font-family: Mshtakan, Arial, 'Segoe UI', Tahoma, 'Arian AMU', 'DejaVu Sans', sans-serif;
}

/* no italics */
.Armn, .Armn * {
font-style: normal;
}
}


/* Avestan */
/* Avestan */

.Avst {
.Avst {
font-family: Avestan, Ahuramzda, 'Noto Sans Avestan', sans-serif;
font-family: Avestan, Ahuramzda, 'Noto Sans Avestan', sans-serif;
Line 910: Line 866:
font-variant-ligatures: none; /* Avestan language */
font-variant-ligatures: none; /* Avestan language */
}
}

/* no italics */
.Avst, .Avst * {
font-style: normal;
}
.Avst:lang(pal) { /* Pazend (Middle Persian in Avestan script) */
.Avst:lang(pal) { /* Pazend (Middle Persian in Avestan script) */
font-variant-ligatures: normal;
font-variant-ligatures: normal;
}
}



/* Balinese */
/* Balinese */

.Bali {
.Bali {
font-family: 'Noto Sans Balinese', sans-serif;
font-family: 'Noto Sans Balinese', sans-serif;
}
}

.Bali, .Bali * {
font-style: normal;
}



/* Bamum */
/* Bamum */

.Bamu {
.Bamu {
font-family: 'Noto Sans Bamum', sans-serif;
font-family: 'Noto Sans Bamum', sans-serif;
}
}

.Bamu, .Bamu * {
font-style: normal;
}



/* Batak */
/* Batak */

.Batk {
.Batk {
font-family: Batak-Unicode, sans-serif;
font-family: Batak-Unicode, sans-serif;
}

.Batk, .Batk * {
font-style: normal;
}
}


/* Bengali */
/* Bengali */

.Beng {
.Beng {
font-family: 'Bangla Sangam MN', UniBangla, 'Arial Unicode MS', 'Code2000', Likhan, 'UT Bengali Dhaka', Vrinda, sans-serif;
font-family: 'Bangla Sangam MN', UniBangla, 'Arial Unicode MS', 'Code2000', Likhan, 'UT Bengali Dhaka', Vrinda, sans-serif;
font-size: 130%;
font-size: 130%;
}

.Beng, .Beng * {
font-style: normal;
}
}


Line 968: Line 896:
font-size: 130%;
font-size: 130%;
}
}

.as-Beng, .as-Beng * {
font-style: normal;
}



/* Zhuyin (Bopomofo) */
/* Zhuyin (Bopomofo) */

.Bopo {
.Bopo {
font-family: MOESongUN, DFKai-SB, 'Microsoft Yahei', 'Microsoft Jhenghei', 'Source Han Sans TC', 'Source Han Sans TW', 'Noto Sans CJK TC', sans-serif;
font-family: MOESongUN, DFKai-SB, 'Microsoft Yahei', 'Microsoft Jhenghei', 'Source Han Sans TC', 'Source Han Sans TW', 'Noto Sans CJK TC', sans-serif;
}
}

.Bopo, .Bopo * {
font-style: normal;
}



/* Brahmi */
/* Brahmi */

.Brah {
.Brah {
font-family: 'Segoe UI Historic', 'Noto Sans Brahmi';
font-family: 'Segoe UI Historic', 'Noto Sans Brahmi';
}
}

.Brah, .Brah * {
font-style: normal;
}



/* Braille */
/* Braille */

.Brai {
.Brai {
font-size: 150%;
font-size: 150%;
}

.Brai, .Brai * {
font-style: normal;
}
}


/* Buginese */
/* Buginese */

.Bugi {
.Bugi {
font-family: Saweri, sans-serif;
font-family: Saweri, sans-serif;
}
}

.Bugi, .Bugi * {
font-style: normal;
}

/* Buhid */

.Buhd, .Buhd * {
font-style: normal;
}



/* Chakma */
/* Chakma */

.Cakm {
.Cakm {
font-family: RibengUni, sans-serif;
font-family: RibengUni, sans-serif;
}

.Cakm, .Cakm * {
font-style: normal;
}
}


/* Unified Canadian Aboriginal Syllabics */
/* Unified Canadian Aboriginal Syllabics */

.Cans {
.Cans {
font-family: 'Euphemia UCAS', Euphemia, 'Aboriginal Sans', OskiBlackfoot, 'Code2000', 'Everson Mono Unicode', sans-serif;
font-family: 'Euphemia UCAS', Euphemia, 'Aboriginal Sans', OskiBlackfoot, 'Code2000', 'Everson Mono Unicode', sans-serif;
font-size: 110%;
font-size: 110%;
}
}

.Cans, .Cans * {
font-style: normal;
}



/* Carian, Italic, Linear B, Lycian, Lydian */
/* Carian, Italic, Linear B, Lycian, Lydian */

.Cari,
.Cari,
.Ital,
.Ital,
Line 1,055: Line 937:
font-size: 125%;
font-size: 125%;
}
}

.Cari, .Cari *,
.Ital, .Ital *,
.Linb, .Linb *,
.Lyci, .Lyci *,
.Lydi, .Lydi * {
font-style: normal;
}



/* Cham */
/* Cham */

.Cham {
.Cham {
font-family: 'Code2000', 'JG ChamCambodia', sans-serif;
font-family: 'Code2000', 'JG ChamCambodia', sans-serif;
font-size: 1.1em;
font-size: 1.1em;
}

.Cham, .Cham * {
font-style: normal;
}
}


/* Cherokee */
/* Cherokee */

.Cher {
.Cher {
font-family: Digohweli, 'Aboriginal Sans', 'Code2000', Marin, 'Rotinonhsonni Sans', 'Everson Mono Unicode', sans-serif;
font-family: Digohweli, 'Aboriginal Sans', 'Code2000', Marin, 'Rotinonhsonni Sans', 'Everson Mono Unicode', sans-serif;
font-size: 110%;
font-size: 110%;
}

.Cher, .Cher * {
font-style: normal;
}
}


/* Coptic */
/* Coptic */

.Copt {
.Copt {
font-family: Quivira, 'New Athena Unicode', 'Code2000', sans-serif;
font-family: Quivira, 'New Athena Unicode', 'Code2000', sans-serif;
font-size: 1.3em;
font-size: 1.3em;
}

.Copt, .Copt * {
font-style: normal;
}
}


/* Cypriot */
/* Cypriot */

.Cprt {
.Cprt {
font-family: 'Segoe UI Historic', Aegean, sans-serif;
font-family: 'Segoe UI Historic', Aegean, sans-serif;
Line 1,105: Line 962:
direction: rtl;
direction: rtl;
unicode-bidi: embed;
unicode-bidi: embed;
}

.Cprt, .Cprt * {
font-style: normal;
}
}


/* Cyrillic */
/* Cyrillic */

.Cyrl,
.Cyrl,
.Cyrs {
.Cyrs {
font-family: Helvetica, Geneva, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', sans-serif;
font-family: Helvetica, Geneva, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', sans-serif;
}

.Cyrl, .Cyrl * {
font-style: normal;
}
}


/* Old Cyrillic (Old Church Slavonic, Old East Slavic) */
/* Old Cyrillic (Old Church Slavonic, Old East Slavic) */

.Cyrs {
.Cyrs {
font-family: BukyVede, 'Kliment Std', 'RomanCyrillic Std', Menaion, 'Menaion Medieval', Lazov, Dilyana, 'Hirmos Ponomar', 'Hirmos Ponomar TT', 'Fedorovsk Unicode', 'Fedorovsk Unicode TT', 'Code2000', 'DejaVu Sans', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', sans-serif;
font-family: BukyVede, 'Kliment Std', 'RomanCyrillic Std', Menaion, 'Menaion Medieval', Lazov, Dilyana, 'Hirmos Ponomar', 'Hirmos Ponomar TT', 'Fedorovsk Unicode', 'Fedorovsk Unicode TT', 'Code2000', 'DejaVu Sans', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', sans-serif;
font-size: 125%;
font-size: 125%;
}

.Cyrs, .Cyrs * {
font-style: normal;
}
}


/* Devanagari */
/* Devanagari */

.Deva {
.Deva {
font-family: 'Adobe Devanagari', 'Noto Serif Devanagari', Utsaah, 'Devanagari MT', Raghu, Gargi, JanaSanskrit, JanaHindi, Siddhanta, sans-serif;
font-family: 'Adobe Devanagari', 'Noto Serif Devanagari', Utsaah, 'Devanagari MT', Raghu, Gargi, JanaSanskrit, JanaHindi, Siddhanta, sans-serif;
Line 1,145: Line 987:


/* Deseret */
/* Deseret */

.Dsrt {
.Dsrt {
font-family: 'Segoe UI Symbol', 'Code2001', 'MPH 2B Damase', 'Everson Mono', sans-serif;
font-family: 'Segoe UI Symbol', 'Code2001', 'MPH 2B Damase', 'Everson Mono', sans-serif;
}
}

.Dsrt, .Dsrt * {
font-style: normal;
}



/* Demotic (Egyptian) */
/* Demotic (Egyptian) */

.Egyd, .Egyd * {
.Egyd, .Egyd * {
font-style: normal;
font-style: normal;
direction: rtl;
direction: rtl;
}
}



/* Egyptian hieroglyphs */
/* Egyptian hieroglyphs */

.Egyp {
.Egyp {
font-family: 'Noto Sans Egyptian Hieroglyphs', Abydos, Aegyptus, 'Segoe UI Historic', sans-serif;
font-family: 'Noto Sans Egyptian Hieroglyphs', Abydos, Aegyptus, 'Segoe UI Historic', sans-serif;
font-size: 150%;
font-size: 150%;
}

.Egyp, .Egyp * {
font-style: normal;
}
}


/* Ethiopic (Ge'ez) */
/* Ethiopic (Ge'ez) */

.Ethi {
.Ethi {
font-family: 'Abyssinica SIL', Nyala, 'Code2000', 'Ethiopia Jiret', 'GF Zemen Unicode', 'TITUS Cyberbit Basic', 'Visual Geez Unicode', 'Visual Geez Unicode Agazian', 'Visual Geez Unicode Title', sans-serif;
font-family: 'Abyssinica SIL', Nyala, 'Code2000', 'Ethiopia Jiret', 'GF Zemen Unicode', 'TITUS Cyberbit Basic', 'Visual Geez Unicode', 'Visual Geez Unicode Agazian', 'Visual Geez Unicode Title', sans-serif;
font-size: 120%;
font-size: 120%;
}

.Ethi, .Ethi * {
font-style: normal;
}

/* Khutsuri */

.Geok, .Geok * {
font-style: normal;
}
}


/* Georgian */
/* Georgian */

.Geor {
.Geor {
font-family: 'DejaVu Sans', 'Arial Unicode MS', Sylfaen, sans-serif;
font-family: 'DejaVu Sans', 'Arial Unicode MS', Sylfaen, sans-serif;
}

.Geor, .Geor * {
font-style: normal;
}
}


/* Glagolitic */
/* Glagolitic */

.Glag {
.Glag {
font-family: 'Segoe UI Historic', BukyVede, Dilyana, 'Noto Sans Glagolitic', sans-serif;
font-family: 'Segoe UI Historic', BukyVede, Dilyana, 'Noto Sans Glagolitic', sans-serif;
font-size: 150%;
font-size: 150%;
}
}

.Glag, .Glag * {
font-style: normal;
}



/* Gothic */
/* Gothic */

.Goth {
.Goth {
font-family: 'Segoe UI Historic', 'Code2001', Skeirs, 'MPH 2B Damase', sans-serif;
font-family: 'Segoe UI Historic', 'Code2001', Skeirs, 'MPH 2B Damase', sans-serif;
}

.Goth, .Goth * {
font-style: normal;
}
}


Line 1,227: Line 1,029:
font-size: larger;
font-size: larger;
}
}



/* Greek */
/* Greek */

.Grek {
.Grek {
font-family: Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
font-family: Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
Line 1,245: Line 1,045:
font-family: 'SBL Greek', 'New Athena Unicode', 'DejaVu Sans', Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', Times, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
font-family: 'SBL Greek', 'New Athena Unicode', 'DejaVu Sans', Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', Times, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}
}



/* Gujarati */
/* Gujarati */

.Gujr {
.Gujr {
font-family: 'Noto Sans Gujarati', 'Gujarati Sangam MN', 'Gujarati MT', Shruti, 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
font-family: 'Noto Sans Gujarati', 'Gujarati Sangam MN', 'Gujarati MT', Shruti, 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
font-size: 125%;
font-size: 125%;
}

.Gujr, .Gujr * {
font-style: normal;
}
}


/* Gurmukhi */
/* Gurmukhi */

.Guru {
.Guru {
font-family: 'Gurmukhi MN', 'Gurmukhi MT', 'UT Punjabi Amritsar', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
font-family: 'Gurmukhi MN', 'Gurmukhi MT', 'UT Punjabi Amritsar', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
Line 1,265: Line 1,058:
}
}


/* Chinese (Han)
.Guru, .Guru * {
.Hani = generic
font-style: normal;
.Hans =simplified
}
.Hant = traditional

*/

/* Chinese (Han) */

/* Hani: generic */
/* Hans: simplified */
/* Hant: traditional */


.Hans {
.Hans {
Line 1,289: Line 1,077:
font-size: 120%;
font-size: 120%;
line-height: 1;
line-height: 1;
}

.Hani, .Hani *,
.Hans, .Hans *,
.Hant, .Hant * {
font-style: normal;
}
}


Line 1,305: Line 1,087:


/* Hanunoo */
/* Hanunoo */

.Hano {
.Hano {
font-family: Quivira, 'MPH 2B Damase', sans-serif;
font-family: Quivira, 'MPH 2B Damase', sans-serif;
font-size: 1.1em;
font-size: 1.1em;
}

.Hano, .Hano * {
font-style: normal;
}
}


/* Hatran */
/* Hatran */

.Hatr {
.Hatr {
font-family: 'Noto Sans Hatran', sans-serif;
font-family: 'Noto Sans Hatran', sans-serif;
Line 1,323: Line 1,099:


/* Hebrew */
/* Hebrew */

.Hebr {
.Hebr {
font-family: 'SBL Hebrew', 'Taamey David CLM', 'Taamey Frank CLM', Alef, 'Noto Sans Hebrew', Narkisim, Miriam, Kinryu, 'Arial Hebrew', Arial, 'Adobe Hebrew', serif;
font-family: 'SBL Hebrew', 'Taamey David CLM', 'Taamey Frank CLM', Alef, 'Noto Sans Hebrew', Narkisim, Miriam, Kinryu, 'Arial Hebrew', Arial, 'Adobe Hebrew', serif;
Line 1,329: Line 1,104:
direction: rtl;
direction: rtl;
unicode-bidi: embed;
unicode-bidi: embed;
}

.Hebr, .Hebr * {
font-style: normal;
font-weight: normal;
}
}


Line 1,348: Line 1,118:


/* Hluw: Anatolian Hieroglyphs */
/* Hluw: Anatolian Hieroglyphs */

.Hluw {
.Hluw {
font-family: 'Noto Sans Anatolian Hieroglyphs', Anatolian;
font-family: 'Noto Sans Anatolian Hieroglyphs', Anatolian;
font-size: 200%;
font-size: 200%;
}

.Hluw, .Hluw * {
font-style: normal;
}
}


Line 1,361: Line 1,126:


/* Javanese */
/* Javanese */

.Java {
.Java {
font-family: 'Tuladha Jejeg', 'Javanese Text', adjisaka, 'Noto Sans Javanese', sans-serif;
font-family: 'Tuladha Jejeg', 'Javanese Text', adjisaka, 'Noto Sans Javanese', sans-serif;
}

.Java, .Java * {
font-style: normal;
}
}


/* Japanese scripts
/* Japanese scripts
.Hira = Hiragana

.Kana = Katakana (used for Ainu language)
.Hira = Hiragana
.Jpan = Hiragana + Katakana + Kanji
.Kana = Katakana (used for Ainu language)
.Jpan = Hiragana + Katakana + Kanji
*/
*/


Line 1,384: Line 1,142:
font-size: 120%;
font-size: 120%;
line-height: 1;
line-height: 1;
}

.Hira, .Hira *,
.Jpan, .Jpan *,
.Kana, .Kana * {
font-style: normal;
}
}


Line 1,398: Line 1,150:


/* Kayah Li, Ol Chiki, Rejang */
/* Kayah Li, Ol Chiki, Rejang */

.Kali,
.Kali,
.Olck {
.Olck {
font-family: 'Code2000', sans-serif;
font-family: 'Code2000', sans-serif;
}

.Kali, .Kali *,
.Olck, .Olck *,
.Rjng, .Rjng * {
font-style: normal;
}
}


Line 1,413: Line 1,158:


/* Kharoshthi */
/* Kharoshthi */

.Khar {
.Khar {
font-family: 'Segoe UI Historic', 'MPH 2B Damase', sans-serif;
font-family: 'Segoe UI Historic', 'MPH 2B Damase', sans-serif;
Line 1,420: Line 1,164:
unicode-bidi: embed;
unicode-bidi: embed;
}
}

.Khar, .Khar * {
font-style: normal;
}



/* Khmer */
/* Khmer */

.Khmr {
.Khmr {
font-family: 'Khmer OS', 'Khmer OS Content', 'Leelawadee UI', 'Noto Sans Khmer', 'Code2000', 'Khmer Mondulkiri U OT ls', sans-serif;
font-family: 'Khmer OS', 'Khmer OS Content', 'Leelawadee UI', 'Noto Sans Khmer', 'Code2000', 'Khmer Mondulkiri U OT ls', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Khmr, .Khmr * {
font-style: normal;
}



/* Kannada */
/* Kannada */

.Knda {
.Knda {
font-family: 'Kannada Sangam MN', JanaKannada, Tunga, Kedage, RaghuKannada, Sampige, 'Arial Unicode MS', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', sans-serif;
font-family: 'Kannada Sangam MN', JanaKannada, Tunga, Kedage, RaghuKannada, Sampige, 'Arial Unicode MS', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Knda, .Knda * {
font-style: normal;
}



/* Korean */
/* Korean */

.Kore,
.Kore,
.Hang {
.Hang {
Line 1,458: Line 1,184:
line-height: 1;
line-height: 1;
}
}

.Kore, .Kore *,
.Hang, .Hang * {
font-style: normal;
}



/* Kaithi */
/* Kaithi */

.Kthi {
.Kthi {
font-family: 'Noto Sans Kaithi', sans-serif;
font-family: 'Noto Sans Kaithi', sans-serif;
}
}

.Kthi, .Kthi * {
font-style: normal;
}



/* Lanna */
/* Lanna */

.Lana {
.Lana {
font-family: 'Lanna Alif', 'Noto Sans Tai Tham', sans-serif;
font-family: 'Lanna Alif', 'Noto Sans Tai Tham', sans-serif;
}
}

.Lana, .Lana * {
font-style: normal;
}



/* Lao */
/* Lao */

.Laoo {
.Laoo {
font-family: 'Phetsarath OT', 'Saysettha OT', 'JG Basic Lao Opentype', 'JG Basic2 Lao Opentype', 'JG LaoTimes Opentype', 'Phagnoum Lao Unicode Opentype', 'JG Lao Old Arial Opentype', DokChampa, 'Code2000', 'JG Lao Classic Opentype', 'Alice0 Unicode', 'Alice1 Unicode', 'Alice2 Unicode', 'Alice3 Unicode', 'Alice4 Unicode', 'Alice5 Unicode', sans-serif;
font-family: 'Phetsarath OT', 'Saysettha OT', 'JG Basic Lao Opentype', 'JG Basic2 Lao Opentype', 'JG LaoTimes Opentype', 'Phagnoum Lao Unicode Opentype', 'JG Lao Old Arial Opentype', DokChampa, 'Code2000', 'JG Lao Classic Opentype', 'Alice0 Unicode', 'Alice1 Unicode', 'Alice2 Unicode', 'Alice3 Unicode', 'Alice4 Unicode', 'Alice5 Unicode', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Laoo, .Laoo * {
font-style: normal;
}



/* Lepcha */
/* Lepcha */

.Lepc {
.Lepc {
font-family: 'Noto Sans Lepcha', Mingzat, sans-serif;
font-family: 'Noto Sans Lepcha', Mingzat, sans-serif;
}
}

.Lepc, .Lepc * {
font-style: normal;
}



/* Limbu */
/* Limbu */

.Limb {
.Limb {
font-family: 'Code2000', 'MPH 2B Damase', sans-serif;
font-family: 'Code2000', 'MPH 2B Damase', sans-serif;
}
}

.Limb, .Limb * {
font-style: normal;
}



/* Lisu */
/* Lisu */

.Lisu {
.Lisu {
font-family: 'Noto Sans Lisu', sans-serif;
font-family: 'Noto Sans Lisu', sans-serif;
}
}

.Lisu, .Lisu * {
font-style: normal;
}



/* Mandaic */
/* Mandaic */

.Mand {
.Mand {
font-family: 'Noto Sans Mandaic', sans-serif;
font-family: 'Noto Sans Mandaic', sans-serif;
}
}

.Mand, .Mand * {
font-style: normal;
}


/* Manichaean */

.Mani, .Mani * {
font-style: normal;
}



/* Meroitic cursive */
/* Meroitic cursive */

.Merc {
.Merc {
font-family: 'Segoe UI Historic', Aegyptus, sans-serif;
font-family: 'Segoe UI Historic', Aegyptus, sans-serif;
font-size: 150%;
font-size: 150%;
}
}

.Merc, .Merc * {
font-style: normal;
}



/* Meroitic hieroglyphs */
/* Meroitic hieroglyphs */

.Mero {
.Mero {
font-family: Aegyptus, sans-serif;
font-family: Aegyptus, sans-serif;
font-size: 150%;
font-size: 150%;
}
}

.Mero, .Mero * {
font-style: normal;
}



/* Malayalam */
/* Malayalam */

.Mlym {
.Mlym {
font-family: 'Malayalam Sangam MN', Kartika, 'Code2000', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
font-family: 'Malayalam Sangam MN', Kartika, 'Code2000', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Mlym, .Mlym * {
font-style: normal;
}



/* Classical Mongolian, Manchu, Xibe, Clear Script */
/* Classical Mongolian, Manchu, Xibe, Clear Script */

.Mong,
.Mong,
.mnc-Mong, /* Manchu */
.mnc-Mong, /* Manchu */
Line 1,599: Line 1,251:
layout-flow: vertical-ideographic;
layout-flow: vertical-ideographic;
}
}

.Mong, .Mong *,
.mnc-Mong, .mnc-Mong *,
.sjo-Mong, .sjo-Mong *,
.xwo-Mong, .xwo-Mong * {
font-style: normal;
}



/* Meitei Mayek */
/* Meitei Mayek */

.Mtei {
.Mtei {
font-family: 'Eeyek Unicode', 'Noto Sans Meetei Mayek', sans-serif;
font-family: 'Eeyek Unicode', 'Noto Sans Meetei Mayek', sans-serif;
}
}

.Mtei, .Mtei * {
font-style: normal;
}



/* Burmese */
/* Burmese */

.Mymr {
.Mymr {
font-family: TharLon, Padauk, 'Myanmar Text', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif';
font-family: TharLon, Padauk, 'Myanmar Text', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif';
font-size: 130%;
font-size: 130%;
}

.Mymr, .Mymr * {
font-style: normal;
font-weight: normal;
}
}


Line 1,641: Line 1,273:
font-size: 130%;
font-size: 130%;
}
}



/* North Arabian */
/* North Arabian */

.Narb {
.Narb {
font-family: 'Noto Sans Old North Arabian', sans-serif;
font-family: 'Noto Sans Old North Arabian', sans-serif;
}
}

.Narb, .Narb * {
font-style: normal;
}


/* N'ko */

.Nkoo, .Nkoo * {
font-style: normal;
}



/* Ogham */
/* Ogham */

.Ogam {
.Ogam {
font-family: 'Segoe UI Historic', Beth-Luis-Nion, Pollach, 'Maigh Nuad', 'Craobh Ruadh', 'Everson Mono Ogham', Cog, Crosta, 'TITUS Ogham', 'Ragnarok Ogham', sans-serif;
font-family: 'Segoe UI Historic', Beth-Luis-Nion, Pollach, 'Maigh Nuad', 'Craobh Ruadh', 'Everson Mono Ogham', Cog, Crosta, 'TITUS Ogham', 'Ragnarok Ogham', sans-serif;
font-size: 125%;
font-size: 125%;
}

.Ogam, .Ogam * {
font-style: normal;
font-weight: normal;
}
}


Line 1,680: Line 1,292:
font-size: 125%;
font-size: 125%;
}
}



/* Orkhon Runes */
/* Orkhon Runes */

.Orkh {
.Orkh {
font-family: 'Segoe UI Historic', Orkun, 'Old Turkic', sans-serif;
font-family: 'Segoe UI Historic', Orkun, 'Old Turkic', sans-serif;
}
}

.Orkh, .Orkh * {
font-style: normal;
}



/* Oriya */
/* Oriya */

.Orya {
.Orya {
font-family: 'Oriya Sangam MN', sans-serif;
font-family: 'Oriya Sangam MN', sans-serif;
font-size: 125%;
font-size: 125%;
}

.Orya, .Orya * {
font-style: normal;
}


/* Osmanya */

.Osma, .Osma * {
font-style: normal;
}
}


/* Palmyrene */
/* Palmyrene */

.Palm, .Palm * {
.Palm, .Palm * {
font-family: 'Noto Sans Palmyrene';
font-family: 'Noto Sans Palmyrene';
}
}



/* Old Permian */
/* Old Permian */

.Perm {
.Perm {
font-family: 'Noto Sans Old Permic';
font-family: 'Noto Sans Old Permic';
}
}



/* Phags-pa */
/* Phags-pa */

.Phag {
.Phag {
font-family: 'BabelStone Phags-pa Book', 'Microsoft PhagsPa', sans-serif;
font-family: 'BabelStone Phags-pa Book', 'Microsoft PhagsPa', sans-serif;
Line 1,734: Line 1,322:
layout-flow: vertical-ideographic;
layout-flow: vertical-ideographic;
}
}

.Phag, .Phag * {
font-style: normal;
}



/* Inscriptional Pahlavi */
/* Inscriptional Pahlavi */

.Phli {
.Phli {
font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Pahlavi', Shapour, 'ZH Mono', sans-serif;
font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Pahlavi', Shapour, 'ZH Mono', sans-serif;
}
}

.Phli, .Phli * {
font-style: normal;
}


/* Book Pahlavi */

.Phlv, .Phlv * {
font-style: normal;
}



/* Phoenician */
/* Phoenician */

.Phnx {
.Phnx {
font-family: 'Segoe UI Historic', 'ALPHABETUM Unicode', 'MPH 2B Damase', Aegean, 'Code2001', 'Free Sans', sans-serif;
font-family: 'Segoe UI Historic', 'ALPHABETUM Unicode', 'MPH 2B Damase', Aegean, 'Code2001', 'Free Sans', sans-serif;
Line 1,766: Line 1,335:
unicode-bidi: embed;
unicode-bidi: embed;
}
}

.Phnx, .Phnx * {
font-style: normal;
}


/* Pollard */

.Plrd, .Plrd * {
font-style: normal;
}



/* Parthian */
/* Parthian */

.Prti {
.Prti {
font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Parthian', 'ZH Mono', sans-serif;
font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Parthian', 'ZH Mono', sans-serif;
}
}

.Prti, .Prti * {
font-style: normal;
}



/* Rejang */
/* Rejang */

.Rjng, .Rjng * {
.Rjng, .Rjng * {
font-family: 'Noto Sans Rejang', 'Code2000', sans-serif;
font-family: 'Noto Sans Rejang', 'Code2000', sans-serif;
}
}



/* Runic (Germanic) */
/* Runic (Germanic) */

.Runr {
.Runr {
font-family: 'Segoe UI Historic', Junicode, 'Free Mono', 'Caslon Roman', 'Segoe UI Symbol', 'Code2000', 'Everson Mono', 'TITUS Cyberbit Basic', sans-serif;
font-family: 'Segoe UI Historic', Junicode, 'Free Mono', 'Caslon Roman', 'Segoe UI Symbol', 'Code2000', 'Everson Mono', 'TITUS Cyberbit Basic', sans-serif;
font-size: 130%;
font-size: 130%;
}
}

.Runr, .Runr * {
font-style: normal;
}



/* Samaritan */
/* Samaritan */

.Samr {
.Samr {
font-family: 'Noto Sans Samaritan', Quivira, 'Everson Mono', Unifont, sans-serif;
font-family: 'Noto Sans Samaritan', Quivira, 'Everson Mono', Unifont, sans-serif;
Line 1,816: Line 1,358:
direction: rtl;
direction: rtl;
unicode-bidi: embed;
unicode-bidi: embed;
}
.Samr, .Samr * {
font-style: normal;
}
}



/* South Arabian */
/* South Arabian */

.Sarb {
.Sarb {
font-family: 'Segoe UI Historic', Qataban, 'Noto Sans Old South Arabian', sans-serif;
font-family: 'Segoe UI Historic', Qataban, 'Noto Sans Old South Arabian', sans-serif;
}
}

.Sarb, .Sarb * {
font-style: normal;
}



/* Saurashtra */
/* Saurashtra */

.Saur {
.Saur {
font-family: Pagul, sans-serif;
font-family: Pagul, sans-serif;
}
}

.Saur, .Saur * {
font-style: normal;
}


/* SignWriting */

.Sgnw, .Sgnw * {
font-style: normal;
}



/* Shavian */
/* Shavian */

.Shaw {
.Shaw {
font-family: 'Segoe UI Historic', 'Code2001', 'Everson Mono', sans-serif;
font-family: 'Segoe UI Historic', 'Code2001', 'Everson Mono', sans-serif;
}
}

.Shaw, .Shaw * {
font-style: normal;
}



/* Sharada */
/* Sharada */

.Shrd {
.Shrd {
font-family: 'Noto Sans Sharada', sans-serif;
font-family: 'Noto Sans Sharada', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Shrd, .Shrd * {
font-style: normal;
}



/* Sinhalese */
/* Sinhalese */

.Sinh {
.Sinh {
font-family: 'Sinhala Sangam MN', KaputaUnicode, KandyUnicode, Dinamina, DinaminaUniWeb, Potha, Madhura, sans-serif;
font-family: 'Sinhala Sangam MN', KaputaUnicode, KandyUnicode, Dinamina, DinaminaUniWeb, Potha, Madhura, sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Sinh, .Sinh * {
font-style: normal;
}


/* Sorang Sompeng */

.Sora, .Sora * {
font-style: normal;
}



/* Sundanese */
/* Sundanese */

.Sund {
.Sund {
font-family: 'Sundanese Unicode', 'Noto Sans Sundanese', sans-serif;
font-family: 'Sundanese Unicode', 'Noto Sans Sundanese', sans-serif;
}
}

.Sund, .Sund * {
font-style: normal;
}



/* Syloti Nagri */
/* Syloti Nagri */

.Sylo {
.Sylo {
font-family: 'Noto Sans Syloti Nagri', sans-serif;
font-family: 'Noto Sans Syloti Nagri', sans-serif;
}
}

.Sylo, .Sylo * {
font-style: normal;
}



/* Syriac */
/* Syriac */

.Syrc {
.Syrc {
font-family: 'Estrangelo Edessa', 'San Francisco', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'TITUS Cyberbit Basic', sans-serif;
font-family: 'Estrangelo Edessa', 'San Francisco', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'TITUS Cyberbit Basic', sans-serif;
Line 1,924: Line 1,405:
}
}


/* Serto or Western form of Syriac */
.Syrc, .Syrc * {
.Syrc:lang(tru) {
font-style: normal;
font-family: 'Noto Sans Syriac Western', 'Serto Jerusalem', 'Noto Sans Syriac';
}
}

/* Serto or Western form of Syriac */
.Syrc:lang(tru) {
font-family: 'Noto Sans Syriac Western', 'Serto Jerusalem', 'Noto Sans Syriac';
}

/* Madnhaya or Eastern form of Syriac */
.Syrc:lang(aii) {
font-family: 'Noto Sans Syriac Eastern', 'Noto Sans Syriac';
}


/* Madnhaya or Eastern form of Syriac */
.Syrc:lang(aii) {
font-family: 'Noto Sans Syriac Eastern', 'Noto Sans Syriac';
}


/* Tagbanwa */
/* Tagbanwa */

.Tagb {
.Tagb {
font-family: Quivira, Tagbanwa, sans-serif;
font-family: Quivira, Tagbanwa, sans-serif;
font-size: 1.1em;
font-size: 1.1em;
}
}

.Tagb, .Tagb * {
font-style: normal;
}



/* Tai Le */
/* Tai Le */

.Tale {
.Tale {
font-family: 'Microsoft Tai Le', 'Tai Le Valentinium', 'MPH 2B Damase', sans-serif;
font-family: 'Microsoft Tai Le', 'Tai Le Valentinium', 'MPH 2B Damase', sans-serif;
}
}

.Tale, .Tale * {
font-style: normal;
}



/* New Tai Lue */
/* New Tai Lue */

.Talu {
.Talu {
font-family: 'Noto Sans New Tai Lue', 'Microsoft New Tai Lue', 'Dai Banna SIL Book', 'Husb_New_Tai_Lue_WB', sans-serif;
font-family: 'Noto Sans New Tai Lue', 'Microsoft New Tai Lue', 'Dai Banna SIL Book', 'Husb_New_Tai_Lue_WB', sans-serif;
}
}

.Talu, .Talu * {
font-style: normal;
}



/* Tamil */
/* Tamil */

.Taml {
.Taml {
font-family: 'Tamil Sangam MN', InaiMathi, Vijaya, Akshar, JanaTamil, 'Code2000', ETTamilNew, 'Lohit Tamil', 'Arial Unicode MS', 'Free Serif', Latha, sans-serif;
font-family: 'Tamil Sangam MN', InaiMathi, Vijaya, Akshar, JanaTamil, 'Code2000', ETTamilNew, 'Lohit Tamil', 'Arial Unicode MS', 'Free Serif', Latha, sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Taml, .Taml * {
font-style: normal;
}



/* Tangut */
/* Tangut */

.Tang {
.Tang {
font-family: 'BabelStone Tangut Wenhai', 'Tangut N4694', 'Tangut Yinchuan', 'New Tangut', 'New Tangut Std', 'Tangut TWU', 'Babelstone Tangut Wenhai', sans-serif;
font-family: 'BabelStone Tangut Wenhai', 'Tangut N4694', 'Tangut Yinchuan', 'New Tangut', 'New Tangut Std', 'Tangut TWU', 'Babelstone Tangut Wenhai', sans-serif;
Line 1,993: Line 1,444:
-webkit-text-orientation: upright
-webkit-text-orientation: upright
}
}

.Tang, .Tang * {
font-style: normal;
font-weight: normal;
}



/* Tai Viet */
/* Tai Viet */

.Tavt {
.Tavt {
font-family: 'Tai Heritage Pro', 'Noto Sans Tai Viet', sans-serif;
font-family: 'Tai Heritage Pro', 'Noto Sans Tai Viet', sans-serif;
}
}

.Tavt, .Tavt * {
font-style: normal;
}



/* Telugu */
/* Telugu */

.Telu {
.Telu {
font-family: 'Telugu Sangam MN', sans-serif;
font-family: 'Telugu Sangam MN', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Telu, .Telu * {
font-style: normal;
}



/* Tifinagh (Berber) */
/* Tifinagh (Berber) */

.Tfng {
.Tfng {
font-family: 'Hapax Berbère', Ebrima, 'Code2000', DejaVu, sans-serif;
font-family: 'Hapax Berbère', Ebrima, 'Code2000', DejaVu, sans-serif;
font-size: 120%;
font-size: 120%;
}
}

.Tfng, .Tfng * {
font-style: normal;
}



/* Tagalog */
/* Tagalog */

.Tglg {
.Tglg {
font-family: 'Noto Sans Tagalog', 'Tagalog Stylized', 'Baybayin Lopez', 'Tagalog Doctrina 1593', 'Noto Sans Hanunoo', 'Code2000', sans-serif;
font-family: 'Noto Sans Tagalog', 'Tagalog Stylized', 'Baybayin Lopez', 'Tagalog Doctrina 1593', 'Noto Sans Hanunoo', 'Code2000', sans-serif;
}
}

.Tglg, .Tglg * {
font-style: normal;
}


/* Thaana */

.Thaa, .Thaa * {
font-style: normal;
}



/* Thai */
/* Thai */

.Thai {
.Thai {
font-family: 'Leelawadee UI', Leelawadee, 'Arial Unicode MS', 'Code2000', sans-serif;
font-family: 'Leelawadee UI', Leelawadee, 'Arial Unicode MS', 'Code2000', sans-serif;
font-size: 125%;
font-size: 125%;
}
}

.Thai, .Thai * {
font-style: normal;
}



/* Tibetan */
/* Tibetan */

.Tibt,
.Tibt,
.xzh-Tibt {
.xzh-Tibt {
font-family: 'Noto Serif Tibetan', 'Noto Sans Tibetan', Jomolhari-ID, 'Tibetan Machine Uni', 'Tibetan Machine Web', Jomolhari, 'Microsoft Himalaya', sans-serif;
font-family: 'Noto Serif Tibetan', 'Noto Sans Tibetan', Jomolhari-ID, 'Tibetan Machine Uni', 'Tibetan Machine Web', Jomolhari, 'Microsoft Himalaya', sans-serif;
font-size: 130%;
font-size: 130%;
}

.Tibt, .Tibt *,
.xzh-Tibt, .xzh-Tibt * {
font-style: normal;
}
}


.Tibt.mention {
.Tibt.mention {
font-size: 130%;
font-size: 130%;
}
}


Line 2,089: Line 1,491:


/* Ugaritic */
/* Ugaritic */

.Ugar {
.Ugar {
font-family: 'Oxford Ugaritic', 'Segoe UI Historic', Aegean, 'Code2001', sans-serif;
font-family: 'Oxford Ugaritic', 'Segoe UI Historic', Aegean, 'Code2001', sans-serif;
}
}

.Ugar, .Ugar * {
font-style: normal;
}



/* Vai */
/* Vai */

.Vaii {
.Vaii {
font-family: Ebrima, 'Code2000', sans-serif;
font-family: Ebrima, 'Code2000', sans-serif;
font-size: 1.1em;
font-size: 1.1em;
}
}

.Vaii, .Vaii * {
font-style: normal;
}



/* Old Persian cuneiform */
/* Old Persian cuneiform */

.Xpeo {
.Xpeo {
font-family: 'Segoe UI Historic', Aegean, Xerxes, 'Code2001', sans-serif;
font-family: 'Segoe UI Historic', Aegean, Xerxes, 'Code2001', sans-serif;
}
}

.Xpeo, .Xpeo * {
font-style: normal;
}



/* Sumero-Akkadian cuneiform */
/* Sumero-Akkadian cuneiform */

.Xsux {
.Xsux {
font-family: Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif; /* Neo-Assyrian form */
font-family: Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif; /* Neo-Assyrian form */
Line 2,132: Line 1,515:
}
}


/* Specify Hittite fonts */
.Xsux, .Xsux * {
.Xsux:lang(hit) {
font-style: normal;
font-family: UllikummiA, Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif;
font-weight: normal;
}
}

/* Specify Hittite fonts */

.Xsux:lang(hit) {
font-family: UllikummiA, Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif;
}

/* Specify Sumerian fonts */

.Xsux:lang(sux) {
font-family: CuneiformComposite, Akkadian, 'Segoe UI Historic', sans-serif;
}

/* Yi */

.Yiii, .Yiii * {
font-style: normal;
}


/* Mathematical notation */

.Zmth, .Zmth * {
font-style: normal;
}


/* Specify Sumerian fonts */
.Xsux:lang(sux) {
font-family: CuneiformComposite, Akkadian, 'Segoe UI Historic', sans-serif;
}


/* Symbols */
/* Symbols */

.Zsym {
.Zsym {
font-family: Symbola, sans-serif;
font-family: Symbola, sans-serif;
font-size: 150%;
font-size: 150%;
}
}

.Zsym, .Zsym * {
font-style: normal;
}



/* Rumi (Malay) numerals */
/* Rumi (Malay) numerals */

.Rumin, .Ruminumerals {
.Rumin, .Ruminumerals {
font-size:1.2em;
font-size:1.2em;
Line 2,187: Line 1,542:


/* English Phonemic Representation (AHD) */
/* English Phonemic Representation (AHD) */

.enPR {
.enPR {
font-family: 'Arial Unicode MS', 'Lucida Grande', Gentium, 'Gentium Plus', 'Gentium Alternative', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
font-family: 'Arial Unicode MS', 'Lucida Grande', Gentium, 'Gentium Plus', 'Gentium Alternative', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
}
}



/* International Phonetic Alphabet */
/* International Phonetic Alphabet */

.IPA, .Ipach, .IPAchar {
.IPA, .Ipach, .IPAchar {
font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
Line 2,200: Line 1,552:
font-variant-ligatures: no-common-ligatures;
font-variant-ligatures: no-common-ligatures;
}
}

.IPA, .IPA *, .Ipach, .Ipach *, .IPAchar, .IPAchar * {
font-style: normal;
}



/* Musical notation */
/* Musical notation */

.Music, .musical {
.Music, .musical {
font-family: Musica, 'Musical Symbols', Euterpe, sans-serif;
font-family: Musica, 'Musical Symbols', Euterpe, sans-serif;
Line 2,213: Line 1,559:
}
}



.Music, .Music *, .musical, .musical * {
/*
font-style: normal;
End of scripts section
}
*/





Line 2,223: Line 1,571:
body.page-Category_IPA_combining_characters div#mw-pages li {
body.page-Category_IPA_combining_characters div#mw-pages li {
letter-spacing: 0.3em;
letter-spacing: 0.3em;
}


/* Tabbed Languages support */

#languageLinks .selectedTab a {
font-size: 19px;
color: #000;
padding: 6px;
display: block;
border-left: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin-bottom: -3px;
background-color: #fff;
margin-right: -6px;
position: relative;
border-top: 1px solid #CCC;
white-space: nowrap;
}

#languageLinks .unselectedTab a {
font-size: 16px;
color: #929292;
padding: 6px;
display: block;
border-left: 1px solid #CCC;
border-top: 1px solid #CCC;
border-bottom: 1px solid #CCC;
margin-bottom: -3px;
margin-left: 15px;
margin-right: -5px;
white-space: nowrap;
background-color: #F6F6F6;
}

#languageLinks tr td {
padding: 0px;
}

tr td.languageContainer {
padding-left: 8px;
padding-bottom: 10px;
padding-right: 8px;
border: 1px solid #CCC;
vertical-align: top;
width: 100%;
}

.unselectedtab {
margin-left: 5px;
}

.editlangsection {
margin-top: -13px;
margin-right: 5px;
border: 1px solid #CCC;
margin-bottom: -2px;
border-bottom-width: 0px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
color: white;
line-height: 14px;
font-size: 12px;
padding: 0px 7px;
text-align: center;
clear: both;
background-color: white;
float: right;
}

#languageLinks a.addLanguageButton {
font-size: 12px;
padding: 3px 6px;
}

@media screen and (max-width:36em) {

#tabstable>tbody>tr>td {
display: block;
float: left;
width: 100%;
}

#languageLinks tr {
display: block;
float: left;
margin-bottom: -3px;
margin-left: -5px;
margin-top: 5px;
}

#languageLinks .unselectedTab a {
margin-left: 0;
margin-right: 5px;
border-right: 1px solid #CCC;
}

#languageLinks .selectedTab a {
margin-left: 0;
margin-right: 5px;
border-right: 1px solid #CCC;
border-bottom: 1px solid #FFF;
}

#tabstable {
width: 100%;
}

#languageLinks a.addLanguageButton {
margin-top: 2px;
margin-bottom: 1px;
}

.editlangsection {
border-bottom-width: 1px;
}

}
}


Line 2,450: Line 1,677:
b, strong {
b, strong {
font-weight: bold;
font-weight: bold;
}

/* archive templates */
.archive-box {
border: 1px #AAAAAA solid;
padding: 3px 10px;
margin-bottom: 1em;
color: black;
background: #F9F9F9;
}

.archive-box.archive-passed {
color: black;
background: #F3F9FF;
}

.archive-box.archive-failed {
color: black;
background: #F9F3FF;
}
}


tr:target {
tr:target {
background: #def;
background: #def;
}

.character-sample {
display: inline-block;
min-width: 1em;
font-size: 300%;
text-align: center;
background: rgba(0, 0, 0, 0.1);
}

.character-sample > :only-child {
display: block;
}

.character-sample-primary{
display: inline-table;
min-width: 1.1em;
font-size: 300%;
line-height: 110%;
text-align: center;
background: rgba(0, 0, 0, 0.1);
height: 1.1em;
}

.character-sample-secondary {
display: inline-block;
min-width: 1em;
text-align: center;
}

table.symboltable td {
font-family: 'DejaVu Sans', Symbola, Quivira, sans-serif;
text-align: center;
}
}


Line 2,511: Line 1,686:
color: #888;
color: #888;
}
}

body[class*="page-Template_table"] .CategoryTreeLabel {
font-style: inherit;
}

body[class*="page-Template_table"] .CategoryTreeLabel:before {
content: "•";
padding-right: 0.75em;
}



/* Temporary kludge to be used because categoryTree is generating a newline. This CSS line should be removed after the developers fix it. */
/* Temporary kludge to be used because categoryTree is generating a newline. This CSS line should be removed after the developers fix it. */
Line 2,635: Line 1,800:
margin-top: 0.2em;
margin-top: 0.2em;
}
}

/* Hide horizontal lines (----). This is not needed anymore - they have already been gotten rid of.
body.ns-0 hr { display: none; } */


/* </nowiki> */
/* </nowiki> */

Revision as of 07:56, 19 August 2023

/* ----------
<nowiki>
CSS Style
* Indent with tab characters
* One line space between each declaration
* One selector per line
* Opening brace on the same line as the last selector
* Don't omit optional semicolons
* Closing brace on its own line
* Closing brace indented to match the preceding style declarations
* Alternatively, very short style rules may be all on one line
* If changing e.g. rules for displaying scripts, consider also updating [[MediaWiki:Mobile.css]]
* Single quotes around font-family values that do not consist of ASCII lowercase
  letters and hyphens.
---------- */

/* csslint adjoining-classes:false */
/* See also [[Special:Mypage/vector.css]], [[MediaWiki:Vector.css]] */

/* make headers include contained floats, so they don't wander around (yes, is
	magic, it tells the browser the tag is a container) */
h1,
h2,
h3,
h4,
h5,
h6 {
	width: auto;
}

sup,
sub { /* prevent odd line-height for raised and lowered characters */
	line-height: 1em;
}

/* and keep links at normal font size/weight, else they inherit the header
	attributes */
.editsection {
	font-size: 100%;
	font-weight: normal;
}

pre code, code code {
	border: none;
	padding: 0;
}

pre var, code var {
	color: #777;
}

/* This fixes a bug where certain Tibetan terms are cut off at the bottom... */

#firstHeading { overflow: visible; }

.ns-0 .timed-text {
	display: none;
}

.client-js .audiometa {
	display: none;
}

.client-nojs .audiofile {
	display: none;
}

.nowrap {
	white-space: nowrap;
}


/* wikitable is part of core. prettytable is deprecated but still used in some
	places, until fully replaced: */

table.prettytable {
	margin: 1em 1em 1em 0;
	background: #f9f9f9;
	border: 1px #aaaaaa solid;
	border-collapse: collapse;
}

table.prettytable th,
table.prettytable td {
	border: 1px #aaaaaa solid;
	padding: 0.2em;
}

table.prettytable th {
	background: #f2f2f2;
	text-align: center;
}

table.prettytable caption {
	margin-left: inherit;
	margin-right: inherit;
}


/* default setting for {{qualifier}} and {{sense}}.
	(Related classes that can be overridden: .qualifier-comma,
	.qualifier-content, .ib-brac, .qualifier-brac, .sense-qualifier-colon.) */
.ib-comma {
	font-style: normal;
}

.ib-content {
	font-style: italic;
}

.ib-content i,
.ib-content em {
	font-style: normal;
}

.context-qualifier-colon {
	display: none;
}

/* default setting for {{seeCites}} */
.see-cites { }

/* default style for indented "see also" */
.disambig-see-also,
.disambig-see-also-2 {
	text-indent: 2em;
}

.mention-tr {
	font-style: italic;
}

/* add left-to-right mark */
.mention-gloss-paren::before,
.mention-tr-paren::before {
	content: "‎";
}

/* non-italic and non-bold gloss */
.mention-gloss-double-quote,
.mention-gloss-paren,
.mention-tr-gloss-separator-comma,
.mention-tr-paren,
.mention-tr-gloss-separator-comma,
.mention-gloss {
	font-style: normal;
	font-weight: normal;
}

/* default style for "form of" definitions */
.use-with-mention,
.form-of-definition {
	font-style: italic;
}

.use-with-mention i {
	font-style: normal;
}

.form-of-definition-link {
	font-style: normal;
}

.use-with-mention .mention,
.form-of-definition-link .mention {
	font-style: normal;
	font-weight: bold;
}

/* display normalization in {{ux}}/{{usex}}, {{quote}}, {{quote-*}} in italics */
.e-normalization {
	font-style: italic;
}


/* Inflection tables
----------------------------- */

/* To colour links in inflection tables (currently done with
	{{notred}}) black without using #ifexist and allowing for user
	override */
.inflection-table a.new { color: inherit; }

/* fill a parent NavContent collapsing box */
.NavContent table.inflection {
	width: 100%;
}

/* basic inflection table styles */
table.inflection {
	border-collapse: collapse;
	border: 1px solid;
	background: #ffffff;
}

	table.inflection caption {
		caption-side: bottom;
		padding: 0.33em 1em;
		text-align: left;
		font-size: smaller;
	}

	/* subtle grey for alternate row backgrounds */
	table.inflection tr:nth-child(odd) {
		background: #fcfcfc;
	}

	/* and for row headers */
	table.inflection tr:nth-child(odd):not(.rowgroup) th {
		background: #f6f6f6;
	}

		table.inflection td,
		table.inflection th {
			padding: 0.33em 1em;
			vertical-align: baseline;
		}

		/* but vertically center multi-row cells */
		table.inflection td[rowspan] {
			vertical-align: middle;
		}

		table.inflection td {
			text-align: center;
		}

		/* regular row headers, in the left column */
		table.inflection th {
			background: #f9f9f9;
			text-align: left;
		}

		/* rowgroup header rows */
		table.inflection tr.rowgroup th {
			background: #eeeeee;
			text-align: center;
		}

			/* first-of-several rowgroup header cells is aligned left */
			table.inflection tr.rowgroup th:first-child { text-align: left; }
				table.inflection tr.rowgroup th:first-child:only-child { text-align: center; }

	/* rows with dividers above */
	table.inflection tr.divider th {
		border-top: 3px solid #999999;
	}


	/* transliterations */
	table.inflection .translit {
		color: #888;
	}

	/* header links aren’t coloured until hover/active */
	table.inflection th a:link,
	table.inflection th a:visited {
		color: inherit;
		text-decoration: inherit;
	}

		table.inflection th a:hover {
			color: #0645ad;
			text-decoration: underline;
		}

		table.inflection th a:active {
			color: #faa700;
			text-decoration: underline;
		}

/* ----
end of Inflection tables */


/* Hide interproject links used by [[MediaWiki:Gadget-AggregateInterprojectLinks.js]] */

.interProject {
	display: none;
	clear: both;
	border-top: 2px dotted #AAAAAA;
	margin-top: 2em;
}

/* Translation styling */

.checktrans,
.rfc-trans,
.trreq,
.ttbc {
    background-color: #f0fff0;
}

/* t+ t t- templates: */

.tneg,
.tpos,
.tunk {
    vertical-align: 20%;
    font-size: 80%;
}

.tneg a         { color: #cc2200 !important; } /* monobook redlink colour, standard #ba0000 */
.tneg a:visited { color: #a55858 !important; } /* standard visited redlink colour */

.tpos a         { color: #002bb8 !important; } /* standard bluelink colour */
.tpos a:visited { color: #5a3696 !important; } /* standard visited bluelink colour */
.tpos a:active  { color: #faa700 !important; } /* standard bluelink colour */

.tunk a         { color: #3366BB !important; } /* standard external interwiki colour */
.tunk a:active  { color: #3366BB !important; } /* redundant */

/* for parentheses, we use .tlc and .tlcp, the latter has no definition here
	(display:inline) */
.tlc { display: none; }

/* Main Page heading removal */
.page-Wiktionary_Main_Page #lastmod,
.page-Wiktionary_Main_Page #siteSub,
.page-Wiktionary_Main_Page #contentSub,
/* .page-Wiktionary_Main_Page #siteNotice, */
.page-Wiktionary_Main_Page h1.firstHeading,
.page-Wiktionary_Main_page #lastmod,
.page-Wiktionary_Main_page #siteSub,
.page-Wiktionary_Main_page #contentSub,
.page-Wiktionary_Main_page #firstHeading {
	display: none; /* NOT important */
}

/* Main page fixes */
#interwiki-completelist {
	font-weight: bold;
}

/* TODO: the following rules are being loaded for ALL users - even logged-out visitors - but
   they are only relevant to users who have enabled the OrangeLinks or WT:ACCEL gadgets.
   They need to be moved to CSS files associated to those gadgets. */

/* for pages which exist but lack the section we're looking for */
.partlynew:link,
#p-personal :link.partlynew,
.partlynew :link {
	color: #B88D00;
}

.partlynew:visited,
#p-personal .partlynew:visited,
.partlynew :visited {
	color: #826F34;
}

/* partlynew should have lower precedence than red-links... */
.partlynew .new:link {
	color: #BA0000;
}

.partlynew .new:visited {
	color: #a55858;
}

.accelerated:link {
	color: #1fba00;
}

.accelerated:visited {
	color: #66a759;
}

/* END TODO */

/* Try to make search results more obviously links */
.mw-special-Search #bodyContent li a {
	font-weight: bold;
}
.mw-special-Search .searchmatch {
	font-weight: normal;
	color: #000000;
	background-color: #FFEE77;
}

/* [[WT:FEED]] */
#p-feedback a { cursor: pointer; }


/* Old revisions */

#mw-revision-info {
	border: 2px solid #8888FF;
	border-left: 0px;
	border-right: 0px;
	font-size: 110%;
	margin: 5px;
	margin-left: 0px;
}

#mw-editingold {
	margin-left: 15px;
	margin: 5px;
	padding: 5px;
	border: 2px solid #CC0000;
	border-width: 2px 0px;
}

/* Make Recent changes look nice again */
span.newpage,
span.minor,
span.searchmatch,
span.bot,
span.unpatrolled {
	font-family: sans-serif !important;
}

/* NavFrames */
div.NavFrame,
details.NavFrame {
	margin: 0px 0px -1px 0px;
	padding: 2px;
	border: 1px solid #aaaaaa;
	text-align: center;
	border-collapse: collapse;
	font-size: 95%;
	overflow: auto;
	width: auto;
}

div.NavFrame div.NavHead,
details.NavFrame summary.NavHead {
	min-height: 1.6em;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	background-color: #efefef;
	padding-left: 10px;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#DFDFDF), color-stop(0.6, #E3E3E3));
	background-image: -moz-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
	background-image: -o-linear-gradient(top, #EFEFEF, #E3E3E3 60%, #DFDFDF);
}

div.NavFrame div.NavHead:hover,
details.NavFrame summary.NavHead:hover {
	background-color: #F6F6F6;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#EFEFEF), to(#F3F3F3), color-stop(0.6, #EAEAEA));
	background-image: -moz-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
	background-image: -o-linear-gradient(top, #EFEFEF, #EAEAEA 60%, #F3F3F3);
}

div.NavFrame div.NavHead:active,
details.NavFrame summary.NavHead:active {
	background-color: #E3E3E3;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#E3E3E3), to(#DFDFDF), color-stop(0.6, #D3D3D3));
	background-image: -moz-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
	background-image: -o-linear-gradient(top, #E3E3E3, #D3D3D3 60%, #DFDFDF);
}

div.pseudo div.NavHead:hover { background-color: #EFEFEF; }

div.NavFrame p {
	font-size: 100%;
}

div.NavFrame div.NavContent,
details.NavFrame div.NavContent {
	font-size: 100%;
}

div.NavFrame div.NavContent p,
details.NavFrame div.NavContent p {
	font-size: 100%;
}

span.NavToggle {
	cursor: pointer;
	float: right;
	font-weight: normal;
	font-size: smaller;
}

.list-switcher-element {
	text-align: center;
}

.list-switcher-element .NavToggle {
	float: none;
}

.term-list-header {
	font-style: italic;
	font-weight: inherit;
}

.term-list-header:before {
	content: "(";
}

.term-list-header:after {
	content: "):";
}

/* Style for generic inline lists. Note, as of 2023-08-14, this is only used by {{glossaryentry}} via {{hlist}} */
.inline p,
.inline dd,
.inline dt,
.inline ul,
.inline li {
    margin: 0;
    display: inline;
}


/* stuff visible when previewing an edit only */

.previewonly { display: none; }

#wikiPreview .previewonly { display: inline; }

/* senseids */
.senseid:target { background-color: #DEF; }

/* show the "serial and" in the disambiguation see also */
.serial-and { display: inline; }

/* hide the serial commas */
.serial-comma { display: none; }

/* Gender and number templates */
.gender,
.number,
.noun-class { font-style: italic; }

abbr { border-bottom-width: 0; }

/* hide "did you mean" on Noarticletext self-links */
.did-you-mean strong {
	display: none;
}

/* make script/module errors smaller */
.scribunto-error {
	font-size: 75%;
}

/* allow inline hieroglyphs */
.mw-hiero-outer {
	display: inline-table;
	vertical-align: middle;
	font-size: 11px;
}

/* formats derived terms */
.derivedterms { background: #F8F8FF; }

.derivedterms .CategoryTreeChildren { column-count: 3; -moz-column-count: 3; -webkit-column-count: 3; }

/* softer highlighting of 'updated since last visit' */
span.updatedmarker { background-color:#D0F0C0; }

.HQToggle, .nyms-toggle, .usex-toggle {
    font-size: smaller;
    position: relative;
    bottom: 1px;
    left: 5px;
}

/* {{TOC limit}} */
/* Allow limiting of which header levels are shown in a TOC;
	<div class="toclimit-3">, for instance, will limit to showing ==headings==
	and ===headings=== but no further (as long as there are no =headings= on the
	page, which there shouldn't be according to the MoS). */
.toclimit-2 .toclevel-1 ul,
.toclimit-3 .toclevel-2 ul,
.toclimit-4 .toclevel-3 ul,
.toclimit-5 .toclevel-4 ul,
.toclimit-6 .toclevel-5 ul,
.toclimit-7 .toclevel-6 ul {
	display: none;
}


/*
	Support for scripts. See [[Wiktionary:Scripts]].
*/


/* Default style for mentions outside of "form of" definitions.
	See [[Wiktionary:Votes/2007-10/style for mentioned terms]] */
.mention {
	font-style: italic;
}

.mention i, i .mention {
	font-style: normal;
}

/* The following scripts do not support italic text. */
.Aghb, .Aghb *,
.Ahom, .Ahom *,
.Armi, .Armi *,
.Armn, .Armn *,
.Avst, .Avst *,
.Bali, .Bali *,
.Bamu, .Bamu *,
.Batk, .Batk *,
.Beng, .Beng *,
.as-Beng, .as-Beng *,
.Bopo, .Bopo *,
.Brah, .Brah *,
.Brai, .Brai *,
.Bugi, .Bugi *,
.Buhd, .Buhd *,
.Cakm, .Cakm *,
.Cans, .Cans *,
.Cari, .Cari *,
.Cham, .Cham *,
.Cher, .Cher *,
.Copt, .Copt *,
.Cprt, .Cprt *,
.Cyrl, .Cyrl *,
.Cyrs, .Cyrs *,
/* there is a sui generis rule for i.Deva below - not sure why */
.Dsrt, .Dsrt *,
.Egyp, .Egyp *,
.Ethi, .Ethi *,
.Geok, .Geok *,
.Geor, .Geor *,
.Glag, .Glag *,
.Goth, .Goth *,
/* see separate rule for i.Grek.mention below */
.Gujr, .Gujr *,
.Guru, .Guru *,
.Hang, .Hang *,
.Hani, .Hani *,
.Hano, .Hano *,
.Hans, .Hans *,
.Hant, .Hant *,
.Hira, .Hira *,
.Hluw, .Hluw *,
.IPA, .IPA *,
.Ipach, .Ipach *,
.IPAchar, .IPAchar *,
.Ital, .Ital *,
.Java, .Java *,
.Jpan, .Jpan *,
.Kali, .Kali *,
.Kana, .Kana *,
.Khar, .Khar *,
.Khmr, .Khmr *,
.Knda, .Knda *,
.Kore, .Kore *,
.Kthi, .Kthi *,
.Lana, .Lana *,
.Laoo, .Laoo *,
.Lepc, .Lepc *,
.Linb, .Linb *,
.Limb, .Limb *,
.Lisu, .Lisu *,
.Lyci, .Lyci *,
.Lydi, .Lydi *,
.Mand, .Mand *,
.Mani, .Mani *,
.Merc, .Merc *,
.Mero, .Mero *,
.Mlym, .Mlym *,
.Mong, .Mong *,
.mnc-Mong, .mnc-Mong *,
.sjo-Mong, .sjo-Mong *,
.xwo-Mong, .xwo-Mong *,
.Mtei, .Mtei *,
.Music, .Music *,
.musical, .musical *,
.Narb, .Narb *,
.Nkoo, .Nkoo *,
.Orkh, .Orkh *,
.Olck, .Olck *,
.Orya, .Orya *,
.Osma, .Osma *,
.Phag, .Phag *,
.Phli, .Phli *,
.Phlv, .Phlv *,
.Phnx, .Phnx *,
.Plrd, .Plrd *,
.Prti, .Prti *,
.Rjng, .Rjng *,
.Runr, .Runr *,
.Samr, .Samr *,
.Sarb, .Sarb *,
.Saur, .Saur *,
.Sgnw, .Sgnw *,
.Shaw, .Shaw *,
.Shrd, .Shrd *,
.Sinh, .Sinh *,
.Sora, .Sora *,
.Sund, .Sund *,
.Sylo, .Sylo *,
.Syrc, .Syrc *,
.Tagb, .Tagb *,
.Tale, .Tale *,
.Talu, .Talu *,
.Taml, .Taml *,
.Tavt, .Tavt *,
.Telu, .Telu *,
.Tfng, .Tfng *,
.Tglg, .Tglg *,
.Thaa, .Thaa *,
.Thai, .Thai *,
.Tibt, .Tibt *,
.xzh-Tibt, .xzh-Tibt *,
.Ugar, .Ugar *,
.Vaii, .Vaii *,
.Xpeo, .Xpeo *,
.Yiii, .Yiii *,
.Zmth, .Zmth *,
.Zsym, .Zsym * {
  font-style: normal;
}

/* The following scripts do not support bold OR italic text. */
.Arab, .Arab *,
.fa-Arab, .fa-Arab *,
.glk-Arab, .glk-Arab *,
.kk-Arab, .kk-Arab *,
.ks-Arab, .ks-Arab *,
.ku-Arab, .ku-Arab *,
.mzn-Arab, .mzn-Arab *,
.ota-Arab, .ota-Arab *,
.pa-Arab, .pa-Arab *,
.ps-Arab, .ps-Arab *,
.sd-Arab, .sd-Arab *,
.tt-Arab, .tt-Arab *,
.ug-Arab, .ug-Arab *,
.ur-Arab, .ur-Arab *,
.ms-Arab, .ms-Arab *,
.Hebr, .Hebr *,
.Mymr, .Mymr *,
.Ogam, .Ogam *,
.Tang, .Tang *,
.Xsux, .Xsux * {
	font-style: normal;
	font-weight: normal;
}

/* For scripts where bolding is not used, as well as cuneiform scripts where the bolding
 * can be hard to see, highlight the word in usage examples */
.Arab.e-example b, .Arab.e-quotation b, .Arab.e-normalization b,
.Hebr.e-example b, .Hebr.e-quotation b, .Hebr.e-normalization b,
.Ogam.e-example b, .Ogam.e-quotation b, .Ogam.e-normalization b,
.Ugar.e-example b, .Ugar.e-quotation b, .Ugar.e-normalization b,
.Xpeo.e-example b, .Xpeo.e-quotation b, .Xpeo.e-normalization b,
.Xsux.e-example b, .Xsux.e-quotation b, .Xsux.e-normalization b {
	background-color: #FFF0F5;
	font-size: inherit;
}


/* Latin (.Latn)
	This is the default script, so it has no definitions. */

/* This is needed to overcome the "smartness" of certain web browsers */
.Latn[lang=ja],
.Latn[lang=ko],
.Latn[lang=zh] {
	font-family: inherit;
}

	/* Latin Fraktur */
	.Latf {
		font-family: UnifrakturMaguntia, UnifrakturCook, Unifraktur, 'Code2001', Tahoma, 'Arial Unicode MS', sans-serif;
		font-size: 125%;
	}

	/* Navajo */
	.nv-Latn {
		font-family: Calibri, 'Aboriginal Sans', 'DejaVu Sans', 'Arial Unicode MS', sans-serif !important;
	}

	/* Pitjantjatjara (ḻ ṉ ṟ ṯ and capitals) */
	.pjt-Latn {
		font-family: 'Microsoft Sans Serif', Tahoma, 'Code2000', sans-serif;
	}

	/* Latin extended */
	/* no styles for .Latnx, .Latinx, .unicode, .Unicode */

/* Aghwan */
.Aghb {
	font-family: OptimaModoki, sans-serif;
}

/* Ahom */
.Ahom {
	font-family: AhomUnicode, 'Noto Serif Ahom', 'Unifont Upper', sans-serif;
}

/* Arabic */
.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-family: 'Iranian Sans', 'Segoe UI', Tahoma, 'Microsoft Sans Serif', 'Arial Unicode MS', sans-serif;
	font-size: 133%;
	direction: rtl;
	unicode-bidi: embed;
}

	/* Persian, Ottoman Turkish */
	.fa-Arab,
	.ota-Arab {
		font-family: 'Iranian Sans', 'Geeza Pro', Tahoma, sans-serif;
	}
	
	/* Kashmiri */
	.ks-Arab {
		font-family: 'Noto Naskh Arabic', Amiri, Mirza, 'Scheherazade New', Scheherazade, 'Geeza Pro', Tahoma, sans-serif;
	}

	/* Kurdish, Punjabi Shahmukhi, Urdu */
	.ku-Arab,
	.pa-Arab,
	.ur-Arab {    	
		font-family: Tahoma, 'Arial Unicode MS', 'UT Cairo', 'UT Naskh', sans-serif;
	}

	/* Pashto */
	.ps-Arab {
		font-family: Pokhto, 'Pashto Kror Asiatype', 'Scheherazade New', Scheherazade, sans-serif;
	}

	/* Sindhi */
	.sd-Arab {
		font-family: 'MB Sindhi', Tahoma, 'MBSarang Sattar', 'MB Bhitai Sattar', 'MB Lateefi', 'Ayaz Gul', 'Iranian Sans', sans-serif;
	}

	/* Uyghur */
	.ug-Arab {
		font-family: 'UKIJ Tuz', 'Microsoft Uighur', 'Scheherazade New', Scheherazade, 'Iranian Sans', 'Code2000', sans-serif;
	}

/* Imperial Aramaic */
.Armi {
	font-family: 'Segoe UI Historic', 'Aramaic Imperial Yeb', 'Noto Sans Imperial Aramaic', sans-serif;
	direction: rtl;
	unicode-bidi: embed;
}

/* Armenian */
.Armn {
	font-family: Mshtakan, Arial, 'Segoe UI', Tahoma, 'Arian AMU', 'DejaVu Sans', sans-serif;
}

/* Avestan */
.Avst {
	font-family: Avestan, Ahuramzda, 'Noto Sans Avestan', sans-serif;
	font-size: 125%;
	direction: rtl;
	unicode-bidi: embed;
	font-variant-ligatures: none; /* Avestan language */
}
	
	.Avst:lang(pal) { /* Pazend (Middle Persian in Avestan script) */
		font-variant-ligatures: normal;
	}

/* Balinese */
.Bali {
	font-family: 'Noto Sans Balinese', sans-serif;
}

/* Bamum */
.Bamu {
	font-family: 'Noto Sans Bamum', sans-serif;
}

/* Batak */
.Batk {
	font-family: Batak-Unicode, sans-serif;
}

/* Bengali */
.Beng {
	font-family: 'Bangla Sangam MN', UniBangla, 'Arial Unicode MS', 'Code2000', Likhan, 'UT Bengali Dhaka', Vrinda, sans-serif;
	font-size: 130%;
}

.as-Beng {
	font-family: 'Bangla Sangam MN', UniBangla, 'Arial Unicode MS', 'Code2000', Likhan, 'UT Bengali Dhaka', Vrinda, sans-serif;
	font-size: 130%;
}

/* Zhuyin (Bopomofo) */
.Bopo {
	font-family: MOESongUN, DFKai-SB, 'Microsoft Yahei', 'Microsoft Jhenghei', 'Source Han Sans TC', 'Source Han Sans TW', 'Noto Sans CJK TC', sans-serif;
}

/* Brahmi */
.Brah {
	font-family: 'Segoe UI Historic', 'Noto Sans Brahmi';
}

/* Braille */
.Brai {
	font-size: 150%;
}

/* Buginese */
.Bugi {
	font-family: Saweri, sans-serif;
}

/* Chakma */
.Cakm {
	font-family: RibengUni, sans-serif;
}

/* Unified Canadian Aboriginal Syllabics */
.Cans {
	font-family: 'Euphemia UCAS', Euphemia, 'Aboriginal Sans', OskiBlackfoot, 'Code2000', 'Everson Mono Unicode', sans-serif;
	font-size: 110%;
}

/* Carian, Italic, Linear B, Lycian, Lydian */
.Cari,
.Ital,
.Linb,
.Lyci,
.Lydi {
	font-family: 'Segoe UI Historic', Aegean, 'Noto Sans Carian', 'Noto Sans Old Italic', 'Noto Sans Linear B', 'Noto Sans Lycian', 'Noto Sans Lydian', sans-serif;
	font-size: 125%;
}

/* Cham */
.Cham {
	font-family: 'Code2000', 'JG ChamCambodia', sans-serif;
	font-size: 1.1em;
}

/* Cherokee */
.Cher {
	font-family: Digohweli, 'Aboriginal Sans', 'Code2000', Marin, 'Rotinonhsonni Sans', 'Everson Mono Unicode', sans-serif;
	font-size: 110%;
}

/* Coptic */
.Copt {
	font-family: Quivira, 'New Athena Unicode', 'Code2000', sans-serif;
	font-size: 1.3em;
}

/* Cypriot */
.Cprt {
	font-family: 'Segoe UI Historic', Aegean, sans-serif;
	font-size: 1.15em;
	direction: rtl;
	unicode-bidi: embed;
}

/* Cyrillic */
.Cyrl,
.Cyrs {
	font-family: Helvetica, Geneva, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', sans-serif;
}

/* Old Cyrillic (Old Church Slavonic, Old East Slavic) */
.Cyrs {
	font-family: BukyVede, 'Kliment Std', 'RomanCyrillic Std', Menaion, 'Menaion Medieval', Lazov, Dilyana, 'Hirmos Ponomar', 'Hirmos Ponomar TT', 'Fedorovsk Unicode', 'Fedorovsk Unicode TT', 'Code2000', 'DejaVu Sans', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', sans-serif;
	font-size: 125%;
}

/* Devanagari */
.Deva {
	font-family: 'Adobe Devanagari', 'Noto Serif Devanagari', Utsaah, 'Devanagari MT', Raghu, Gargi, JanaSanskrit, JanaHindi, Siddhanta, sans-serif;
	font-size: 120%;
}

i.Deva {
	font-style: normal;
}

/* Deseret */
.Dsrt {
	font-family: 'Segoe UI Symbol', 'Code2001', 'MPH 2B Damase', 'Everson Mono', sans-serif;
}

/* Demotic (Egyptian) */
.Egyd, .Egyd * {
	font-style: normal;
	direction: rtl;
}

/* Egyptian hieroglyphs */
.Egyp {
	font-family: 'Noto Sans Egyptian Hieroglyphs', Abydos, Aegyptus, 'Segoe UI Historic', sans-serif;
	font-size: 150%;
}

/* Ethiopic (Ge'ez) */
.Ethi {
	font-family: 'Abyssinica SIL', Nyala, 'Code2000', 'Ethiopia Jiret', 'GF Zemen Unicode', 'TITUS Cyberbit Basic', 'Visual Geez Unicode', 'Visual Geez Unicode Agazian', 'Visual Geez Unicode Title', sans-serif;
	font-size: 120%;
}

/* Georgian */
.Geor {
	font-family: 'DejaVu Sans', 'Arial Unicode MS', Sylfaen, sans-serif;
}

/* Glagolitic */
.Glag {
	font-family: 'Segoe UI Historic', BukyVede, Dilyana, 'Noto Sans Glagolitic', sans-serif;
	font-size: 150%;
}

/* Gothic */
.Goth {
	font-family: 'Segoe UI Historic', 'Code2001', Skeirs, 'MPH 2B Damase', sans-serif;
}

b.Goth,
strong.Goth {
	font-size: larger;
}

/* Greek */
.Grek {
	font-family: Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
}

i.Grek.mention,
i.polytonic.mention,
i.Polyt.mention {
	font-style: normal;
}

	/* Polytonic Greek */
	.polytonic, .Polyt {
		font-family: 'SBL Greek', 'New Athena Unicode', 'DejaVu Sans', Athena, Gentium, 'Gentium Plus', 'Palatino Linotype', Times, 'Arial Unicode MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Code2000', sans-serif;
	}

/* Gujarati */
.Gujr {
	font-family: 'Noto Sans Gujarati', 'Gujarati Sangam MN', 'Gujarati MT', Shruti, 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
	font-size: 125%;
}

/* Gurmukhi */
.Guru {
	font-family: 'Gurmukhi MN', 'Gurmukhi MT', 'UT Punjabi Amritsar', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'Code2000', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
	font-size: 125%;
}

/* Chinese (Han)
    .Hani = generic
    .Hans =simplified
    .Hant = traditional 
*/

.Hans {
	font-family: 'PingFang SC', DengXian, 'Source Han Sans SC', 'Source Han Sans CN', 'Noto Sans CJK SC', 'Microsoft Yahei', SimHei, SimSun, NSimSun, SimSun-ExtB, Song, 'Heiti SC', HanaMinA, HanaMinB, sans-serif;
}
.Hani,
.Hant {
	font-family: 'PingFang TC', 'Source Han Sans TC', 'Source Han Sans TW', 'Noto Sans CJK TC', 'Microsoft Jhenghei', MOESongUN, PMingLiU, PMingLiU-ExtB, MingLiU, MingLiU-ExtB, Ming, 'Heiti TC', HanaMinA, HanaMinB, sans-serif;
}

.Hani,
.Hans,
.Hant {
	font-size: 120%;
	line-height: 1;
}

.Hani:lang(vi) { 
	font-family: 'Nom Na Tong', 'HAN NOM A', 'HAN NOM B', Sun-ExtA, Sun-ExtB, Ming-Lt-HKSCS-UNI-H, Ming-Lt-HKSCS-ExtB, HanaMinA, HanaMinB, HanaMin, 'PingFang TC', MingLiU, MingLiU-ExtB, 'MingLiU_HKSCS', 'MingLiU_HKSCS-ExtB', SimSun, SimSun-ExtB, 'Arial Unicode MS', 'TITUS Cyberbit Basic', sans-serif;
	/* CJK Unified Ideographs Extension C and Extension D (U+2A700..U+2B734, U+2B740..U+2B81F)
	font-family: Sun-ExtB, 'MingLiU_HKSCS-ExtB', Ming-Lt-HKSCS-ExtB, HanaMinB, sans-serif;
	**/
}

/* Hanunoo */
.Hano {
	font-family: Quivira, 'MPH 2B Damase', sans-serif;
	font-size: 1.1em;
}

/* Hatran */
.Hatr {
	font-family: 'Noto Sans Hatran', sans-serif;
	direction: rtl;
}

/* Hebrew */
.Hebr {
	font-family: 'SBL Hebrew', 'Taamey David CLM', 'Taamey Frank CLM', Alef, 'Noto Sans Hebrew', Narkisim, Miriam, Kinryu, 'Arial Hebrew', Arial, 'Adobe Hebrew', serif;
	font-size: 115%;
	direction: rtl;
	unicode-bidi: embed;
}

big.Hebr,
strong.Hebr,
b.Hebr,
b .Hebr {
	font-size: 144%;
}

.Hebr b {
	font-size: 125%;
}

/* Hluw: Anatolian Hieroglyphs */
.Hluw {
    font-family: 'Noto Sans Anatolian Hieroglyphs', Anatolian;
    font-size: 200%;
}

/* Hiragana: see .Jpan */

/* Javanese */
.Java {
	font-family: 'Tuladha Jejeg', 'Javanese Text', adjisaka, 'Noto Sans Javanese', sans-serif;
}

/* Japanese scripts
    .Hira = Hiragana
	  .Kana = Katakana (used for Ainu language)
	  .Jpan = Hiragana + Katakana + Kanji
*/

.Hira, 
.Jpan, 
.Kana {
	font-family: 'Hiragino Kaku Gothic Pro', Osaka, 'Yu Gothic', Meiryo, 'Source Han Sans J', 'Source Han Sans JP', 'Noto Sans CJK JP', 'Droid Sans Japanese', 'MS PGothic', 'MS Gothic', 'MS PMincho', 'MS Mincho', HanaMinA, HanaMinB, sans-serif;
	font-size: 120%;
	line-height: 1;
}

.Jpan ruby rt {
	font-family: 'Yu Gothic UI', 'Meiryo UI', 'MS UI Gothic', sans-serif;
	font-size: 60%;
}

/* Kayah Li, Ol Chiki, Rejang */
.Kali,
.Olck {
	font-family: 'Code2000', sans-serif;
}

/* Katakana (Ainu language): see .Jpan */

/* Kharoshthi */
.Khar {
	font-family: 'Segoe UI Historic', 'MPH 2B Damase', sans-serif;
	font-size: 1.1em;
	direction: rtl;
	unicode-bidi: embed;
}

/* Khmer */
.Khmr {
	font-family: 'Khmer OS', 'Khmer OS Content', 'Leelawadee UI', 'Noto Sans Khmer', 'Code2000', 'Khmer Mondulkiri U OT ls', sans-serif;
	font-size: 125%;
}

/* Kannada */
.Knda {
	font-family: 'Kannada Sangam MN', JanaKannada, Tunga, Kedage, RaghuKannada, Sampige, 'Arial Unicode MS', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', sans-serif;
	font-size: 125%;
}

/* Korean */
.Kore,
.Hang {
	font-family: 'Apple SD Gothic Neo', 'Malgun Gothic', Dotum, Gulim, 'NanumBarunGothic YetHangul', NanumBarunGothic, UnDotum, 'Source Han Sans K', 'Source Han Sans KR', 'Noto Sans CJK KR', NanumGothic, 'NanumMyeongjo YetHangul', NanumMyeongjo, Batang, UnBatang, sans-serif;
	font-size: 120%;
	line-height: 1;
}

/* Kaithi */
.Kthi {
	font-family: 'Noto Sans Kaithi', sans-serif;
}

/* Lanna */
.Lana {
	font-family: 'Lanna Alif', 'Noto Sans Tai Tham', sans-serif;
}

/* Lao */
.Laoo {
	font-family: 'Phetsarath OT', 'Saysettha OT', 'JG Basic Lao Opentype', 'JG Basic2 Lao Opentype', 'JG LaoTimes Opentype', 'Phagnoum Lao Unicode Opentype', 'JG Lao Old Arial Opentype', DokChampa, 'Code2000', 'JG Lao Classic Opentype', 'Alice0 Unicode', 'Alice1 Unicode', 'Alice2 Unicode', 'Alice3 Unicode', 'Alice4 Unicode', 'Alice5 Unicode', sans-serif;
	font-size: 125%;
}

/* Lepcha */
.Lepc {
	font-family: 'Noto Sans Lepcha', Mingzat, sans-serif;
}

/* Limbu */
.Limb {
	font-family: 'Code2000', 'MPH 2B Damase', sans-serif;
}

/* Lisu */
.Lisu {
	font-family: 'Noto Sans Lisu', sans-serif;
}

/* Mandaic */
.Mand {
	font-family: 'Noto Sans Mandaic', sans-serif;
}

/* Meroitic cursive */
.Merc {
	font-family: 'Segoe UI Historic', Aegyptus, sans-serif;
	font-size: 150%;
}

/* Meroitic hieroglyphs */
.Mero {
	font-family: Aegyptus, sans-serif;
	font-size: 150%;
}

/* Malayalam */
.Mlym {
	font-family: 'Malayalam Sangam MN', Kartika, 'Code2000', 'Lucida Grande', 'Arial Unicode MS', 'Lucida Sans Unicode', 'TITUS Cyberbit Basic', 'Chrysanthi Unicode', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'Visual Geez Unicode', sans-serif;
	font-size: 125%;
}

/* Classical Mongolian, Manchu, Xibe, Clear Script */
.Mong,
.mnc-Mong, /* Manchu */
.sjo-Mong, /* Xibe */
.xwo-Mong /* Clear Script, Todo */ {
	font-family: 'Mongolian Baiti', 'Noto Sans Mongolian', sans-serif;
	font-size: 140%;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	layout-flow: vertical-ideographic;
}

/* Meitei Mayek */
.Mtei {
	font-family: 'Eeyek Unicode', 'Noto Sans Meetei Mayek', sans-serif;
}

/* Burmese */
.Mymr {
	font-family: TharLon, Padauk, 'Myanmar Text', 'Myanmar3', 'Myanmar2', 'Myanmar1', ParabaikSans, 'MyMyanmar sans-serif';
	font-size: 130%;
}

big.Mymr,
strong.Mymr,
b.Mymr,
b .Mymr {
	font-size: 162%;
}

.Mymr b {
	font-size: 130%;
}

/* North Arabian */
.Narb {
	font-family: 'Noto Sans Old North Arabian', sans-serif;
}

/* Ogham */
.Ogam {
	font-family: 'Segoe UI Historic', Beth-Luis-Nion, Pollach, 'Maigh Nuad', 'Craobh Ruadh', 'Everson Mono Ogham', Cog, Crosta, 'TITUS Ogham', 'Ragnarok Ogham', sans-serif;
	font-size: 125%;
}

big.Ogam, strong.Ogam, b.Ogam, b .Ogam {
	font-size: 156%;
}

.Ogam b {
	font-size: 125%;
}

/* Orkhon Runes */
.Orkh {
	font-family: 'Segoe UI Historic', Orkun, 'Old Turkic', sans-serif;
}

/* Oriya */
.Orya {
	font-family: 'Oriya Sangam MN', sans-serif;
	font-size: 125%;
}

/* Palmyrene */
.Palm, .Palm * {
	font-family: 'Noto Sans Palmyrene';
}

/* Old Permian */
.Perm {
	font-family: 'Noto Sans Old Permic';
}

/* Phags-pa */
.Phag {
	font-family: 'BabelStone Phags-pa Book', 'Microsoft PhagsPa', sans-serif;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	layout-flow: vertical-ideographic;
}

/* Inscriptional Pahlavi */
.Phli {
	font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Pahlavi', Shapour, 'ZH Mono', sans-serif;
}

/* Phoenician */
.Phnx {
	font-family: 'Segoe UI Historic', 'ALPHABETUM Unicode', 'MPH 2B Damase', Aegean, 'Code2001', 'Free Sans', sans-serif;
	font-size: 125%;
	direction: rtl;
	unicode-bidi: embed;
}

/* Parthian */
.Prti {
	font-family: 'Segoe UI Historic', 'Noto Sans Inscriptional Parthian', 'ZH Mono', sans-serif;
}

/* Rejang */
.Rjng, .Rjng * {
	font-family: 'Noto Sans Rejang', 'Code2000', sans-serif;
}

/* Runic (Germanic) */
.Runr {
	font-family: 'Segoe UI Historic', Junicode, 'Free Mono', 'Caslon Roman', 'Segoe UI Symbol', 'Code2000', 'Everson Mono', 'TITUS Cyberbit Basic', sans-serif;
	font-size: 130%;
}

/* Samaritan */
.Samr {
	font-family: 'Noto Sans Samaritan', Quivira, 'Everson Mono', Unifont, sans-serif;
	font-size: 150%;
	direction: rtl;
	unicode-bidi: embed;
}

/* South Arabian */
.Sarb {
	font-family: 'Segoe UI Historic', Qataban, 'Noto Sans Old South Arabian', sans-serif;
}

/* Saurashtra */
.Saur {
	font-family: Pagul, sans-serif;
}

/* Shavian */
.Shaw {
	font-family: 'Segoe UI Historic', 'Code2001', 'Everson Mono', sans-serif;
}

/* Sharada */
.Shrd {
	font-family: 'Noto Sans Sharada', sans-serif;
	font-size: 125%;
}

/* Sinhalese */
.Sinh {
	font-family: 'Sinhala Sangam MN', KaputaUnicode, KandyUnicode, Dinamina, DinaminaUniWeb, Potha, Madhura, sans-serif;
	font-size: 125%;
}

/* Sundanese */
.Sund {
	font-family: 'Sundanese Unicode', 'Noto Sans Sundanese', sans-serif;
}

/* Syloti Nagri */
.Sylo {
	font-family: 'Noto Sans Syloti Nagri', sans-serif;
}

/* Syriac */
.Syrc {
	font-family: 'Estrangelo Edessa', 'San Francisco', 'Code2000', 'Bitstream Cyberbit', 'Bitstream CyberBase', 'Bitstream Vera', 'TITUS Cyberbit Basic', sans-serif;
	font-size: 1.3em;
	direction: rtl;
	unicode-bidi: embed;
}

    /* Serto or Western form of Syriac */
    .Syrc:lang(tru) {
      font-family: 'Noto Sans Syriac Western', 'Serto Jerusalem', 'Noto Sans Syriac';
    }

    /* Madnhaya or Eastern form of Syriac */
    .Syrc:lang(aii) {
      font-family: 'Noto Sans Syriac Eastern', 'Noto Sans Syriac';
    }

/* Tagbanwa */
.Tagb {
	font-family: Quivira, Tagbanwa, sans-serif;
	font-size: 1.1em;
}

/* Tai Le */
.Tale {
	font-family: 'Microsoft Tai Le', 'Tai Le Valentinium', 'MPH 2B Damase', sans-serif;
}

/* New Tai Lue */
.Talu {
	font-family: 'Noto Sans New Tai Lue', 'Microsoft New Tai Lue', 'Dai Banna SIL Book', 'Husb_New_Tai_Lue_WB', sans-serif;
}

/* Tamil */
.Taml {
	font-family: 'Tamil Sangam MN', InaiMathi, Vijaya, Akshar, JanaTamil, 'Code2000', ETTamilNew, 'Lohit Tamil', 'Arial Unicode MS', 'Free Serif', Latha, sans-serif;
	font-size: 125%;
}

/* Tangut */
.Tang {
	font-family: 'BabelStone Tangut Wenhai', 'Tangut N4694', 'Tangut Yinchuan', 'New Tangut', 'New Tangut Std', 'Tangut TWU', 'Babelstone Tangut Wenhai', sans-serif;
	font-size: 1.2em;
	text-orientation: upright;
	-webkit-text-orientation: upright
}

/* Tai Viet */
.Tavt {
	font-family: 'Tai Heritage Pro', 'Noto Sans Tai Viet', sans-serif;
}

/* Telugu */
.Telu {
	font-family: 'Telugu Sangam MN', sans-serif;
	font-size: 125%;
}

/* Tifinagh (Berber) */
.Tfng {
	font-family: 'Hapax Berbère', Ebrima, 'Code2000', DejaVu, sans-serif;
	font-size: 120%;
}

/* Tagalog */
.Tglg {
	font-family: 'Noto Sans Tagalog', 'Tagalog Stylized', 'Baybayin Lopez', 'Tagalog Doctrina 1593', 'Noto Sans Hanunoo', 'Code2000', sans-serif;
}

/* Thai */
.Thai {
	font-family: 'Leelawadee UI', Leelawadee, 'Arial Unicode MS', 'Code2000', sans-serif;
	font-size: 125%;
}

/* Tibetan */
.Tibt,
.xzh-Tibt {
	font-family: 'Noto Serif Tibetan', 'Noto Sans Tibetan', Jomolhari-ID, 'Tibetan Machine Uni', 'Tibetan Machine Web', Jomolhari, 'Microsoft Himalaya', sans-serif;
	font-size: 130%;
}

.Tibt.mention {
  font-size: 130%;
}

	/* Zhang-Zhung */
	.xzh-Tibt {
		font-family: 'BabelStone Tibetan sMar-chen', sans-serif;
	}


/* Ugaritic */
.Ugar {
	font-family: 'Oxford Ugaritic', 'Segoe UI Historic', Aegean, 'Code2001', sans-serif;
}

/* Vai */
.Vaii {
	font-family: Ebrima, 'Code2000', sans-serif;
	font-size: 1.1em;
}

/* Old Persian cuneiform */
.Xpeo {
	font-family: 'Segoe UI Historic', Aegean, Xerxes, 'Code2001', sans-serif;
}

/* Sumero-Akkadian cuneiform */
.Xsux {
	font-family: Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif; /* Neo-Assyrian form */
	/* font-family: FreeIdgSerif, Akkadian, CuneiformComposite, 'Segoe UI Historic', sans-serif; */ /* Old Assyrian form */
	/* font-family: Akkadian, CuneiformComposite, FreeIdgSerif, 'Segoe UI Historic', sans-serif; /* /* Neo-Sumerian form */
	/* font-family: Akkadian, CuneiformComposite, FreeIdgSerif, 'Segoe UI Historic', sans-serif; /* /* Classical Sumerian form */
	font-size: 125%;
}

    /* Specify Hittite fonts */
    .Xsux:lang(hit) {
      font-family: UllikummiA, Akkadian, FreeIdgSerif, CuneiformComposite, 'Segoe UI Historic', sans-serif;
    }

    /* Specify Sumerian fonts */
    .Xsux:lang(sux) {
      font-family: CuneiformComposite, Akkadian, 'Segoe UI Historic', sans-serif;
    }

/* Symbols */
.Zsym {
	font-family: Symbola, sans-serif;
	font-size: 150%;
}

/* Rumi (Malay) numerals */
.Rumin, .Ruminumerals {
	font-size:1.2em;
}


/*
	Multilingual writing systems and notations
*/

/* English Phonemic Representation (AHD) */
.enPR {
	font-family: 'Arial Unicode MS', 'Lucida Grande', Gentium, 'Gentium Plus', 'Gentium Alternative', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
}

/* International Phonetic Alphabet */
.IPA, .Ipach, .IPAchar {
	font-family: Gentium, 'Gentium Plus', GentiumAlt, 'DejaVu Sans', 'Segoe UI', 'Lucida Grande', 'Charis SIL', 'Doulos SIL', 'TITUS Cyberbit Basic', 'Code2000', 'Lucida Sans Unicode', sans-serif;
	font-size: 110%;
	font-variant-ligatures: no-common-ligatures;
}

/* Musical notation */
.Music, .musical {
	font-family: Musica, 'Musical Symbols', Euterpe, sans-serif;
	font-size: 1.4em;
}


/*
  End of scripts section
*/



/* A kludge that lets the members of [[:Category:Redirected combining characters]] be displayed. */
body.page-Category_Combining_characters div#mw-pages li,
body.page-Category_Redirected_combining_characters div#mw-pages li,
body.page-Category_IPA_combining_characters div#mw-pages li {
	letter-spacing: 0.3em;
}

/* Grease Pit edit button fix */
.page-Wiktionary_Grease_pit.skin-vector #ca-edit,
.page-Wiktionary_Etymology_scriptorium.skin-vector #ca-edit,
.page-Wiktionary_Information_desk.skin-vector #ca-edit,
.page-Wiktionary_Beer_parlour.skin-vector #ca-edit,
.page-Wiktionary_Tea_room.skin-vector #ca-edit{
	display: none;
}

/* Romanization tables
---------- */

table.romanization {
	clear: both;
	background: white;
	white-space: nowrap;
	border-collapse: collapse;
	border: 1px solid white;
	vertical-align: baseline;
	text-align: center;
}

table.romanization th,
table.romanization td {
	padding: 0.25em;
	border: 1px solid white;
}

table.romanization th {
	background: rgb(87%, 91%, 96%);
}

table.romanization tr.romanization-source td {
	background: rgba(87%, 91%, 96%, 0.5);
}

table.romanization td,
table.romanization tr.romanization-target td {
	background: rgb(90%, 90%, 90%);
}

/* -----
end Romanization tables */

/* Definition dates, in {{defdate}} */
.defdate { font-size: smaller; }

/* unit tests filter */
table.unit-tests.unit-tests-hide-passing tr.unit-test-pass {
	display: none;
}

table.unit-tests th.unit-tests-img-corner {
	background: #def;
	min-width: 1em;
}

table.unit-tests.unit-tests-hide-passing th.unit-tests-img-corner {
	background: red;
}

/* multi-column lists */
li, .group-in-column {
	column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	-webkit-column-break-inside: avoid;
	-webkit-page-break-inside: avoid;
	-webkit-break-inside: avoid;
	-o-column-break-inside: avoid;
	-o-page-break-inside: avoid;
	-o-break-inside: avoid;
	-moz-column-break-inside: avoid;
	-moz-page-break-inside: avoid;
	-moz-break-inside: avoid;
}

/* {{shortcut}} */
.shortcut-box,
.category-edit-box {
	border: 1px solid #aaa;
	color: black;
	background: #f9f9f9;
	margin: 0 0 .5em 1em;
	text-align: center;
	padding: 5px;
	float: right;
	clear: both;
	font-weight: bold;
	font-size: smaller;
}

/* Display tabs with 4 spaces, see [[phab:T59824]] and [[phab:T59825]] */
textarea#wpTextbox1 + div:last-child, /* workaround for [[mw:User:Remember the dot/Syntax highlighter]] */
textarea, pre, code, .mw-highlight {
    -moz-tab-size: 4;
    -o-tab-size: 4;
    tab-size: 4;
}

/* stop double-bolding of self-links like in [[acquit]], [[fishbone]] */
/* old code: b .selflink, strong .selflink { font-weight: inherit; } */
b, strong { 
	font-weight: bold;
}

tr:target {
	background: #def;
}

#firstHeading var, .headword var {
	color: #888;
}

/* Temporary kludge to be used because categoryTree is generating a newline. This CSS line should be removed after the developers fix it. */
.CategoryTreeTag + p br:first-child{display:none;}

.vsShow {
	display: none;
}

/* Used by column templates (see [[Module:columns]]). */
.ul-column-count[data-column-count="2"] > ul,
.ul-column-count[data-column-count="2"] > ol,
.ul-column-count[data-column-count="2"] > dl {
	-moz-column-count: 2; -webkit-column-count: 2; -ms-column-count: 2; column-count: 2;
}

.ul-column-count[data-column-count="3"] > ul,
.ul-column-count[data-column-count="3"] > ol,
.ul-column-count[data-column-count="3"] > dl {
	-moz-column-count: 3; -webkit-column-count: 3; -ms-column-count: 3; column-count: 3;
}

.ul-column-count[data-column-count="4"] > ul,
.ul-column-count[data-column-count="4"] > ol,
.ul-column-count[data-column-count="4"] > dl {
	-moz-column-count: 4; -webkit-column-count: 4; -ms-column-count: 4; column-count: 4;
}

.ul-column-count[data-column-count="5"] > ul,
.ul-column-count[data-column-count="5"] > ol,
.ul-column-count[data-column-count="5"] > dl {
	-moz-column-count: 5; -webkit-column-count: 5; -ms-column-count: 5; column-count: 5;
}

.ul-column-count[data-column-count="6"] > ul,
.ul-column-count[data-column-count="6"] > ol,
.ul-column-count[data-column-count="6"] > dl {
	-moz-column-count: 6; -webkit-column-count: 6; -ms-column-count: 6; column-count: 6;
}

/* Default style for hypothetical inflections -- currently italic. */
.hypothetical {
	font-style: italic;
}

/* Style for entries using deprecated templates */
.deprecated {
	color: olivedrab;
}

.deprecated a {
	color: darkgreen;
}

/* == wrap toggle links with [ and ] == */
.HQToggle:before, .NavToggle:before, .nyms-toggle:before, .usex-toggle:before {
	content:'[';
}
.HQToggle:after, .NavToggle:after, .nyms-toggle:after, .usex-toggle:after {
	content:']';
}

.HQToggle a, .NavToggle a, .nyms-toggle a, .usex-toggle a {
	user-select: none;
}

.client-js .NavFrame .NavContent {
	display: none;
}

.client-js .not .NavContent { /* ??? */
	display: block;
}

/* Hidden quotes */
.client-js .ns-0 ol>li>ul {
	display: none;
}

/* WikiHiero kludge */
/* disable for now, apparently not necessary and breaks wrapping
.wikt-hierokludge {
	display: inline-block;
} */


/* Support lists that automatically split into limited-width columns (for translations tables and the like): */
.multicolumn-list > ul {
    -webkit-column-width: 25em;
    -moz-column-width: 25em;
    -ms-column-width: 25em;
    column-width: 25em;
    column-gap: 20px;
}
.multicolumn-list-wide > ul {
    -webkit-column-width: 55em;
    -moz-column-width: 55em;
    -ms-column-width: 55em;
    column-width: 55em;
    column-gap: 20px;
}
.multicolumn-list-narrow > ul {
    -webkit-column-width: 22em;
    -moz-column-width: 22em;
    -ms-column-width: 22em;
    column-width: 22em;
    column-gap: 20px;
}

/* Horizontal rules */
body.ns-0 .mw-parser-output > :not(.collapsible-block) + h2:not(:first-of-type) {
	border-top: 1px solid #a2a9b1;
	padding-top: 1em;
	margin-top: 0.2em;
}

/* </nowiki> */
/* T156351: Support for Parsoid's Cite implementation */
a[ rel="mw:referencedBy" ]::before {
    content: " ^";
}