NewHome
{{#css:
#bodyContent { background-color: yellow; }
body {
background: navajowhite;
}
}}
This is a test
Whoops! The default skin for your wiki, defined in $wgDefaultSkin as vector, is not available.
Your installation seems to include the following skins. See Manual: Skin configuration for information how to enable them and choose the default.
monobook / MonoBook (disabled)timeless / Timeless (disabled)vector / Vector (disabled)skins/ directory from it.LocalSettings.php to enable all installed skins:wfLoadSkin( 'MonoBook' ); wfLoadSkin( 'Timeless' ); wfLoadSkin( 'Vector' );
LocalSettings.php{{#css:
#bodyContent { background-color: yellow; }
body {
background: navajowhite;
}
}}
This is a test