MediaWiki:Common.css

El Kitakujo

(Malsamoj inter versioj)
Iri al: navigado, serĉi
E (aldono)
(aldono)
 
Linio 1: Linio 1:
-
/* <span dir="ltr" >'''special:Allmessages: ''' [[b:special:Allmessages|b:]], [[n:special:Allmessages|n:]], [[q:special:Allmessages|q:]], [[s:special:Allmessages|s:]], [[<!-- w: -->special:Allmessages|w:]], [[wikt:special:Allmessages|wikt:]]</span><br /> */
 
-
/* <span dir="ltr" >'''MediaWiki:Common.css: ''' [[b:MediaWiki:Common.css|b:]], [[n:MediaWiki:Common.css|n:]], [[q:MediaWiki:Common.css|q:]], [[s:MediaWiki:Common.css|s:]], [[<!-- w: -->MediaWiki:Common.css|w:]], [[wikt:MediaWiki:Common.css|wikt:]]</span><br /> */
 
-
/* <span dir="ltr" >'''MediaWiki:Monobook.css: ''' [[b:MediaWiki:Monobook.css|b:]], [[n:MediaWiki:Monobook.css|n:]], [[q:MediaWiki:Monobook.css|q:]], [[s:MediaWiki:Monobook.css|s:]], [[<!-- w: -->MediaWiki:Monobook.css|w:]], [[wikt:MediaWiki:Monobook.css|wikt:]]</span><br /> */
 
-
/* <span dir="ltr" >'''MediaWiki:Monobook.js: ''' [[b:MediaWiki:Monobook.js|b:]], [[n:MediaWiki:Monobook.js|n:]], [[q:MediaWiki:Monobook.js|q:]], [[s:MediaWiki:Monobook.js|s:]], [[<!-- w: -->MediaWiki:Monobook.js|w:]], [[wikt:MediaWiki:Monobook.js|wikt:]]</span><br /> */
 
-
 
/*
/*
Ĉiuj aldonoj al [[Mediawiki:Monobook.css|Monobook.css]] aŭ [[MediaWiki:Common.css|Common.css]] bonvolu fari singarde, tio ŝanĝas la aspekton de la tuta vikipedio!!
Ĉiuj aldonoj al [[Mediawiki:Monobook.css|Monobook.css]] aŭ [[MediaWiki:Common.css|Common.css]] bonvolu fari singarde, tio ŝanĝas la aspekton de la tuta vikipedio!!
Linio 1 036: Linio 1 031:
table.metadata,
table.metadata,
tr.metadata { display: none; }
tr.metadata { display: none; }
 +
 +
 +
/**
 +
* Stylesheet for Babel extension.
 +
*
 +
* This should be added to your MediaWiki:Common.css page when installing this
 +
* extension and should not be modified.  You may modify the CSS code on the
 +
* MediaWiki:Common.css page to adjust colours etc.
 +
*
 +
* @addtogroup Extensions
 +
*/
 +
 +
/* Babel wrapper layout. */
 +
table.mw-babel-wrapper {
 +
    width:        238px;
 +
    float:        right;
 +
    clear:        right;
 +
    margin:      1em;
 +
    border-style: solid;
 +
    border-width: 1px;
 +
    border-color: #99B3FF;
 +
}
 +
 +
/* Babel box layout. */
 +
div.mw-babel-box {
 +
    float:  left;
 +
    clear:  left;
 +
    margin: 1px;
 +
}
 +
 +
div.mw-babel-box table {
 +
    width: 238px;
 +
}
 +
 +
div.mw-babel-box table th {
 +
    width:      238px;
 +
    width:      45px;
 +
    height:      45px;
 +
    font-size:  14pt;
 +
    font-family: monospace;
 +
}
 +
 +
div.mw-babel-box table td {
 +
    font-size:  8pt;
 +
    padding:    4pt;
 +
    line-height: 1.25em;
 +
}
 +
 +
/* Babel box colours. */
 +
div.mw-babel-box-0 {
 +
    border: solid #B7B7B7 1px;
 +
}
 +
 +
div.mw-babel-box-1 {
 +
    border: solid #C0C8FF 1px;
 +
}
 +
 +
div.mw-babel-box-2 {
 +
    border: solid #77E0E8 1px;
 +
}
 +
 +
div.mw-babel-box-3 {
 +
    border: solid #99B3FF 1px;
 +
}
 +
 +
div.mw-babel-box-4 {
 +
    border: solid #CCCC00 1px;
 +
}
 +
 +
div.mw-babel-box-5 {
 +
    border: solid #F99C99 1px;
 +
}
 +
 +
div.mw-babel-box-N {
 +
    border: solid #6EF7A7 1px;
 +
}
 +
 +
div.mw-babel-box-0 table th {
 +
    background-color: #B7B7B7;
 +
}
 +
 +
div.mw-babel-box-1 table th {
 +
    background-color: #C0C8FF;
 +
}
 +
 +
div.mw-babel-box-2 table th {
 +
    background-color: #77E0E8;
 +
}
 +
 +
div.mw-babel-box-3 table th {
 +
    background-color: #99B3FF;
 +
}
 +
 +
