Template:ProgressBar

From Fixme.ch
Revision as of 19:15, 30 December 2012 by Noskill (Talk | contribs)

Jump to: navigation, search


Added from http://fr.wikipedia.org/wiki/Mod%C3%A8le:Avancement. We need to add some .css in the MediaWiki:Common.css in order to make it work :(

Added https://fixme.ch/wiki/Template:Avancement/Nuancier

/* BOÎTES D'AVANCEMENT */
 
/* Pour les boites d'avancement, voir [[Template:Avancement]]. */
 
.avance_boite {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100px;
  height: 16px;
  background: #D3D3D3;
  border: solid 1px gray;
}
 
.avance_barre {
  position: relative;
  margin: 0;
  padding: 0;
  height: 100%;
  background: #A0A0FF;
  border: 0;
  vertical-align: middle;
}
 
.avance_texte {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100px;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;
  margin-top: -0.5em;
  text-align: center;
  font-size: 14px;
  line-height: 1em;
}