@omnia/runtime 8.0.26-vnext → 8.0.27-vnext
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/bundles/{omfx.toast.ui_b067d0a5-616f-4235-9e6b-891f607bd59a.css → omfx.markdown.editor_744b3f31-e00c-4815-b63e-caf638ad7a7a.css} +0 -488
- package/dist/bundles/omfx.markdown.renderer_c8b990d0-1ddc-45ab-930b-4409fc406435.css +488 -0
- package/dist/manifests/bb000000-0000-bbbb-0000-0000000000bb_manifests.json +1 -1
- package/package.json +5 -5
|
@@ -2070,491 +2070,3 @@ table.ProseMirror-selectednode {
|
|
|
2070
2070
|
.toastui-editor-dark .toastui-editor-contents .toastui-editor-md-preview-highlight::after {
|
|
2071
2071
|
background-color: rgba(255, 250, 193, 0.25);
|
|
2072
2072
|
}
|
|
2073
|
-
/*!
|
|
2074
|
-
* @toast-ui/editor
|
|
2075
|
-
* @version 3.2.2 | Fri Feb 17 2023
|
|
2076
|
-
* @author NHN Cloud FE Development Lab <dl_javascript@nhn.com>
|
|
2077
|
-
* @license MIT
|
|
2078
|
-
*/
|
|
2079
|
-
/*
|
|
2080
|
-
z-index basis
|
|
2081
|
-
-1: pseudo element
|
|
2082
|
-
20 - preview, wysiwyg
|
|
2083
|
-
30 - wysiwyg code block language editor, popup, context menu
|
|
2084
|
-
40 - tooltip
|
|
2085
|
-
*/
|
|
2086
|
-
.ProseMirror {
|
|
2087
|
-
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
|
|
2088
|
-
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
|
|
2089
|
-
color: #222;
|
|
2090
|
-
font-size: 13px;
|
|
2091
|
-
overflow-y: auto;
|
|
2092
|
-
overflow-X: hidden;
|
|
2093
|
-
height: calc(100% - 36px);
|
|
2094
|
-
}
|
|
2095
|
-
|
|
2096
|
-
.ProseMirror .placeholder {
|
|
2097
|
-
color: #999;
|
|
2098
|
-
}
|
|
2099
|
-
|
|
2100
|
-
.ProseMirror:focus {
|
|
2101
|
-
outline: none;
|
|
2102
|
-
}
|
|
2103
|
-
|
|
2104
|
-
.ProseMirror-selectednode {
|
|
2105
|
-
outline: none;
|
|
2106
|
-
}
|
|
2107
|
-
|
|
2108
|
-
table.ProseMirror-selectednode {
|
|
2109
|
-
border-radius: 2px;
|
|
2110
|
-
outline: 2px solid #00a9ff;
|
|
2111
|
-
}
|
|
2112
|
-
|
|
2113
|
-
.html-block.ProseMirror-selectednode {
|
|
2114
|
-
border-radius: 2px;
|
|
2115
|
-
outline: 2px solid #00a9ff;
|
|
2116
|
-
}
|
|
2117
|
-
|
|
2118
|
-
.toastui-editor-contents {
|
|
2119
|
-
margin: 0;
|
|
2120
|
-
padding: 0;
|
|
2121
|
-
font-size: 13px;
|
|
2122
|
-
font-family: 'Open Sans', 'Helvetica Neue', 'Helvetica', 'Arial', '나눔바른고딕',
|
|
2123
|
-
'Nanum Barun Gothic', '맑은고딕', 'Malgun Gothic', sans-serif;
|
|
2124
|
-
z-index: 20;
|
|
2125
|
-
}
|
|
2126
|
-
|
|
2127
|
-
.toastui-editor-contents *:not(table) {
|
|
2128
|
-
line-height: 160%;
|
|
2129
|
-
box-sizing: content-box;
|
|
2130
|
-
}
|
|
2131
|
-
|
|
2132
|
-
.toastui-editor-contents i,
|
|
2133
|
-
.toastui-editor-contents cite,
|
|
2134
|
-
.toastui-editor-contents em,
|
|
2135
|
-
.toastui-editor-contents var,
|
|
2136
|
-
.toastui-editor-contents address,
|
|
2137
|
-
.toastui-editor-contents dfn {
|
|
2138
|
-
font-style: italic;
|
|
2139
|
-
}
|
|
2140
|
-
|
|
2141
|
-
.toastui-editor-contents strong {
|
|
2142
|
-
font-weight: bold;
|
|
2143
|
-
}
|
|
2144
|
-
|
|
2145
|
-
.toastui-editor-contents p {
|
|
2146
|
-
margin: 10px 0;
|
|
2147
|
-
color: #222;
|
|
2148
|
-
}
|
|
2149
|
-
|
|
2150
|
-
.toastui-editor-contents > h1:first-of-type,
|
|
2151
|
-
.toastui-editor-contents > div > div:first-of-type h1 {
|
|
2152
|
-
margin-top: 14px;
|
|
2153
|
-
}
|
|
2154
|
-
|
|
2155
|
-
.toastui-editor-contents h1,
|
|
2156
|
-
.toastui-editor-contents h2,
|
|
2157
|
-
.toastui-editor-contents h3,
|
|
2158
|
-
.toastui-editor-contents h4,
|
|
2159
|
-
.toastui-editor-contents h5,
|
|
2160
|
-
.toastui-editor-contents h6 {
|
|
2161
|
-
font-weight: bold;
|
|
2162
|
-
color: #222;
|
|
2163
|
-
}
|
|
2164
|
-
|
|
2165
|
-
.toastui-editor-contents h1 {
|
|
2166
|
-
font-size: 24px;
|
|
2167
|
-
line-height: 28px;
|
|
2168
|
-
border-bottom: 3px double #999;
|
|
2169
|
-
margin: 52px 0 15px 0;
|
|
2170
|
-
padding-bottom: 7px;
|
|
2171
|
-
}
|
|
2172
|
-
|
|
2173
|
-
.toastui-editor-contents h2 {
|
|
2174
|
-
font-size: 22px;
|
|
2175
|
-
line-height: 23px;
|
|
2176
|
-
border-bottom: 1px solid #dbdbdb;
|
|
2177
|
-
margin: 20px 0 13px 0;
|
|
2178
|
-
padding-bottom: 7px;
|
|
2179
|
-
}
|
|
2180
|
-
|
|
2181
|
-
.toastui-editor-contents h3 {
|
|
2182
|
-
font-size: 20px;
|
|
2183
|
-
margin: 18px 0 2px;
|
|
2184
|
-
}
|
|
2185
|
-
|
|
2186
|
-
.toastui-editor-contents h4 {
|
|
2187
|
-
font-size: 18px;
|
|
2188
|
-
margin: 10px 0 2px;
|
|
2189
|
-
}
|
|
2190
|
-
|
|
2191
|
-
.toastui-editor-contents h3,
|
|
2192
|
-
.toastui-editor-contents h4 {
|
|
2193
|
-
line-height: 18px;
|
|
2194
|
-
}
|
|
2195
|
-
|
|
2196
|
-
.toastui-editor-contents h5 {
|
|
2197
|
-
font-size: 16px;
|
|
2198
|
-
}
|
|
2199
|
-
|
|
2200
|
-
.toastui-editor-contents h6 {
|
|
2201
|
-
font-size: 14px;
|
|
2202
|
-
}
|
|
2203
|
-
|
|
2204
|
-
.toastui-editor-contents h5,
|
|
2205
|
-
.toastui-editor-contents h6 {
|
|
2206
|
-
line-height: 17px;
|
|
2207
|
-
margin: 9px 0 -4px;
|
|
2208
|
-
}
|
|
2209
|
-
|
|
2210
|
-
.toastui-editor-contents del {
|
|
2211
|
-
color: #999;
|
|
2212
|
-
}
|
|
2213
|
-
|
|
2214
|
-
.toastui-editor-contents blockquote {
|
|
2215
|
-
margin: 14px 0;
|
|
2216
|
-
border-left: 4px solid #e5e5e5;
|
|
2217
|
-
padding: 0 16px;
|
|
2218
|
-
color: #999;
|
|
2219
|
-
}
|
|
2220
|
-
|
|
2221
|
-
.toastui-editor-contents blockquote p,
|
|
2222
|
-
.toastui-editor-contents blockquote ul,
|
|
2223
|
-
.toastui-editor-contents blockquote ol {
|
|
2224
|
-
color: #999;
|
|
2225
|
-
}
|
|
2226
|
-
|
|
2227
|
-
.toastui-editor-contents blockquote > :first-child {
|
|
2228
|
-
margin-top: 0;
|
|
2229
|
-
}
|
|
2230
|
-
|
|
2231
|
-
.toastui-editor-contents blockquote > :last-child {
|
|
2232
|
-
margin-bottom: 0;
|
|
2233
|
-
}
|
|
2234
|
-
|
|
2235
|
-
.toastui-editor-contents pre,
|
|
2236
|
-
.toastui-editor-contents code {
|
|
2237
|
-
font-family: Consolas, Courier, 'Apple SD 산돌고딕 Neo', -apple-system, 'Lucida Grande',
|
|
2238
|
-
'Apple SD Gothic Neo', '맑은 고딕', 'Malgun Gothic', 'Segoe UI', '돋움', dotum, sans-serif;
|
|
2239
|
-
border: 0;
|
|
2240
|
-
border-radius: 0;
|
|
2241
|
-
}
|
|
2242
|
-
|
|
2243
|
-
.toastui-editor-contents pre {
|
|
2244
|
-
margin: 2px 0 8px;
|
|
2245
|
-
padding: 18px;
|
|
2246
|
-
background-color: #f4f7f8;
|
|
2247
|
-
}
|
|
2248
|
-
|
|
2249
|
-
.toastui-editor-contents code {
|
|
2250
|
-
color: #c1798b;
|
|
2251
|
-
background-color: #f9f2f4;
|
|
2252
|
-
padding: 2px 3px;
|
|
2253
|
-
letter-spacing: -0.3px;
|
|
2254
|
-
border-radius: 2px;
|
|
2255
|
-
}
|
|
2256
|
-
|
|
2257
|
-
.toastui-editor-contents pre code {
|
|
2258
|
-
padding: 0;
|
|
2259
|
-
color: inherit;
|
|
2260
|
-
white-space: pre-wrap;
|
|
2261
|
-
background-color: transparent;
|
|
2262
|
-
}
|
|
2263
|
-
|
|
2264
|
-
.toastui-editor-contents img {
|
|
2265
|
-
margin: 4px 0 10px;
|
|
2266
|
-
box-sizing: border-box;
|
|
2267
|
-
vertical-align: top;
|
|
2268
|
-
max-width: 100%;
|
|
2269
|
-
}
|
|
2270
|
-
|
|
2271
|
-
.toastui-editor-contents table {
|
|
2272
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2273
|
-
margin: 12px 0 14px;
|
|
2274
|
-
color: #222;
|
|
2275
|
-
width: auto;
|
|
2276
|
-
border-collapse: collapse;
|
|
2277
|
-
box-sizing: border-box;
|
|
2278
|
-
}
|
|
2279
|
-
|
|
2280
|
-
.toastui-editor-contents table th,
|
|
2281
|
-
.toastui-editor-contents table td {
|
|
2282
|
-
border: 1px solid rgba(0, 0, 0, 0.1);
|
|
2283
|
-
padding: 5px 14px 5px 12px;
|
|
2284
|
-
height: 32px;
|
|
2285
|
-
}
|
|
2286
|
-
|
|
2287
|
-
.toastui-editor-contents table th {
|
|
2288
|
-
background-color: #555;
|
|
2289
|
-
font-weight: 300;
|
|
2290
|
-
color: #fff;
|
|
2291
|
-
padding-top: 6px;
|
|
2292
|
-
}
|
|
2293
|
-
|
|
2294
|
-
.toastui-editor-contents th p {
|
|
2295
|
-
margin: 0;
|
|
2296
|
-
color: #fff;
|
|
2297
|
-
}
|
|
2298
|
-
|
|
2299
|
-
.toastui-editor-contents td p {
|
|
2300
|
-
margin: 0;
|
|
2301
|
-
padding: 0 2px;
|
|
2302
|
-
}
|
|
2303
|
-
|
|
2304
|
-
.toastui-editor-contents td.toastui-editor-cell-selected {
|
|
2305
|
-
background-color: #d8dfec;
|
|
2306
|
-
}
|
|
2307
|
-
|
|
2308
|
-
.toastui-editor-contents th.toastui-editor-cell-selected {
|
|
2309
|
-
background-color: #908f8f;
|
|
2310
|
-
}
|
|
2311
|
-
|
|
2312
|
-
.toastui-editor-contents ul,
|
|
2313
|
-
.toastui-editor-contents menu,
|
|
2314
|
-
.toastui-editor-contents ol,
|
|
2315
|
-
.toastui-editor-contents dir {
|
|
2316
|
-
display: block;
|
|
2317
|
-
list-style-type: none;
|
|
2318
|
-
padding-left: 24px;
|
|
2319
|
-
margin: 6px 0 10px;
|
|
2320
|
-
color: #222;
|
|
2321
|
-
}
|
|
2322
|
-
|
|
2323
|
-
.toastui-editor-contents ol {
|
|
2324
|
-
list-style-type: none;
|
|
2325
|
-
counter-reset: li;
|
|
2326
|
-
}
|
|
2327
|
-
|
|
2328
|
-
.toastui-editor-contents ol > li {
|
|
2329
|
-
counter-increment: li;
|
|
2330
|
-
}
|
|
2331
|
-
|
|
2332
|
-
.toastui-editor-contents ul > li::before,
|
|
2333
|
-
.toastui-editor-contents ol > li::before {
|
|
2334
|
-
display: inline-block;
|
|
2335
|
-
position: absolute;
|
|
2336
|
-
}
|
|
2337
|
-
|
|
2338
|
-
.toastui-editor-contents ul > li::before {
|
|
2339
|
-
content: '';
|
|
2340
|
-
margin-top: 6px;
|
|
2341
|
-
margin-left: -17px;
|
|
2342
|
-
width: 5px;
|
|
2343
|
-
height: 5px;
|
|
2344
|
-
border-radius: 50%;
|
|
2345
|
-
background-color: #ccc;
|
|
2346
|
-
}
|
|
2347
|
-
|
|
2348
|
-
.toastui-editor-contents ol > li::before {
|
|
2349
|
-
content: '.' counter(li);
|
|
2350
|
-
margin-left: -28px;
|
|
2351
|
-
width: 24px;
|
|
2352
|
-
text-align: right;
|
|
2353
|
-
direction: rtl;
|
|
2354
|
-
color: #aaa;
|
|
2355
|
-
}
|
|
2356
|
-
|
|
2357
|
-
.toastui-editor-contents ul ul,
|
|
2358
|
-
.toastui-editor-contents ul ol,
|
|
2359
|
-
.toastui-editor-contents ol ol,
|
|
2360
|
-
.toastui-editor-contents ol ul {
|
|
2361
|
-
margin-top: 0 !important;
|
|
2362
|
-
margin-bottom: 0 !important;
|
|
2363
|
-
}
|
|
2364
|
-
|
|
2365
|
-
.toastui-editor-contents ul li,
|
|
2366
|
-
.toastui-editor-contents ol li {
|
|
2367
|
-
position: relative;
|
|
2368
|
-
}
|
|
2369
|
-
|
|
2370
|
-
.toastui-editor-contents ul p,
|
|
2371
|
-
.toastui-editor-contents ol p {
|
|
2372
|
-
margin: 0;
|
|
2373
|
-
}
|
|
2374
|
-
|
|
2375
|
-
.toastui-editor-contents hr {
|
|
2376
|
-
border-top: 1px solid #eee;
|
|
2377
|
-
margin: 16px 0;
|
|
2378
|
-
}
|
|
2379
|
-
|
|
2380
|
-
.toastui-editor-contents a {
|
|
2381
|
-
text-decoration: underline;
|
|
2382
|
-
color: #4b96e6;
|
|
2383
|
-
}
|
|
2384
|
-
|
|
2385
|
-
.toastui-editor-contents a:hover {
|
|
2386
|
-
color: #1f70de;
|
|
2387
|
-
}
|
|
2388
|
-
|
|
2389
|
-
.toastui-editor-contents .image-link {
|
|
2390
|
-
position: relative;
|
|
2391
|
-
}
|
|
2392
|
-
|
|
2393
|
-
.toastui-editor-contents .image-link:hover::before {
|
|
2394
|
-
content: '';
|
|
2395
|
-
position: absolute;
|
|
2396
|
-
width: 30px;
|
|
2397
|
-
height: 30px;
|
|
2398
|
-
right: 0px;
|
|
2399
|
-
border-radius: 50%;
|
|
2400
|
-
border: 1px solid #c9ccd5;
|
|
2401
|
-
background: #fff url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCIgdmlld0JveD0iMCAwIDIwIDIwIj4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIj4KICAgICAgICA8ZyBzdHJva2U9IiM1NTUiIHN0cm9rZS13aWR0aD0iMS41Ij4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8Zz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNNy42NjUgMTUuMDdsLTEuODE5LS4wMDJjLTEuNDg2IDAtMi42OTItMS4yMjgtMi42OTItMi43NDR2LS4xOTJjMC0xLjUxNSAxLjIwNi0yLjc0NCAyLjY5Mi0yLjc0NGgzLjg0NmMxLjQ4NyAwIDIuNjkyIDEuMjI5IDIuNjkyIDIuNzQ0di4xOTIiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xMDAwIC00NTgxKSB0cmFuc2xhdGUoOTk1IDQ1NzYpIHRyYW5zbGF0ZSg1IDUpIHNjYWxlKDEgLTEpIHJvdGF0ZSg0NSAzNy4yOTMgMCkiLz4KICAgICAgICAgICAgICAgICAgICA8cGF0aCBkPSJNMTIuMzI2IDQuOTM0bDEuODIyLjAwMmMxLjQ4NyAwIDIuNjkzIDEuMjI4IDIuNjkzIDIuNzQ0di4xOTJjMCAxLjUxNS0xLjIwNiAyLjc0NC0yLjY5MyAyLjc0NGgtMy44NDVjLTEuNDg3IDAtMi42OTItMS4yMjktMi42OTItMi43NDRWNy42OCIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwMDAgLTQ1ODEpIHRyYW5zbGF0ZSg5OTUgNDU3NikgdHJhbnNsYXRlKDUgNSkgc2NhbGUoMSAtMSkgcm90YXRlKDQ1IDMwLjk5NiAwKSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K) no-repeat;
|
|
2402
|
-
background-position: center;
|
|
2403
|
-
box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
|
|
2404
|
-
cursor: pointer;
|
|
2405
|
-
}
|
|
2406
|
-
|
|
2407
|
-
.toastui-editor-contents .task-list-item {
|
|
2408
|
-
border: 0;
|
|
2409
|
-
list-style: none;
|
|
2410
|
-
padding-left: 24px;
|
|
2411
|
-
margin-left: -24px;
|
|
2412
|
-
}
|
|
2413
|
-
|
|
2414
|
-
.toastui-editor-contents .task-list-item::before {
|
|
2415
|
-
background-repeat: no-repeat;
|
|
2416
|
-
background-size: 18px 18px;
|
|
2417
|
-
background-position: center;
|
|
2418
|
-
content: '';
|
|
2419
|
-
margin-left: 0;
|
|
2420
|
-
margin-top: 0;
|
|
2421
|
-
border-radius: 2px;
|
|
2422
|
-
height: 18px;
|
|
2423
|
-
width: 18px;
|
|
2424
|
-
position: absolute;
|
|
2425
|
-
left: 0;
|
|
2426
|
-
top: 1px;
|
|
2427
|
-
cursor: pointer;
|
|
2428
|
-
background: transparent url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iI0ZGRiIgc3Ryb2tlPSIjQ0NDIj4KICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICA8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMTAzMCAtMjk2KSB0cmFuc2xhdGUoNzg4IDE5MikgdHJhbnNsYXRlKDI0MiAxMDQpIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCB3aWR0aD0iMTciIGhlaWdodD0iMTciIHg9Ii41IiB5PSIuNSIgcng9IjIiLz4KICAgICAgICAgICAgICAgIDwvZz4KICAgICAgICAgICAgPC9nPgogICAgICAgIDwvZz4KICAgIDwvZz4KPC9zdmc+Cg==);
|
|
2429
|
-
}
|
|
2430
|
-
|
|
2431
|
-
.toastui-editor-contents .task-list-item.checked::before {
|
|
2432
|
-
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxOCIgdmlld0JveD0iMCAwIDE4IDE4Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPGcgZmlsbD0iIzRCOTZFNiI+CiAgICAgICAgICAgIDxnPgogICAgICAgICAgICAgICAgPGc+CiAgICAgICAgICAgICAgICAgICAgPHBhdGggZD0iTTE2IDBjMS4xMDUgMCAyIC44OTUgMiAydjE0YzAgMS4xMDUtLjg5NSAyLTIgMkgyYy0xLjEwNSAwLTItLjg5NS0yLTJWMkMwIC44OTUuODk1IDAgMiAwaDE0em0tMS43OTMgNS4yOTNjLS4zOS0uMzktMS4wMjQtLjM5LTEuNDE0IDBMNy41IDEwLjU4NSA1LjIwNyA4LjI5M2wtLjA5NC0uMDgzYy0uMzkyLS4zMDUtLjk2LS4yNzgtMS4zMi4wODMtLjM5LjM5LS4zOSAxLjAyNCAwIDEuNDE0bDMgMyAuMDk0LjA4M2MuMzkyLjMwNS45Ni4yNzggMS4zMi0uMDgzbDYtNiAuMDgzLS4wOTRjLjMwNS0uMzkyLjI3OC0uOTYtLjA4My0xLjMyeiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTEwNTAgLTI5NikgdHJhbnNsYXRlKDc4OCAxOTIpIHRyYW5zbGF0ZSgyNjIgMTA0KSIvPgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4K);
|
|
2433
|
-
}
|
|
2434
|
-
|
|
2435
|
-
.toastui-editor-custom-block .toastui-editor-custom-block-editor {
|
|
2436
|
-
background: #f9f7fd;
|
|
2437
|
-
color: #452d6b;
|
|
2438
|
-
border: solid 1px #dbd4ea;
|
|
2439
|
-
}
|
|
2440
|
-
|
|
2441
|
-
.toastui-editor-custom-block .toastui-editor-custom-block-view {
|
|
2442
|
-
position: relative;
|
|
2443
|
-
padding: 9px 13px 8px 12px;
|
|
2444
|
-
}
|
|
2445
|
-
|
|
2446
|
-
.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view {
|
|
2447
|
-
border: solid 1px #dbd4ea;
|
|
2448
|
-
border-radius: 2px;
|
|
2449
|
-
}
|
|
2450
|
-
|
|
2451
|
-
.toastui-editor-custom-block .toastui-editor-custom-block-view .tool {
|
|
2452
|
-
position: absolute;
|
|
2453
|
-
right: 10px;
|
|
2454
|
-
top: 7px;
|
|
2455
|
-
display: none;
|
|
2456
|
-
}
|
|
2457
|
-
|
|
2458
|
-
.toastui-editor-custom-block.ProseMirror-selectednode .toastui-editor-custom-block-view .tool {
|
|
2459
|
-
display: block;
|
|
2460
|
-
}
|
|
2461
|
-
|
|
2462
|
-
.toastui-editor-custom-block-view button {
|
|
2463
|
-
vertical-align: middle;
|
|
2464
|
-
width: 15px;
|
|
2465
|
-
height: 15px;
|
|
2466
|
-
margin-left: 8px;
|
|
2467
|
-
padding: 3px;
|
|
2468
|
-
border: solid 1px #cccccc;
|
|
2469
|
-
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==)
|
|
2470
|
-
no-repeat;
|
|
2471
|
-
background-position: center;
|
|
2472
|
-
background-size: 30px 30px;
|
|
2473
|
-
}
|
|
2474
|
-
|
|
2475
|
-
.toastui-editor-custom-block-view .info {
|
|
2476
|
-
font-size: 13px;
|
|
2477
|
-
font-weight: bold;
|
|
2478
|
-
color: #5200d0;
|
|
2479
|
-
vertical-align: middle;
|
|
2480
|
-
}
|
|
2481
|
-
|
|
2482
|
-
.toastui-editor-contents .toastui-editor-ww-code-block {
|
|
2483
|
-
position: relative;
|
|
2484
|
-
}
|
|
2485
|
-
|
|
2486
|
-
.toastui-editor-contents .toastui-editor-ww-code-block:after {
|
|
2487
|
-
content: attr(data-language);
|
|
2488
|
-
position: absolute;
|
|
2489
|
-
display: inline-block;
|
|
2490
|
-
top: 10px;
|
|
2491
|
-
right: 10px;
|
|
2492
|
-
height: 24px;
|
|
2493
|
-
padding: 3px 35px 0 10px;
|
|
2494
|
-
font-weight: bold;
|
|
2495
|
-
font-size: 13px;
|
|
2496
|
-
color: #333;
|
|
2497
|
-
background: #e5e9ea url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI1LjIuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IuugiOydtOyWtF8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiCgkgeT0iMHB4IiB2aWV3Qm94PSIwIDAgMzAgMzAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwIDMwOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+CjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+Cgkuc3Qwe2ZpbGwtcnVsZTpldmVub2RkO2NsaXAtcnVsZTpldmVub2RkO2ZpbGw6IzU1NTU1NTt9Cjwvc3R5bGU+CjxnPgoJPGc+CgkJPGc+CgkJCTxnPgoJCQkJPGc+CgkJCQkJPHBhdGggY2xhc3M9InN0MCIgZD0iTTE1LjUsMTIuNWwyLDJMMTIsMjBoLTJ2LTJMMTUuNSwxMi41eiBNMTgsMTBsMiwybC0xLjUsMS41bC0yLTJMMTgsMTB6Ii8+CgkJCQk8L2c+CgkJCTwvZz4KCQk8L2c+Cgk8L2c+CjwvZz4KPC9zdmc+Cg==) no-repeat;
|
|
2498
|
-
background-position: right;
|
|
2499
|
-
border-radius: 2px;
|
|
2500
|
-
background-size: 30px 30px;
|
|
2501
|
-
cursor: pointer;
|
|
2502
|
-
}
|
|
2503
|
-
|
|
2504
|
-
.toastui-editor-ww-code-block-language {
|
|
2505
|
-
position: fixed;
|
|
2506
|
-
display: inline-block;
|
|
2507
|
-
width: 100px;
|
|
2508
|
-
height: 27px;
|
|
2509
|
-
right: 35px;
|
|
2510
|
-
border: 1px solid #ccc;
|
|
2511
|
-
border-radius: 2px;
|
|
2512
|
-
background-color: #fff;
|
|
2513
|
-
z-index: 30;
|
|
2514
|
-
}
|
|
2515
|
-
|
|
2516
|
-
.toastui-editor-ww-code-block-language input {
|
|
2517
|
-
box-sizing: border-box;
|
|
2518
|
-
margin: 0;
|
|
2519
|
-
padding: 0 10px;
|
|
2520
|
-
height: 100%;
|
|
2521
|
-
width: 100%;
|
|
2522
|
-
background-color: transparent;
|
|
2523
|
-
border: none;
|
|
2524
|
-
outline: none;
|
|
2525
|
-
}
|
|
2526
|
-
|
|
2527
|
-
.toastui-editor-contents-placeholder::before {
|
|
2528
|
-
content: attr(data-placeholder);
|
|
2529
|
-
color: grey;
|
|
2530
|
-
line-height: 160%;
|
|
2531
|
-
position: absolute;
|
|
2532
|
-
}
|
|
2533
|
-
|
|
2534
|
-
.toastui-editor-md-preview .toastui-editor-contents h1 {
|
|
2535
|
-
min-height: 28px;
|
|
2536
|
-
}
|
|
2537
|
-
|
|
2538
|
-
.toastui-editor-md-preview .toastui-editor-contents h2 {
|
|
2539
|
-
min-height: 23px;
|
|
2540
|
-
}
|
|
2541
|
-
|
|
2542
|
-
.toastui-editor-md-preview .toastui-editor-contents blockquote {
|
|
2543
|
-
min-height: 20px;
|
|
2544
|
-
}
|
|
2545
|
-
|
|
2546
|
-
.toastui-editor-md-preview .toastui-editor-contents li {
|
|
2547
|
-
min-height: 22px;
|
|
2548
|
-
}
|
|
2549
|
-
|
|
2550
|
-
.toastui-editor-pseudo-clipboard {
|
|
2551
|
-
position: fixed;
|
|
2552
|
-
opacity: 0;
|
|
2553
|
-
width: 0;
|
|
2554
|
-
height: 0;
|
|
2555
|
-
left: -1000px;
|
|
2556
|
-
top: -1000px;
|
|
2557
|
-
z-index: -1;
|
|
2558
|
-
}
|
|
2559
|
-
|
|
2560
|
-
|