Nessun oggetto della modifica |
Nessun oggetto della modifica |
||
Riga 14: | Riga 14: | ||
} | } | ||
/*changes the background color of the content of articles/pages, including the title of the articles.*/ | |||
#content { background-color: #5c0303; } | #content { background-color: #5c0303; } | ||
/*changes the background color of the content of pages, without the title of the pages.*/ | |||
#bodyContent { background-color: #5c0303; } | #bodyContent { background-color: #5c0303; } | ||
/*changes the background color only of page titles.*/ | /*changes the background color only of page titles.*/ | ||
#firstHeading { background-color: #840505; } | #firstHeading { background-color: #840505; } |
Versione delle 22:05, 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: #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; }