MediaWiki:Common.css

Da Wikipedia, l'ençiclopedia libara.

Ocio: Daspò ver salvà, podaria esare neçesario snetare ła cache dal propio navegadore web par vedare i canbiamenti.

  • Firefox / Safari: tegner strucà el boton de łe letare grande Shift e schiciare sora Ricarga, o se nò struca Ctrl-F5 o Ctrl-R (⌘-R so Mac)
  • Google Chrome: strucare Ctrl-Shift-R (⌘-Shift-R so on Mac)
  • Internet Explorer / Edge: tegner strucà el boton Ctrl e schiciare so Ajorna, o sinò Ctrl-F5
  • Opera: Va in tel Menu → Inpostasion (Opera → Prefarense so on Mac) e pò in Privacy & sicuresa → Sneta dati del navegadore → Imajini e file in te ła cache.
/*
 * FILE : Common.css
 * LAST EDIT DATE : 3/12/2021
 * LAST EDITED BY : Fierodelveneto
*/

/* Stiłe infobox2 */
.infobox {
border: 1px solid #aaa;
background-color: #f9f9f9;
color: black;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
}

/*****************************************************************
STIŁI PAR EL [[MediaWiki:Wikimedia-copyrightwarning]], 
BAZA' SO [[mw:Micro Design Improvements]]
 * @author: [[b:User:Raylton P. Sousa]]
*****************************************************************/

input#wpSave, input#wpPreview, input#wpDiff{
    border:none;
    border-radius:2px;
    padding:0.3em;
    color:#ffffff;
    margin:3px;
}
.oo-ui-tool.oo-ui-widget-enabled.oo-ui-flaggedElement-primary.oo-ui-flaggedElement-progressive > .oo-ui-tool-link {
    color: #fff;
    background-color: #2f5896;
}
.oo-ui-barToolGroup-tools.oo-ui-toolGroup-enabled-tools .oo-ui-tool.oo-ui-widget-disabled.oo-ui-flaggedElement-primary > .oo-ui-tool-link, .oo-ui-barToolGroup-tools.oo-ui-toolGroup-disabled-tools .oo-ui-tool.oo-ui-flaggedElement-primary > .oo-ui-tool-link {
    background-color: #575859;
}
.wikiEditor-ui-toolbar .booklet > .index > .current {
    background-color: #575859;
    color: #fff;
}
input#wpSave {
   background-color:#2f5896;
}
input#wpPreview, input#wpDiff {
   background-color:#575859;
}
div.editOptions{
    color:#303030;
    padding:1em;
    background-color:#E7E8E9;
}
div.editOptions a{
    color:#3767B1;
}
input#wpSummary, div.editOptions, textarea#wpTextbox1{
    border:1px solid #C0C0C0;
}
input#wpSave:hover, input#wpPreview:hover, input#wpDiff:hover{
	box-shadow: 2px 2px 5px #C0C0C0;
}
input#wpSave:hover{
	background-color:#3a6fbd;
}
input#wpSave:active{
    background:#2f5896;
}
input#wpPreview:active, input#wpDiff:active{
    background:#7d7f7f;
}
/***********************************************************************
FINE STIŁI PAR EL [[MediaWiki:Wikimedia-copyrightwarning]], 
BAZA' SO [[mw:Micro Design Improvements]]
 * @author: [[b:User:Raylton P. Sousa]]
************************************************************************/

/*******************************************************
SCUMÌSIO STIŁE PAR ARTICULI (2021)
********************************************************/
.mw-parser-output h3 {
	border-bottom: dotted 1px #aaa;
}
.mw-parser-output h4,
.mw-parser-output h5,
.mw-parser-output h6 {
	border-bottom: dotted 1px #ddd;
}
/*******************************************************
FIN STIŁE PAR ARTICULI (2021)
********************************************************/


/*******************************************************
SCUMÌSIO STIŁE PAR PORTAŁE (2021)
********************************************************/
#strica-portale {
	border: none;
    border-width: 1px 1px 0.2em;
	background-color: #f9f9f9;
	text-align: left;
	margin-top: 1em;
}
#strica-portale,
#liste-portale {
	padding: 4px;
	margin-left: 0;
	clear: both;
}
#liste-portale li,
#strica-portale li{
	display: inline;
}
.strica-portale-elementi {
	white-space: nowrap;
	margin: 0 1.5em;
}
.strica-portale-icone {
	margin-right: 0.5em;
}
.strica-portale-testi {
	font-weight: bold;
}
/*******************************************************
FIN STIŁE PAR PORTAŁE (2021)
********************************************************/


