Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 1441
Línea 1... Línea 1...
1
$courseindex-link-color: $list-group-action-color !default;
1
$courseindex-link-color: $list-group-action-color !default;
2
$courseindex-link-color-selected: color-yiq($primary) !default;
2
$courseindex-link-color-selected: color-contrast($primary) !default;
3
$courseindex-link-dimmed-color: $gray-600 !default;
3
$courseindex-link-dimmed-color: $gray-600 !default;
4
$courseindex-link-hover-color: black !default;
4
$courseindex-link-hover-color: black !default;
5
$courseindex-item-dragging-bg: theme-color-level('info', -11) !default;
5
$courseindex-item-dragging-bg: shift-color($info, -90%) !default;
6
$courseindex-item-dragging-border: theme-color-level('info', -9) !default;
6
$courseindex-item-dragging-border: shift-color($info, -70%) !default;
7
$courseindex-item-active-border: $gray-300 !default;
7
$courseindex-item-active-border: $gray-300 !default;
8
$courseindex-item-active-bg: $gray-100 !default;
8
$courseindex-item-active-bg: $gray-100 !default;
9
$courseindex-item-page-bg: $primary !default;
9
$courseindex-item-page-bg: $primary !default;
10
$courseindex-item-padding-y: 0.5rem;
10
$courseindex-item-padding-y: 0.5rem;
11
$courseindex-item-padding-x: 0.5rem;
11
$courseindex-item-padding-x: 0.5rem;
Línea 28... Línea 28...
28
            .courseindex-link,
28
            .courseindex-link,
29
            .courseindex-chevron {
29
            .courseindex-chevron {
30
                color: $courseindex-link-hover-color;
30
                color: $courseindex-link-hover-color;
31
            }
31
            }
32
        }
32
        }
-
 
33
        &.draggable {
-
 
34
            cursor: move;
-
 
35
        }
-
 
36
        &.pageitem,
-
 
37
        .pageitem {
-
 
38
            background-color: darken($courseindex-item-page-bg, 7.5%);
-
 
39
            color: darken($courseindex-link-color-selected, 10%);
-
 
40
            .courseindex-link,
-
 
41
            .courseindex-chevron {
-
 
42
                color: darken($courseindex-link-color-selected, 10%);
-
 
43
                a {
-
 
44
                    color: darken($courseindex-link-color-selected, 10%);
-
 
45
                }
-
 
46
            }
-
 
47
        }
33
    }
48
    }
34
}
49
}
Línea 35... Línea 50...
35
 
50
 
36
@mixin courseindex-item-dragging() {
51
@mixin courseindex-item-dragging() {
Línea 109... Línea 124...
109
            color: $courseindex-link-color-selected;
124
            color: $courseindex-link-color-selected;
110
            scroll-margin: 6rem;
125
            scroll-margin: 6rem;
111
            a {
126
            a {
112
                color: $courseindex-link-color-selected;
127
                color: $courseindex-link-color-selected;
113
            }
128
            }
114
            &:hover,
-
 
115
            &:focus {
-
 
116
                background-color: darken($courseindex-item-page-bg, 7.5%);
-
 
117
                color: darken($courseindex-link-color-selected, 10%);
-
 
118
                .courseindex-link,
-
 
119
                .courseindex-chevron {
-
 
120
                    color: darken($courseindex-link-color-selected, 10%);
-
 
121
                }
-
 
122
            }
-
 
123
        }
129
        }
Línea 124... Línea 130...
124
 
130
 
125
        // Completion.
131
        // Completion.
126
        .completioninfo {
132
        .completioninfo {
Línea 156... Línea 162...
156
            border-left: solid 3px $courseindex-item-current;
162
            border-left: solid 3px $courseindex-item-current;
Línea 157... Línea 163...
157
 
163
 
158
            .current-badge {
164
            .current-badge {
159
                display: inline-block;
165
                display: inline-block;
-
 
166
            }
-
 
167
 
-
 
168
            /* Skip current badges in delegated sections. */
-
 
169
            .delegated-section .current-badge {
-
 
170
                display: none;
160
            }
171
            }
Línea 161... Línea 172...
161
        }
172
        }
162
 
173
 
163
        &.dropready .courseindex-item-content {
174
        &.dropready .courseindex-item-content {
Línea 168... Línea 179...
168
        .courseindex-sectioncontent {
179
        .courseindex-sectioncontent {
169
            .courseindex-item {
180
            .courseindex-item {
170
                padding-left: $courseindex-item-padding-x;
181
                padding-left: $courseindex-item-padding-x;
171
            }
182
            }
172
        }
183
        }
-
 
184
        &.delegated-section {
-
 
185
            width: 100%;
-
 
186
        }
173
    }
187
    }
Línea 174... Línea 188...
174
 
188
 
175
    // General icons size.
189
    // General icons size.
176
    .icon {
190
    .icon {
177
        font-size: 12px;
191
        font-size: 10px;
Línea 178... Línea 192...
178
    }
192
    }
179
 
193
 
180
    // Element visible only on editing mode.
194
    // Element visible only on editing mode.