Jump to content

MediaWiki:Common.css: Difference between revisions

From ESU Wiki
No edit summary
m Protected "MediaWiki:Common.css": Edit warring ([Edit=Allow only administrators] (indefinite) [Move=Allow only administrators] (indefinite))
(No difference)

Revision as of 05:15, 9 January 2025

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

.box {
   width: 100%;
   border: 1px solid #00f;
   border-radius: 5px;
   background-color: #3B82F6;
   padding: 2em;
   color: #fff;
}

.box a {
   color: #fff !important;
}