MediaWiki:Common.css: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
Content added Content deleted
No edit summary
No edit summary
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
.pi-title[data-item-name="formation-filipino-name"] {
.page-content .pi-title[data-item-name="formation-filipino-name"] {
font-style: italic;
font-style: italic;
font-size: 35%;
font-size: 35%;

Revision as of 10:41, 6 January 2023

/* CSS placed here will be applied to all skins */
.page-content .pi-title[data-item-name="formation-filipino-name"] {
	font-style: italic;
	font-size: 35%;
	font-weight: 200;
	filter: brightness(85%);
}