MediaWiki:Common.css: Difference between revisions

From MARINA
Jump to navigation Jump to search
No edit summary
No edit summary
Line 11: Line 11:
#mw-content-text {
#mw-content-text {


   font-size: 10.000em;
   font-size: 10em;


}
}
Line 20: Line 20:
#bodyContent {
#bodyContent {


   font-size: 10.000em;
   font-size: 10em;


}
}

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: 10em;

}


/* jwf--Make text larger */

#bodyContent {

  font-size: 10em;

}