MediaWiki:Timeless.css: Difference between revisions

From VNDev Wiki
Sans serif headers
 
Remove site notice background (for guide namespace disclaimer)
 
Line 10: Line 10:
   font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
   font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
   font-weight: 501;
   font-weight: 501;
}
/* Don't show an empty site notice */
#localNotice {
  background: transparent;
  border: none;
  box-shadow: none;
}
}

Latest revision as of 13:58, 24 June 2022

/* All CSS here will be loaded for users of the Timeless skin */

/* Change the headers to sans serif */
#p-logo-text a{
  font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
  font-weight: 401;
}

.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4, .mw-body h5, .mw-body h6, .mw-body dt{
  font-family: 'Segoe UI','Segoe UI Emoji','Segoe UI Symbol','Lato','Liberation Sans','Noto Sans','Helvetica Neue','Helvetica',sans-serif;
  font-weight: 501;
}


/* Don't show an empty site notice */
#localNotice {
  background: transparent;
  border: none;
  box-shadow: none;
}