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

De Entre Amis
Aller à : navigation, rechercher
(Page créée avec « →‎CSS placed here will affect users of the Apex skin : div.navigation_cr { text-align : right; background : #EEE; padding : 0px 10px; font-size : smalle... »)
 
m
Ligne 1 : Ligne 1 :
 
/* CSS placed here will affect users of the Apex skin */
 
/* CSS placed here will affect users of the Apex skin */
  
div.navigation_cr {
+
body {
  text-align : right;
+
max-width: 80em;
  background : #EEE;
+
}
  padding    : 0px 10px;
+
 
  font-size : smaller;
+
#p-logo a {
 +
width: 450px;
 +
}
 +
 
 +
#mw-panel {
 +
font-size: 0.8em;
 +
}
 +
 
 +
#toc {
 +
font-size: 0.5em;
 
}
 
}

Version du 7 septembre 2015 à 17:24

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

body {
	max-width: 80em;
}

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

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

#toc {
	font-size: 0.5em;
}