Subversion Repositories wimsdev

Rev

Rev 12278 | Rev 12300 | 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. }
  5. .wims_sheet_item>.wims_score_bar{
  6.     max-width: 8.1em;
  7. }
  8.  
  9. .wims_score_bar ol{
  10.     padding:0;
  11. }
  12.  
  13. .wims_score_bar_description{
  14.     font-size: 80%;
  15.     color:transparent;
  16. }
  17.  
  18. .wims_score_bar:hover .wims_score_bar_description{
  19.     color:gray;
  20. }
  21.  
  22. .wims_score_bar li{
  23.     width:.4em;
  24.     height:.4em;
  25.     overflow:hidden;
  26.     /*cursor: help;*/
  27.     color: gray;
  28.     background-color: gray;
  29. }
  30. .wims_score_bar li,.wims_score_bar_legend li{
  31.     display: inline-block;
  32.     border: 2px solid;
  33. }
  34. .wims_score_bar_legend li{
  35.     padding:1px;
  36.     min-width:2em;
  37.     text-align: center;
  38.     border-color: gray;
  39. }
  40.  
  41. .wims_score_bar li a{
  42.     color:transparent;
  43. }
  44. .wims_score_bar .wims_exo_untry, .wims_score_bars .wims_exo_untry {
  45.     background-color: white;
  46. }
  47. .wims_score_bar .wims_exo_undone, .wims_score_bars .wims_exo_undone{
  48.     background-color:  #99F;
  49. }
  50. .wims_score_bar .wims_exo_done, .wims_score_bars .wims_exo_done{
  51.     background-color: #5AE882;
  52. }
  53. .wims_score_bar .wims_exo_unwork, .wims_score_bars .wims_exo_unwork{
  54.     background-color: orange;
  55. }
  56.  
  57. .wims_score_bar .wims_congratulation, .wims_score_bars .wims_congratulation{
  58.     border:2px solid #F7F785;
  59.     box-shadow: 0 0 2px #888;
  60. }
  61.  
  62.  
  63. @media only screen and (max-width: 64em) {
  64.    div.wims_score_bar {
  65.         float:none;
  66.         max-width: none;
  67.    }
  68. }
  69.