MediaWiki:Common.css: Difference between revisions
From WickyWiki
mNo edit summary |
mNo edit summary |
||
| Line 28: | Line 28: | ||
/*hide searchresult date and time */ | /*hide searchresult date and time */ | ||
#mw-search-result-data { display: none; } | #.mw-search-result-data { display: none; } | ||
Revision as of 19:34, 12 April 2021
body {
background-color: LightCyan;
}
/*top-left*/
#p-logo {
background-color: LightCyan;
}
/*top bar*/
#mw-head {
background-color: LightCyan;
}
/*selected tab TODO*/
#ca-nstab-mediawiki
{
background-color: LightBlue;
}
/*window*/
#content {
background-color: LightBlue;
}
/*hide powered by MediaWiki*/
#footer-poweredbyico { display: none; }
/*hide searchresult date and time */
#.mw-search-result-data { display: none; }