Difference between revisions of "MediaWiki:Common.css"

From BaseX Documentation
Jump to navigation Jump to search
Line 3: Line 3:
  
 
   color: #2c2c2c;
 
   color: #2c2c2c;
  font-size: 14px;
+
 
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
 
   font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
  overflow-x: hidden;
 
 
   -moz-osx-font-smoothing: grayscale;
 
   -moz-osx-font-smoothing: grayscale;
 
   -webkit-font-smoothing: antialiased;
 
   -webkit-font-smoothing: antialiased;
 
}
 
}

Revision as of 13:56, 3 April 2020

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

  color: #2c2c2c;

  font-family: "PT Sans",Helvetica,Montserrat,"Helvetica Neue",Arial,sans-serif;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}