MediaWiki:Common.css: differenze tra le versioni

Pagina dell'interfaccia di MediaWiki
Nessun oggetto della modifica
Etichetta: Annullato
Nessun oggetto della modifica
Etichetta: Annullato
Riga 29: Riga 29:
#mw-panel { background-color: #e6ffb4; }
#mw-panel { background-color: #e6ffb4; }
#p-logo { background-color: #e6ffb4; }
#p-logo { background-color: #e6ffb4; }
#p-navigation { background-color: #e6ffb4; }
#p-navigation { background-color: #840505; }

Versione delle 22:13, 22 mar 2024

/* 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 {
	text-align: center;
}

/*changes the background color of the content of articles/pages, including the title of the articles.*/
#content { background-color: #840505; }

/*changes the background color of the content of pages, without the title of the pages.*/
#bodyContent { background-color: #840505; }

/*changes the background color only of page titles.*/
#firstHeading { background-color: #840505; }

/*in general the body is equal to the whole screen. However if you set a background color with it, it covers areas where there isn't any other element with specific background color set. In case of the Vector skin it affects the area under the page content and on the left of it.*/
#body { background-color: #e6ffb4; }

#mw-head-base { background-color: #e6ffb4; }
#mw-panel { background-color: #e6ffb4; }
#p-logo { background-color: #e6ffb4; }
#p-navigation { background-color: #840505; }