Difference between revisions of "MediaWiki:Vector.css"

From Popix
Jump to navigation Jump to search
m
m
 
(11 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
 
/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
 +
@import "https://commons.inria.fr/wiki/vector.css";
 +
div#mw-head {
 +
  background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg);
 +
}
  
*{
+
body {  
 
font-size:12pt;
 
font-size:12pt;
 +
font-family:garamond;
 
}
 
}
/* increase Vector sidebar width */
 
div#mw-panel {width:12em;}
 
div#footer, #mw-head-base, div#content {margin-left: 12em;}
 
#left-navigation {left: 12em;}
 

Latest revision as of 08:52, 11 April 2014

/* Le CSS placé ici affectera les utilisateurs de l’habillage Vector. */
@import "https://commons.inria.fr/wiki/vector.css";
div#mw-head {
   background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg);
}

body { 
font-size:12pt;
font-family:garamond;
}