MediaWiki:Citizen.css: Difference between revisions

From WikiMSK

No edit summary
No edit summary
Line 17: Line 17:
     align-items: center;
     align-items: center;
     justify-content: center;
     justify-content: center;
}
.infobox{
background: #f8f9fa!important;
}
}

Revision as of 16:03, 2 May 2021

/* All CSS here will be loaded for users of the Citizen skin */
.toctitle{
	background:none!important;
}

.infobox th, .navbar th{
	background:none!important;
    border: none!important;
}

.infobox th.title{
	color:var(--color-base);
}

.reliableSources div .section-subheading {
    display: flex;
    align-items: center;
    justify-content: center;
}

.infobox{
	background: #f8f9fa!important;
}