MediaWiki:Common.css: diferència entre les revisions

De Viccionari
Contingut suprimit Contingut afegit
actualització fonts Hebr
inputbox fix
Línia 1.882: Línia 1.882:
.ui-helper-clearfix:after {
.ui-helper-clearfix:after {
border-collapse: collapse;
border-collapse: collapse;
}

/* Temporary fix for inline <inputbox> which is unusually wide, [[phab:T92498]] */
.mw-ui-input-inline {
min-width: inherit;
}
}

Revisió del 14:08, 19 març 2015

/*  */
/* wikitable/prettytable class for skinning normal tables */

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

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

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

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

/* Style for "notices" */
.notice,
.avís {
    text-align: justify;
    margin: 1em;
    padding: 0.2em;
}

#disambig,
#desambiagua {
    border-top: 3px double #cccccc; 
    border-bottom: 3px double #cccccc;
}

#spoiler {
    border-top: 2px solid #ddd;
    border-bottom:2px solid #ddd;
}

/* Standard talk template style */

.Talk-Notice {
    border: 1px solid #C0C090;
    background-color: #F8EABA;
    margin-bottom: 3px;
    width: 85%;
    border-spacing: 3px;
    margin-left: auto;
    margin-right: auto;
}

/* Make template background appear correctly on all browsers */
.Talk-Notice td {
    background: inherit;
}

/*Add formatting to make sure that "external references" from [[Template:Ref]] do
  not get URL expansion, not even when printed. The mechanism up to MediaWiki 1.4 was
  that the HTML code contained a SPAN following the anchor A; this SPAN had the class
  "urlexpansion", which was not displayed on screen, but was shown when the medium was
  "print". The rules below ensure (a) that there is no extra padding to the right of
  the anchor (displayed as "[<number>]"), (b) that there is no "external link arrow" for
  the link, and (c) that this SPAN of class "urlexpansion" is never shown.
  [[Usuari:Krls|Krls]] 11:13, 20 juny 2007 (CEST)
*/

.plainlinksneverexpand {
  background: none ! important;
  padding: 0 ! important;
}

.plainlinksneverexpand .urlexpansion {
  display : none ! important;
}

/* Make sure that ext links displayed within "plainlinksneverexpand" don't get the arrow... */
.plainlinksneverexpand a {
   background: none !important;
   padding: 0 !important
}

/* With MediaWiki 1.5, the mechanism has changed: instead of a SPAN of class "urlexpansion"
   following the anchor A, the anchor itself now has class "external autonumber" and the
   expansion is inserted when printing (see the common printing style sheet at
   http://en.wikipedia.org/skins-1.5/common/commonPrint.css) using the ":after" pseudo-
   element of CSS. We have to switch this off for links due to Template:Ref!
   [[Usuari:Krls|Krls]] 11:13, 20 juny 2007 (CEST)
*/
.plainlinksneverexpand a.external.text:after {
  display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
  display: none !important;
}

/* Merge template style */

.messagebox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   width: 85%;
   margin: 0 auto 1em auto;
   padding: .2em;
   text-align: justify;
}
.messagebox.merge {
   border: 1px solid #cf9fff;
   background-color: #f5edf5;
   text-align: center;
}
.messagebox.cleanup {
   border: 1px solid #9f9fff;
   background-color: #efefff;
   text-align: center;
}
.messagebox.standard-talk {
   border: 1px solid #c0c090;
   background-color: #f8eaba;
}

.infobox {
   border: 1px solid #aaaaaa;
   background-color: #f9f9f9;
   color: black;
   margin-bottom: 0.5em;
   margin-left: 1em; 
   padding: .2em;
   float: right;
   clear: right;
}
.infobox tr {
   vertical-align: top;
}
.infobox caption {
   margin-left: inherit;
}
.infobox.bordered {
   border-collapse: collapse;
}
.infobox.bordered td, .infobox.bordered th {
   border: 1px solid #aaaaaa;
}
.infobox.sisterproject {
   width: 22em;
}

#wpSave {
  font-weight: bold;
}

.amaga {
    display: none;
    visibility: hidden;
}


/* Nou esquema de colors per a la Plantilla:Metacaixa usada a la portada */

/* Configuració per defecte en lila 
   Tons usats; 1; 7050a0 2; 9070c0 3; b090e0 4; d0b0ff 5; f0d0ff */

