Rev 12300 | Rev 12875 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
Rev | Author | Line No. | Line |
---|---|---|---|
8431 | bpr | 1 | .wims_score_bar{ |
2 | margin-bottom:-1em; |
||
8756 | obado | 3 | margin-right:-.4em; |
12279 | obado | 4 | } |
5 | .wims_sheet_item>.wims_score_bar{ |
||
8435 | bpr | 6 | max-width: 8.1em; |
8431 | bpr | 7 | } |
8 | |||
12278 | obado | 9 | .wims_score_bar ol{ |
8431 | bpr | 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 | |||
12299 | obado | 22 | .wims_score_bar li, .wims_seed_item{ |
12389 | bpr | 23 | width:.4em; |
24 | height:.4em; |
||
8431 | bpr | 25 | overflow:hidden; |
9869 | obado | 26 | /*cursor: help;*/ |
12278 | obado | 27 | color: gray; |
8756 | obado | 28 | background-color: gray; |
8477 | bpr | 29 | } |
12299 | obado | 30 | .wims_score_bar li, |
31 | .wims_score_bar_legend li{ |
||
12278 | obado | 32 | display: inline-block; |
12299 | obado | 33 | } |
34 | .wims_score_bar li, |
||
35 | .wims_score_bar_legend li, |
||
36 | .wims_seed_item{ |
||
12389 | bpr | 37 | border: 0px solid; |
12278 | obado | 38 | } |
12299 | obado | 39 | .wims_seed_item{ |
40 | margin:1px; |
||
41 | } |
||
12278 | obado | 42 | .wims_score_bar_legend li{ |
43 | padding:1px; |
||
44 | min-width:2em; |
||
45 | text-align: center; |
||
12279 | obado | 46 | border-color: gray; |
12278 | obado | 47 | } |
8431 | bpr | 48 | |
9869 | obado | 49 | .wims_score_bar li a{ |
50 | color:transparent; |
||
51 | } |
||
12274 | bpr | 52 | .wims_score_bar .wims_exo_untry, .wims_score_bars .wims_exo_untry { |
8431 | bpr | 53 | background-color: white; |
54 | } |
||
12274 | bpr | 55 | .wims_score_bar .wims_exo_undone, .wims_score_bars .wims_exo_undone{ |
8477 | bpr | 56 | background-color: #99F; |
8431 | bpr | 57 | } |
12274 | bpr | 58 | .wims_score_bar .wims_exo_done, .wims_score_bars .wims_exo_done{ |
8431 | bpr | 59 | background-color: #5AE882; |
60 | } |
||
12274 | bpr | 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{ |
||
8431 | bpr | 66 | border:2px solid #F7F785; |
67 | box-shadow: 0 0 2px #888; |
||
68 | } |
||
10375 | obado | 69 | |
70 | |||
71 | @media only screen and (max-width: 64em) { |
||
72 | div.wims_score_bar { |
||
73 | float:none; |
||
74 | max-width: none; |
||
75 | } |
||
76 | } |