Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Styles for course ratings */
2
 
3
.tool_courserating-stars {
4
    white-space: nowrap;
5
}
6
.tool_courserating-stars .icon {
7
    margin-right: 1px;
8
}
9
.tool_courserating-cfield .course-average-value {
10
    font-weight: bold;
11
}
12
.tool_courserating-cfield .tool_courserating-ratings:hover {
13
    text-decoration: none;
14
}
15
.tool_courserating-reportrating {
16
    font-weight: 700;
17
    white-space: nowrap;
18
}
19
 
20
.tool_courserating-reviews-popup .course-average-value {
21
    font-weight: 700;
22
    letter-spacing: -.02rem;
23
    font-size: 4rem;
24
}
25
.tool_courserating-reviews-popup .course-average-caption {
26
    font-weight: 700;
27
    line-height: 1.4;
28
    font-size: 0.9rem;
29
}
30
.tool_courserating-reviews-popup .course-rating-percent {
31
    font-weight: 700;
32
}
33
.tool_courserating-reviews-popup .course-rating-bar {
34
    height: 10px;
35
    display: block;
36
    border-radius: 2px;
37
    box-shadow: inset 0 0 2px rgba(0, 0, 0, .25);
38
    position: relative;
39
    background-color: #eee;
40
    margin: 3px;
41
}
42
.tool_courserating-reviews-popup .course-rating-bar .course-rating-bar-rating {
43
    display: block;
44
    height: 10px;
45
}
46
.tool_courserating-reviews-popup .user-review {
47
    border-top: 1px solid #dee2e6;
48
}
49
 
50
.tool_courserating-form-stars-group label .icon {
51
    font-size: 2rem;
52
}
53
.tool_courserating-form-stars-group label.form-check-inline {
54
    margin-right: 0;
55
    padding-right: 1rem;
56
}
57
 
58
.tool_courserating-form-stars-group input[type='radio'] {
59
    display: none;
60
}
61
 
62
.tool_courserating-form-stars-group .stars-1 .star-on,
63
.tool_courserating-form-stars-group.s-1 .stars-1 .star-off,
64
.tool_courserating-form-stars-group .stars-2 .star-on,
65
.tool_courserating-form-stars-group.s-2 .stars-2 .star-off,
66
.tool_courserating-form-stars-group .stars-3 .star-on,
67
.tool_courserating-form-stars-group.s-3 .stars-3 .star-off,
68
.tool_courserating-form-stars-group .stars-4 .star-on,
69
.tool_courserating-form-stars-group.s-4 .stars-4 .star-off,
70
.tool_courserating-form-stars-group .stars-5 .star-on,
71
.tool_courserating-form-stars-group.s-5 .stars-5 .star-off {
72
    display: none;
73
}
74
.tool_courserating-form-stars-group.s-1 .stars-1 .star-on,
75
.tool_courserating-form-stars-group.s-2 .stars-2 .star-on,
76
.tool_courserating-form-stars-group.s-3 .stars-3 .star-on,
77
.tool_courserating-form-stars-group.s-4 .stars-4 .star-on,
78
.tool_courserating-form-stars-group.s-5 .stars-5 .star-on {
79
    display: inline-block;
80
}