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

De Wiki Latitude-Cartagène
Aller à : navigation, rechercher
Ligne 8 : Ligne 8 :
 
   background: LightGrey;
 
   background: LightGrey;
 
}
 
}
 +
 +
  
 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap');
 
@import url('https://fonts.googleapis.com/css2?family=Roboto+Slab:wght@900&display=swap');
Ligne 13 : Ligne 15 :
 
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */
 
/* Changes the default font used for MediaWiki to Roboto Slab (does not include headings or monospaced text): */
 
body {
 
body {
   font-family: "Roboto Slab", Regular 400;
+
   font-family: "Roboto Slab", serif;
 
}
 
}
  
Ligne 19 : Ligne 21 :
 
#content h1,  
 
#content h1,  
 
#content h2 {
 
#content h2 {
   font-family: "Roboto Slab", Regular 400;
+
   font-family: "Roboto Slab", serif;
 
}
 
}

Version du 12 novembre 2020 à 16:37

/* 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", serif;
}

/* Changes the default font used for MediaWiki headings to Roboto Slab: */
#content h1, 
#content h2 {
  font-family: "Roboto Slab", serif;
}