Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.navbox { | |||
border-radius: 25px; | |||
background: #73AD21; | |||
padding: 20px; | |||
width: 100%; | |||
} | |||
} | } | ||
Revision as of 09:35, 16 March 2022
/* CSS placed here will be applied to all skins */
.navbox {
border-radius: 25px;
background: #73AD21;
padding: 20px;
width: 100%;
}
}