MediaWiki:Common.css: Difference between revisions

From Fabulous Loop de Loop
Jump to navigation Jump to search
No edit summary
No edit summary
Line 6: Line 6:


#mw-panel {
#mw-panel {
 
  position: fixed;
width: 15em;
  width: 20em;


}
}

Revision as of 13:44, 4 August 2020

/* CSS placed here will be applied to all skins */

body.page-Main_Page.action-view h1.firstHeading, body.page-Main_Page.action-submit h1.firstHeading { display: none; }

body { font-family: sans-serif; }

#mw-panel {
  position: fixed;
  width: 20em;

}