Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
@font-face {
2
  font-family: 'h5p-reporting-icons';
3
  src:  url('../fonts/h5p-reporting-icons.eot?xscgrg');
4
  src:  url('../fonts/h5p-reporting-icons.eot?xscgrg#iefix') format('embedded-opentype'),
5
  url('../fonts/h5p-reporting-icons.ttf?xscgrg') format('truetype'),
6
  url('../fonts/h5p-reporting-icons.woff?xscgrg') format('woff'),
7
  url('../fonts/h5p-reporting-icons.svg?xscgrg#h5p-reporting-icons') format('svg');
8
  font-weight: normal;
9
  font-style: normal;
10
}
11
 
12
.h5p-reporting-container {
13
  height: auto;
14
  border: solid 1px #C9C9C9;
15
  margin: auto;
16
  padding: 30px 50px 30px 50px;
17
  background: #fff;
18
  font-size: 15px;
19
  color: #5C5C5C;
20
  box-shadow: 0 0 20px 0 rgba(0,0,0,0.12);
21
  overflow: visible;
22
}
23
 
24
.h5p-reporting-description {
25
  display: inline-block;
26
  font-size: 20px;
27
  font-weight: 600;
28
  margin-bottom: 20px;
29
}
30
 
31
.h5p-reporting-score-wrapper,
32
.h5p-reporting-scaled-container,
33
.h5p-reporting-score-container {
34
  display: inline-block;
35
}
36
 
37
.h5p-reporting-score-wrapper {
38
  font-size: 0.95em;
39
  float: right;
40
 
41
  background-color: #f3f3f3;
42
  border-bottom: solid 1px #dfdfdf;
43
  padding: 0.4em 1em;
44
}
45
 
46
.h5p-reporting-score-wrapper {
47
  font-weight: bold;
48
}
49
 
50
.h5p-reporting-scaled-label,
51
.h5p-reporting-score-label {
52
  font-weight: normal;
53
}
54
 
55
.h5p-reporting-scaled-label,
56
.h5p-reporting-score,
57
.h5p-reporting-scaled-score {
58
  margin-left: 0.4em;
59
}