div.mw-babel-box-4 table th {
 +
    background-color: #CCCC00;
 +
}
 +
 +
div.mw-babel-box-5 table th {
 +
    background-color: #F99C99;
 +
}
 +
 +
div.mw-babel-box-N table th{
 +
    background-color: #6EF7A7;
 +
}
 +
 +
div.mw-babel-box-0 table {
 +
    background-color: #E8E8E8;
 +
}
 +
 +
div.mw-babel-box-1 table {
 +
    background-color: #F0F8FF;
 +
}
 +
 +
div.mw-babel-box-2 table {
 +
    background-color: #D0F8FF;
 +
}
 +
 +
div.mw-babel-box-3 table {
 +
    background-color: #E0E8FF;
 +
}
 +
 +
div.mw-babel-box-4 table {
 +
    background-color: #FFFF99;
 +
}
 +
 +
div.mw-babel-box-5 table {
 +
    background-color: #F9CBC9;
 +
}
 +
 +
div.mw-babel-box-N table {
 +
    background-color: #C5FCDC;
 +
}
 +
 +
.babel-box td.babel-footer {
 +
    text-align: center;
 +
}
/*</nowiki></pre>*/
/*</nowiki></pre>*/

Nuna versio ekde 13:31, 30. Sep 2011

/*
Ĉiuj aldonoj al [[Mediawiki:Monobook.css|Monobook.css]] aŭ [[MediaWiki:Common.css|Common.css]] bonvolu fari singarde, tio ŝanĝas la aspekton de la tuta vikipedio!!
 
<pre><nowiki>*/
 
/*
 
'''Common [[Cascading Style Sheets|CSS]] for all skins
Notice to Administrators!'''
 
Any changes to [[Mediawiki:Monobook.css|Monobook.css]] or [[MediaWiki:Common.css|Common.css]] should be first proposed to [[Wikipedia:Village Pump]].
 
Always check with the [[http://jigsaw.w3.org/css http://jigsaw.w3.org/css]-validator/validator?uri=http%3A%2F%2Fen.wikipedia.org%2Fw%2Findex.php%3Ftitle%3DMediaWiki%3ACommon.css%26action%3Draw%26ctype%3Dtext%2Fcss&usermedium=all W3C CSS Validation Service] after any changes.
 
Thank you.
 
(In [[Mozilla]] and [[Opera (web browser)|Opera]], you can test style changes dynamically with the [[http://www.squarefree.com/bookmarklets/webdevel.html http://www.squarefree.com/bookmarklets/webdevel.html] test styles] bookmarklet from squarefree.com.  It pops up a window for adding style rules, and updates the page as you type.)
{{interwiki-all}}
<pre><nowiki>*/
 
/* make the list of references look smaller */
ol.references {
font-size: 100%;
}
 
.references-small { font-size: 90%;}
 
.same-bg { background: none }
 
/* wikitable/prettytable class for skinning normal tables */
 
table.wikitable,
table.prettytable {
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 {
border: 1px #aaaaaa solid;
padding: 0.2em;
}
 
table.wikitable th,
table.prettytable th {
background: #f2f2f2;
text-align: center;
}
 
table.wikitable caption,
table.prettytable caption {
margin-left: inherit;
margin-right: inherit;
}
 
/* Style for "notices" */
.notice {
text-align: justify;
margin: 1em;
padding: 0.2em;
}
 
#disambig {
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: 80%;
border-spacing: 3px;
margin-left: auto;
margin-right: auto;
}
 
.Talk-Notice:after {
content: "The CSS for this template should be changed. See [[Wikipedia:Template Standardisation]].";
}
 
/* Make template background appear correctly on all browsers */
.Talk-Notice td {
background: inherit;
}
 
/* Metadata */
table.metadata {
border: 1px solid #aaaaaa;
display: none;
speak: none;
}
.metadata-label {
color: #aaaaaa;
}
 
/* Makes redirects appear in italics on [[Special:Allpages]] */
.allpagesredirect {
font-style: italic;
}
 
/* Choose whether to have AD/BC dates or CE/BCE dates*/
 
/* First, the default : display both : See templates ADCE and BCEBC for how these are used*/
.Use_Default_Date_Convention { display: inline; }
.Use_AD_and_BC { display: none; }
.Use_BCE_and_CE { display: none; }
 
/* If you want to display AD and BC add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:inline; }
.Use_BCE_and_CE { display:none; }
*/
 
/*If you want to display CE and BCE add the following to User:You/monobook.css page */
/*
.Use_Default_Date_Convention { display: none; }
.Use_AD_and_BC { display:none; }
.Use_BCE_and_CE {display:inline; }
*/
 
/* Class for links with loudspeaker icon next to them */
 
.audiolink a{
background: url("[http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px http://upload.wikimedia.org/wikipedia/commons/thumb/8/8a/Loudspeaker.svg/11px]-Loudspeaker.svg.png") center left no-repeat !important;
padding-left: 16px !important;
padding-right: 0 !important;
}
 
/* Icons for medialist templates [[Template:Listen]], [[Template:Multi-listen_start]], [[Template:Video]], [[Template:Multi-video_start]] */
 
