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 */
.page-content .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: 90%;
font-weight: 200;
font-weight: normal;
filter: brightness(85%);
filter: brightness(85%);
}
}

Revision as of 10:42, 6 January 2023

.page-content .pi-title[data-item-name="formation-filipino-name"] {
  font-style: italic;
  font-size: 90%;
  font-weight: normal;
  filter: brightness(85%);
}