MediaWiki:Mobile.css: Difference between revisions

From WickyWiki
mNo edit summary
m Blanked the page
Tags: Blanking mobile web edit mobile edit
 
Line 1: Line 1:
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; }
*/

Latest revision as of 18:47, 18 March 2022