div.listenlist {
background: url("[http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome]-[http://speakernotes.png/30px speakernotes.png/30px]-Gnome-speakernotes.png");
padding-left: 40px;
}
 
div.videolist, div.multivideolist {
background: url("[http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango]-video-x-[http://generic.png/40px generic.png/40px]-Tango-video-x-generic.png");
padding-left: 50px;
}
 
/* Style rules for media list templates */
 
div.medialist {
min-height: 50px;
margin: 1em;
background-position: top left;
background-repeat: no-repeat;
}
 
div.medialist ul {
list-style-type: none;
 
list-style-image: none;
margin: 0;
}
 
div.medialist ul li {
padding-bottom: 0.5em;
}
 
div.medialist ul li li {
font-size: 91%;
padding-bottom: 0;
}
 
/* Content in columns with CSS instead of tables [[Template:Columns]] */
div.columns-2 div.column {
float: left;
width: 50%;
min-width: 300px;
}
 
div.columns-3 div.column {
float: left;
width: 33.3%;
min-width: 200px;
}
 
div.columns-4 div.column {
float: left;
width: 25%;
min-width: 150px;
}
 
div.columns-5 div.column {
float: left;
width: 20%;
min-width: 120px;
}
 
/*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.
~~~~
*/
 
.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 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!
~~~~
*/
.plainlinksneverexpand a.external.text:after {
display: none !important;
}
.plainlinksneverexpand a.external.autonumber:after {
display: none !important;
}
 
/* Messagebox templates */
 
.messagebox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
width: 80%;
margin: 0 auto 1em auto;
padding: .2em;
text-align: justify;
}
.messagebox.merge {
border: 1px solid #c0b8cc;
background-color: #f0e5ff;
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 template style */
 
.infobox {
border: 1px solid #aaaaaa;
background-color: #f9f9f9;
color: black;
margin-bottom: 0.5em;
margin-left: 1em;
padding: 0.2em;
float: right;
clear: right;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox caption {
font-size: larger;
margin-left: inherit;
}
.infobox .infoboximage { /* formatoj por fotoj kaj ilia priskribo */
background:#FFF;
padding:0;
margin-top:0;
color:#000;
text-align:center;
}
 
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaaaaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
 
.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
 
/* styles for bordered infobox with merged rows */
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 0;
border-top: 1px solid #aaaaaa;
border-right: 1px solid #aaaaaa;
}
 
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaaaaa;
}
 
/* styles for geography infoboxes, e.g. countries, national subdivisions, cities, etc. */
 
.infobox.geography {
border: 1px solid #ccd2d9;
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
 
font-size: 90%;
}
 
.infobox.geography  td,
.infobox.geography  th {
border-top: solid 1px #ccd2d9;
padding: 0.4em 0.2em 0.4em 0.8em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #ccd2d9;
padding: 0.4em 0.2em 0.2em 0.8em;
}
 
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.2em 0.2em 0.8em;
}
 
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #ccd2d9;
padding: 0 0.2em 0.4em 0.8em;
}
 
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0 0 0 0;
}
 
/* Ĉi tie sekvas formatoj, kiuj plibeligu informkestojn.  */
 
/* skriba grando - tio necesas por unueca aspekto */
.infobox {
font-size:90%;
}
 
/* Se informkesto staras en alia informkesto, la skribogrando devas resti tia,
 
kia ĝi estas en la ekstera. */
.infobox .infobox {
font-size:100%;
}
 
/* infobox */
.infobox .kaplinio {
height:45px;
vertical-align:middle;
text-align:center;
font-size:150%;
 
font-weight:bolder;
line-height:1.2em;
/*color:#000*/
}
 
/* diversaj alĝustigoj */
.infobox caption.kaplinio {
vertical-align:top;
}
 
.infobox .kaplinio.l1 {
line-height:2.7em;
}
 
.infobox .kaplinio.l3 {
height:67px;
}
 
.infobox .kaplinio.lx {
height:auto;
}
 
.infobox .media {
height:35px;
vertical-align:middle;
text-align:center;
font-weight:bolder;
color:#000
}
 
