MediaWiki:Common.css: Difference between revisions
From WickyWiki
Tag: Undo |
mNo edit summary Tags: mobile web edit mobile edit |
||
| (13 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
body { | body { | ||
background-color: | background-color: LightCyan; | ||
} | } | ||
/*top-left*/ | /*top-left*/ | ||
#p-logo { | #p-logo { | ||
background-color: | background-color: LightCyan; | ||
} | } | ||
/*top bar*/ | /*top bar*/ | ||
#mw-head { | #mw-head { | ||
background-color: | background-color: LightCyan; | ||
} | } | ||
| Line 21: | Line 21: | ||
/*window*/ | /*window*/ | ||
#content { | #content { | ||
background-color: | background-color: LightBlue; | ||
} | } | ||
/*hide powered by MediaWiki*/ | |||
#footer-poweredbyico { display: none; } | |||
/*hide search modified date and time | |||
.mw-search-result-data { display: none; } | |||
*/ | |||
Latest revision as of 20:55, 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 search modified date and time
.mw-search-result-data { display: none; }
*/