Subversion Repositories wimsdev

Rev

Rev 12875 | 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: 1px 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 li:hover{
  61.     border-color:#004077;
  62.     box-shadow: 0 0 3px #AAA;
  63. }
  64. .wims_score_bar .wims_exo_untry, .wims_score_bars .wims_exo_untry {
  65.     background-color: white;
  66. }
  67. .wims_score_bar .wims_exo_undone, .wims_score_bars .wims_exo_undone{
  68.     background-color:  #99F;
  69. }
  70. .wims_score_bar .wims_exo_done, .wims_score_bars .wims_exo_done{
  71.     background-color: #5AE882;
  72. }
  73. .wims_score_bar .wims_exo_unwork, .wims_score_bars .wims_exo_unwork{
  74.     background-color: orange;
  75. }
  76.  
  77. .wims_score_bar .wims_congratulation, .wims_score_bars .wims_congratulation{
  78.     border:2px solid #F7F785;
  79.     box-shadow: 0 0 2px #888;
  80. }
  81.  
  82.  
  83. @media only screen and (max-width: 64em) {
  84.    div.wims_score_bar {
  85.         float:none;
  86.         max-width: none;
  87.    }
  88. }
  89.