/*******************************************************
SCUMÌSIO STIŁE PAR CITASION E CORELAI (2021)
********************************************************/
/* colora de azuro al schiciar le notasion */
ol.references > li:target,
sup.reference:target,
span.citation:target,
cite:target {
    background-color: #DEF;
}
/* Negreto o itàlego */
sup.reference {
    font-weight: normal;
    font-style: normal;
}
/* Stile par citasion */
.citation {
    word-wrap: break-word;
}
/* Tamaño fuente de referencias es.w*/
ol.references,
div.listaref,
.refcomienza {
    font-size: 90%;            /* Default font-size */
    margin-bottom: 0.5em;
}
div.listaref ol.references {
    font-size: 100%;           /* Reset font-size when nested in div.listaref */
    list-style-type: inherit;  /* Enable custom list style types */
}
/* For linked citation numbers and document IDs, where
   the number need not be shown on a screen or a handheld,
   but should be included in the printed version */
@media screen, handheld {
    .citation .printonly {
        display: none;
    }
}
/*******************************************************
FINE STIŁE PAR CITASION E CORELAI (2021)
********************************************************/


/*******************************************************
SCUMÌSIO STIŁE PAR NAVBAR COL ZE INTE UN INFOBOX E CORELAI (2021)
********************************************************/
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
.infobox .navbar {
	font-size: 100%;
}
.navbox .navbar {
	display: block;
	font-size: 100%;
}
.navbox-title .navbar {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
	/* @noflip */
	margin-right: 0.5em;
}
/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
	padding-right: 0.2em;
	padding-left: 0.2em;
}
.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
}
@media print {
    .navbox {
        display: none;
    }
}
/*******************************************************
FINE STIŁE PAR NAVBAR COL ZE INTE UN INFOBOX E CORELAI (2021)
********************************************************/


/*******************************************************
SCUMÌSIO STIŁE PAR MODEŁO MAN (2021)
********************************************************/
.template-documentation {
   clear: both;
   margin: 1em 0 0 0;
   border: 1px dotted #8BCBFF;
   background-color: #EEF9FA;
   padding: 0.9em;
}
/************************************************
FINE STIŁE PAR MODEŁO MAN
*************************************************/


/******************************************************
COORDENAE
*******************************************************/
.geo-default, .geo-dms, .geo-dec  { display: inline; }
.geo-nondefault, .geo-multi-punct { display: none; }
.longitude, .latitude             { white-space: nowrap; top: 1em; font-size: 12px; }
/******************************************************
COORDENAE
*******************************************************/


