Proyectos de Subversion Moodle

Rev

| Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
/* Administration interface styling */
2
 
3
.h5p-content {
4
  border: 1px solid #DDD;
5
  border-radius: 3px;
6
  padding: 10px;
7
}
8
 
9
.h5p-admin-table,
10
.h5p-admin-table > tbody {
11
  border: none;
12
  width: 100%;
13
}
14
 
15
.h5p-admin-table tr:nth-child(odd),
16
.h5p-data-view tr:nth-child(odd) {
17
  background-color: #F9F9F9;
18
}
19
.h5p-admin-table tbody tr:hover {
20
  background-color: #EEE;
21
}
22
.h5p-admin-table.empty {
23
  padding: 1em;
24
  background-color: #EEE;
25
  font-size: 1.2em;
26
  font-weight: bold;
27
}
28
 
29
.h5p-admin-table.libraries th:last-child,
30
.h5p-admin-table.libraries td:last-child {
31
  text-align: right;
32
}
33
 
34
.h5p-admin-buttons-wrapper {
35
  white-space: nowrap;
36
}
37
 
38
.h5p-admin-table.libraries button {
39
  font-size: 2em;
40
  cursor: pointer;
41
  border: 1px solid #AAA;
42
  border-radius: .2em;
43
  background-color: #e0e0e0;
44
  text-shadow: 0 0 0.5em #fff;
45
  padding: 0;
46
  line-height: 1em;
47
  width: 1.125em;
48
  height: 1.05em;
49
  text-indent: -0.125em;
50
  margin: 0.125em 0.125em 0 0.125em;
51
}
52
.h5p-admin-upgrade-library:before {
53
  font-family: 'H5P';
54
  content: "\e888";
55
}
56
.h5p-admin-view-library:before {
57
  font-family: 'H5P';
58
  content: "\e889";
59
}
60
.h5p-admin-delete-library:before {
61
  font-family: 'H5P';
62
  content: "\e890";
63
}
64
 
65
.h5p-admin-table.libraries button:hover {
66
  background-color: #d0d0d0;
67
}
68
.h5p-admin-table.libraries button:disabled:hover {
69
  background-color: #e0e0e0;
70
  cursor: default;
71
}
72
 
73
.h5p-admin-upgrade-library {
74
  color: #339900;
75
}
76
.h5p-admin-view-library {
77
  color: #0066cc;
78
}
79
.h5p-admin-delete-library {
80
  color: #990000;
81
}
82
.h5p-admin-delete-library:disabled,
83
.h5p-admin-upgrade-library:disabled {
84
  cursor: default;
85
  color: #c0c0c0;
86
}
87
 
88
.h5p-library-info {
89
  padding: 1em 1em;
90
  margin: 1em 0;
91
 
92
  width: 350px;
93
 
94
  border: 1px solid #DDD;
95
  border-radius: 3px;
96
}
97
 
98
/* Labeled field (label + value) */
99
.h5p-labeled-field {
100
  border-bottom: 1px solid #ccc;
101
}
102
.h5p-labeled-field:last-child {
103
  border-bottom: none;
104
}
105
 
106
.h5p-labeled-field .h5p-label {
107
  display: inline-block;
108
  min-width: 150px;
109
  font-size: 1.2em;
110
  font-weight: bold;
111
  padding: 0.2em;
112
}
113
 
114
.h5p-labeled-field .h5p-value {
115
  display: inline-block;
116
  padding: 0.2em;
117
}
118
 
119
/* Search element */
120
.h5p-content-search {
121
  display: inline-block;
122
  position: relative;
123
 
124
  width: 100%;
125
  padding: 5px 0;
126
  margin-top: 10px;
127
 
128
  border: 1px solid #CCC;
129
  border-radius: 3px;
130
  box-shadow: 2px 2px 5px #888888;
131
}
132
.h5p-content-search:before {
133
  font-family: 'H5P';
134
  vertical-align: bottom;
135
  content: "\e88a";
136
  font-size: 2em;
137
  line-height: 1.25em;
138
}
139
.h5p-content-search input {
140
  font-size: 120%;
141
  line-height: 120%;
142
}
143
.h5p-admin-search-results {
144
  margin-left: 10px;
145
  color: #888;
146
}
147
 
148
.h5p-admin-pager-size-selector {
149
  position: absolute;
150
  right: 10px;
151
  top: .75em;
152
  display: inline-block;
153
}
154
.h5p-admin-pager-size-selector > span {
155
  padding: 5px;
156
  margin-left: 10px;
157
  cursor: pointer;
158
  border: 1px solid #CCC;
159
  border-radius: 3px;
160
}
161
.h5p-admin-pager-size-selector > span.selected {
162
  background-color: #edf5fa;
163
}
164
.h5p-admin-pager-size-selector > span:hover {
165
  background-color: #555;
166
  color: #FFF;
167
}
168
 
169
/* Generic "javascript"-action button */
170
button.h5p-admin {
171
  border: 1px solid #AAA;
172
  border-radius: 5px;
173
  padding: 3px 10px;
174
  background-color: #EEE;
175
  cursor: pointer;
176
  display: inline-block;
177
  text-align: center;
178
  color: #222;
179
}
180
button.h5p-admin:hover {
181
  background-color: #555;
182
  color: #FFF;
183
}
184
button.h5p-admin.disabled,
185
button.h5p-admin.disabled:hover {
186
  cursor: auto;
187
  color: #CCC;
188
  background-color: #FFF;
189
}
190
 
