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

De Viccionari
Contingut suprimit Contingut afegit
Obeint a les ordres del Vicenç via IRC i /whois
Línia 1.074: Línia 1.074:
font-size: 110%;
font-size: 110%;
}
}

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

Revisió del 12:56, 14 maig 2013

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

/* Suport per sistema d'escriptura.
   Copiat de https://en.wiktionary.org/w/index.php?title=MediaWiki:Common.css&oldid=20019282 */

     /* Support for script templates [[:Category:Script templates]]. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. */

    .Unicode {
        font-family: TITUS Cyberbit Basic, 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;
        text-decoration: none;
        }

    /* Arabic */
    .Arab {
        font-family: Geeza Pro, Tahoma, Arial Unicode MS, Code2000, Traditional Arabic, sans-serif;
        font-size: 125%;
        direction: rtl;
        unicode-bidi: embed;
        }

        /* Persian fa-Arab, Kashmiri ks-Arab, Ottoman Turkish ota-Arab, Punjabi Shahmukhi pa-Arab, Urdu ur-Arab */
        .fa-Arab, .ks-Arab, .ota-Arab, .pa-Arab, .ur-Arab {
            font-family: Geeza Pro, Tahoma, sans-serif;
            font-size: 125%;
            direction: rtl;
            unicode-bidi: embed;
            }

        /* Kurdish ku-Arab */
        .ku-Arab {
            font-family: Geeza Pro, Tahoma, Microsoft Sans Serif, Arial Unicode MS, UT Cairo, UT Naskh, sans-serif;
            font-size: 125%;
            direction: rtl;
            unicode-bidi: embed;
            }

        /* Pashto ps-Arab */
        .ps-Arab {
            font-family: Pokhto, Tahoma, Pashto Kror Asiatype, sans-serif;
            font-size: 125%;
            direction: rtl;
            unicode-bidi: embed;
            }

        /* Sindhi sd-Arab*/
        .sd-Arab {
            font-family: MB Sindhi, Tahoma, MBSarang Sattar, MB Bhitai Sattar, MB Lateefi, Ayaz Gul, sans-serif;
            font-size: 125%;
            direction: rtl;
            unicode-bidi: embed;
            }

        /* Uyghur ug-Arab */
        .ug-Arab {
            font-family: UKIJ Tuz, Microsoft Uighur, Scheherazade, Tahoma, Code2000, Lucida Sans Unicode, sans-serif;
            font-size: 125%;
            direction: rtl;
            unicode-bidi: embed;
            }

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

    /* Armenian */
    .Armn {
        font-family: Mshtakan, Tahoma, Arian AMU, DejaVu Sans, Sylfaen, Code2000, Arial Unicode MS, sans-serif;
        }

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

    /* 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-family /**/:inherit;
        font-size: 130%;
        }

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

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

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

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

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

    /* Cham */
    .Cham {
        font-family: Code2000, 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: Aegean, sans-serif;
        font-size: 1.15em;
        direction: rtl;
        unicode-bidi: embed;
        }

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

    /* Cyrillic (Old Church Slavonic variant) */
    .Cyrs {
        font-family: BukyVede, Kliment Std, RomanCyrillic Std, Menaion, Menaion Medieval, Lazov, Dilyana, Code2000, DejaVu Sans, Lucida Grande, Arial Unicode MS, Lucida Sans Unicode, sans-serif;
        font-size: 125%;
        font-style: normal; /* no native italic form in Cyrs */
        }

    /* Devanagari */
    .Deva {
        font-family: Devanagari Sangam MN, Devanagari MT, Mangal, Raghu, Gargi, JanaSanskrit, JanaHindi, Arial Unicode MS, Code2000, Bitstream Cyberbit, Bitstream CyberBase, sans-serif;
        font-size: 125%;
        }

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

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

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

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

    /* Glagolitic */
    .Glag {
        font-family: Dilyana, sans-serif;
        }

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

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

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

    /* 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; see also .Hans, .Hant */
    .Hani {
        font-family: SimSun, PMingLiU, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
        font-size: 110%;
        font-style: normal;
        font-weight: normal;
        }

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

    /* Chinese Simplified; see also .Hani, .Hant */
    .Hans {
        font-family: SimSun, FangSong, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
        font-size: 110%;
        font-style: normal;
        font-weight: normal;
        }

    /* Chinese Traditional; see also .Hani, .Hant */
    .Hant {
        font-family: PMingLiU, Song, Ming, MingLiu, Arial Unicode MS, Code2000, sans-serif;
        font-size: 110%;
        font-style: normal;
        font-weight: normal;
        }

    /* Hebrew */
    .Hebr {
        font-family: SBL Hebrew, David, Narkisim, Miriam, Arial Hebrew, Arial, serif;
        font-size: 115%;
        font-style: normal;
        direction: rtl;
        unicode-bidi: embed;
        }

    /* Javanese */
    .Java {
        font-family: adjisaka, sans-serif;
        }

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

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

    /* Khmer */
    .Khmr {
        font-family: Khmer OS, Khmer OS Content, 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: Gulim, Dotum, Arial Unicode MS, Code2000, sans-serif;
        font-size: 110%;
        }

    /* Lanna */
    .Lana {
        font-family: Lanna Alif, 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%;
        }

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

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

    /* Latin Extended-B */
    .latinx {
        font-family: TITUS Cyberbit Basic, Junicode, Code2000, Microsoft Sans Serif, sans-serif;
        font-family /**/:inherit;
        }

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

    /* Meroitic cursive */
    .Merc {
        font-family: 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 */
    .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;
        }

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

    /* Burmese */
    .Mymr {
        font-family: TharLon, Padauk, Myanmar3, Myanmar2, Myanmar1, ParabaikSans, MyMyanmar, sans-serif;
        font-size: 130%;
        }
    big.Mymr { font-size: 162%; }
     b.Mymr, b .Mymr
       { font-size: 162%; font-weight: normal; }
     .Mymr b
       { font-size: 125%; font-weight: normal; }

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

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

    /* Ol Chiki */
    .Olck,.Kali,.Rjng {
        font-family: Code2000, sans-serif;
        }

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

    /* Oriya */
    .Orya {
        font-family: Oriya Sangam MN;
        font-size: 125%;
        font-style: normal;
        }

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

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

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

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

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

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

    /* South Arabian */
    .Sarb {
        font-family: Qataban, sans-serif;
        }

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

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

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

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

    /* Syriac */
    .Syrc {
        font-size: 1.3em;
        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;
        direction: rtl;
        unicode-bidi: embed;
        }

    /* 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: Microsoft New Tai Lue, Dai Banna SIL Book, 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%;
        }

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

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

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

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

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

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

    /* Old Persian cuneiform */
    .Xpeo {
        font-family: Aegean, Xerxes, sans-serif;
        }

    /* Sumero-Akkadian cuneiform */
    .Xsux {
        font-family: Akkadian, sans-serif;
        font-size: 125%;
        }

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

