MediaWiki:Common.css: Difference between revisions

MediaWiki interface page
(Created page with "→‎CSS placed here will be applied to all skins: wrestleTitle { text-align:center; font-weight: var(--font-weight-bold); line-height: var(--line-height-xs); font-size: var(--font-size-large); color:#000000; background-color:#ffc500; }")
(No difference)

Revision as of 10:32, 18 July 2024

/* CSS placed here will be applied to all skins */

wrestleTitle {
text-align:center; 
font-weight: var(--font-weight-bold); 
line-height: var(--line-height-xs); 
font-size: var(--font-size-large); 
color:#000000; 
background-color:#ffc500;
}