Proyectos de Subversion Moodle

Rev

Rev 964 | Ir a la última revisión | | Ultima modificación | Ver Log |

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