MediaWiki:Common.css: Difference between revisions

From Heroes of Might and Magic: Olden Era Official Wiki
mNo edit summary
mNo edit summary
Tag: Reverted
Line 4: Line 4:
background-color: #1a1e22;
background-color: #1a1e22;
--pi-secondary-background: #1a1e22;
--pi-secondary-background: #1a1e22;
}
.portable-infobox.pi-theme-OEunit {
  background-color: #1a1e22;
--pi-secondary-background: #1a1e22;
  width: 600px;
}
}

Revision as of 02:35, 20 October 2025

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

.portable-infobox.pi-theme-OE {
	background-color: #1a1e22;
	--pi-secondary-background: #1a1e22;
}

.portable-infobox.pi-theme-OEunit {
   	background-color: #1a1e22;
	--pi-secondary-background: #1a1e22;
   width: 600px;
}