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 2: Line 2:
.pi-title[data-item-name="formation-filipino-name"] {
.pi-title[data-item-name="formation-filipino-name"] {
font-style: italic;
font-style: italic;
font-size: smaller;
font-size: 35%;
font-weight: normal;
font-weight: 200;
filter: brightness(85%);
}
}

Revision as of 10:39, 6 January 2023

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