Proyectos de Subversion Moodle

Rev

Rev 995 | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
#cesa_notes-opener {
970 ariadna 2
  background: #443355;
1 efrain 3
}
4
 
5
.cesa_notes-opener.cesa_notes-pos-rb {
970 ariadna 6
  border-radius: 5px;
1 efrain 7
  background-color: #30a8df;
8
}
9
 
10
div.mdl-align {
11
  min-height: 470px;
12
}
970 ariadna 13
 
1 efrain 14
.cesa_notes-pos-inline-text {
15
  padding: 10px;
16
  margin-left: 35px;
17
  cursor: pointer;
18
}
19
 
20
.modal-open .modal.show.modal_cesa_notes_root {
21
  right: 0;
22
  left: unset;
23
  bottom: 0;
24
  top: 15%;
25
  width: 22%;
26
  padding-bottom: 8rem;
27
  background-color: #fff!important;
28
  box-shadow: -3px 7px 10px rgb(0 0 0 / 40%);
29
}
30
 
31
.j-cesa-note-content-edit {
32
  border-radius: 5px;
33
  padding: 0.2rem 0.5rem;
34
  justify-content: center;
35
  align-items: center;
36
  background: #f4e6a6;
37
  border: none;
38
  font-size: 0.7rem;
39
  box-shadow: 0px 4px 2px rgb(0 0 0 / 10%);
40
}
41
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog {
42
  min-height: 100%;
43
  padding: 0 !important;
44
  max-height: unset;
45
}
46
 
47
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content {
48
  min-height: 100%;
49
  max-height: unset;
50
  background-color: #fff !important;
51
}
52
 
53
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-header {
54
  display: flex;
55
  justify-content: space-between;
56
  align-items: center;
57
  background-color: transparent;
58
  background-image: unset;
59
  box-shadow: none;
60
  border: none;
61
  padding-bottom: 0;
62
}
63
 
64
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-body {
65
  overflow: unset !important;
66
  padding-top: 0.4rem;
67
}
68
 
69
 
70
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-header .modal-title {
71
  color: #66A7DD;
72
  font-size: 16px;
73
}
74
 
75
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-header button.close{
76
  top: unset;
77
  bottom: -0.2rem;
78
  font-size: 3rem;
79
  padding: 0;
80
  margin: 0;
81
  float: unset;
82
  color: #66A7DD;
83
 
84
}
85
 
86
.cesa_notes-pos-inline,
87
.cesa_notes-pos-rb,
88
.cesa_notes-pos-lb,
89
.cesa_notes-pos-rt,
90
.cesa_notes-pos-lt {
91
  width: 40px;
92
  height: 40px;
970 ariadna 93
  position: fixed;
1 efrain 94
  padding: 0;
95
  border-radius: 30px;
96
  text-align: center;
97
}
98
.cesa_notes-pos-rb {
99
  bottom: 5px;
100
  right: 20px;
101
}
102
.cesa_notes-pos-lb {
103
  bottom: 5px;
104
  left: 20px;
105
}
106
.cesa_notes-pos-rt {
107
  top: 100px;
108
  right: 20px;
109
}
110
.cesa_notes-pos-lt {
111
  top: 100px;
112
  left: 20px;
113
}
114
.cesa_notes-pos-inline {
115
  position: relative;
116
  float: left;
117
}
118
 
119
.cesa_notes-opener .pencil.cesa_notes_icon_float {
120
  display: flex;
121
  flex-direction: row-reverse;
122
  align-items: center;
123
  font-size: unset;
124
  margin: unset;
125
  font-weight: unset;
126
  cursor: pointer;
127
  line-height: unset;
128
}
129
 
130
.cesa_notes-opener .pencil.cesa_notes_icon_float img {
131
  width: 40px;
132
  height: 40px;
133
}
134
 
135
.cesa_notes-opener .pencil.cesa_notes_icon_float p {
136
  margin: 0;
137
  padding: 0 1rem;
138
  font-size: 1rem;
139
  font-weight: 500;
140
}
141
 
142
.cesa_notes-pos-inline > span.pencil,
143
.cesa_notes-pos-rb > span.pencil,
144
.cesa_notes-pos-lb > span.pencil,
145
.cesa_notes-pos-rt > span.pencil,
146
.cesa_notes-pos-lt > span.pencil {
147
  color: #fff;
148
  font-size: 29px;
149
  margin: 0;
150
  display: inline-block;
151
  font-weight: bold;
152
  cursor: pointer;
153
  line-height: 40px;
154
}
155
 