.mcBoto {
  background-color: #d0b0ff; /* 4 */
  border: 0.15em solid #000000;
  border-color: #f0d0ff #b090e0 #9070c0 #f0d0ff;  /* 5 3 3 5 */
  border-radius-topleft: .5em;
  border-radius-topright: .5em;
  -moz-border-radius: .5em .5em 0em 0em;
  cursor:pointer;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;}

.mcBoto a,
.mcBoto strong {
  background: none !important;
  color:#7050a0 !important;  /* 1 */
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}

.mcBoto a:hover,
.mcBoto strong:hover {
  color: black !important;
  text-decoration: underline !important;}

.mcBotoSel {
  background-color: #9070c0; /* 2 */
  border: 0.15em solid #000000;
  border-color: #b090e0 #7050a0 #9070c0 #b090e0;  /* 3 1 2 3 */
  border-radius-topleft: .5em;
  border-radius-topright: .5em;
  -moz-border-radius: .5em .5em 0em 0em;
  cursor: default;
  display: inline;
  margin-right: 0.1em;
  padding: 0.2em 0.3em 0.2em 0.3em;
  position: relative;
  color:white;}

.mcBotoSel a {
  background: none !important;
  color:white !important;
  cursor: default;
  font-size: 90%;
  font-weight: bold;
  padding: 0 !important;
  text-decoration: none !important;}

.mcContingut {
  background-color: #f8f8ff;
  border: 0.2em solid #9070c0; /* 2 */
  border-color: #9070c0 #7050a0 #7050a0 #9070c0 ; /* 2 1 1 2 */
  -moz-border-radius: 0em .5em .5em 0em;
  border-radius-topright: .5em;
  border-radius-bottomright: .5em;
  padding: 1em;
  position: static;  /* Si hi posem relative falla amb MSIE */}

.mcPestanya {
  background-color: #f8f8ff;
  border-color: #7050a0 #b090e0 #b090e0 #7050a0; /* 1 3 3 1 */  width: 100%;
}

/* Configuració del Verd 1;60b030 2;75c045 3;90d060 4;a5e085 5;c0f090 */

