MediaWiki:Common.css: Difference between revisions

From WiKAPPedia
Jump to navigation Jump to search
Content added Content deleted
(Created page with "→‎CSS placed here will be applied to all skins: .pi-formation-filipino-name { font-style: italic; font-size: 30%; }")
 
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-formation-filipino-name {
.pi-title[data-item-name="formation-filipino-name"] {
font-style: italic;
font-style: italic;
font-size: 30%;
font-size: 30%;

Revision as of 10:31, 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: 30%;
}