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

De Entre Amis
Aller à : navigation, rechercher
m
m
 
Ligne 2 : Ligne 2 :
  
 
body {
 
body {
max-width: 80em;
+
max-width: 60em;
 
}
 
}
  
 
#p-logo a {
 
#p-logo a {
width: 50px;
+
width: 450px;
 
}
 
}
  
Ligne 14 : Ligne 14 :
  
 
#toc {
 
#toc {
font-size: 0.3em;
+
font-size: 1em;
 
}
 
}

Version actuelle datée du 31 décembre 2015 à 15:55

/* CSS placed here will affect users of the Apex skin */

body {
	max-width: 60em;
}

#p-logo a {
	width: 450px;
}

#mw-panel {
	font-size: 0.7em;
}

#toc {
	font-size: 1em;
}