Subversion Repositories wimsdev

Rev

Rev 12300 | Rev 12875 | 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, .wims_seed_item{
  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,
  31. .wims_score_bar_legend li{
  32.     display: inline-block;
  33. }
  34. .wims_score_bar li,
  35. .wims_score_bar_legend li,
  36. .wims_seed_item{
  37.     border: 0px solid;
  38. }
  39. .wims_seed_item{
  40.     margin:1px;
  41. }
  42. .wims_score_bar_legend li{
  43.     padding:1px;
  44.     min-width:2em;
  45.     text-align: center;
  46.     border-color: gray;
  47. }
  48.  
  49. .wims_score_bar li a{
  50.     color:transparent;
  51. }
  52. .wims_score_bar .wims_exo_untry, .wims_score_bars .wims_exo_untry {
  53.     background-color: white;
  54. }
  55. .wims_score_bar .wims_exo_undone, .wims_score_bars .wims_exo_undone{
  56.     background-color:  #99F;
  57. }
  58. .wims_score_bar .wims_exo_done, .wims_score_bars .wims_exo_done{
  59.     background-color: #5AE882;
  60. }
  61. .wims_score_bar .wims_exo_unwork, .wims_score_bars .wims_exo_unwork{
  62.     background-color: orange;
  63. }
  64.  
  65. .wims_score_bar .wims_congratulation, .wims_score_bars .wims_congratulation{
  66.     border:2px solid #F7F785;
  67.     box-shadow: 0 0 2px #888;
  68. }
  69.  
  70.  
  71. @media only screen and (max-width: 64em) {
  72.    div.wims_score_bar {
  73.         float:none;
  74.         max-width: none;
  75.    }
  76. }
  77.