Subversion Repositories wimsdev

Rev

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