Difference between revisions of "MediaWiki:Common.css"
m (Removed code to hide Main Page title as proper way was found.) |
(This is a test) |
||
Line 3: | Line 3: | ||
/* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ | /* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ | ||
NOTE: Some settings can only be changed by accessing the LocalSettings.php file on the server, which we don't have access to (such as the logo, and other useful things) | NOTE: Some settings can only be changed by accessing the LocalSettings.php file on the server, which we don't have access to (such as the logo, and other useful things) | ||
+ | |||
+ | body { | ||
+ | background-color: #73b55b | ||
+ | } |
Revision as of 13:17, 10 April 2016
/* CSS placed here will be applied to all skins */ /* Noah's test area is below - if something's going wrong, it's likely down there, sorry */ NOTE: Some settings can only be changed by accessing the LocalSettings.php file on the server, which we don't have access to (such as the logo, and other useful things) body { background-color: #73b55b }