Proyectos de Subversion Moodle

Rev

Rev 1 | Rev 970 | Ir a la última revisión | | Comparar con el anterior | Ultima modificación | Ver Log |

Rev Autor Línea Nro. Línea
1 efrain 1
#cesa_notes-opener {
2
  width: 25px;
3
  height: 25px;
4
}
5
 
964 ariadna 6
 
1 efrain 7
.cesa_notes-opener.cesa_notes-pos-rb {
8
  border-radius: 15px;
9
  background-color: #30a8df;
10
}
11
 
12
div.mdl-align {
13
  min-height: 470px;
14
}
15
.cesa_notes-pos-inline-text {
16
  padding: 10px;
17
  margin-left: 35px;
18
  cursor: pointer;
19
}
20
 
21
.modal-open .modal.show.modal_cesa_notes_root {
22
  right: 0;
23
  left: unset;
24
  bottom: 0;
25
  top: 15%;
26
  width: 22%;
27
  padding-bottom: 8rem;
28
  background-color: #fff!important;
29
  box-shadow: -3px 7px 10px rgb(0 0 0 / 40%);
30
}
31
 
32
.j-cesa-note-content-edit {
33
  border-radius: 5px;
34
  padding: 0.2rem 0.5rem;
35
  justify-content: center;
36
  align-items: center;
37
  background: #f4e6a6;
38
  border: none;
39
  font-size: 0.7rem;
40
  box-shadow: 0px 4px 2px rgb(0 0 0 / 10%);
41
}
42
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog {
43
  min-height: 100%;
44
  padding: 0 !important;
45
  max-height: unset;
46
}
47
 
48
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content {
49
  min-height: 100%;
50
  max-height: unset;
51
  background-color: #fff !important;
52
}
53
 
54
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-header {
55
  display: flex;
56
  justify-content: space-between;
57
  align-items: center;
58
  background-color: transparent;
59
  background-image: unset;
60
  box-shadow: none;
61
  border: none;
62
  padding-bottom: 0;
63
}
64
 
65
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-body {
66
  overflow: unset !important;
67
  padding-top: 0.4rem;
68
}
69
 
70
 
71
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-header .modal-title {
72
  color: #66A7DD;
73
  font-size: 16px;
74
}
75
 
76
.modal-open .modal.show.modal_cesa_notes_root .modal-dialog .modal-content .modal-header button.close{
77
  top: unset;
78
  bottom: -0.2rem;
79
  font-size: 3rem;
80
  padding: 0;
81
  margin: 0;
82
  float: unset;
83
  color: #66A7DD;
84
 
85
}
86
 
87
.cesa_notes-pos-inline,
88
.cesa_notes-pos-rb,
89
.cesa_notes-pos-lb,
90
.cesa_notes-pos-rt,
91
.cesa_notes-pos-lt {
92
  width: 40px;
93
  height: 40px;
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;
199
  min-height: 20rem;
200
  height: 55vh;
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
}
302
.cesa_notes_base .tab .tab-content {
303
  /* display: none; */
304
}
305
.cesa_notes_base .tab .tab-content .notes-info {
306
  display: none;
307
  background: #ffe6a4;
308
  padding: 5px;
309
  position: relative;
310
}
311
.cesa_notes_base .tab .tab-content .notes-info .count {
312
  color: #000;
313
}
314
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging {
315
  position: absolute;
316
  right: 0;
317
}
318
.cesa_notes_base .tab .tab-content .notes-info .cesa_notes-paging .paging a {
319
  margin: 5px;
320
  background: #c1621e;
321
  padding: 4px 10px;
322
  border-radius: 15px;
323
  color: #fff;
324
}
325
.cesa_notes_base
326
  .tab
327
  .tab-content
328
  .notes-info
329
  .cesa_notes-paging
330
  .paging
331
  .separator {
332
  border-left: 1px solid gray;
333
}
334
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists {
335
  margin: 0;
336
  clear: both;
337
}
338
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li {
339
  list-style: none;
340
  position: relative;
341
  margin: 0 0 5px 0;
342
  padding: 5px;
343
  list-style: none;
344
  background-color: #f5f5f7;
345
  border: 1px solid #e3e4e4;
346
  margin-bottom: 0.1rem;
347
  border-radius: 5px;
348
}
349
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .content {
350
  margin-right: 10px;
351
  word-wrap: break-word;
352
}
353
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .content .text_to_html {
354
  text-overflow: ellipsis;
355
  height: 2rem;
356
  white-space: nowrap;
357
  overflow: hidden;
358
  padding-right: 1rem;
359
  text-align: start;
360
  margin: 0.7rem 0;
361
  font-size: 0.8rem;
362
  -webkit-line-clamp: 2;
363
}
364
 
365
.j-delete-cesa-note {
366
  display: none;
367
  margin: auto;
368
  margin-left: 0;
369
  background: #f4e6a6;
370
  color: #383838;
371
  border: none;
372
  border-radius: 3px;
373
  padding: 0.2rem 0.5rem;
374
  font-size: 0.7rem;
375
  line-height: 1.5;
376
}
377
 
378
#cesa_notes_delete_modal {
379
  position: absolute;
380
  left: 0;
381
  top: 0%;
382
  z-index: 100;
383
  visibility: hidden;
384
  opacity: 0;
385
  display: flex;
386
  flex-direction: column;
387
  align-items: center;
388
  width: 100%;
389
  height: 100%;
390
  padding-top: 2rem;
391
  background-color: rgba(0,0,0,0.5);
392
}
393
 
394
#cesa_notes_delete_modal.show_delete_modal {
395
  visibility: visible;
396
  opacity: 1;
397
}
398
 
399
.cesa_notes_delete_modal_content {
400
  width: 90%;
401
  display: flex;
402
  flex-wrap: wrap;
403
  justify-content: center;
404
  gap: 0.7rem;
405
  padding: 1rem;
406
  border-radius: 10px;
407
  background-color: #fff;
408
  transition: visibility 0.2s, opacity 0.2s;
409
}
410
 
411
#cesa_notes_modal_accept_delete {
412
  border-radius: 5px;
413
  border: none;
414
  color: #fff;
415
  background-color: #66A7DD;
416
}
417
 
418
#cesa_notes_modal_cancel_delete {
419
  border-radius: 5px;
420
  border: none;
421
  background-color: #f4e6a6;
422
}
423
.j-delete-cesa-note.show_delete_note_btn {
424
  display: block;
425
}
426
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .note-detail {
427
  display: inline-block;
428
  font-size: 11px;
429
}
430
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li .time {
431
  color: #888;
432
  font-style: italic;
433
  display: inline-block;
434
  margin-left: 5px;
435
  font-size: 11px;
436
}
437
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li a.mynote-delete {
438
  position: absolute;
439
  right: 0;
440
  margin: 0 4px;
441
}
442
.cesa_notes_base .tab .tab-content ul.cesa_notes_lists li a.mynote-delete span {
443
  color: #bbb;
444
}
445
.cesa-notes-limit {
446
  display: none;
447
}