Subversion Repositories wimsdev

Rev

Rev 9869 | Rev 12278 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed

  1. .wims_score_bar{
  2.     margin-bottom:-1em;
  3.     margin-right:-.4em;
  4.     max-width: 8.1em;
  5. }
  6.  
  7. .wims_score_bar ol{
  8.     padding:0;
  9. }
  10.  
  11. .wims_score_bar_description{
  12.     font-size: 80%;
  13.     color:transparent;
  14. }
  15.  
  16. .wims_score_bar:hover .wims_score_bar_description{
  17.     color:gray;
  18. }
  19.  
  20. .wims_score_bar li{
  21.     width:.4em;
  22.     height:.4em;
  23.     display: inline-block;
  24.     border: 2px solid;
  25.     overflow:hidden;
  26.     /*cursor: help;*/
  27.     background-color: gray;
  28.     color: gray;
  29. }
  30.  
  31. .wims_score_bar li a{
  32.     color:transparent;
  33. }
  34. .wims_score_bar .wims_exo_untry{
  35.     background-color: white;
  36. }
  37. .wims_score_bar .wims_exo_undone{
  38.     background-color:  #99F;
  39. }
  40. .wims_score_bar .wims_exo_done{
  41.     background-color: #5AE882;
  42. }
  43. .wims_score_bar .wims_congratulation{
  44.     border:2px solid #F7F785;
  45.     box-shadow: 0 0 2px #888;
  46. }
  47.  
  48.  
  49. @media only screen and (max-width: 64em) {
  50.    div.wims_score_bar {
  51.         float:none;
  52.         max-width: none;
  53.    }
  54. }
  55.