/******************************************************
SCUMÌSIO STIŁI TOŁE DE AVIZO  (2021)
*******************************************************/
/* Tołe de avizo cołor bianco co strica cołorada insima */
table.ambox {
    margin: 0 7% .8em; /* da https://es.wikipedia.org/?diff=80119206 */
    border-collapse: collapse;
    background-color: #fbfbfb;
    border-bottom: 1px solid #aaa;
    border-left: 1px solid #CCC;
    border-right: 1px solid #CCC;
    font-size: 95%;
}
table.ambox th.ambox-text, table.ambox td.ambox-text {
    padding: 0.25em 0.5em; /* 0.5em left/right */
    width: 100%; /* Tuti i modełi de ła istesa larghesa mia dipendendo da ła grandesa testo */
}
table.ambox .ambox-image {
    padding: 2px 0 2px 0.5em; /* 0.5em left, 0px right */
    text-align: center;
}
table.ambox .ambox-imageright {
    padding: 2px 0.5em 2px 0;  /* 0px left, 0.5em right */
    text-align: center;
}
/* Stiłi cołuri modełi de avizo */
.ambox-notice {border-top: 5px solid #608EC2}  /* Azuro */
.ambox-protection {border-top: 5px solid #bba} /* Grizo */
.ambox-delete,
.ambox-serious {border-top: 5px solid #b22222} /* Roso */
.ambox-content {border-top: 5px solid #f28500} /* Naransa */
.ambox-style {border-top: 5px solid #f4c430}   /* Zalo */
.ambox-merge {border-top: 5px solid #8c08a4}   /* Pùrpura */
.ambox-growth {border-top: 5px solid #47a30d}  /* Verdo */
.ambox-dezanbigua {border-top: 5px solid #69c7ba}  /* Verdo àcua */ 
.ambox.ambox-mini { /* Version picenina flotante */
    float: right;
    clear: right;
    margin: 0 0 0 1em;
    width: 25%;
}
/* Racuanti avizi de discusion e altri no i ga ła strica cołorada insima */
.messagebox {
    border: 1px solid #aaa;
    background-color: #f9f9f9;
    width: 90%;
    margin: 0 auto 1em auto;
    padding: .2em;
}
.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;
    margin: 4px auto;
}
/******************************************************
FINE STIŁI TOŁE DE AVIZO  (2021)
*******************************************************/



/*****************************************************************************************************************
SCONDAR TITULO, CAT.,  DATA ULT. CANBIAMINTI E ERORI DA WIKIPEDIA:PRINSIPIO (2021)
******************************************************************************************************************/
body.page-Wikipedia_Prinsipio .firstHeading,
body.page-Wikipedia_Prinsipio .contentSub,
body.page-Wikipedia_Prinsipio .pagetitle,
body.page-Wikipedia_Prinsipio .subtitle,
body.page-Wikipedia_Prinsipio #ca-unprotect,
body.page-Wikipedia_Prinsipio #ca-move,
body.page-Wikipedia_Prinsipio #ca-delete,
body.page-Wikipedia_Prinsipio #mytabs,
body.page-Wikipedia_Prinsipio #tw-BR,
body.page-Wikipedia_Prinsipio #tw-xfd,
body.page-Wikipedia_Prinsipio #catlinks,
body.page-Wikipedia_Prinsipio #footer-info-lastmod,
body.page-Wikipedia_Prinsipio .error {
    display:none;
}
/*************************************************************************************************************
FINE SCONDAR TITULO, CAT, DATA ULT. CANB. E ERORI DA VOZE DE PRINSIPIO (2021)
**************************************************************************************************************/


/**********************************************
BEGIN NUMARI PICENINI INTE I TITULI DE SESION
***********************************************/
.reference {font-weight: normal; font-size: 0.7rem; font-family: sans-serif;}
/**********************************************
END NUMARI PICENINI INTE I TITULI DE SESION
***********************************************/


/*****************************************************************
BEGIN REVIEW-NOTICE (it's disturbs the pages) (2020) 
******************************************************************/
span.mw-fr-reviewlink,
div#mw-fr-revisiontag,
ul#pagehistory small,
div.fr-diff-to-stable,
table.fr-diff-ratings,
#mw-fr-reviewnotice,
#mw-fr-revisiontag-edit
 {display:none}
.flaggedrevs-pending,
.flaggedrevs-unreviewed,
.flaggedrevs-color-1 
 {background-color:transparent}
li.fr-hist-stable-margin  
 {margin-top:0}
/*****************************************************************
END REVIEW-NOTICE (it's disturbs the pages) (2020) 
*****************************************************************/


/*****************************************************
BEGIN UNPATROLLED ! by @sakretsu (2020
******************************************************/
.mw-changeslist-line .flaggedrevs-pending { display: none; }
.mw-changeslist-line .flaggedrevs-pending + .mw-changeslist-separator--semicolon { margin-left: -3px; }
/***************************************************
END UNPATROLLED ! by @sakretsu (2020
****************************************************/


/******************************************************
BEGIN DEXANBIGUASION COLORAE (2020)
******************************************************/
a.mw-disambig { color: #007069; }
/******************************************************
END DEXANBIGUASION COLORAE (2020)
*******************************************************/


/*******************************
BEGIN ÌNDAZE
********************************/
ul#filetoc, #toc, .toc, .mw-warning {
    display: inline-block;
    background: #fcfcfc;
    border: solid #eeeeee;
    border-width: 1px 1px 0.2em;
    box-shadow: 0 1px 2px 1px rgba(0,0,0,0.02);
    padding: 1.25em 1.77em;
    min-width: 15em;
    width: 25em;
}
div#toc.toc {
	margin-top:20px;
}
.catlinks, #catlinks.catlinks, #mw-data-after-content {
    margin-top: 0.2em;
    text-align: center;
    background: #fcfcfc;
    border: solid #eeeeee;
}
/********************************
 END ÌNDAZE
********************************/


/************************************************************
BEGIN LAST CHANGES IMPROVEMENTS (2020)
************************************************************/
 /* Cołore nùmaro de byte in tei Canbiamenti in ùltima */
.mw-plusminus-pos {
  color: #00B000;
}
.mw-plusminus-neg {
  color: #FF2050;
}
/* Avixo inte le pàjine de laoro dei utenti */
body.ns-2 #contentSub > span.subpages:before,
.ns-3 #contentSub > span.subpages:before {
   content: " Òcio! Sta pàzena no ła ze mia ensiclopèdega. Sta pàzena ła ze solché un spàsio de łaoro personałe. ";
   background: #fff2ea;
   border: 1px solid #f0c91f;
   display: block;
   text-align: center;
   color: maroon;
   margin-bottom: 2mm;
   line-height: 120%;
   padding:10px;
   margin-right:10px;
}
/* Stile par targhete (etichete) */
.mw-tag-marker {
 font-family:sans-serif;
 font-style:italic;
 font-size:90%;
 background-color:#edff00;
}
/* Stile par avizi de filtri antiabuzi */
.aviso_filtro {
   border: 1px solid #848484;
   margin: 19px 14px 19px 14px;
   padding: 0.8em 1.2em 0.8em 1.2em;
}
/* Stile par el posible vandalismo. El ga da èsar vixibile */
.mw-tag-marker-pusibile_vandalismo, .mw-tag-marker-botspam {
    background-color:#FEC29C;
}
/************************************
END LAST CHANGES IMPROVEMENTS (2020)
************************************/


/**************************
BELATOLA, PRETTYTABLE, BELLATAULA (2021) 
***************************/
table.belatola,
table.prettytable,
table.bellataula {
  margin: 1em 1em 1em 0;
  background: #f9f9f9;
  border: 1px #aaaaaa solid;
  border-collapse: collapse;
}

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

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

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

table.centre, table.center { /* Lineasion sentrada co class="wikitable centre" */
 margin:1em auto;
}
/**************************
END BELATOLA, PRETTYTABLE, BELLATAULA (2021) 
***************************/


/**********************************************************************************************
BEGIN COLOURED INDENTATION - DENTASION COLORADA COMENTI (2020)
**********************************************************************************************/
.ns-4 #mw-content-text dd {
    margin: 0;
    padding: 0;
}
.ns-4 #mw-content-text dl {
    border-top: solid 1px #a7d7f9;
    border-left: solid 1px #a7d7f9;
    padding-top: 0.2em;
    padding-left: 0.5em;
    margin-left: 0.5em;
}
.ns-4 #mw-content-text dl,
.ns-4 #mw-content-text dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl, 
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-4 #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl {
    background: white;
}
.ns-talk #mw-content-text dd {
    margin: 0;
    padding: 0;
}
.ns-talk #mw-content-text dl {
    border-top: solid 1px #a7d7f9;
    border-left: solid 1px #a7d7f9;
    padding-top: 0.2em;
    padding-left: 0.5em;
    margin-left: 0.5em;
}
.ns-talk #mw-content-text dl,
.ns-talk #mw-content-text dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl, 
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl,
.ns-talk #mw-content-text dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl dl {
    background: white;
}
/********************************
END COLOURED INDENTATION (2020)
*********************************/


