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 4: Line 4:
font-weight: normal;
font-weight: normal;
filter: brightness(85%);
filter: brightness(85%);
}

.portable-infobox .pi-data-label {
flex-basis: 120px;
}
}



Revision as of 02:28, 8 January 2023

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

.portable-infobox .pi-data-label {
    flex-basis: 120px;
}

.highlighted-row {
	background-color: #FFE55C;
}

.theme-fandomdesktop-dark .highlighted-row {
	background-color: #7E7721;
}