191
/* Pager element */
192
.h5p-content-pager {
193
  display: inline-block;
194
  border: 1px solid #CCC;
195
  border-radius: 3px;
196
  box-shadow: 2px 2px 5px #888888;
197
  width: 100%;
198
  text-align: center;
199
  padding: 3px 0;
200
}
201
.h5p-content-pager > button {
202
  min-width: 80px;
203
  font-size: 130%;
204
  line-height: 130%;
205
  border: none;
206
  background: none;
207
  font-family: 'H5P';
208
  font-size: 1.4em;
209
}
210
.h5p-content-pager > button:focus {
211
  outline: 0;
212
}
213
.h5p-content-pager > button:last-child {
214
  margin-left: 10px;
215
}
216
.h5p-content-pager > .pager-info {
217
  cursor: pointer;
218
  padding: 5px;
219
  border-radius: 3px;
220
}
221
.h5p-content-pager > .pager-info:hover {
222
  background-color: #555;
223
  color: #FFF;
224
}
225
.h5p-content-pager > .pager-info,
226
.h5p-content-pager > .h5p-pager-goto {
227
  margin: 0 10px;
228
  line-height: 130%;
229
  display: inline-block;
230
}
231
 
232
.h5p-admin-header {
233
  margin-top: 1.5em;
234
}
235
#h5p-library-upload-form.h5p-admin-upload-libraries-form,
236
#h5p-content-type-cache-update-form.h5p-admin-upload-libraries-form {
237
  position: relative;
238
  margin: 0;
239
 
240
}
241
.h5p-admin-upload-libraries-form .form-submit {
242
  position: absolute;
243
  top: 0;
244
  right: 0;
245
}
246
.h5p-spinner {
247
  padding: 0 0.5em;
248
  font-size: 1.5em;
249
  font-weight: bold;
250
}
251
#h5p-admin-container .h5p-admin-center {
252
  text-align: center;
253
}
254
.h5p-pagination {
255
  text-align: center;
256
}
257
.h5p-pagination > span, .h5p-pagination > input {
258
  margin: 0 1em;
259
}
260
.h5p-data-view input[type="text"] {
261
  margin-bottom: 0.5em;
262
  margin-right: 0.5em;
263
  float: left;
264
}
265
.h5p-data-view input[type="text"]::-ms-clear {
266
  display: none;
267
}
268
 
269
.h5p-data-view .h5p-others-contents-toggler-wrapper {
270
  float: right;
271
  line-height: 2;
272
  margin-right: 0.5em;
273
}
274
 
275
.h5p-data-view .h5p-others-contents-toggler-label {
276
  font-size: 14px;
277
}
278
 
279
.h5p-data-view .h5p-others-contents-toggler {
280
  margin-right: 0.5em;
281
}
282
 
283
.h5p-data-view th[role="button"] {
284
  cursor: pointer;
285
}
286
.h5p-data-view th[role="button"].h5p-sort:after,
287
.h5p-data-view th[role="button"]:hover:after,
288
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after {
289
  content: "\25BE";
290
  position: relative;
291
  left: 0.5em;
292
  top: -1px;
293
}
294
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:after,
295
.h5p-data-view th[role="button"].h5p-sort:hover:after {
296
  content: "\25B4";
297
  top: -2px;
298
}
299
.h5p-data-view th[role="button"]:hover:after,
300
.h5p-data-view th[role="button"].h5p-sort.h5p-reverse:hover:after,
301
.h5p-data-view th[role="button"].h5p-sort:hover:after {
302
  color: #999;
303
}
304
.h5p-data-view .h5p-facet {
305
  cursor: pointer;
306
  color: #0073aa;
307
  outline: none;
308
}
309
.h5p-data-view .h5p-facet:hover,
310
.h5p-data-view .h5p-facet:active {
311
  color: #00a0d2;
312
}
313
.h5p-data-view .h5p-facet:focus {
314
  color: #124964;
315
  box-shadow: 0 0 0 1px #5b9dd9,0 0 2px 1px rgba(30,140,190,.8);
316
}
317
.h5p-data-view .h5p-facet-wrapper {
318
  line-height: 23px;
319
}
320
.h5p-data-view .h5p-facet-tag {
321
  margin: 2px 0 0 0.5em;
322
  font-size: 12px;
323
  background: #e8e8e8;
324
  border: 1px solid #cbcbcc;
325
  border-radius: 5px;
326
  color: #5d5d5d;
327
  padding: 0 24px 0 10px;
328
  display: inline-block;
329
  position: relative;
330
}
331
.h5p-data-view .h5p-facet-tag > span {
332
  position: absolute;
333
  right: 0;
334
  top: auto;
335
  bottom: auto;
336
  font-size: 18px;
337
  color: #a2a2a2;
338
  outline: none;
339
  width: 21px;
340
  text-indent: 4px;
341
  letter-spacing: 10px;
342
  overflow: hidden;
343
  cursor: pointer;
344
}
345
.h5p-data-view .h5p-facet-tag > span:before {
346
  content: "×";
347
  font-weight: bold;
348
}
349
.h5p-data-view .h5p-facet-tag > span:hover,
350
.h5p-data-view .h5p-facet-tag > span:focus {
351
  color: #a20000;
352
}
353
.h5p-data-view .h5p-facet-tag > span:active {
354
  color: #d20000;
355
}
356
.content-upgrade-log {
357
  color: red;
358
}