/* Por informkestoj - laŭ la franca kaj suprasoraba vikipedioj "entete" resp. "hornja-linka" */
/* Nun ŝanĝita tiel, ke devus funkcii kun aliaj CSS-klasoj, kiuj difinas la fonan koloron. */
.kaplinio.io {}
.kaplinio.aktorado {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png http://upload.wikimedia.org/wikipedia/commons/3/37/Picto_infobox_masks.png]");
 
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.biero {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png http://upload.wikimedia.org/wikipedia/commons/0/04/Picto_infobox_beer.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.komikso  {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png http://upload.wikimedia.org/wikipedia/commons/2/2c/Picto_infobox_comicballoon.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.film,
.kaplinio.kino  {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png http://upload.wikimedia.org/wikipedia/commons/e/ea/Picto_infobox_cinema.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.komunikado    {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png http://upload.wikimedia.org/wikipedia/commons/a/a2/Picto_infobox_antenna.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.mapo  {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png http://upload.wikimedia.org/wikipedia/commons/7/7a/Picto_infobox_map.png]");
background-repeat:  no-repeat;
background-position: top right;
}
.kaplinio.muziko {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png http://upload.wikimedia.org/wikipedia/commons/6/60/Picto_infobox_music.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.skribisto {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png http://upload.wikimedia.org/wikipedia/commons/1/1e/Picto_infobox_auteur.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.sporto   {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png http://upload.wikimedia.org/wikipedia/commons/8/8e/Picto_infobox_Olympic.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.videoludo   {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png http://upload.wikimedia.org/wikipedia/commons/2/2d/Picto_infobox_gamepad.png]");
background-repeat: no-repeat;
background-position: bottom right;
}
.kaplinio.persono {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png http://upload.wikimedia.org/wikipedia/commons/8/82/Picto_infobox_manwoman.png]");
background-repeat:  no-repeat;
background-position: top right;
}
 
/* Aldonoj de Tlustulimu */
.kaplinio.astronomio {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/7/71/Picto_infobox_astronomy.png http://upload.wikimedia.org/wikipedia/commons/7/71/Picto_infobox_astronomy.png]");
background-repeat:  no-repeat;
background-position: top right;
}
.kaplinio.fiziko {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/d/d1/Picto_infobox_physics.png http://upload.wikimedia.org/wikipedia/commons/d/d1/Picto_infobox_physics.png]");
background-repeat:  no-repeat;
background-position: top right;
}
.kaplinio.kemio {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/9/95/Picto_infobox_chemistry.png http://upload.wikimedia.org/wikipedia/commons/9/95/Picto_infobox_chemistry.png]");
background-repeat:  no-repeat;
background-position: top right;
}
.kaplinio.stelo {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_star.png http://upload.wikimedia.org/wikipedia/commons/2/2e/Picto_infobox_star.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
.kaplinio.papo,
.kaplinio.vatikano
{
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/3/31/Picto_Emblem_of_the_Papacy.PNG http://upload.wikimedia.org/wikipedia/commons/3/31/Picto_Emblem_of_the_Papacy.PNG]");
background-repeat: no-repeat;
background-position: top right;
}
 
/* plia bildetoj */
.kaplinio.iloj {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png http://upload.wikimedia.org/wikipedia/commons/c/cb/Picto_infobox_tools.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
.kaplinio.armeo,
.kaplinio.armeano,
.kaplinio.soldato {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_military.png http://upload.wikimedia.org/wikipedia/commons/0/03/Picto_infobox_military.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
.kaplinio.helpo,
.kaplinio.projekto {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png http://upload.wikimedia.org/wikipedia/commons/2/24/Picto_infobox_default.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
/* bildetoj laŭ la hungara vikipedio */
 
.kaplinio.ponto {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/8/87/Picto_infobox_bridge.png http://upload.wikimedia.org/wikipedia/commons/8/87/Picto_infobox_bridge.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
.kaplinio.pilko,
.kaplinio.piedpilko,
.kaplinio.futbalo {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/a/a8/Picto_infobox_football.png http://upload.wikimedia.org/wikipedia/commons/a/a8/Picto_infobox_football.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
.kaplinio.strato,
.kaplinio.vojo {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/5/57/Picto_infobox_motorway.png http://upload.wikimedia.org/wikipedia/commons/5/57/Picto_infobox_motorway.png]");
background-repeat: no-repeat;
background-position: top right;
}
 
/* bildetoj laŭ la portugala vikipedio */
.kaplinio.astronauto,
.kaplinio.kosmonauto {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/0/0a/Picto_infobox_astronaut.png http://upload.wikimedia.org/wikipedia/commons/0/0a/Picto_infobox_astronaut.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.frukto,
.kaplinio.fruktoj {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png http://upload.wikimedia.org/wikipedia/commons/6/66/Picto_info_grape.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.gazeto {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/d/d6/Picto_infobox_newspaper.png http://upload.wikimedia.org/wikipedia/commons/d/d6/Picto_infobox_newspaper.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.komputilo,
.kaplinio.informadiko {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/d/d1/Picto_infobox_pc.png http://upload.wikimedia.org/wikipedia/commons/d/d1/Picto_infobox_pc.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.libro {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png http://upload.wikimedia.org/wikipedia/commons/4/42/Picto_infobox_book.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.ludo,
.kaplinio.ludilo {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/b/b8/Picto_info_toys_and_games.png http://upload.wikimedia.org/wikipedia/commons/b/b8/Picto_info_toys_and_games.png]");
background-repeat: no-repeat;
background-position: top right;
}
.kaplinio.TV,
.kaplinio.televidado {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_TV http://upload.wikimedia.org/wikipedia/commons/4/44/Picto_infobox_TV]-icon-novela.png");
background-repeat: no-repeat;
background-position: top right;
}
 
/* travideblaj fonaj bildoj */
.media.audio {
background-image: url("[http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome http://upload.wikimedia.org/wikipedia/commons/thumb/a/a6/Gnome]-[http://speakernotes.png/35px speakernotes.png/35px]-Gnome-speakernotes.png");
background-repeat:  no-repeat;
background-position: top left;
}
 
.media.video {
background-image: url("[http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango http://upload.wikimedia.org/wikipedia/en/thumb/2/20/Tango]-video-x-[http://generic.png/35px generic.png/35px]-Tango-video-x-generic.png");
background-repeat: no-repeat;
background-position: top left;
}
 
/* Por interna tabelo */
.infobox .tabelo,
.infobox .tabelo td,
td.interna table td  {
border:0;
}
 
/* rondaj anguloj ne estas belaj ĉe kestoj kun prilaboraj ligiloj */
.infobox td .toccolours {
-moz-border-radius:0 !important;
}
 
/* CSS-klasoj por [[Vikipedio:Taksonkestoj|Taksonkestoj]] */
 
table.taxobox {
border-collapse: collapse;
border: 1px solid gray;
float: right;
margin-left: 0.5em;
background-color:white;
}
table.taxobox th {
background-color: #9BCD9B;
border: solid 1px gray;
text-align: center;
font-weight: bold;
}
table.taxobox td {
vertical-align:top;
}
table.taxobox .Person {
font-style: normal;
}
table.taxobox div.thumb,
table.taxobox div.thumb * {
margin: 0;
padding: 0;
float: none;
border: none;
}
table.taxobox div.magnify {
display: none;
}
table.taxobox tr td div.thumb div div.thumbcaption {
text-align:center;
}
table.taxobox td.Person {
text-align:center;
display:block;
}
table.taxobox td.taxo-name {
text-align:center;
}
table.taxobox td.taxo-bild {
text-align:center;
}
 
/* Ĉi tie sekvas formatoj, kiuj plibeligu taksonkestojn. */
/* Laŭ ideo de la suprasoraba vikipedio, realigata de [[Vikipediisto:Tlustulimu]]. */
 
/* taxobox */
.taxobox .kaplinio {
height:45px;
vertical-align:middle;
text-align:center;
font-size:150%;
 
font-weight:bolder;
line-height:1.2em;
color:#000
}
 
/* diversaj alĝustigoj */
.taxobox caption.kaplinio {
vertical-align:top;
border:1px solid gray;
}
 
.taxobox .kaplinio.l1 {
line-height:2.7em;
}
 
.taxobox .kaplinio.l3 {
height:67px;
}
 
.taxobox .kaplinio.lx {
height:auto;
}
 
/* por taksonkestoj */
.kaplinio.fungo {background: url("[http://upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_fungus.png http://upload.wikimedia.org/wikipedia/commons/7/79/Picto_infobox_fungus.png]") no-repeat top left;}
.kaplinio.planto {background: url("[http://upload.wikimedia.org/wikipedia/commons/0/0b/Picto_infobox_plant.png http://upload.wikimedia.org/wikipedia/commons/0/0b/Picto_infobox_plant.png]") no-repeat top left;}
.kaplinio.viruso {background: url("[http://upload.wikimedia.org/wikipedia/commons/d/dc/Picto_infobox_virus.png http://upload.wikimedia.org/wikipedia/commons/d/dc/Picto_infobox_virus.png]") no-repeat top left;}
.kaplinio.animalo {background: url("[http://upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_animal.png http://upload.wikimedia.org/wikipedia/commons/5/54/Picto_infobox_animal.png]") no-repeat top left;}
 
/* rondaj anguloj ne estas belaj ĉe kestoj kun prilaboraj ligiloj */
.taxobox td .toccolours {
-moz-border-radius:0 !important;
}
 
/* aldonaj formatoj por [[Ŝablono:Taksonomio]]
 
span ĉirkaŭas la ligitan bildeton, div staras inter ĉio kaj b la nomon.
*/
.kaplinio span + div + b {
position:relative;
top:0.5em;
}
 
/* Put a checker background at the image description page only visible if the image has transparent background */
 
#file img {background: url("[http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker http://upload.wikimedia.org/wikipedia/commons/5/5d/Checker]-16x16.png") repeat;}
 
/* Support for Template:IPA, Template:Unicode and Template:Polytonic. The inherit declaration resets the font for all browsers except MSIE6.  The empty comment must remain. Please copy any changes to [[Template:IPA fonts]] and [[Template:Unicode fonts]]. */
.IPA {
font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Cyberbit, Arial Unicode MS, Lucida Sans Unicode, Hiragino Kaku Gothic Pro, Matrix Unicode;
font-family /**/:inherit;
}
.Unicode {
font-family: TITUS Cyberbit Basic, Code2000, Doulos SIL, Chrysanthi Unicode, Bitstream Cyberbit, Bitstream CyberBase, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
font-family /**/:inherit;
}
.latinx {
font-family: TITUS Cyberbit Basic, Code2000, Microsoft Sans Serif;
font-family /**/:inherit;
}
.polytonic {
font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000;
 
font-family /**/:inherit;
}
.mufi {
font-family: Alphabetum, Cardo, LeedsUni, Junicode, TITUS Cyberbit Basic, ALPHA-Demo;
}
 
#wpSave {
font-weight: bold;
}
 
/* hiddenStructure from Monobook - allows selective hiding of markup in templates */
.hiddenStructure {
display: none;
speak: none;
}
 
/* Removes underlines from links */
.nounderlines a {
 
text-decoration: none;
}
/*
* Farbdefinitionen für Rahmen und Hintergründe von [[Wikipedia:Textbausteine|Textbausteinen]].
* Hier: Standardvorgaben für "dunkle Schrift auf hellem Grund".
* Für Hell-auf-dunkel-Skins ([[MediaWiki:Amethyst.css|Amethyst]]) müssen dort entsprechende Definitionen
* zusätzlich eingetragen werden! Anpassungen für andere Skins sind optional.
* (Die Angaben der Rahmenstärke dienen der Bequemlichkeit, so dass man
* für dünne Rahmen nur noch "border-style" angeben muss.)
*/
 
 .kadrokoloro1 { /* Wie Inhaltsverzeichnis */
  border-color: #aaaaaa;
  border-width: 1px;
}
 .kadrokoloro2 { /* Unauffällig, geringer Kontrast */
  border-color: #e9e9e9;
  border-width: 1px;
}
 .kadrokoloro3 { /* "Rot", auffällig */
  border-color: #c00000;
  border-width: 1px;
}
 .kadrokoloro4 { /* Neutrale Farbe, deutlich */
  border-color: #8888aa;
  border-width: 1px;
}
 .kadrokoloro5 { /* "Schwarz", hoher Kontrast */
  border-color: #000000;
  border-width: 1px;
}
 
 .fonkoloro1 { /* Wie Inhaltsverzeichnis */
  background-color: #f9f9f9;
}
 .fonkoloro2 { /* "Weiß", für Nicht-Artikel-Seiten, neutral */ 
  background-color: #ffffff;
}
 .fonkoloro3 { /* "Gelb", auffällig */
  background-color: #ffff40;
}
 .fonkoloro4 { /* Sehr auffällig */
  background-color: #ffaa00;
}
 .fonkoloro5 { /* Neutral, abgesetzt */
  background-color: #e0e0e0;
}
 .fonkoloro6 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  background-color: #b3b7ff;
}
 .fonkoloro7 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  background-color: #ffcbcb;
}
 .fonkoloro8 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  background-color: #ffebad;
}
 .fonkoloro9 { /* Allgemein „bunt“, für Hervorhebungen und Unterscheidungen */
  background-color: #b9ffc5;
}
 
 
/* Custom link colors for use in [[MediaWiki:Edittools]] */
.charboxblack a:link, .charboxblack a:hover, .charboxblack a:visited, .charboxblack a:active { color: black; }
.charboxsilver a:link, .charboxsilver a:hover, .charboxsilver a:visited, .charboxsilver a:active { color: silver; }
.charboxgray a:link, .charboxgray a:hover, .charboxgray a:visited, .charboxgray a:active { color: gray; }
.charboxwhite a:link, .charboxwhite a:hover, .charboxwhite a:visited, .charboxwhite a:active { color: white; }
.charboxmaroon a:link, .charboxmaroon a:hover, .charboxmaroon a:visited, .charboxmaroon a:active { color: maroon; }
.charboxred a:link, .charboxred a:hover, .charboxred a:visited, .charboxred a:active { color: red; }
.charboxpurple a:link, .charboxpurple a:hover, .charboxpurple a:visited, .charboxpurple a:active { color: purple; }
.charboxfuchsia a:link, .charboxfuchsia a:hover, .charboxfuchsia a:visited, .charboxfuchsia a:active { color: fuchsia; }
 
.charboxgreen a:link, .charboxgreen a:hover, .charboxgreen a:visited, .charboxgreen a:active { color: green; }
.charboxlime a:link, .charboxlime a:hover, .charboxlime a:visited, .charboxlime a:active { color: lime; }
.charboxolive a:link, .charboxolive a:hover, .charboxolive a:visited, .charboxolive a:active { color: olive; }
.charboxyellow a:link, .charboxyellow a:hover, .charboxyellow a:visited, .charboxyellow a:active { color: yellow; }
 
.charboxnavy a:link, .charboxnavy a:hover, .charboxnavy a:visited, .charboxnavy a:active { color: navy; }
.charboxblue a:link, .charboxblue a:hover, .charboxblue a:visited, .charboxblue a:active { color: blue; }
.charboxteal a:link, .charboxteal a:hover, .charboxteal a:visited, .charboxteal a:active { color: teal; }
.charboxaqua a:link, .charboxaqua a:hover, .charboxaqua a:visited, .charboxaqua a:active { color: aqua; }
 
/* Removes useless links from printout */
@media print {
#privacy, #about, #disclaimer {display:none;}
}
 
/* Geografiaj koordinatoj
 
Por montri koordinatojn  uzante la elmontron el la fontkodo, aldonu ĉi tion en via Vikipediisto:Uzulnomo/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: none }
 
.geo-dec { display: inline } .geo-dms { display: inline }
 
Por montri koordinatojn  uzante dekuman elmontron, aldonu ĉi tion en via Vikipediisto:Uzulnomo/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
 
.geo-dec { display: inline } .geo-dms { display: none }
 
Por montri koordinatojn  uzante gms elmontron, aldonu ĉi tion en via Vikipediisto:Uzulnomo/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
 
.geo-dec { display: none }   .geo-dms { display: inline }
 
Por montri koordinatojn  uzante kaj dekuman kaj gms elmontron, aldonu ĉi tion en via Vikipediisto:Uzulnomo/monobook.css:
.geo-default { display: inline } .geo-nondefault { display: inline }
 
.geo-dec { display: inline }   .geo-dms { display: inline }
.geo-multi-punct { display: inline }
 
Vidu [[Ŝablono:Koord/ligilo]] por vidi kiel tio estas uzata.
 
Notu ke klasoj "geo", "longitude", kaj "latitude" ne estas nur stiloj sed ankaŭ estas uzitaj de [[:en:Geo microformat]], sekve la nomoj restu senŝanĝaj.
 
*/
 
.geo-default { display: inline; }
.geo-nondefault { display: none; }
.geo-dms { display: inline; }
.geo-dec { display: inline; }
.geo-multi-punct { display: none; }
 
.longitude .latitude {
white-space: nowrap;
}
 
/* Ĉi tio estas uzata por la Geo microformat, tamen neniu stilo estas momente bezonata krom  .geo-dec. */
.geo { }
 
/***** fino de  Geo-rilataj */
 
/* Suppresses text by default */
.sysop { display: none }
 
/*  ikonoj por interlingvaj ligiloj; aprataj signoj por elstaraj kaj legindaj artikoloj */
 
.portlet li, li.IW {  list-style-image: url("[http://upload.wikimedia.org/wikipedia/en/1/18/Monobook http://upload.wikimedia.org/wikipedia/en/1/18/Monobook]-bullet.png");}
li.FA {  list-style-image: url("[http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook http://upload.wikimedia.org/wikipedia/en/d/d4/Monobook]-bullet-star.png") ;}
li.BA {  list-style-image: url("[http://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Qsicon_lesenswert.png/8px http://upload.wikimedia.org/wikipedia/commons/thumb/3/31/Qsicon_lesenswert.png/8px]-Qsicon_lesenswert.png") ;}
 
/* Por titoloj de informkesto Esperantisto */
.Esperantisto {
color: #FFD700;
 
background-color: #008800;
 
font-size: 120%;
 
}
.Esperantisto a {color : #80FFFF;}
.Esperantisto a:link {color : #80FFFF;}
 
.Esperantisto a:visited {color :  #F5B2FF ;}
 
/* Adaptado de la interna kaŝskatolo */
.espo div.NavFrame {
width:100%;
}
/* La kaŝskatola ligilo "kaŝi" bezonas la saman koloron, kiel la superskribo.
Alikaze ĝi ne estas videbla. La unua klaso ĉi tie havu iom alian nomon por eviti
 
kromefikojn kaj ĝi devas esti uzata ĉe la ĉirkaŭanta tabeloĉelo.
 
Ekzemplo estas en [[Ŝablono:Informkesto esperantisto]] */
.espo div.NavFrame a.NavToggle {color:#FFD700;}
.espo div.Nav1Frame a.Nav1Toggle {color:#FFD700;
font-size:x-small;
float:right;}
.NavToggle {
font-size:x-small;
float:right;
}
div.Nav1Frame div.NavHead a.Nav1Toggle { font-size:x-small;
float:right;
 
}
/* el la angla vikipedio - por kaŝi la superskribon de la ĉefpaĝo */
body.page-Ĉefpaĝo h1.firstHeading {
display: none !important;
}
 
/* uzata de ŝablono PDFligilo por vidigi ke ekstera ligilo gvidas al PDF-dokumento */
span.PDFlink a {
background: url([http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons http://upload.wikimedia.org/wikipedia/commons/thumb/2/23/Icons]-mini-file_[http://acrobat.gif/15px acrobat.gif/15px]-Icons-mini-file_acrobat.gif) center right no-repeat !important;
padding-right: 17px !important;
}
 
/* laŭ suprasoraba kaj angla vikipedioj */
 
/* Stiloj por horizontalaj UL-listo */
/* Style for horizontal UL lists */
.horizontala ul {
padding: 0;
margin: 0;
}
 
.horizontala li {
 
padding: 0 0.6em 0 0.4em;
display: inline;
border-right: 1px solid;
}
 
.horizontala li:last-child {
border-right: none;
padding-right: 0;
}
 
/* Provata por evoluigo de ŝablono:Projekto - trovita ĉe Arno Lagrange kaj testita de Tlustulimu */
#aliaj_projektoj {
border: 1px solid #aaa;
padding: 4px;
font-size: 90%;
background: #f9f9f9;
float: right;
clear: right;
margin: 1em 0 1em 1em;
width: 250px;
}
#aliaj_projektoj p {
text-align:center;
margin: 5px 0;
}
#aliaj_projektoj ul {
list-style-type: none;
list-style-image: none;
margin: 0;
padding: 0;
}
#aliaj_projektoj li {
margin: 0;
padding: 7px 0 7px 35px;
background: no-repeat left center;
}
#aliaj_projektoj li.commons {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons http://upload.wikimedia.org/wikipedia/commons/thumb/4/4a/Commons]-[http://logo.svg/25px logo.svg/25px]-Commons-logo.svg.png);
}
#aliaj_projektoj li.species {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies http://upload.wikimedia.org/wikipedia/commons/thumb/d/df/Wikispecies]-[http://logo.svg/25px logo.svg/25px]-Wikispecies-logo.svg.png);
}
#aliaj_projektoj li.dictionary {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/25px http://upload.wikimedia.org/wikipedia/commons/thumb/9/9f/Wiktprintable_without_text.svg/25px]-Wiktprintable_without_text.svg.png);
}
#aliaj_projektoj li.versity {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity http://upload.wikimedia.org/wikipedia/commons/thumb/9/91/Wikiversity]-[http://logo.svg/25px logo.svg/25px]-Wikiversity-logo.svg.png);
}
#aliaj_projektoj li.books {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Wikibooks http://upload.wikimedia.org/wikipedia/commons/thumb/6/64/Wikibooks]-logo-[http://fr.png/25px fr.png/25px]-Wikibooks-logo-fr.png);
}
#aliaj_projektoj li.source {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource http://upload.wikimedia.org/wikipedia/commons/thumb/4/4c/Wikisource]-[http://logo.svg/25px logo.svg/25px]-Wikisource-logo.svg.png);
}
#aliaj_projektoj li.quote {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote http://upload.wikimedia.org/wikipedia/commons/thumb/f/fa/Wikiquote]-[http://logo.svg/25px logo.svg/25px]-Wikiquote-logo.svg.png);
}
#aliaj_projektoj li.news {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews http://upload.wikimedia.org/wikipedia/commons/thumb/2/24/Wikinews]-[http://logo.svg/25px logo.svg/25px]-Wikinews-logo.svg.png);
}
#aliaj_projektoj li.meta {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/25px http://upload.wikimedia.org/wikipedia/commons/thumb/7/75/Wikimedia_Community_Logo.svg/25px]-Wikimedia_Community_Logo.svg.png);
}
#aliaj_projektoj li.wikipedia {
background-image: url([http://upload.wikimedia.org/wikipedia/commons/2/2d/WikiG30.png http://upload.wikimedia.org/wikipedia/commons/2/2d/WikiG30.png]);
}
#aliaj_projektoj li a {
font-weight: bold;
font-style: italic;
}
 
