Browse Source

couleur bleu progress bar

master
heuzef 10 years ago
parent
commit
f91ccdc3a4
2 changed files with 8 additions and 8 deletions
  1. +7
    -7
      css/ecomonde.css
  2. +1
    -1
      gamers/player2.xml

+ 7
- 7
css/ecomonde.css View File

@@ -87,13 +87,13 @@
} }


.bleue span { .bleue span {
background-color: #5E09DE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#5E09DE), to(#7A58F5));
background-image: -webkit-linear-gradient(top, #5E09DE, #7A58F5);
background-image: -moz-linear-gradient(top, #5E09DE, #7A58F5);
background-image: -ms-linear-gradient(top, #5E09DE, #7A58F5);
background-image: -o-linear-gradient(top, #5E09DE, #7A58F5);
background-image: linear-gradient(top, #5E09DE, #7A58F5);
background-color: #416BE8;
background-image: -webkit-gradient(linear, left top, left bottom, from(#416BE8), to(#419AE8));
background-image: -webkit-linear-gradient(top, #416BE8, #419AE8);
background-image: -moz-linear-gradient(top, #416BE8, #419AE8);
background-image: -ms-linear-gradient(top, #416BE8, #419AE8);
background-image: -o-linear-gradient(top, #416BE8, #419AE8);
background-image: linear-gradient(top, #416BE8, #419AE8);
} }


.jaune span { .jaune span {


+ 1
- 1
gamers/player2.xml View File

@@ -13,6 +13,6 @@
<noire>0</noire> <noire>0</noire>
</ecos> </ecos>
<trans>default</trans> <trans>default</trans>
<notes></notes>
<notes/>
</entry> </entry>
</response> </response>

Loading…
Cancel
Save