156
.cesa_notes_base {
157
  width: 100%;
158
  height: 100%;
159
}
160
.cesa_notes_base .inputarea {
161
  position: relative;
162
  padding: 5px;
163
margin-bottom: 10px;
164
}
165
.cesa_notes_base .inputarea p {
166
  margin: 0;
167
  font-size: 13px;
168
}
169
 
170
.cesa_notes_base .inputarea p.notesavedhint {
171
  display: none;
172
}
173
 
174
.cesa_notes_base .textarea {
175
  padding: 5px;
176
  background: #fff;
177
  margin-bottom: 0.6rem;
178
  border-radius: 5px;
179
  border: 1px solid #d6d6d6;
180
}
181
 
182
.modal-open .modal.show.modal_cesa_notes_root .cesa_notes_base .textarea textarea{
183
  border: none;
184
  box-shadow: none;
185
  font-size: 1rem;
186
  line-height: 1.4;
187
  resize: none;
188
  color: #6f6f6f;
189
}
190
.cesa_notes_base textArea:focus {
191
  border: none;
192
  box-shadow: none;
193
}
194
.cesa_notes_base textArea {
195
  width: 100%;
196
  max-width: 100%;
197
  margin: 0;
198
  padding: 0;
1098 ariadna 199
  min-height: 10rem;
200
  height: 15vh !important;
1 efrain 201
  border: none;
202
  box-shadow: none;
203
}
204
 
205
.cesa_notes_base .cesa_notes_buttons_container {
206
  display: flex;
207
  justify-content: flex-end;
208
  align-items: center;
209
  gap: 0.5rem;
210
}
211
 
212
.cesa_note_bottom_container {
213
  display: flex;
214
  justify-content: flex-end;
215
  margin: 0.7rem 0;
216
}
217
 
218
.cesa_notes_buttons_container .cesa_notes_print {
219
  font-size: 1rem;
220
  text-decoration: underline;
221
  color: #66A7DD;
222
}
223
 
224
.cesa_notes_base input[type="submit"],
225
.cesa_notes_base input[type="submit"]:hover {
226
  margin: 0;
227
  padding: 3px 10px;
228
  width: 5rem;
229
  height: 2.2rem;
230
  border-radius: 10px;
231
  font-size: 1.1rem;
232
  border: none;
233
  background: #66a7dd;
234
  color: #fff;
235
}
236
 
237
 
238
.cesa_notes_base input[type="submit"][disabled="disabled"]:hover {
239
  background: #63ab36;
240
  cursor: not-allowed;
241
}
242
.cesa_notes_base span.warning {
243
  color: #bd3c2f;
244
  margin-left: 15px;
245
  display: none;
246
}
247
.cesa_notes_base .responsetext {
248
  color: #33b733;
249
  line-height: 20px;
250
}
251
.cesa_notes_base .tabs-menu {
252
  display: none;
253
  height: 30px;
254
  float: left;
255
  clear: both;
256
  margin-bottom: 1px;
257
}
258
.cesa_notes_base .tabs-menu li {
259
  padding: 0 10px;
260
  margin-right: 1px;
261
  height: 30px;
262
  line-height: 30px;
263
  float: left;
264
  list-style: none;
265
  background-color: #d84e36;
266
  cursor: pointer;
267
}
268
.cesa_notes_base .tabs-menu li:first-child {
269
  border-radius: 7px 0 0 0;
270
}
271
.cesa_notes_base .tabs-menu li:last-child {
272
  border-radius: 0 7px 0 0;
273
}
274
.cesa_notes_base .tabs-menu li.current {
275
  position: relative;
276
  background-color: #ffe6a4;
277
  border-bottom: 1px solid #fff;
278
  z-index: 5;
279
  border-bottom: 2px solid #ffe6a4;
280
}
281
.cesa_notes_base .tabs-menu li:first-child.current {
282
  border-left: 1px solid #d4d4d1;
283
  border-top: 1px solid #d4d4d4;
284
}
285
.cesa_notes_base .tabs-menu li:last-child.current {
286
  border-right: 1px solid #d4d4d1;
287
  border-top: 1px solid #d4d4d4;
288
}
289
.cesa_notes_base .tabs-menu li .menu-item {
290
  text-transform: uppercase;
291
  color: #fff;
292
  text-decoration: none;
293
}
294
.cesa_notes_base .tabs-menu .current .menu-item {
295
  color: #000;
296
}
297
 
298
.cesa_notes_base .tab {
299
    clear: both;
300
    width: auto;
301
}
970 ariadna 302
 