div.metadata,
span.metadata,
span.metadata-inline,
table.metadata,
tr.metadata { display: none; }
 
 
/**
* Stylesheet for Babel extension.
*
* This should be added to your MediaWiki:Common.css page when installing this
* extension and should not be modified.  You may modify the CSS code on the
* MediaWiki:Common.css page to adjust colours etc.
*
* @addtogroup Extensions
*/
 
/* Babel wrapper layout. */
table.mw-babel-wrapper {
    width:        238px;
    float:        right;
    clear:        right;
    margin:       1em;
    border-style: solid;
    border-width: 1px;
    border-color: #99B3FF;
}
 
/* Babel box layout. */
div.mw-babel-box {
    float:  left;
    clear:  left;
    margin: 1px;
}
 
div.mw-babel-box table {
    width: 238px;
}
 
div.mw-babel-box table th {
    width:       238px;
    width:       45px;
    height:      45px;
    font-size:   14pt;
    font-family: monospace;
}
 
div.mw-babel-box table td {
    font-size:   8pt;
    padding:     4pt;
    line-height: 1.25em;
}
 
/* Babel box colours. */
div.mw-babel-box-0 {
    border: solid #B7B7B7 1px;
}
 
div.mw-babel-box-1 {
    border: solid #C0C8FF 1px;
}
 
