Difference between revisions of "MediaWiki:Vector.css"

From Popix
Jump to navigation Jump to search
m
m
 
Line 3: Line 3:
 
div#mw-head {
 
div#mw-head {
 
   background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg);
 
   background-image:url(https://commons.inria.fr/wiki/images/titres/mwhead-popix.jpg);
}
 
 
#left-navigation {
 
left: 84px;
 
top: 84px;
 
}
 
div#simpleSearch button#searchButton {
 
    background-color: transparent;
 
 
}
 
}
  

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;
}