Différences entre versions de « MediaWiki:Common.css »

De Wiki Latitude-Cartagène
Aller à : navigation, rechercher
(Page blanchie)
Balise : Blanchiment
 
(185 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
/* Changes the background color of the bottom and left of each page, up to behind half of the logo: */
 
body {
 
  background: Cornsilk;
 
}
 
  
/* Changes the background color behind the top half of the logo and at top of each page: */
 
#mw-page-base {
 
  background: LightGrey;
 
}
 
 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap');
 
 
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */
 
body {
 
  font-family: "Roboto Slab", Regular 400;
 
}
 
 
/* Changes the default font used for MediaWiki headings to Roboto Slab: */
 
#content h1,
 
#content h2 {
 
  font-family: "Roboto Slab", Regular 400;
 
}
 

Version actuelle datée du 14 janvier 2021 à 17:43