/* styling headwords using the <strong> element */
strong.headword {
    /* default style */
    }
 
    /* except for languages that don’t use boldface */
    strong.headword:lang(ja) {
        font-weight: normal;
        }
 
        /* except for some exceptions */
        strong.headword.Latn:lang(ja) {
            font-weight: bold;
            }

/* Some writing systems do not like being bolded. For those,
   we simply make the writing appear larger if the script
   template is used inside <b> and friends. Note that the bolded
   size should always be 125% the regular size, meaning if the
   writing system is already enlarged in regular weight, it needs
   to be added to the calculation as well. */

    /* 110% × 125% ≈ 137% */

    big.Hani,
    big.Hant,
    big.Hans,
    big.Jpan
    { font-size: 137%; }
    b.Hani, b .Hani,
    b.Hant, b .Hant,
    b.Hans, b .Hans,
    b.Jpan, b .Jpan
    { font-size: 137%; font-weight: normal; }
    .Hani b,
    .Hant b,
    .Hans b,
    .Jpan b
    { font-size: 125%; font-weight: normal; }


    /* 115% × 125% ≈ 144% */

     big.Hebr { font-size: 144%; }
     b.Hebr, b .Hebr
       { font-size: 144%; font-weight: normal; }
     .Hebr b
       { font-size: 125%; font-weight: normal; }

/* This is needed to overcome the "smartness" of certain web browsers */

.Latn[lang=ja],
.Latn[lang=ko],
.Latn[lang=zh] { font-family:inherit; }

/* International Phonetic Alphabet [[Template:IPA]] */
    .IPA {
        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%;
        }

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