Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-long-choice-container {
2
  line-height: 2.25;
3
}
4
 
5
.h5p-long-choice-task-description {
6
  border-bottom: 1px solid #e5e5e5;
7
}
8
 
9
.h5p-long-choice-word {
10
  margin-left: 0.25em;
11
}
12
 
13
.h5p-long-choice-word.h5p-long-choice-answered,
14
.h5p-long-choice-word.h5p-long-choice-correct {
15
  padding: 3px 10px;
16
  margin-left: 5px;
17
  margin-right: 5px;
18
  border-radius: 5px;
19
}
20
 
21
.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct {
22
  color: #ffffff;
23
  background: #8AC062;
24
  border: dashed 1px #8AC062;
25
}
26
 
27
.h5p-long-choice-word.h5p-long-choice-answered.h5p-long-choice-correct:before {
28
  font-family: 'h5p-reporting-icons';
29
  content: "\e90c";
30
}
31
 
32
.h5p-long-choice-word.h5p-long-choice-answered {
33
  color: #ffffff;
34
  background-color: #DF465A;
35
  border: dashed 1px #DF465A;
36
}
37
 
38
.h5p-long-choice-word.h5p-long-choice-answered:before {
39
  font-family: 'h5p-reporting-icons';
40
  content: "\e894";
41
}
42
 
43
.h5p-long-choice-word.h5p-long-choice-correct {
44
  color: #79B74B;
45
  background-color: #fff;
46
  border: dashed 1px #79B74B;
47
}
48
 
49
.h5p-long-choice-footer {
50
  font-size: 14px;
51
  text-align: right;
52
  margin-top: 30px;
53
  color: #5C5C5C;
54
  margin-left: auto;
55
  margin-right: auto;
56
}
57
 
58
.h5p-long-choice-correct,
59
.h5p-long-choice-answered.h5p-long-choice-correct,
60
.h5p-long-choice-answered {
61
  white-space: nowrap;
62
  display: inline-block;
63
  line-height: 1.5;
64
}