Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
.h5p-choices-table {
2
  width: 100%;
3
}
4
 
5
.h5p-choices-table td {
6
  text-align: left;
7
  border-bottom: 1px solid #ddd;
8
  padding: 5px;
9
  line-height: 2em;
10
}
11
 
12
.h5p-choices-table-heading {
13
  background-color: #233448;
14
  color: #FFFFFF;
15
}
16
 
17
.h5p-choices-table td.h5p-choices-choice {
18
  width: 75%;
19
}
20
 
21
.h5p-choices-table td.h5p-choices-choice,
22
.h5p-choices-table td.h5p-choices-alternative {
23
  padding-left: 1em;
24
}
25
 
26
.h5p-choices-user-answer {
27
  width: 15%;
28
}
29
 
30
.h5p-choices-crp-answer {
31
  width: 10%;
32
}
33
 
34
.h5p-choices-table td.h5p-choices-user-answer,
35
.h5p-choices-table td.h5p-choices-crp-answer {
36
  text-align: center;
37
}
38
 
39
 
40
.h5p-choices-user.h5p-choices-answered {
41
  color: #ffffff;
42
  background-color: #DF465A;
43
  padding: 5px;
44
  margin-left: 5px;
45
  margin-right: 5px;
46
  border-radius: 5px;
47
}
48
 
49
.h5p-choices-user.h5p-choices-answered:before {
50
  font-family: 'h5p-reporting-icons';
51
  content: "\e894";
52
}
53
 
54
.h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct {
55
  background-color: #8AC062;
56
  color: #ffffff;
57
  padding: 5px;
58
  margin-left: 5px;
59
  margin-right: 5px;
60
  border-radius: 5px;
61
}
62
 
63
.h5p-choices-user.h5p-choices-answered.h5p-choices-user-correct:before {
64
  font-family: 'h5p-reporting-icons';
65
  content: "\e90c";
66
}
67
 
68
.h5p-choices-crp.h5p-choices-crp-correct {
69
  color: #8ac062;
70
  border: dashed 1px #8ac062;
71
  padding: 5px;
72
  margin-left: 5px;
73
  margin-right: 5px;
74
  border-radius: 5px;
75
}
76
 
77
.h5p-choices-crp.h5p-choices-crp-correct:before {
78
  font-family: 'h5p-reporting-icons';
79
  content: "\e90c";
80
}
81
 
82
.h5p-choices-table td.h5p-choices-icon-cell {
83
  text-align: center;
84
}