|
17 | 17 | .ck-content .text-tiny {
|
18 | 18 | font-size: .7em;
|
19 | 19 | }
|
| 20 | + |
20 | 21 | /* ckeditor5-font/theme/fontsize.css */
|
21 | 22 | .ck-content .text-small {
|
22 | 23 | font-size: .85em;
|
23 | 24 | }
|
| 25 | + |
24 | 26 | /* ckeditor5-font/theme/fontsize.css */
|
25 | 27 | .ck-content .text-big {
|
26 | 28 | font-size: 1.4em;
|
27 | 29 | }
|
| 30 | + |
28 | 31 | /* ckeditor5-font/theme/fontsize.css */
|
29 | 32 | .ck-content .text-huge {
|
30 | 33 | font-size: 1.8em;
|
31 | 34 | }
|
| 35 | + |
32 | 36 | /* ckeditor5-image/theme/image.css */
|
33 | 37 | .ck-content .image {
|
34 | 38 | display: table;
|
|
37 | 41 | margin: 0.9em auto;
|
38 | 42 | min-width: 50px;
|
39 | 43 | }
|
| 44 | + |
40 | 45 | /* ckeditor5-image/theme/image.css */
|
41 | 46 | .ck-content .image img {
|
42 | 47 | display: block;
|
43 | 48 | margin: 0 auto;
|
44 | 49 | max-width: 100%;
|
45 | 50 | min-width: 100%;
|
46 | 51 | }
|
| 52 | + |
47 | 53 | /* ckeditor5-image/theme/image.css */
|
48 | 54 | .ck-content .image-inline {
|
49 | 55 | /*
|
|
55 | 61 | max-width: 100%;
|
56 | 62 | align-items: flex-start;
|
57 | 63 | }
|
| 64 | + |
58 | 65 | /* ckeditor5-image/theme/image.css */
|
59 | 66 | .ck-content .image-inline picture {
|
60 | 67 | display: flex;
|
61 | 68 | }
|
| 69 | + |
62 | 70 | /* ckeditor5-image/theme/image.css */
|
63 | 71 | .ck-content .image-inline picture,
|
64 | 72 | .ck-content .image-inline img {
|
65 | 73 | flex-grow: 1;
|
66 | 74 | flex-shrink: 1;
|
67 | 75 | max-width: 100%;
|
68 | 76 | }
|
| 77 | + |
69 | 78 | /* ckeditor5-image/theme/imagecaption.css */
|
70 | 79 | .ck-content .image > figcaption {
|
71 | 80 | display: table-caption;
|
|
77 | 86 | font-size: .75em;
|
78 | 87 | outline-offset: -1px;
|
79 | 88 | }
|
| 89 | + |
80 | 90 | /* ckeditor5-image/theme/imageresize.css */
|
81 | 91 | .ck-content .image.image_resized {
|
82 | 92 | max-width: 100%;
|
83 | 93 | display: block;
|
84 | 94 | box-sizing: border-box;
|
85 | 95 | }
|
| 96 | + |
86 | 97 | /* ckeditor5-image/theme/imageresize.css */
|
87 | 98 | .ck-content .image.image_resized img {
|
88 | 99 | width: 100%;
|
89 | 100 | }
|
| 101 | + |
90 | 102 | /* ckeditor5-image/theme/imageresize.css */
|
91 | 103 | .ck-content .image.image_resized > figcaption {
|
92 | 104 | display: block;
|
93 | 105 | }
|
| 106 | + |
94 | 107 | /* ckeditor5-image/theme/imagestyle.css */
|
95 | 108 | .ck-content .image-style-block-align-left,
|
96 | 109 | .ck-content .image-style-block-align-right {
|
97 | 110 | max-width: calc(100% - var(--ck-image-style-spacing));
|
98 | 111 | }
|
| 112 | + |
99 | 113 | /* ckeditor5-image/theme/imagestyle.css */
|
100 | 114 | .ck-content .image-style-align-left,
|
101 | 115 | .ck-content .image-style-align-right {
|
102 | 116 | clear: none;
|
103 | 117 | }
|
| 118 | + |
104 | 119 | /* ckeditor5-image/theme/imagestyle.css */
|
105 | 120 | .ck-content .image-style-side {
|
106 | 121 | float: right;
|
107 | 122 | margin-left: var(--ck-image-style-spacing);
|
108 | 123 | max-width: 50%;
|
109 | 124 | }
|
| 125 | + |
110 | 126 | /* ckeditor5-image/theme/imagestyle.css */
|
111 | 127 | .ck-content .image-style-align-left {
|
112 | 128 | float: left;
|
113 | 129 | margin-right: var(--ck-image-style-spacing);
|
114 | 130 | }
|
| 131 | + |
115 | 132 | /* ckeditor5-image/theme/imagestyle.css */
|
116 | 133 | .ck-content .image-style-align-center {
|
117 | 134 | margin-left: auto;
|
118 | 135 | margin-right: auto;
|
119 | 136 | }
|
| 137 | + |
120 | 138 | /* ckeditor5-image/theme/imagestyle.css */
|
121 | 139 | .ck-content .image-style-align-right {
|
122 | 140 | float: right;
|
123 | 141 | margin-left: var(--ck-image-style-spacing);
|
124 | 142 | }
|
| 143 | + |
125 | 144 | /* ckeditor5-image/theme/imagestyle.css */
|
126 | 145 | .ck-content .image-style-block-align-right {
|
127 | 146 | margin-right: 0;
|
128 | 147 | margin-left: auto;
|
129 | 148 | }
|
| 149 | + |
130 | 150 | /* ckeditor5-image/theme/imagestyle.css */
|
131 | 151 | .ck-content .image-style-block-align-left {
|
132 | 152 | margin-left: 0;
|
133 | 153 | margin-right: auto;
|
134 | 154 | }
|
| 155 | + |
135 | 156 | /* ckeditor5-image/theme/imagestyle.css */
|
136 | 157 | .ck-content p + .image-style-align-left,
|
137 | 158 | .ck-content p + .image-style-align-right,
|
138 | 159 | .ck-content p + .image-style-side {
|
139 | 160 | margin-top: 0;
|
140 | 161 | }
|
| 162 | + |
141 | 163 | /* ckeditor5-image/theme/imagestyle.css */
|
142 | 164 | .ck-content .image-inline.image-style-align-left,
|
143 | 165 | .ck-content .image-inline.image-style-align-right {
|
144 | 166 | margin-top: var(--ck-inline-image-style-spacing);
|
145 | 167 | margin-bottom: var(--ck-inline-image-style-spacing);
|
146 | 168 | }
|
| 169 | + |
147 | 170 | /* ckeditor5-image/theme/imagestyle.css */
|
148 | 171 | .ck-content .image-inline.image-style-align-left {
|
149 | 172 | margin-right: var(--ck-inline-image-style-spacing);
|
150 | 173 | }
|
| 174 | + |
151 | 175 | /* ckeditor5-image/theme/imagestyle.css */
|
152 | 176 | .ck-content .image-inline.image-style-align-right {
|
153 | 177 | margin-left: var(--ck-inline-image-style-spacing);
|
154 | 178 | }
|
| 179 | + |
155 | 180 | /* ckeditor5-media-embed/theme/mediaembed.css */
|
156 | 181 | .ck-content .media {
|
157 | 182 | clear: both;
|
158 | 183 | margin: 0.9em 0;
|
159 | 184 | display: block;
|
160 | 185 | min-width: 15em;
|
161 | 186 | }
|
| 187 | + |
162 | 188 | /* ckeditor5-table/theme/tablecaption.css */
|
163 | 189 | .ck-content .table > figcaption {
|
164 | 190 | display: table-caption;
|
|
171 | 197 | font-size: .75em;
|
172 | 198 | outline-offset: -1px;
|
173 | 199 | }
|
| 200 | + |
174 | 201 | /* ckeditor5-table/theme/table.css */
|
175 | 202 | .ck-content .table {
|
176 | 203 | margin: 0.9em auto;
|
177 | 204 | display: table;
|
178 | 205 | }
|
| 206 | + |
179 | 207 | /* ckeditor5-table/theme/table.css */
|
180 | 208 | .ck-content .table table {
|
181 | 209 | border-collapse: collapse;
|
|
184 | 212 | height: 100%;
|
185 | 213 | border: 1px double hsl(0, 0%, 70%);
|
186 | 214 | }
|
| 215 | + |
187 | 216 | /* ckeditor5-table/theme/table.css */
|
188 | 217 | .ck-content .table table td,
|
189 | 218 | .ck-content .table table th {
|
190 | 219 | min-width: 2em;
|
191 | 220 | padding: .4em;
|
192 | 221 | border: 1px solid hsl(0, 0%, 75%);
|
193 | 222 | }
|
| 223 | + |
194 | 224 | /* ckeditor5-table/theme/table.css */
|
195 | 225 | .ck-content .table table th {
|
196 | 226 | font-weight: bold;
|
197 | 227 | background: hsla(0, 0%, 0%, 5%);
|
198 | 228 | }
|
| 229 | + |
199 | 230 | /* ckeditor5-table/theme/table.css */
|
200 | 231 | .ck-content[dir="rtl"] .table th {
|
201 | 232 | text-align: right;
|
202 | 233 | }
|
| 234 | + |
203 | 235 | /* ckeditor5-table/theme/table.css */
|
204 | 236 | .ck-content[dir="ltr"] .table th {
|
205 | 237 | text-align: left;
|
206 | 238 | }
|
| 239 | + |
207 | 240 | /* ckeditor5-table/theme/tablecolumnresize.css */
|
208 | 241 | .ck-content .table .ck-table-resized {
|
209 | 242 | table-layout: fixed;
|
210 | 243 | }
|
| 244 | + |
211 | 245 | /* ckeditor5-table/theme/tablecolumnresize.css */
|
212 | 246 | .ck-content .table table {
|
213 | 247 | overflow: hidden;
|
214 | 248 | }
|
| 249 | + |
215 | 250 | /* ckeditor5-table/theme/tablecolumnresize.css */
|
216 | 251 | .ck-content .table td,
|
217 | 252 | .ck-content .table th {
|
|
223 | 258 | padding: 5px;
|
224 | 259 | }
|
225 | 260 |
|
226 |
| -.ck-content p a{ |
| 261 | +.ck-content p a { |
227 | 262 | color: slateblue;
|
228 | 263 | text-decoration: underline;
|
229 | 264 | }
|
|
232 | 267 | padding: 5px;
|
233 | 268 | margin-top: auto;
|
234 | 269 | }
|
| 270 | + |
| 271 | +.ck-content ul { |
| 272 | + list-style-type: disc; |
| 273 | + padding-left: 2rem; |
| 274 | +} |
| 275 | + |
| 276 | +.ck-content ol { |
| 277 | + list-style-type: decimal; |
| 278 | + padding-left: 2rem; |
| 279 | +} |
| 280 | + |
| 281 | +.video-wrapper { |
| 282 | + position: relative; |
| 283 | + width: 100%; |
| 284 | + padding-top: calc(100% / (16 / 9)); /* 16:9 aspect ratio */ |
| 285 | + overflow: hidden; |
| 286 | +} |
| 287 | + |
| 288 | +.video-wrapper iframe { |
| 289 | + position: absolute; |
| 290 | + top: 0; |
| 291 | + left: 0; |
| 292 | + width: 100%; |
| 293 | + height: 100%; |
| 294 | +} |
0 commit comments