1 efrain 303
.cesa_notes_base .tab .tab-content .notes-info {
304
  display: none;
305
  background: #ffe6a4;
306
  padding: 5px;
307
  position: relative;
308
}
970 ariadna 309
 
1 efrain 310
.cesa_notes_base .tab .tab-content .notes-info .count {
311
  color: #000;
312
}
970 ariadna 313
 
1 efrain 314
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging {
315
  position: absolute;
316
  right: 0;
317
}
970 ariadna 318
 
1 efrain 319
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging .paging a {
320
  margin: 5px;
321
  background: #c1621e;
322
  padding: 4px 10px;
323
  border-radius: 15px;
324
  color: #fff;
325
}
326
.cesa_notes_base
327
  .tab
328
  .tab-content
329
  .notes-info
330
  .cesa_notes-paging
331
  .paging
332
  .separator {
333
  border-left: 1px solid gray;
334
}
335
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists {
336
  margin: 0;
337
  clear: both;
338
}
339
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li {
340
  list-style: none;
341
  position: relative;
342
  margin: 0 0 5px 0;
343
  padding: 5px;
344
  list-style: none;
345
  background-color: #f5f5f7;
346
  border: 1px solid #e3e4e4;
347
  margin-bottom: 0.1rem;
348
  border-radius: 5px;
349
}
350
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .content {
351
  margin-right: 10px;
352
  word-wrap: break-word;
353
}
354
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .content .text_to_html {
355
  text-overflow: ellipsis;
356
  height: 2rem;
357
  white-space: nowrap;
358
  overflow: hidden;
359
  padding-right: 1rem;
360
  text-align: start;
361
  margin: 0.7rem 0;
362
  font-size: 0.8rem;
970 ariadna 363
  line-clamp: 2;
1 efrain 364
}
365
 
366
.j-delete-cesa-note {
367
  display: none;
368
  margin: auto;
369
  margin-left: 0;
1098 ariadna 370
  background: #002389;
371
  color: #FFF;
1 efrain 372
  border: none;
1098 ariadna 373
  border-radius: 5px;
374
  padding: .2rem .5rem;
375
  font-size: .7rem;
1 efrain 376
  line-height: 1.5;
377
}
378
 
379
#cesa_notes_delete_modal {
380
  position: absolute;
381
  left: 0;
382
  top: 0%;
383
  z-index: 100;
384
  visibility: hidden;
385
  opacity: 0;
386
  display: flex;
387
  flex-direction: column;
388
  align-items: center;
389
  width: 100%;
390
  height: 100%;
391
  padding-top: 2rem;
392
  background-color: rgba(0,0,0,0.5);
393
}
394
 
395
#cesa_notes_delete_modal.show_delete_modal {
396
  visibility: visible;
397
  opacity: 1;
398
}
399
 
400
.cesa_notes_delete_modal_content {
401
  width: 90%;
402
  display: flex;
403
  flex-wrap: wrap;
404
  justify-content: center;
405
  gap: 0.7rem;
406
  padding: 1rem;
407
  border-radius: 10px;
408
  background-color: #fff;
409
  transition: visibility 0.2s, opacity 0.2s;
410
}
411
 
412
#cesa_notes_modal_accept_delete {
413
  border-radius: 5px;
414
  border: none;
415
  color: #fff;
416
  background-color: #66A7DD;
417
}
418
 
419
#cesa_notes_modal_cancel_delete {
420
  border-radius: 5px;
421
  border: none;
422
  background-color: #f4e6a6;
423
}
424
.j-delete-cesa-note.show_delete_note_btn {
425
  display: block;
426
}
427
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .note-detail {
428
  display: inline-block;
429
  font-size: 11px;
430
}
431
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .time {
432
  color: #888;
433
  font-style: italic;
434
  display: inline-block;
435
  margin-left: 5px;
436
  font-size: 11px;
437
}
438
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li a.mynote-delete {
439
  position: absolute;
440
  right: 0;
441
  margin: 0 4px;
442
}
443
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li a.mynote-delete span {
444
  color: #bbb;
445
}
446
.cesa-notes-limit {
447
  display: none;
448
}
994 ariadna 449
#page-mod-zoom-view .no-overflow {
450
  margin: auto;
451
}
452
#page-mod-zoom-view .no-overflow span{
995 ariadna 453
  font-size: .9rem !important;
454
  font-weight: 400;
1098 ariadna 455
}
456
 
457
button#addmynote_submit {
458
  border-radius: 5px;
459
  border: none;
460
  background: #002389;
461
  color: #fff;
994 ariadna 462
}