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, .mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt, .mw-body p {
+
#p-logo-text, 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, .mw-body p {
 
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 
   font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
 
}
 
}

Revision as of 19:01, 24 March 2021

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

#p-logo-text, 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, .mw-body p {
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
}

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

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