MediaWiki:Common.css: Difference between revisions

From MARINA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 4: Line 4:
  }
  }
body {font-family: "sans-serif";}
body {font-family: "sans-serif";}
body {font-size: "20";}


div#content h1, div#content h2 {font-family: "sans-serif";}
div#content h1, div#content h2 {font-family: "sans-serif";}


body.page-Main_Page h1.firstHeading { display:none; }
body.page-Main_Page h1.firstHeading { display:none; }
#mw-content-text {
  font-size: 10.000em;
}
/* jwf--Make text larger */
#bodyContent {
  font-size: 10.000em;
}

Revision as of 16:06, 12 December 2018

table.floatleft,div.floatleft {
  margin:0 0.5em 0 0;
  border:0
 }
body {font-family: "sans-serif";}

div#content h1, div#content h2 {font-family: "sans-serif";}

body.page-Main_Page h1.firstHeading { display:none; }

#mw-content-text {

  font-size: 10.000em;

}


/* jwf--Make text larger */

#bodyContent {

  font-size: 10.000em;

}