Difference between revisions of "MediaWiki:Common.css"

From Translate Science
Line 1: Line 1:
 
/* CSS placed here will be applied to all skins */
 
/* CSS placed here will be applied to all skins */
 +
 +
body {
 +
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
 +
}
  
 
#mw-content-container, #mw-header-container {
 
#mw-content-container, #mw-header-container {
 
   background-color: #ffff88;
 
   background-color: #ffff88;
 
}
 
}

Revision as of 18:48, 24 March 2021

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

body {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
}

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