Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-fill-in-container {
2
  line-height: 2.25;
3
}
4
 
5
.h5p-fill-in-container p {
6
  line-height: 2.25;
7
  margin-bottom: 0;
8
}
9
 
10
.h5p-fill-in-options {
11
  color: #7F7F7F;
12
  background-color: #F5F5F5;
13
  padding: 1.66em;
14
  font-size: 0.94em;
15
}
16
 
17
.h5p-fill-in-correct-responses-pattern,
18
.h5p-fill-in-user-response-wrong,
19
.h5p-fill-in-user-response-correct {
20
  display: inline-block;
21
  padding: 0.15em 0.66em;
22
  margin-left: 0.33em;
23
  margin-right: 0.33em;
24
  border-radius: 0.33em;
25
  white-space: nowrap;
26
  line-height: 1.5;
27
}
28
 
29
.h5p-fill-in-correct-responses-pattern {
30
  color: #79B74B;
31
  background-color: #fff;
32
  border: dashed 1px #79B74B;
33
}
34
 
35
.h5p-fill-in-user-response-correct {
36
  color: #ffffff;
37
  background: #8AC062;
38
  border: dashed 1px #8AC062;
39
}
40
 
41
.h5p-fill-in-user-response-correct.h5p-fill-in-no-correct {
42
  background-color: #186df7;
43
  border: none;
44
}
45
 
46
.h5p-fill-in-user-response-correct:before {
47
  font-family: 'h5p-reporting-icons';
48
  content: "\e90c";
49
}
50
 
51
.h5p-fill-in-user-response-wrong {
52
  color: #ffffff;
53
  background-color: #DF465A;
54
  border: dashed 1px #DF465A;
55
}
56
 
57
.h5p-fill-in-user-response-wrong:before {
58
  font-family: 'h5p-reporting-icons';
59
  content: "\e894";
60
}
61
 
62
.h5p-fill-in-footer {
63
  font-size: 14px;
64
  text-align: right;
65
  margin-top: 30px;
66
  color: #5C5C5C;
67
  margin-left: auto;
68
  margin-right: auto;
69
}
70
 
71
/* Customization for long-fill-in interactions */
72
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-correct-responses-pattern,
73
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-user-response-wrong,
74
.h5p-fill-in-container.h5p-long-fill-in .h5p-fill-in-user-response-correct {
75
  width: 100%;
76
  white-space: normal;
77
}