Difference between revisions of "MediaWiki:Common.css"

From Translate Science
Line 2: Line 2:
  
 
body, .mw-body {
 
body, .mw-body {
 +
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 +
}
 +
 +
.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
 
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 
}
 
}

Revision as of 18:55, 24 March 2021

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

body, .mw-body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

#mw-content-container, #mw-header-container {
  background-color: #ffff88;
}