|
41 | 41 | }
|
42 | 42 | .question-reading-comprehension-text .text-highlight {
|
43 | 43 | color: transparent;
|
44 |
| - -webkit-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); |
45 |
| - -khtml-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); |
46 |
| - -moz-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); |
47 |
| - -ms-text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); |
48 |
| - text-shadow: 0 0 8px rgba(0, 0, 0, 0.5); |
49 |
| - -webkit-transition: color .8s linear, text-shadow .8s linear; |
50 |
| - -khtml-transition: color .8s linear, text-shadow .8s linear; |
51 |
| - -moz-transition: color .8s linear, text-shadow .8s linear; |
52 |
| - -ms-transition: color .8s linear, text-shadow .8s linear; |
53 |
| - transition: color .8s linear, text-shadow .8s linear; |
| 44 | + -webkit-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); |
| 45 | + -khtml-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); |
| 46 | + -moz-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); |
| 47 | + -ms-text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); |
| 48 | + text-shadow: 0 0 12px rgba(0, 0, 0, 0.5); |
| 49 | + -webkit-transition: color .12s linear, text-shadow .12s linear; |
| 50 | + -khtml-transition: color .12s linear, text-shadow .12s linear; |
| 51 | + -moz-transition: color .12s linear, text-shadow .12s linear; |
| 52 | + -ms-transition: color .12s linear, text-shadow .12s linear; |
| 53 | + transition: color .12s linear, text-shadow .12s linear; |
54 | 54 | }
|
55 | 55 | .question-reading-comprehension-text .text-highlight.active {
|
56 | 56 | color: #000;
|
|
59 | 59 | -moz-text-shadow: none;
|
60 | 60 | -ms-text-shadow: none;
|
61 | 61 | text-shadow: none;
|
62 |
| - -webkit-transition: color .8s linear, text-shadow .8s linear; |
63 |
| - -khtml-transition: color .8s linear, text-shadow .8s linear; |
64 |
| - -moz-transition: color .8s linear, text-shadow .8s linear; |
65 |
| - -ms-transition: color .8s linear, text-shadow .8s linear; |
66 |
| - transition: color .8s linear, text-shadow .8s linear; |
| 62 | + -webkit-transition: color .12s linear, text-shadow .12s linear; |
| 63 | + -khtml-transition: color .12s linear, text-shadow .12s linear; |
| 64 | + -moz-transition: color .12s linear, text-shadow .12s linear; |
| 65 | + -ms-transition: color .12s linear, text-shadow .12s linear; |
| 66 | + transition: color .12s linear, text-shadow .12s linear; |
67 | 67 | }
|
68 | 68 | .question-reading-comprehension-text .text-highlight.border {
|
69 | 69 | color: #bbb;
|
|
72 | 72 | -moz-text-shadow: none;
|
73 | 73 | -ms-text-shadow: none;
|
74 | 74 | text-shadow: none;
|
75 |
| - -webkit-transition: color .8s linear, text-shadow .8s linear; |
76 |
| - -khtml-transition: color .8s linear, text-shadow .8s linear; |
77 |
| - -moz-transition: color .8s linear, text-shadow .8s linear; |
78 |
| - -ms-transition: color .8s linear, text-shadow .8s linear; |
79 |
| - transition: color .8s linear, text-shadow .8s linear; |
| 75 | + -webkit-transition: color .12s linear, text-shadow .12s linear; |
| 76 | + -khtml-transition: color .12s linear, text-shadow .12s linear; |
| 77 | + -moz-transition: color .12s linear, text-shadow .12s linear; |
| 78 | + -ms-transition: color .12s linear, text-shadow .12s linear; |
| 79 | + transition: color .12s linear, text-shadow .12s linear; |
80 | 80 | }
|
81 | 81 | .question-reading-comprehension-text br {
|
82 | 82 | margin-bottom: 1em;
|
|
0 commit comments