Rev 12875 | 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 | } |
12875 | obado | 5 | .wims_tooltiptext>.wims_score_bar{ |
6 | margin:0; |
||
7 | } |
||
12279 | obado | 8 | .wims_sheet_item>.wims_score_bar{ |
8435 | bpr | 9 | max-width: 8.1em; |
8431 | bpr | 10 | } |
11 | |||
12278 | obado | 12 | .wims_score_bar ol{ |
8431 | bpr | 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 | |||
12299 | obado | 25 | .wims_score_bar li, .wims_seed_item{ |
12389 | bpr | 26 | width:.4em; |
27 | height:.4em; |
||
8431 | bpr | 28 | overflow:hidden; |
9869 | obado | 29 | /*cursor: help;*/ |
12278 | obado | 30 | color: gray; |
8756 | obado | 31 | background-color: gray; |
8477 | bpr | 32 | } |
12299 | obado | 33 | .wims_score_bar li, |
34 | .wims_score_bar_legend li{ |
||
12278 | obado | 35 | display: inline-block; |
12299 | obado | 36 | } |
37 | .wims_score_bar li, |
||
38 | .wims_score_bar_legend li, |
||
39 | .wims_seed_item{ |
||
13605 | obado | 40 | border: 1px solid; |
12278 | obado | 41 | } |
12875 | obado | 42 | |
43 | .wims_tooltiptext .wims_seed_item{ |
||
44 | border-width: 1px; |
||
45 | } |
||
46 | |||
12299 | obado | 47 | .wims_seed_item{ |
48 | margin:1px; |
||
49 | } |
||
12278 | obado | 50 | .wims_score_bar_legend li{ |
51 | padding:1px; |
||
52 | min-width:2em; |
||
53 | text-align: center; |
||
12279 | obado | 54 | border-color: gray; |
12278 | obado | 55 | } |
8431 | bpr | 56 | |
9869 | obado | 57 | .wims_score_bar li a{ |
58 | color:transparent; |
||
59 | } |
||
13605 | obado | 60 | .wims_score_bar li:hover{ |
61 | border-color:#004077; |
||
62 | box-shadow: 0 0 3px #AAA; |
||
63 | } |
||
12274 | bpr | 64 | .wims_score_bar .wims_exo_untry, .wims_score_bars .wims_exo_untry { |
8431 | bpr | 65 | background-color: white; |
66 | } |
||
12274 | bpr | 67 | .wims_score_bar .wims_exo_undone, .wims_score_bars .wims_exo_undone{ |
8477 | bpr | 68 | background-color: #99F; |
8431 | bpr | 69 | } |
12274 | bpr | 70 | .wims_score_bar .wims_exo_done, .wims_score_bars .wims_exo_done{ |
8431 | bpr | 71 | background-color: #5AE882; |
72 | } |
||
12274 | bpr | 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{ |
||
8431 | bpr | 78 | border:2px solid #F7F785; |
79 | box-shadow: 0 0 2px #888; |
||
80 | } |
||
10375 | obado | 81 | |
82 | |||
83 | @media only screen and (max-width: 64em) { |
||
84 | div.wims_score_bar { |
||
85 | float:none; |
||
86 | max-width: none; |
||
87 | } |
||
88 | } |