.mcVerd .mcBoto {
 background-color: #a5e085; /* 4 */
 border-color: #c0f090 #90d060 #75c045 #c0f090;  /* 5 3 2 5 */}

.mcVerd .mcBoto a,
.mcVerd .mcBoto strong {
  color:#60b030 !important;  /* 1 */
  font-size:90%}

.mcVerd .mcBoto a:hover,
.mcVerd .mcBoto strong:hover {
  color: black !important;
  text-decoration: underline;}

.mcVerd .mcBotoSel {
  background-color: #75c045; /* 2 */
  border-color: #90d060 #60b030 #75c045 #90d060;  /* 3 1 2 3 */}

.mcVerd .mcContingut {
  background-color: #f5fffa;
  border-color: #75c045 #60b030 #60b030 #75c045 ; /* 2 1 1 2 */}

.mcVerd .mcPestanya {
  background-color: #f5fffa;
  border-color: #60b030 #90d060 #90d060 #60b030; /* 1 3 3 1 */}

/* Configuració del Vermell 1;CC0000 2;FF0000 3;FF8888 4;FFAAAA 5;FFCCCC */

.mcVermell .mcBoto {
 background-color: #FFAAAA; /* 4 */
 border-color: #FFCCCC #FF8888 #FF0000 #FFCCCC;  /* 5 3 2 5 */}

.mcVermell .mcBoto a,
.mcVermell .mcBoto strong {
  color:#CC0000 !important;  /* 1 */
  font-size:90%}

.mcVermell .mcBoto a:hover 
.mcVermell .mcBoto strong:hover {
  color: black !important;
  text-decoration: underline;}

.mcVermell .mcBotoSel {
  background-color: #FF0000; /* 2 */
  border-color: #FF8888 #CC0000 #FF0000 #FF8888;  /* 3 1 2 3 */}

.mcVermell .mcContingut {
  background-color: #fffafa;
  border-color: #FF0000 #CC0000 #CC0000 #FF0000; /* 2 1 1 2 */}

.mcVermell .mcPestanya {
  background-color: #fffafa;
  border-color: #CC0000 #FF0000 #FF0000 #CC0000; /* 1 3 3 1 */}

/* Configuració del Blau 1;3379de 2;5b8dd6 3;88abde 4;a7c1e6 5;c8d6e9 */

.mcBlau .mcBoto {
 background-color: #a7c1e6; /* 4 */
 border-color: #c8d6e9 #88abde #5b8dd6 #c8d6e9;  /* 5 3 2 5 */}

.mcBlau .mcBoto a,
.mcBlau .mcBoto strong {
  color:#3379de !important;  /* 1 */
  font-size:90%}

.mcBlau .mcBoto a:hover 
.mcBlau .mcBoto strong:hover {
  color: black !important;
  text-decoration: underline;}

.mcBlau .mcBotoSel {
  background-color: #5b8dd6; /* 2 */
  border-color: #88abde #3379de #5b8dd6 #88abde;  /* 3 1 2 3 */}

.mcBlau .mcContingut {
  background-color: #f0f8ff;
  border-color: #5b8dd6 #3379de #3379de #5b8dd6; /* 2 1 1 2 */}

.mcBlau .mcPestanya {
  background-color: #f0f8ff;
  border-color: #3379de #88abde #88abde #3379de; /* 1 3 3 1 */}


/* Configuració del Groc 1;ffd813 2;ffe147 3;ffe977 4;fff1a4 5;fef4bc */

.mcGroc .mcBoto {
 background-color: #fff1a4; /* 4 */
 border-color: #fef4bc #ffe977 #ffe147 #fef4bc;  /* 5 3 2 5 */}

.mcGroc .mcBoto a,
.mcGroc .mcBoto strong {
  color:#ffd813 !important;  /* 1 */
  font-size:90%}

.mcGroc .mcBoto a:hover 
.mcGroc .mcBoto strong:hover {
  color: black !important;
  text-decoration: underline;}

.mcGroc .mcBotoSel {
  background-color: #ffe147; /* 2 */
  border-color: #ffe977 #ffd813 #ffe147 #ffe977;  /* 3 1 2 3 */}

.mcGroc .mcContingut {
  background-color: #fffce8;
  border-color: #ffe147 #ffd813 #ffd813 #ffe147; /* 2 1 1 2 */}

.mcGroc .mcPestanya {
  background-color: #fffce8;
  border-color: #ffd813 #88abde #88abde #ffd813; /* 1 3 3 1 */}

/* Configuració del Taronja 1;ff820e 2;ff9d42 3;ffac5d 4;ffbd7f 5;ffd0a4 6;ffeedd */

.mcTaronja .mcBoto {
 background-color: #ffbd7f; /* 4 */
 border-color: #ffd0a4 #ffac5d #ff9d42 #ffd0a4;  /* 5 3 2 5 */}

.mcTaronja .mcBoto a,
.mcTaronja .mcBoto strong {
  color:#ff820e !important;  /* 1 */
  font-size:90%}

.mcTaronja .mcBoto a:hover 
.mcTaronja .mcBoto strong:hover {
  color: black !important;
  text-decoration: underline;}

.mcTaronja .mcBotoSel {
  background-color: #ff9d42; /* 2 */
  border-color: #ffac5d #ff820e #ff9d42 #ffac5d;  /* 3 1 2 3 */}

.mcTaronja .mcContingut {
  background-color: #ffeedd; /* 6 */
  border-color: #ff9d42 #ff820e #ff820e #ff9d42; /* 2 1 1 2 */}

.mcTaronja .mcPestanya {
  background-color: #ffeedd; /* 6 */
  border-color: #ff820e #ffac5d #ffac5d #ff820e; /* 1 3 3 1 */}

/* Final d'estils de la Metacaixa */

/* Mida petita per a les referències i colorejat de la nota clicada */

.reference, .exposant { 
   vertical-align: text-top;
   position: relative;
   font-size: 0.80em;
   top: -5px;
}

.reference {
   padding-left:1px;
}

ol.references > li:target {
 background-color: #DEF;
}

sup.reference:target { 
  background-color: #DEF;
}

/* fi personalització referències */

/* Amaga l'enllaç cap a [[Especial:Upload]], canviat per un altre enllaç a Common.js */
#t-upload {display:none}

/* Editeu aquest fitxer per personalitzar totes les aparences per al lloc sencer */
/*Toggle; vegeu createNavigationBarToggleButton()*/

.NavToggle {
    font-size: x-small;
    float:right;
}

/* Redireccions en cursiva a Especial:Allpages, llista de seguiment i categories */
.allpagesredirect a, .watchlistredir a, .redirect-in-category {
    font-style: italic;
}

/*****    Seccions dels articles     *****/

/* Estil de les seccions de nivell 1 (llengua) */
.ns-0 h2 {
   border-bottom: solid 1px #000000;
   margin-top:1em;
   font-size:160%;
}

/* Subratllat lleuger per les seccions de nivell 2 */
.ns-0 h3 { border-bottom: dotted 1px #aaa; }
 
/* Cursiva per les seccions de nivell 3 */
.ns-0 h4 { font-style:italic; }

/* Seccions de nivell 2 i superiors sense l'enllaç edita */
.ns-0 h3 span.mw-editsection,
.ns-0 h4 span.mw-editsection,
.ns-0 h5 span.mw-editsection,
.ns-0 h6 span.mw-editsection { display:none; }

/*****      Taula de continguts       *****/
/* Adaptat de fr:MediaWiki:Gadget-TOC.css */

/* Seccions de nivell 2 i 3 sense numeració */
.ns-0 .toclevel-2 span.tocnumber,
.ns-0 .toclevel-3 span.tocnumber { display:none; }
 
/* Format horitzontal de les subseccions de nivell 2 i 3 */
.ns-0 #toc li.toclevel-1 ul { display: inline; margin: 0; }
.ns-0 #toc li.toclevel-2 { display: inline; margin-left:0.5em; }
.ns-0 #toc li.toclevel-2:before { content:"—"; margin-right:0.5em; }
.ns-0 #toc li.toclevel-3 { display: inline; font-size: 85%; margin-left: 0.1em; }
.ns-0 #toc li.toclevel-3:before { content:"·"; margin-right:0.1em; }
.ns-0 #toc li.toclevel-3 ul { display: none; }

/* Fix so <syntaxhighlight> tags and .css and .js pages get normal text size.
   [[Bugzilla:26204]]. See also [[Wikipedia:Typography#The monospace 'bug']] */
div.mw-geshi div,
div.mw-geshi div pre,
span.mw-geshi,
pre.source-css,
pre.source-javascript,
pre.source-lua {
    font-family: monospace, Courier !important;
}

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

	The inherit declaration resets the font for all browsers except MSIE6.
	The empty comment must remain.
*/


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

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

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

/* "Empty" script, used for languages with no script set.
	This is the same as Latn in practice, but allows tagging and formatting of
	such cases. */
.None,
.Zyyy { }


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

.Latn { }

/* 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 */
	.Latinx,
	.unicode,
	.Unicode {
		font-family: Quivira, Code 2000, Junicode, Microsoft Sans Serif, TITUS Cyberbit Basic, sans-serif;
		/* This was taken from the .unicode script. It should be added back if there are problems.
		font-family: TITUS Cyberbit Basic, Junicode, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Tahoma, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode, sans-serif;
		*/
		font-family /**/:inherit;
	}


/* 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 {
	font-family: "Iranian Sans", Arial Unicode MS, Code2000, Traditional Arabic, sans-serif;
	font-size: 133%;
	direction: rtl;
	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 * {
	font-style: normal;
	font-weight: normal;
}


	/* Persian, Kashmiri, Ottoman Turkish */
	.fa-Arab,
	.ks-Arab,
	.ota-Arab {
		font-family: "Iranian Sans", 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, "Iranian Sans", 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, "Iranian Sans", Code2000, sans-serif;
	}


/* Imperial Aramaic */

.Armi {
	font-family: Noto Sans Imperial Aramaic, Aramaic Imperial Yeb, sans-serif;
	direction: rtl;
	unicode-bidi: embed;
}

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


/* Armenian */

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

/* Avestan */

.Avst {
	font-family: Avestan, Ahuramzda, sans-serif;
	font-size: 125%;
	direction: rtl;
	unicode-bidi: embed;
}

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


/* Balinese */

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

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


/* Bamum */

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

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


/* Batak */

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

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

/* Bengali */

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

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


/* Zhuyin (Bopomofo) */

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


/* Brahmi */

.Brah {
	font-family: Noto Sans Brahmi;
}

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


/* Braille */

.Brai {
	font-size: 150%;
}

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

/* Buginese */

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

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

/* Buhid */

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


/* Chakma */

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

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

/* Unified Canadian Aboriginal Syllabics */

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

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


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

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

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


/* Cham */

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

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

/* Cherokee */

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

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

/* Coptic */

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

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

/* Cypriot */

.Cprt {
	font-family: Aegean, sans-serif;
	font-size: 1.15em;
	direction: rtl;
	unicode-bidi: embed;
}

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

/* Cyrillic */

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

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

	/* 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: Devanagari Sangam MN, Devanagari MT, Mangal, Raghu, Gargi, JanaSanskrit, JanaHindi, Arial Unicode MS, Code2000, Bitstream Cyberbit, Bitstream CyberBase, Siddhanta, sans-serif;
	font-size: 125%;
}

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

/* Deseret */

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

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


/* Demotic (Egyptian) */

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


/* Egyptian hieroglyphs */

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

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

/* Ethiopic (Ge'ez) */

.Ethi {
	font-family: AbyssinicaSIL, 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%;
}

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

/* Georgian */

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

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

/* Glagolitic */

.Glag {
	font-family: BukyVede, Dilyana, sans-serif;
	font-size: 150%;
}

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


/* Gothic */

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

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

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


/* Greek */

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

.Grek, .Grek *,
.polytonic, .polytonic * {
	font-style: normal;
}

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


/* Gujarati */

.Gujr {
	font-family: 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%;
}

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

/* 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%;
}

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


/* Chinese (Han) */

.Hani,
.Hans,
.Hant {
	font-family: SimSun, PMingLiU, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
	font-size: 110%;
}

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

big.Hani, strong.Hani, b.Hani, b .Hani,
big.Hans, strong.Hans, b.Hans, b .Hans,
big.Hant, strong.Hant, b.Hant, b .Hant {
	font-size: 137%;
}

.Hani b,
.Hans b,
.Hant b {
	font-size: 125%;
}

	/* Chinese Simplified */
	.Hans {
		font-family: SimSun, FangSong, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
	}

	/* Chinese Traditional */
	.Hant {
		font-family: PMingLiU, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
	}


/* Hanunoo */

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

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

/* Hebrew */

.Hebr {
	font-family: SBL Hebrew, Adobe Hebrew, Narkisim, Miriam, Kinryu, DejaVu Sans, DejaVu Sans Condensed, DejaVu Sans Light, Arial Hebrew, Arial, serif;
	font-size: 115%;
	direction: rtl;
	unicode-bidi: embed;
}

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

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

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

/* Hiragana: see .Jpan */

/* Javanese */

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

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

/* Japanese scripts

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

.Hira, 
.Jpan, 
.Kana {
	font-family: Hiragino Kaku Gothic Pro, MS PGothic, Arial Unicode MS, Code2000, sans-serif;
	font-size: 110%;
}

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

big.Hira, big.Jpan, big.Kana, 
strong.Hira, strong.Jpan, strong.Kana, 
b.Hira, b.Jpan, b.Kana, 
b .Hira, b .Jpan, b .Kana {
	font-size: 137%;    /* Fonts are really big in Japan */
}

.Hira b, .Jpan b, .Kana b {
	font-size: 125%;
}


/* Kayah Li, Ol Chiki, Rejang */

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

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

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

/* Kharoshthi */

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

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


/* Khmer */

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

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


/* 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%;
}

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


/* Korean */

.Kore,
.Hang,
.CGK {
	font-family: Gulim, Dotum, Arial Unicode MS, Code2000, Malgun Gothic, UnBatang, sans-serif;
	font-size: 110%;
}

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


	/* Old Korean */

	.CGK {
		font-family:  자모 바탕, UnJamoBatang,  바탕, UnBatang, Code2002, Code2001, Code2000, serif;
	}


/* Kaithi */

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

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


/* Lanna */

.Lana {
	font-family: Lanna Alif, sans-serif;
}

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


/* 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%;
}

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


/* Lepcha */

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

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


/* Limbu */

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

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


/* Lisu */

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

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


/* Mandaic */

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

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


/* Manichaean */

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


/* Meroitic cursive */

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

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


/* Meroitic hieroglyphs */

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

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


/* 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%;
}

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


/* Classical Mongolian */

.Mong {
	font-family: Mongolian Baiti, sans-serif;
	font-size: 140%;
	-webkit-writing-mode: vertical-lr;
	-moz-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	layout-flow: vertical-ideographic;
}

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


/* Meitei Mayek */

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

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


/* Burmese */

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

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

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

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


/* N'ko */

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


/* Ogham */

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

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

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

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


/* Orkhon Runes */

.Orkh {
	font-family: Orkun, Old Turkic, sans-serif;
}

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


/* Oriya */

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

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


/* Osmanya */

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


/* Phags-pa */

.Phag {
	font-family: 'BabelStone Phags-pa Book', Microsoft PhagsPa, sans-serif;
}

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


/* Inscriptional Pahlavi */

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

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


/* Book Pahlavi */

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


/* Phoenician */

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

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


/* Pollard */

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


/* Parthian */

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

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


/* Runic (Germanic) */

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

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


/* Samaritan */

.Samr {
	font-family: Noto Sans Samaritan, sans-serif;
}
.Samr, .Samr * {
	font-style: normal;
}


/* South Arabian */

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

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


/* Saurashtra */

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

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


/* SignWriting */

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


/* Shavian */

.Shaw {
	font-family: Code2001, Everson Mono, sans-serif;
}

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


/* Sharada */

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


/* Sinhalese */

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

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


/* Sorang Sompeng */

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


/* Sundanese */

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

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


/* Syloti Nagri */

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

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


/* Syriac */

.Syrc {
	font-family: Lucida Grande, Arial Unicode MS, Lucida Sans Unicode, TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Bitstream Vera, Gentium, GentiumAlt, Visual Geez Unicode, sans-serif;
	font-size: 1.3em;
	direction: rtl;
	unicode-bidi: embed;
}

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


/* Tagbanwa */

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

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


/* Tai Le */

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

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


/* New Tai Lue */

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

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


/* 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%;
}

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


/* Tai Viet */

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

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


/* Telugu */

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

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


/* Tifinagh (Berber) */

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

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


/* Tagalog */

.Tglg{
	font-family: Noto Sans Tagalog, sans-serif;
}

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


/* Thaana */

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


/* Thai */

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

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


/* Tibetan */

.Tibt,
.xzh-Tibt {
	font-family: Jomolhari-ID, Tibetan Machine Uni, Tibetan Machine Web, Jomolhari, Microsoft Himalaya, sans-serif;
	font-size: 125%;
}

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


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


/* Ugaritic */

.Ugar {
	font-family: Aegean, sans-serif;
	font-size: 125%;
	direction: rtl;
	unicode-bidi: embed;
}

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


/* Vai */

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

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


/* Old Persian cuneiform */

.Xpeo {
	font-family: Aegean, Xerxes, sans-serif;
}

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


/* Sumero-Akkadian cuneiform */

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

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


/* Yi */

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


/* Mathematical notation */

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


/* Symbols */

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

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


/* Rumi (Malay) numerals */

.Ruminumerals {
	font-size:1.2em;
}

/* International Phonetic Alphabet [[Template:IPA]] */

.IPA, .IPAchar {
	font-family: Gentium, GentiumAlt, DejaVu Sans, Segoe UI, Lucida Grande, Charis SIL, Doulos SIL, TITUS Cyberbit Basic, Code2000, Lucida Sans Unicode, sans-serif;
	font-size: 110%;
}

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

/* Mostra una caixa babel simple sense float o format, per personalitzar pàgines d'usuari */
/* Copiat de https://meta.wikimedia.org/w/index.php?title=MediaWiki:Common.css&oldid=4335942 */
/* Pendent de [[bugzilla:31309]] */
.babel-plain table.mw-babel-wrapper {
   float:none;
   clear:none;
   margin:0;
   border-width:0;
}
 
.babel-plain div.mw-babel-box {
   margin:0;
}
 
.babel-plain .mw-babel-header,
.babel-plain .mw-babel-footer {
   display:none;
}

/* Gender and number templates */
.gender,
.number,
.noun-class { font-style: italic; }
 
abbr { border-bottom-width: 0; }

/* https://en.wiktionary.org/w/index.php?title=MediaWiki:Common.css&oldid=27874636 */
b .selflink,
strong .selflink {
	font-weight: inherit;
}

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

/* default setting for {{context}} */
.ib-comma {
	font-style: normal;
}
 
.ib-content {
	font-style: italic;
}
 
.ib-content i,
.ib-content em {
	font-style: normal;
}

/* Work-around for [[bugzilla:48858]] (Formatting of media player). Remove after 1.25wmf3 deployed to en.wiki. */
/* bugzilla:71601 està resolt, però segueix sense funcionar */
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
	border-collapse: collapse;
}

/* Temporary fix for inline <inputbox> which is unusually wide, [[phab:T92498]] */
.mw-ui-input-inline {
    min-width: inherit;
}