Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 32... Línea 32...
32
    font-style: italic;
32
    font-style: italic;
33
    font-weight: 600;
33
    font-weight: 600;
34
    color: red;
34
    color: red;
35
}
35
}
Línea 36... Línea 36...
36
 
36
 
-
 
37
.tiny_image_form .tiny_image_dropzone_container,
37
.tiny_image_form .tiny_image_dropzone_container {
38
.tiny_media_form .tiny_media_dropzone_container {
38
    height: 200px;
39
    height: 200px;
Línea 39... Línea 40...
39
}
40
}
-
 
41
 
40
 
42
.tiny_image_form .tiny_image_dropzone_container .dropzone-label,
41
.tiny_image_form .tiny_image_dropzone_container .dropzone-label {
43
.tiny_media_form .tiny_media_dropzone_container .dropzone-label {
Línea 42... Línea 44...
42
    font-size: 1.25rem;
44
    font-size: 1.25rem;
-
 
45
}
43
}
46
 
44
 
47
.tiny_image_form .tiny_image_loader_container,
Línea 45... Línea 48...
45
.tiny_image_form .tiny_image_loader_container {
48
.tiny_media_form .tiny_media_loader_container {
46
    height: 200px;
49
    height: 200px;
-
 
50
}
-
 
51
 
-
 
52
.tiny_image_form  .tiny_image_preview_box {
-
 
53
    height: 300px;
-
 
54
}
-
 
55
 
-
 
56
.tiny_media_form  .tiny_media_preview_box {
-
 
57
    height: 100%;
47
}
58
}
48
 
59
 
49
.tiny_image_form  .tiny_image_preview_box {
60
.tiny_image_form  .tiny_image_preview_box,
50
    height: 300px;
61
.tiny_media_form  .tiny_media_preview_box {
51
    display: flex;
62
    display: flex;
Línea -... Línea 63...
-
 
63
    justify-content: center;
-
 
64
    align-items: center;
-
 
65
    overflow: hidden;
-
 
66
}
-
 
67
 
-
 
68
.tiny_media_form .tiny_media_preview_box {
-
 
69
    position: relative;
-
 
70
}
52
    justify-content: center;
71
 
-
 
72
.tiny_media_form .tiny_media_preview_box img {
53
    align-items: center;
73
    max-height: 300px;
54
    overflow: hidden;
74
}
55
}
75
 
56
 
76
.tiny_image_form .tiny_image_deleteicon,
57
.tiny_image_form .tiny_image_deleteicon {
77
.tiny_media_form .tiny_media_delete_icon {
58
    position: absolute;
-
 
59
    top: 5px;
-
 
60
    right: 5px;
78
    position: absolute;
61
    cursor: pointer;
-
 
62
    z-index: 1;
79
    top: 5px;
63
    width: 30px;
80
    right: 5px;
Línea 64... Línea 81...
64
    height: 30px;
81
    cursor: pointer;
-
 
82
    z-index: 1;
65
    background: rgba(255, 255, 255, 1);
83
    background: rgba(255, 255, 255, 1);
66
    border-radius: 50%;
84
    padding: 5px 10px;
Línea 67... Línea 85...
67
    padding: 4px 5px 5px 9px;
85
}
68
}
86
 
-
 
87
.tiny_image_form .tiny_image_deleteicon .fa-trash,
69
 
88
.tiny_media_form .tiny_media_delete_icon .fa-trash {
70
.tiny_image_form .tiny_image_deleteicon .fa-trash {
89
    color: #1d2125;
71
    color: #1d2125;
90
}
-
 
91
 
-
 
92
 
-
 
93
@media (max-width: 767px) {
-
 
94
    .tiny_image_form .tiny_image_properties_col,
-
 
95
    .tiny_media_form .tiny_media_properties_col {
-
 
96
        padding: 0;
-
 
97
    }
-
 
98
}
-
 
99
 
-
 
100
.subtitle-caption {
-
 
101
    text-decoration: underline;
-
 
102
}
-
 
103
 
-
 
104
.upload-custom-thumbnail,
-
 
105
.delete-custom-thumbnail {
-
 
106
    width: 100%;
-
 
107
}
-
 
108
 
-
 
109
.cs-link {
-
 
110
    margin-left: -23px;
-
 
111
}
-
 
112
 
-
 
113
.dropzone-container .dropzone-icon img.icon {
-
 
114
    height: .83em;
-
 
115
    opacity: .4;
-
 
116
}
-
 
117
 
-
 
118
.tiny_media_preview_tag {
-
 
119
    max-height: 500px;
-
 
120
}
-
 
121
 
-
 
122
.link_as_audio i,
-
 
123
.link_as_video i {
-
 
124
    font-size: 5em;
-
 
125
    color: #bdc6cd;
-
 
126
}
-
 
127