/**************************************************************
CARATARI PAR MODELI LENGUISTEGHI IPA, UNICODE, POLYTONIC:
 **************************************************************/
/* "Inherit" el rezeta i fonts par tuti i navegadori a parte che MSIE6. El comento vodo el ga da èsarghe */
.IPA {
        font-family: Chrysanthi Unicode, Doulos SIL, Gentium, GentiumAlt, Code2000, TITUS Cyberbit Basic, DejaVu Sans, Bitstream Vera 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, Bitstream Vera, Thryomanes, Gentium, GentiumAlt, Visual Geez Unicode, Lucida Grande, Arial Unicode MS, Microsoft Sans Serif, Lucida Sans Unicode;
        font-family /**/:inherit;
}
.polytonic {
        font-family: Athena, Gentium, Palatino Linotype, Arial Unicode MS, Lucida Sans Unicode, Lucida Grande, Code2000; 
        font-family /**/:inherit;
}
/**************************************************************
FINE CARATARI PAR MODELI LENGUISTEGHI IPA, UNICODE, POLYTONIC:
 **************************************************************/


/**************************************************
CLASI PAR RODONDAR I BORDI DEI DIV E DE LE TABELE 
**************************************************/
.radius {
    border-radius: 1em;
    -moz-border-radius: 1em;
}
.radius_top {
    border-top-right-radius: 1em;
    border-top-left-radius: 1em;
    -moz-border-radius-topright: 1em;
    -moz-border-radius-topleft: 1em;
}
.radius_bottom {
    border-bottom-right-radius: 1em;
    border-bottom-left-radius: 1em;
    -moz-border-radius-bottomright: 1em;
    -moz-border-radius-bottomleft: 1em;
}
.rad {
    border-radius: .5em;
    -moz-border-radius: .5em;
}
/********************************************************
FINE CLASI PAR RODONDAR I BORDI DEI DIV E DE LE TABELE
********************************************************/


