MediaWiki:Common.css: Difference between revisions
Appearance
	
	
 Created page with "→CSS placed here will be applied to all skins:   →===============================    Global Reset & Basic Elements    ===============================:  body {   →For a slight background color or subtle pattern, uncomment or adjust below::    →background-color: #f7f8fa;:    font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;   line-height: 1.6;   color: #333; }  →Give tables a bit more breathing room:  table {   border-collapse: separate;   borde..."  | 
				No edit summary  | 
				||
| Line 120: | Line 120: | ||
     margin-bottom: 1em;  |      margin-bottom: 1em;  | ||
   }  |    }  | ||
}  | |||
/* Remove header from the front page. */  | |||
body.page-Main_Page h1.firstHeading {  | |||
    display: none;  | |||
}  | }  | ||