div.mw-babel-box-2 {
    border: solid #77E0E8 1px;
}
 
div.mw-babel-box-3 {
    border: solid #99B3FF 1px;
}
 
div.mw-babel-box-4 {
    border: solid #CCCC00 1px;
}
 
div.mw-babel-box-5 {
    border: solid #F99C99 1px;
}
 
div.mw-babel-box-N {
    border: solid #6EF7A7 1px;
}
 
div.mw-babel-box-0 table th {
    background-color: #B7B7B7;
}
 
div.mw-babel-box-1 table th {
    background-color: #C0C8FF;
}
 
div.mw-babel-box-2 table th {
    background-color: #77E0E8;
}
 
div.mw-babel-box-3 table th {
    background-color: #99B3FF;
}
 
div.mw-babel-box-4 table th {
    background-color: #CCCC00;
}
 
div.mw-babel-box-5 table th {
    background-color: #F99C99;
}
 
div.mw-babel-box-N table th{
    background-color: #6EF7A7;
}
 
div.mw-babel-box-0 table {
    background-color: #E8E8E8;
}
 
div.mw-babel-box-1 table {
    background-color: #F0F8FF;
}
 
div.mw-babel-box-2 table {
    background-color: #D0F8FF;
}
 
div.mw-babel-box-3 table {
    background-color: #E0E8FF;
}
 
div.mw-babel-box-4 table {
    background-color: #FFFF99;
}
 
div.mw-babel-box-5 table {
    background-color: #F9CBC9;
}
 
div.mw-babel-box-N table {
    background-color: #C5FCDC;
}
 
.babel-box td.babel-footer {
    text-align: center;
}
 
/*</nowiki></pre>*/
Personaj iloj