MediaWiki:Common.css: differenze tra le versioni

Pagina dell'interfaccia di MediaWiki
Nessun oggetto della modifica
Nessun oggetto della modifica
Etichetta: Ripristino manuale
 
(132 versioni intermedie di uno stesso utente non sono mostrate)
Riga 1: Riga 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.portable-infobox .pi-data-label,
.portable-infobox .pi-data-value {
display: flex;
align-items: center;
}


.portable-infobox .pi-navigation {
text-align: center;
}


.portable-infobox .pi-title1 {
/* to remove the Discussion (talk) page tab on all wikipages */
text-align: center;
#ca-talk { display:none!important; }
}
overflow: hidden
 
/*changes the background color of the content of articles/pages, including the title of the articles.*/
#content { background-color: #5c0303; }
 
/*changes the background color of the content of pages, without the title of the pages.*/
#bodyContent { background-color: #5c0303; }
 
/*changes the background color only of page titles.*/
#firstHeading { background-color: #840505; }

Versione attuale delle 09:37, 30 mar 2025

/* CSS placed here will be applied to all skins */


/* to remove the Discussion (talk) page tab on all wikipages */
#ca-talk { display:none!important; }
overflow: hidden