/************************
INTERWIKI
************************/
#interwiki-completelist {
	font-weight: bold;
}
/*************************
INTERWIKI
**************************/

/* NAVBOX*/
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0; /* don't trust the note that says margin doesn't work with inline
				* removing margin: 0 makes dds have margins again */
	display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

/**
 * Note hlist style usage differs in Minerva and is defined in core as well!
 * Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}

/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}

/* Default style for navigation boxes */
.navbox {                     /* Navbox container style */
	box-sizing: border-box;
	border: 1px solid #a2a9b1;
	width: 100%;
	clear: both;
	font-size: 88%;
	text-align: center;
	padding: 1px;
	margin: 1em auto 0;       /* Prevent preceding content from clinging to navboxes */
}

.navbox .navbox {
	margin-top: 0;            /* No top margin for nested navboxes */
}

.navbox + .navbox {
	margin-top: -1px;         /* Single pixel border between adjacent navboxes */
}

.navbox-inner,
.navbox-subgroup {
	width: 100%;
}

.navbox-group,
.navbox-title,
.navbox-abovebelow {
	padding: 0.25em 1em;      /* Title, group and above/below styles */
	line-height: 1.5em;
	text-align: center;
}

th.navbox-group {             /* Group style */
	white-space: nowrap;
	/* @noflip */
	text-align: right;
}

.navbox,
.navbox-subgroup {
	background-color: #fdfdfd; /* Background color */
}

.navbox-list {
	line-height: 1.5em;
	border-color: #fdfdfd;    /* Must match background color */
}

/* cell spacing for navbox cells */
tr + tr > .navbox-abovebelow,
tr + tr > .navbox-group,
tr + tr > .navbox-image,
tr + tr > .navbox-list {    /* Borders above 2nd, 3rd, etc. rows */
	border-top: 2px solid #fdfdfd; /* Must match background color */
}

.navbox th,
.navbox-title {
	background-color: #ccccff;      /* Level 1 color */
}

.navbox-abovebelow,
th.navbox-group,
.navbox-subgroup .navbox-title {
	background-color: #ddddff;      /* Level 2 color */
}

.navbox-subgroup .navbox-group,
.navbox-subgroup .navbox-abovebelow {
	background-color: #e6e6ff;      /* Level 3 color */
}

.navbox-even {
	background-color: #f7f7f7;      /* Even row striping */
}

.navbox-odd {
	background-color: transparent;  /* Odd row striping */
}

.navbox .hlist td dl,
.navbox .hlist td ol,
.navbox .hlist td ul,
.navbox td.hlist dl,
.navbox td.hlist ol,
.navbox td.hlist ul {
	padding: 0.125em 0;       /* Adjust hlist padding in navboxes */
}

/* Styling for JQuery makeCollapsible, matching that of collapseButton */
.mw-parser-output .mw-collapsible-toggle {
	font-weight: normal;
	/* @noflip */
	text-align: right;
	padding-right: 0.2em;
	padding-left: 0.2em;
}

.mw-collapsible-leftside-toggle .mw-collapsible-toggle {
	/* @noflip */
	float: left;
	/* @noflip */
	text-align: left;
}
/* ...unless they also use the hlist class */
.toc.hlist ul,
#toc.hlist ul,
.wikitable.hlist td ul,
.wikitable.hlist td ol,
.wikitable.hlist td dl {
	text-align: inherit;
}
/*FINE NAVBOX*/
Traesto fora da Wikipèdia - L'ençiclopedia łìbara e cołaboradiva in łéngua Vèneta "https://vec.wikipedia.org/w/index.php?title=MediaWiki:Common.css&oldid=1092518"