mirror of
https://github.com/nsnail/NetAdmin.git
synced 2025-06-20 02:38:15 +08:00
feat: ✨ 前端版本更新器 (#145)
替换tinymce编辑器为aiEditor Co-authored-by: tk <fiyne1a@dingtalk.com>
This commit is contained in:
@ -325,7 +325,7 @@ public sealed class SiteMsgService(
|
|||||||
.LeftJoin((a, _, c, _, _, _) => a.Id == c.SiteMsgId)
|
.LeftJoin((a, _, c, _, _, _) => a.Id == c.SiteMsgId)
|
||||||
.LeftJoin((a, _, _, d, _, _) => a.Id == d.SiteMsgId)
|
.LeftJoin((a, _, _, d, _, _) => a.Id == d.SiteMsgId)
|
||||||
.LeftJoin((a, _, _, _, e, _) => a.Id == e.SiteMsgId)
|
.LeftJoin((a, _, _, _, e, _) => a.Id == e.SiteMsgId)
|
||||||
.LeftJoin((a, _, _, _, _, f) => a.Id == f.SiteMsgId)
|
.LeftJoin((a, b, _, _, _, f) => a.Id == f.SiteMsgId && f.UserId == b.Id)
|
||||||
.WhereDynamicFilter(req.DynamicFilter)
|
.WhereDynamicFilter(req.DynamicFilter)
|
||||||
.Where((a, _, c, d, e, f) =>
|
.Where((a, _, c, d, e, f) =>
|
||||||
(SqlExt.EqualIsNull(f.UserSiteMsgStatus) ||
|
(SqlExt.EqualIsNull(f.UserSiteMsgStatus) ||
|
||||||
|
@ -10,15 +10,15 @@
|
|||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@element-plus/icons-vue": "^2.3.1",
|
"@element-plus/icons-vue": "^2.3.1",
|
||||||
"@tinymce/tinymce-vue": "^5.1.1",
|
"ace-builds": "^1.35.0",
|
||||||
"ace-builds": "^1.34.2",
|
"aieditor": "^1.0.9",
|
||||||
"axios": "^1.7.2",
|
"axios": "^1.7.2",
|
||||||
"clipboard": "^2.0.11",
|
"clipboard": "^2.0.11",
|
||||||
"core-js": "^3.37.1",
|
"core-js": "^3.37.1",
|
||||||
"cropperjs": "^1.6.2",
|
"cropperjs": "^1.6.2",
|
||||||
"crypto-js": "^4.2.0",
|
"crypto-js": "^4.2.0",
|
||||||
"echarts": "^5.5.0",
|
"echarts": "^5.5.0",
|
||||||
"element-plus": "^2.7.4",
|
"element-plus": "^2.7.5",
|
||||||
"json-bigint": "^1.0.0",
|
"json-bigint": "^1.0.0",
|
||||||
"json5-to-table": "^0.1.8",
|
"json5-to-table": "^0.1.8",
|
||||||
"markdown-it": "^14.1.0",
|
"markdown-it": "^14.1.0",
|
||||||
@ -27,25 +27,22 @@
|
|||||||
"pinyin-match": "^1.2.5",
|
"pinyin-match": "^1.2.5",
|
||||||
"qrcodejs2": "^0.0.2",
|
"qrcodejs2": "^0.0.2",
|
||||||
"sortablejs": "^1.15.2",
|
"sortablejs": "^1.15.2",
|
||||||
"tinymce": "^6.8.3",
|
|
||||||
"vkbeautify": "^0.99.3",
|
"vkbeautify": "^0.99.3",
|
||||||
"vue": "^3.4.27",
|
"vue": "^3.4.29",
|
||||||
"vue-i18n": "^9.13.1",
|
"vue-i18n": "^9.13.1",
|
||||||
"vue-router": "^4.3.2",
|
"vue-router": "^4.3.3",
|
||||||
"vue3-ace-editor": "^2.2.4",
|
"vue3-ace-editor": "^2.2.4",
|
||||||
"vue3-json-viewer": "^2.2.2",
|
"vue3-json-viewer": "^2.2.2",
|
||||||
"vuedraggable": "^4.0.3",
|
"vuedraggable": "^4.0.3",
|
||||||
"vuex": "^4.1.0",
|
"vuex": "^4.1.0"
|
||||||
"xgplayer": "^3.0.18",
|
|
||||||
"xgplayer-hls": "^3.0.18"
|
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@vitejs/plugin-vue": "^5.0.5",
|
"@vitejs/plugin-vue": "^5.0.5",
|
||||||
"prettier": "^3.3.0",
|
"prettier": "^3.3.2",
|
||||||
"prettier-plugin-organize-attributes": "^1.0.0",
|
"prettier-plugin-organize-attributes": "^1.0.0",
|
||||||
"sass": "^1.77.4",
|
"sass": "^1.77.5",
|
||||||
"terser": "^5.31.0",
|
"terser": "^5.31.1",
|
||||||
"vite": "^5.2.12"
|
"vite": "^5.3.1"
|
||||||
},
|
},
|
||||||
"browserslist": [
|
"browserslist": [
|
||||||
"> 1%",
|
"> 1%",
|
||||||
|
@ -1,426 +0,0 @@
|
|||||||
tinymce.addI18n('zh_CN', {
|
|
||||||
Redo: '\u91cd\u505a',
|
|
||||||
Undo: '\u64a4\u9500',
|
|
||||||
Cut: '\u526a\u5207',
|
|
||||||
Copy: '\u590d\u5236',
|
|
||||||
Paste: '\u7c98\u8d34',
|
|
||||||
'Select all': '\u5168\u9009',
|
|
||||||
'New document': '\u65b0\u6587\u4ef6',
|
|
||||||
Ok: '\u786e\u5b9a',
|
|
||||||
Cancel: '\u53d6\u6d88',
|
|
||||||
'Visual aids': '\u7f51\u683c\u7ebf',
|
|
||||||
Bold: '\u7c97\u4f53',
|
|
||||||
Italic: '\u659c\u4f53',
|
|
||||||
Underline: '\u4e0b\u5212\u7ebf',
|
|
||||||
Strikethrough: '\u5220\u9664\u7ebf',
|
|
||||||
Superscript: '\u4e0a\u6807',
|
|
||||||
Subscript: '\u4e0b\u6807',
|
|
||||||
'Clear formatting': '\u6e05\u9664\u683c\u5f0f',
|
|
||||||
'Align left': '\u5de6\u8fb9\u5bf9\u9f50',
|
|
||||||
'Align center': '\u4e2d\u95f4\u5bf9\u9f50',
|
|
||||||
'Align right': '\u53f3\u8fb9\u5bf9\u9f50',
|
|
||||||
Justify: '\u4e24\u7aef\u5bf9\u9f50',
|
|
||||||
'Bullet list': '\u9879\u76ee\u7b26\u53f7',
|
|
||||||
'Numbered list': '\u7f16\u53f7\u5217\u8868',
|
|
||||||
'Decrease indent': '\u51cf\u5c11\u7f29\u8fdb',
|
|
||||||
'Increase indent': '\u589e\u52a0\u7f29\u8fdb',
|
|
||||||
Close: '\u5173\u95ed',
|
|
||||||
Formats: '\u683c\u5f0f',
|
|
||||||
"Your browser doesn't support direct access to the clipboard. Please use the Ctrl+X/C/V keyboard shortcuts instead.":
|
|
||||||
'\u4f60\u7684\u6d4f\u89c8\u5668\u4e0d\u652f\u6301\u6253\u5f00\u526a\u8d34\u677f\uff0c\u8bf7\u4f7f\u7528Ctrl+X/C/V\u7b49\u5feb\u6377\u952e\u3002',
|
|
||||||
Headers: '\u6807\u9898',
|
|
||||||
'Header 1': '\u6807\u98981',
|
|
||||||
'Header 2': '\u6807\u98982',
|
|
||||||
'Header 3': '\u6807\u98983',
|
|
||||||
'Header 4': '\u6807\u98984',
|
|
||||||
'Header 5': '\u6807\u98985',
|
|
||||||
'Header 6': '\u6807\u98986',
|
|
||||||
Headings: '\u6807\u9898',
|
|
||||||
'Heading 1': '\u6807\u98981',
|
|
||||||
'Heading 2': '\u6807\u98982',
|
|
||||||
'Heading 3': '\u6807\u98983',
|
|
||||||
'Heading 4': '\u6807\u98984',
|
|
||||||
'Heading 5': '\u6807\u98985',
|
|
||||||
'Heading 6': '\u6807\u98986',
|
|
||||||
Preformatted: '\u9884\u5148\u683c\u5f0f\u5316\u7684',
|
|
||||||
Div: 'Div',
|
|
||||||
Pre: 'Pre',
|
|
||||||
Code: '\u4ee3\u7801',
|
|
||||||
Paragraph: '\u6bb5\u843d',
|
|
||||||
Blockquote: '\u5f15\u6587\u533a\u5757',
|
|
||||||
Inline: '\u6587\u672c',
|
|
||||||
Blocks: '\u57fa\u5757',
|
|
||||||
'Paste is now in plain text mode. Contents will now be pasted as plain text until you toggle this option off.':
|
|
||||||
'\u5f53\u524d\u4e3a\u7eaf\u6587\u672c\u7c98\u8d34\u6a21\u5f0f\uff0c\u518d\u6b21\u70b9\u51fb\u53ef\u4ee5\u56de\u5230\u666e\u901a\u7c98\u8d34\u6a21\u5f0f\u3002',
|
|
||||||
Fonts: '\u5b57\u4f53',
|
|
||||||
'Font Sizes': '\u5b57\u53f7',
|
|
||||||
Class: '\u7c7b\u578b',
|
|
||||||
'Browse for an image': '\u6d4f\u89c8\u56fe\u50cf',
|
|
||||||
OR: '\u6216',
|
|
||||||
'Drop an image here': '\u62d6\u653e\u4e00\u5f20\u56fe\u50cf\u81f3\u6b64',
|
|
||||||
Upload: '\u4e0a\u4f20',
|
|
||||||
Block: '\u5757',
|
|
||||||
Align: '\u5bf9\u9f50',
|
|
||||||
Default: '\u9ed8\u8ba4',
|
|
||||||
Circle: '\u7a7a\u5fc3\u5706',
|
|
||||||
Disc: '\u5b9e\u5fc3\u5706',
|
|
||||||
Square: '\u65b9\u5757',
|
|
||||||
'Lower Alpha': '\u5c0f\u5199\u82f1\u6587\u5b57\u6bcd',
|
|
||||||
'Lower Greek': '\u5c0f\u5199\u5e0c\u814a\u5b57\u6bcd',
|
|
||||||
'Lower Roman': '\u5c0f\u5199\u7f57\u9a6c\u5b57\u6bcd',
|
|
||||||
'Upper Alpha': '\u5927\u5199\u82f1\u6587\u5b57\u6bcd',
|
|
||||||
'Upper Roman': '\u5927\u5199\u7f57\u9a6c\u5b57\u6bcd',
|
|
||||||
'Anchor...': '\u951a\u70b9...',
|
|
||||||
Name: '\u540d\u79f0',
|
|
||||||
Id: '\u6807\u8bc6\u7b26',
|
|
||||||
'Id should start with a letter, followed only by letters, numbers, dashes, dots, colons or underscores.':
|
|
||||||
'\u6807\u8bc6\u7b26\u5e94\u8be5\u4ee5\u5b57\u6bcd\u5f00\u5934\uff0c\u540e\u8ddf\u5b57\u6bcd\u3001\u6570\u5b57\u3001\u7834\u6298\u53f7\u3001\u70b9\u3001\u5192\u53f7\u6216\u4e0b\u5212\u7ebf\u3002',
|
|
||||||
'You have unsaved changes are you sure you want to navigate away?':
|
|
||||||
'\u4f60\u8fd8\u6709\u6587\u6863\u5c1a\u672a\u4fdd\u5b58\uff0c\u786e\u5b9a\u8981\u79bb\u5f00\uff1f',
|
|
||||||
'Restore last draft': '\u6062\u590d\u4e0a\u6b21\u7684\u8349\u7a3f',
|
|
||||||
'Special character...': '\u7279\u6b8a\u5b57\u7b26...',
|
|
||||||
'Source code': '\u6e90\u4ee3\u7801',
|
|
||||||
'Insert/Edit code sample': '\u63d2\u5165/\u7f16\u8f91\u4ee3\u7801\u793a\u4f8b',
|
|
||||||
Language: '\u8bed\u8a00',
|
|
||||||
'Code sample...': '\u793a\u4f8b\u4ee3\u7801...',
|
|
||||||
'Color Picker': '\u9009\u8272\u5668',
|
|
||||||
R: 'R',
|
|
||||||
G: 'G',
|
|
||||||
B: 'B',
|
|
||||||
'Left to right': '\u4ece\u5de6\u5230\u53f3',
|
|
||||||
'Right to left': '\u4ece\u53f3\u5230\u5de6',
|
|
||||||
'Emoticons...': '\u8868\u60c5\u7b26\u53f7...',
|
|
||||||
'Metadata and Document Properties': '\u5143\u6570\u636e\u548c\u6587\u6863\u5c5e\u6027',
|
|
||||||
Title: '\u6807\u9898',
|
|
||||||
Keywords: '\u5173\u952e\u8bcd',
|
|
||||||
Description: '\u63cf\u8ff0',
|
|
||||||
Robots: '\u673a\u5668\u4eba',
|
|
||||||
Author: '\u4f5c\u8005',
|
|
||||||
Encoding: '\u7f16\u7801',
|
|
||||||
Fullscreen: '\u5168\u5c4f',
|
|
||||||
Action: '\u64cd\u4f5c',
|
|
||||||
Shortcut: '\u5feb\u6377\u952e',
|
|
||||||
Help: '\u5e2e\u52a9',
|
|
||||||
Address: '\u5730\u5740',
|
|
||||||
'Focus to menubar': '\u79fb\u52a8\u7126\u70b9\u5230\u83dc\u5355\u680f',
|
|
||||||
'Focus to toolbar': '\u79fb\u52a8\u7126\u70b9\u5230\u5de5\u5177\u680f',
|
|
||||||
'Focus to element path': '\u79fb\u52a8\u7126\u70b9\u5230\u5143\u7d20\u8def\u5f84',
|
|
||||||
'Focus to contextual toolbar': '\u79fb\u52a8\u7126\u70b9\u5230\u4e0a\u4e0b\u6587\u83dc\u5355',
|
|
||||||
'Insert link (if link plugin activated)': '\u63d2\u5165\u94fe\u63a5 (\u5982\u679c\u94fe\u63a5\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
|
|
||||||
'Save (if save plugin activated)': '\u4fdd\u5b58(\u5982\u679c\u4fdd\u5b58\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
|
|
||||||
'Find (if searchreplace plugin activated)': '\u67e5\u627e(\u5982\u679c\u67e5\u627e\u66ff\u6362\u63d2\u4ef6\u5df2\u6fc0\u6d3b)',
|
|
||||||
'Plugins installed ({0}):': '\u5df2\u5b89\u88c5\u63d2\u4ef6 ({0}):',
|
|
||||||
'Premium plugins:': '\u4f18\u79c0\u63d2\u4ef6\uff1a',
|
|
||||||
'Learn more...': '\u4e86\u89e3\u66f4\u591a...',
|
|
||||||
'You are using {0}': '\u4f60\u6b63\u5728\u4f7f\u7528 {0}',
|
|
||||||
Plugins: '\u63d2\u4ef6',
|
|
||||||
'Handy Shortcuts': '\u5feb\u6377\u952e',
|
|
||||||
'Horizontal line': '\u6c34\u5e73\u5206\u5272\u7ebf',
|
|
||||||
'Insert/edit image': '\u63d2\u5165/\u7f16\u8f91\u56fe\u7247',
|
|
||||||
'Image description': '\u56fe\u7247\u63cf\u8ff0',
|
|
||||||
Source: '\u5730\u5740',
|
|
||||||
Dimensions: '\u5927\u5c0f',
|
|
||||||
'Constrain proportions': '\u4fdd\u6301\u7eb5\u6a2a\u6bd4',
|
|
||||||
General: '\u666e\u901a',
|
|
||||||
Advanced: '\u9ad8\u7ea7',
|
|
||||||
Style: '\u6837\u5f0f',
|
|
||||||
'Vertical space': '\u5782\u76f4\u8fb9\u8ddd',
|
|
||||||
'Horizontal space': '\u6c34\u5e73\u8fb9\u8ddd',
|
|
||||||
Border: '\u8fb9\u6846',
|
|
||||||
'Insert image': '\u63d2\u5165\u56fe\u7247',
|
|
||||||
'Image...': '\u56fe\u7247...',
|
|
||||||
'Image list': '\u56fe\u7247\u5217\u8868',
|
|
||||||
'Rotate counterclockwise': '\u9006\u65f6\u9488\u65cb\u8f6c',
|
|
||||||
'Rotate clockwise': '\u987a\u65f6\u9488\u65cb\u8f6c',
|
|
||||||
'Flip vertically': '\u5782\u76f4\u7ffb\u8f6c',
|
|
||||||
'Flip horizontally': '\u6c34\u5e73\u7ffb\u8f6c',
|
|
||||||
'Edit image': '\u7f16\u8f91\u56fe\u7247',
|
|
||||||
'Image options': '\u56fe\u7247\u9009\u9879',
|
|
||||||
'Zoom in': '\u653e\u5927',
|
|
||||||
'Zoom out': '\u7f29\u5c0f',
|
|
||||||
Crop: '\u88c1\u526a',
|
|
||||||
Resize: '\u8c03\u6574\u5927\u5c0f',
|
|
||||||
Orientation: '\u65b9\u5411',
|
|
||||||
Brightness: '\u4eae\u5ea6',
|
|
||||||
Sharpen: '\u9510\u5316',
|
|
||||||
Contrast: '\u5bf9\u6bd4\u5ea6',
|
|
||||||
'Color levels': '\u989c\u8272\u5c42\u6b21',
|
|
||||||
Gamma: '\u4f3d\u9a6c\u503c',
|
|
||||||
Invert: '\u53cd\u8f6c',
|
|
||||||
Apply: '\u5e94\u7528',
|
|
||||||
Back: '\u540e\u9000',
|
|
||||||
'Insert date/time': '\u63d2\u5165\u65e5\u671f/\u65f6\u95f4',
|
|
||||||
'Date/time': '\u65e5\u671f/\u65f6\u95f4',
|
|
||||||
'Insert/Edit Link': '\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5',
|
|
||||||
'Insert/edit link': '\u63d2\u5165/\u7f16\u8f91\u94fe\u63a5',
|
|
||||||
'Text to display': '\u663e\u793a\u6587\u5b57',
|
|
||||||
Url: '\u5730\u5740',
|
|
||||||
'Open link in...': '\u94fe\u63a5\u6253\u5f00\u4f4d\u7f6e...',
|
|
||||||
'Current window': '\u5f53\u524d\u7a97\u53e3',
|
|
||||||
None: '\u65e0',
|
|
||||||
'New window': '\u5728\u65b0\u7a97\u53e3\u6253\u5f00',
|
|
||||||
'Remove link': '\u5220\u9664\u94fe\u63a5',
|
|
||||||
Anchors: '\u951a\u70b9',
|
|
||||||
'Link...': '\u94fe\u63a5...',
|
|
||||||
'Paste or type a link': '\u7c98\u8d34\u6216\u8f93\u5165\u94fe\u63a5',
|
|
||||||
'The URL you entered seems to be an email address. Do you want to add the required mailto: prefix?':
|
|
||||||
'\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u4e3a\u90ae\u4ef6\u5730\u5740\uff0c\u9700\u8981\u52a0\u4e0amailto:\u524d\u7f00\u5417\uff1f',
|
|
||||||
'The URL you entered seems to be an external link. Do you want to add the required http:// prefix?':
|
|
||||||
'\u4f60\u6240\u586b\u5199\u7684URL\u5730\u5740\u5c5e\u4e8e\u5916\u90e8\u94fe\u63a5\uff0c\u9700\u8981\u52a0\u4e0ahttp://:\u524d\u7f00\u5417\uff1f',
|
|
||||||
'Link list': '\u94fe\u63a5\u5217\u8868',
|
|
||||||
'Insert video': '\u63d2\u5165\u89c6\u9891',
|
|
||||||
'Insert/edit video': '\u63d2\u5165/\u7f16\u8f91\u89c6\u9891',
|
|
||||||
'Insert/edit media': '\u63d2\u5165/\u7f16\u8f91\u5a92\u4f53',
|
|
||||||
'Alternative source': '\u955c\u50cf',
|
|
||||||
'Alternative source URL': '\u66ff\u4ee3\u6765\u6e90\u7f51\u5740',
|
|
||||||
'Media poster (Image URL)': '\u5c01\u9762(\u56fe\u7247\u5730\u5740)',
|
|
||||||
'Paste your embed code below:': '\u5c06\u5185\u5d4c\u4ee3\u7801\u7c98\u8d34\u5728\u4e0b\u9762:',
|
|
||||||
Embed: '\u5185\u5d4c',
|
|
||||||
'Media...': '\u591a\u5a92\u4f53...',
|
|
||||||
'Nonbreaking space': '\u4e0d\u95f4\u65ad\u7a7a\u683c',
|
|
||||||
'Page break': '\u5206\u9875\u7b26',
|
|
||||||
'Paste as text': '\u7c98\u8d34\u4e3a\u6587\u672c',
|
|
||||||
Preview: '\u9884\u89c8',
|
|
||||||
'Print...': '\u6253\u5370...',
|
|
||||||
Save: '\u4fdd\u5b58',
|
|
||||||
Find: '\u67e5\u627e',
|
|
||||||
'Replace with': '\u66ff\u6362\u4e3a',
|
|
||||||
Replace: '\u66ff\u6362',
|
|
||||||
'Replace all': '\u5168\u90e8\u66ff\u6362',
|
|
||||||
Previous: '\u4e0a\u4e00\u4e2a',
|
|
||||||
Next: '\u4e0b\u4e00\u4e2a',
|
|
||||||
'Find and replace...': '\u67e5\u627e\u5e76\u66ff\u6362...',
|
|
||||||
'Could not find the specified string.': '\u672a\u627e\u5230\u641c\u7d22\u5185\u5bb9.',
|
|
||||||
'Match case': '\u533a\u5206\u5927\u5c0f\u5199',
|
|
||||||
'Find whole words only': '\u5168\u5b57\u5339\u914d',
|
|
||||||
'Spell check': '\u62fc\u5199\u68c0\u67e5',
|
|
||||||
Ignore: '\u5ffd\u7565',
|
|
||||||
'Ignore all': '\u5168\u90e8\u5ffd\u7565',
|
|
||||||
Finish: '\u5b8c\u6210',
|
|
||||||
'Add to Dictionary': '\u6dfb\u52a0\u5230\u5b57\u5178',
|
|
||||||
'Insert table': '\u63d2\u5165\u8868\u683c',
|
|
||||||
'Table properties': '\u8868\u683c\u5c5e\u6027',
|
|
||||||
'Delete table': '\u5220\u9664\u8868\u683c',
|
|
||||||
Cell: '\u5355\u5143\u683c',
|
|
||||||
Row: '\u884c',
|
|
||||||
Column: '\u5217',
|
|
||||||
'Cell properties': '\u5355\u5143\u683c\u5c5e\u6027',
|
|
||||||
'Merge cells': '\u5408\u5e76\u5355\u5143\u683c',
|
|
||||||
'Split cell': '\u62c6\u5206\u5355\u5143\u683c',
|
|
||||||
'Insert row before': '\u5728\u4e0a\u65b9\u63d2\u5165',
|
|
||||||
'Insert row after': '\u5728\u4e0b\u65b9\u63d2\u5165',
|
|
||||||
'Delete row': '\u5220\u9664\u884c',
|
|
||||||
'Row properties': '\u884c\u5c5e\u6027',
|
|
||||||
'Cut row': '\u526a\u5207\u884c',
|
|
||||||
'Copy row': '\u590d\u5236\u884c',
|
|
||||||
'Paste row before': '\u7c98\u8d34\u5230\u4e0a\u65b9',
|
|
||||||
'Paste row after': '\u7c98\u8d34\u5230\u4e0b\u65b9',
|
|
||||||
'Insert column before': '\u5728\u5de6\u4fa7\u63d2\u5165',
|
|
||||||
'Insert column after': '\u5728\u53f3\u4fa7\u63d2\u5165',
|
|
||||||
'Delete column': '\u5220\u9664\u5217',
|
|
||||||
Cols: '\u5217',
|
|
||||||
Rows: '\u884c',
|
|
||||||
Width: '\u5bbd',
|
|
||||||
Height: '\u9ad8',
|
|
||||||
'Cell spacing': '\u5355\u5143\u683c\u5916\u95f4\u8ddd',
|
|
||||||
'Cell padding': '\u5355\u5143\u683c\u5185\u8fb9\u8ddd',
|
|
||||||
'Show caption': '\u663e\u793a\u6807\u9898',
|
|
||||||
Left: '\u5de6\u5bf9\u9f50',
|
|
||||||
Center: '\u5c45\u4e2d',
|
|
||||||
Right: '\u53f3\u5bf9\u9f50',
|
|
||||||
'Cell type': '\u5355\u5143\u683c\u7c7b\u578b',
|
|
||||||
Scope: '\u8303\u56f4',
|
|
||||||
Alignment: '\u5bf9\u9f50\u65b9\u5f0f',
|
|
||||||
'H Align': '\u6c34\u5e73\u5bf9\u9f50',
|
|
||||||
'V Align': '\u5782\u76f4\u5bf9\u9f50',
|
|
||||||
Top: '\u9876\u90e8\u5bf9\u9f50',
|
|
||||||
Middle: '\u5782\u76f4\u5c45\u4e2d',
|
|
||||||
Bottom: '\u5e95\u90e8\u5bf9\u9f50',
|
|
||||||
'Header cell': '\u8868\u5934\u5355\u5143\u683c',
|
|
||||||
'Row group': '\u884c\u7ec4',
|
|
||||||
'Column group': '\u5217\u7ec4',
|
|
||||||
'Row type': '\u884c\u7c7b\u578b',
|
|
||||||
Header: '\u8868\u5934',
|
|
||||||
Body: '\u8868\u4f53',
|
|
||||||
Footer: '\u8868\u5c3e',
|
|
||||||
'Border color': '\u8fb9\u6846\u989c\u8272',
|
|
||||||
'Insert template...': '\u63d2\u5165\u6a21\u677f...',
|
|
||||||
Templates: '\u6a21\u677f',
|
|
||||||
Template: '\u6a21\u677f',
|
|
||||||
'Text color': '\u6587\u5b57\u989c\u8272',
|
|
||||||
'Background color': '\u80cc\u666f\u8272',
|
|
||||||
'Custom...': '\u81ea\u5b9a\u4e49...',
|
|
||||||
'Custom color': '\u81ea\u5b9a\u4e49\u989c\u8272',
|
|
||||||
'No color': '\u65e0',
|
|
||||||
'Remove color': '\u79fb\u9664\u989c\u8272',
|
|
||||||
'Table of Contents': '\u5185\u5bb9\u5217\u8868',
|
|
||||||
'Show blocks': '\u663e\u793a\u533a\u5757\u8fb9\u6846',
|
|
||||||
'Show invisible characters': '\u663e\u793a\u4e0d\u53ef\u89c1\u5b57\u7b26',
|
|
||||||
'Word count': '\u5b57\u6570',
|
|
||||||
Count: '\u8ba1\u6570',
|
|
||||||
Document: '\u6587\u6863',
|
|
||||||
Selection: '\u9009\u62e9',
|
|
||||||
Words: '\u5355\u8bcd',
|
|
||||||
'Words: {0}': '\u5b57\u6570\uff1a{0}',
|
|
||||||
'{0} words': '{0} \u5b57',
|
|
||||||
File: '\u6587\u4ef6',
|
|
||||||
Edit: '\u7f16\u8f91',
|
|
||||||
Insert: '\u63d2\u5165',
|
|
||||||
View: '\u89c6\u56fe',
|
|
||||||
Format: '\u683c\u5f0f',
|
|
||||||
Table: '\u8868\u683c',
|
|
||||||
Tools: '\u5de5\u5177',
|
|
||||||
'Powered by {0}': '\u7531{0}\u9a71\u52a8',
|
|
||||||
'Rich Text Area. Press ALT-F9 for menu. Press ALT-F10 for toolbar. Press ALT-0 for help':
|
|
||||||
'\u5728\u7f16\u8f91\u533a\u6309ALT-F9\u6253\u5f00\u83dc\u5355\uff0c\u6309ALT-F10\u6253\u5f00\u5de5\u5177\u680f\uff0c\u6309ALT-0\u67e5\u770b\u5e2e\u52a9',
|
|
||||||
'Image title': '\u56fe\u7247\u6807\u9898',
|
|
||||||
'Border width': '\u8fb9\u6846\u5bbd\u5ea6',
|
|
||||||
'Border style': '\u8fb9\u6846\u6837\u5f0f',
|
|
||||||
Error: '\u9519\u8bef',
|
|
||||||
Warn: '\u8b66\u544a',
|
|
||||||
Valid: '\u6709\u6548',
|
|
||||||
'To open the popup, press Shift+Enter': '\u6309Shitf+Enter\u952e\u6253\u5f00\u5bf9\u8bdd\u6846',
|
|
||||||
'Rich Text Area. Press ALT-0 for help.': '\u7f16\u8f91\u533a\u3002\u6309Alt+0\u952e\u6253\u5f00\u5e2e\u52a9\u3002',
|
|
||||||
'System Font': '\u7cfb\u7edf\u5b57\u4f53',
|
|
||||||
'Failed to upload image: {0}': '\u56fe\u7247\u4e0a\u4f20\u5931\u8d25: {0}',
|
|
||||||
'Failed to load plugin: {0} from url {1}': '\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25: {0} \u6765\u81ea\u94fe\u63a5 {1}',
|
|
||||||
'Failed to load plugin url: {0}': '\u63d2\u4ef6\u52a0\u8f7d\u5931\u8d25 \u94fe\u63a5: {0}',
|
|
||||||
'Failed to initialize plugin: {0}': '\u63d2\u4ef6\u521d\u59cb\u5316\u5931\u8d25: {0}',
|
|
||||||
example: '\u793a\u4f8b',
|
|
||||||
Search: '\u641c\u7d22',
|
|
||||||
All: '\u5168\u90e8',
|
|
||||||
Currency: '\u8d27\u5e01',
|
|
||||||
Text: '\u6587\u5b57',
|
|
||||||
Quotations: '\u5f15\u7528',
|
|
||||||
Mathematical: '\u6570\u5b66',
|
|
||||||
'Extended Latin': '\u62c9\u4e01\u8bed\u6269\u5145',
|
|
||||||
Symbols: '\u7b26\u53f7',
|
|
||||||
Arrows: '\u7bad\u5934',
|
|
||||||
'User Defined': '\u81ea\u5b9a\u4e49',
|
|
||||||
'dollar sign': '\u7f8e\u5143\u7b26\u53f7',
|
|
||||||
'currency sign': '\u8d27\u5e01\u7b26\u53f7',
|
|
||||||
'euro-currency sign': '\u6b27\u5143\u7b26\u53f7',
|
|
||||||
'colon sign': '\u5192\u53f7',
|
|
||||||
'cruzeiro sign': '\u514b\u9c81\u8d5b\u7f57\u5e01\u7b26\u53f7',
|
|
||||||
'french franc sign': '\u6cd5\u90ce\u7b26\u53f7',
|
|
||||||
'lira sign': '\u91cc\u62c9\u7b26\u53f7',
|
|
||||||
'mill sign': '\u5bc6\u5c14\u7b26\u53f7',
|
|
||||||
'naira sign': '\u5948\u62c9\u7b26\u53f7',
|
|
||||||
'peseta sign': '\u6bd4\u585e\u5854\u7b26\u53f7',
|
|
||||||
'rupee sign': '\u5362\u6bd4\u7b26\u53f7',
|
|
||||||
'won sign': '\u97e9\u5143\u7b26\u53f7',
|
|
||||||
'new sheqel sign': '\u65b0\u8c22\u514b\u5c14\u7b26\u53f7',
|
|
||||||
'dong sign': '\u8d8a\u5357\u76fe\u7b26\u53f7',
|
|
||||||
'kip sign': '\u8001\u631d\u57fa\u666e\u7b26\u53f7',
|
|
||||||
'tugrik sign': '\u56fe\u683c\u91cc\u514b\u7b26\u53f7',
|
|
||||||
'drachma sign': '\u5fb7\u62c9\u514b\u9a6c\u7b26\u53f7',
|
|
||||||
'german penny symbol': '\u5fb7\u56fd\u4fbf\u58eb\u7b26\u53f7',
|
|
||||||
'peso sign': '\u6bd4\u7d22\u7b26\u53f7',
|
|
||||||
'guarani sign': '\u74dc\u62c9\u5c3c\u7b26\u53f7',
|
|
||||||
'austral sign': '\u6fb3\u5143\u7b26\u53f7',
|
|
||||||
'hryvnia sign': '\u683c\u91cc\u592b\u5c3c\u4e9a\u7b26\u53f7',
|
|
||||||
'cedi sign': '\u585e\u5730\u7b26\u53f7',
|
|
||||||
'livre tournois sign': '\u91cc\u5f17\u5f17\u5c14\u7b26\u53f7',
|
|
||||||
'spesmilo sign': 'spesmilo\u7b26\u53f7',
|
|
||||||
'tenge sign': '\u575a\u6208\u7b26\u53f7',
|
|
||||||
'indian rupee sign': '\u5370\u5ea6\u5362\u6bd4',
|
|
||||||
'turkish lira sign': '\u571f\u8033\u5176\u91cc\u62c9',
|
|
||||||
'nordic mark sign': '\u5317\u6b27\u9a6c\u514b',
|
|
||||||
'manat sign': '\u9a6c\u7eb3\u7279\u7b26\u53f7',
|
|
||||||
'ruble sign': '\u5362\u5e03\u7b26\u53f7',
|
|
||||||
'yen character': '\u65e5\u5143\u5b57\u6837',
|
|
||||||
'yuan character': '\u4eba\u6c11\u5e01\u5143\u5b57\u6837',
|
|
||||||
'yuan character, in hong kong and taiwan': '\u5143\u5b57\u6837\uff08\u6e2f\u53f0\u5730\u533a\uff09',
|
|
||||||
'yen/yuan character variant one': '\u5143\u5b57\u6837\uff08\u5927\u5199\uff09',
|
|
||||||
'Loading emoticons...': '\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7...',
|
|
||||||
'Could not load emoticons': '\u4e0d\u80fd\u52a0\u8f7d\u8868\u60c5\u7b26\u53f7',
|
|
||||||
People: '\u4eba\u7c7b',
|
|
||||||
'Animals and Nature': '\u52a8\u7269\u548c\u81ea\u7136',
|
|
||||||
'Food and Drink': '\u98df\u7269\u548c\u996e\u54c1',
|
|
||||||
Activity: '\u6d3b\u52a8',
|
|
||||||
'Travel and Places': '\u65c5\u6e38\u548c\u5730\u70b9',
|
|
||||||
Objects: '\u7269\u4ef6',
|
|
||||||
Flags: '\u65d7\u5e1c',
|
|
||||||
Characters: '\u5b57\u7b26',
|
|
||||||
'Characters (no spaces)': '\u5b57\u7b26(\u65e0\u7a7a\u683c)',
|
|
||||||
'{0} characters': '{0} \u4e2a\u5b57\u7b26',
|
|
||||||
'Error: Form submit field collision.': '\u9519\u8bef: \u8868\u5355\u63d0\u4ea4\u5b57\u6bb5\u51b2\u7a81\u3002',
|
|
||||||
'Error: No form element found.': '\u9519\u8bef: \u6ca1\u6709\u8868\u5355\u63a7\u4ef6\u3002',
|
|
||||||
Update: '\u66f4\u65b0',
|
|
||||||
'Color swatch': '\u989c\u8272\u6837\u672c',
|
|
||||||
Turquoise: '\u9752\u7eff\u8272',
|
|
||||||
Green: '\u7eff\u8272',
|
|
||||||
Blue: '\u84dd\u8272',
|
|
||||||
Purple: '\u7d2b\u8272',
|
|
||||||
'Navy Blue': '\u6d77\u519b\u84dd',
|
|
||||||
'Dark Turquoise': '\u6df1\u84dd\u7eff\u8272',
|
|
||||||
'Dark Green': '\u6df1\u7eff\u8272',
|
|
||||||
'Medium Blue': '\u4e2d\u84dd\u8272',
|
|
||||||
'Medium Purple': '\u4e2d\u7d2b\u8272',
|
|
||||||
'Midnight Blue': '\u6df1\u84dd\u8272',
|
|
||||||
Yellow: '\u9ec4\u8272',
|
|
||||||
Orange: '\u6a59\u8272',
|
|
||||||
Red: '\u7ea2\u8272',
|
|
||||||
'Light Gray': '\u6d45\u7070\u8272',
|
|
||||||
Gray: '\u7070\u8272',
|
|
||||||
'Dark Yellow': '\u6697\u9ec4\u8272',
|
|
||||||
'Dark Orange': '\u6df1\u6a59\u8272',
|
|
||||||
'Dark Red': '\u6df1\u7ea2\u8272',
|
|
||||||
'Medium Gray': '\u4e2d\u7070\u8272',
|
|
||||||
'Dark Gray': '\u6df1\u7070\u8272',
|
|
||||||
'Light Green': '\u6d45\u7eff\u8272',
|
|
||||||
'Light Yellow': '\u6d45\u9ec4\u8272',
|
|
||||||
'Light Red': '\u6d45\u7ea2\u8272',
|
|
||||||
'Light Purple': '\u6d45\u7d2b\u8272',
|
|
||||||
'Light Blue': '\u6d45\u84dd\u8272',
|
|
||||||
'Dark Purple': '\u6df1\u7d2b\u8272',
|
|
||||||
'Dark Blue': '\u6df1\u84dd\u8272',
|
|
||||||
Black: '\u9ed1\u8272',
|
|
||||||
White: '\u767d\u8272',
|
|
||||||
'Switch to or from fullscreen mode': '\u5207\u6362\u5168\u5c4f\u6a21\u5f0f',
|
|
||||||
'Open help dialog': '\u6253\u5f00\u5e2e\u52a9\u5bf9\u8bdd\u6846',
|
|
||||||
history: '\u5386\u53f2',
|
|
||||||
styles: '\u6837\u5f0f',
|
|
||||||
formatting: '\u683c\u5f0f\u5316',
|
|
||||||
alignment: '\u5bf9\u9f50',
|
|
||||||
indentation: '\u7f29\u8fdb',
|
|
||||||
'permanent pen': '\u8bb0\u53f7\u7b14',
|
|
||||||
comments: '\u5907\u6ce8',
|
|
||||||
'Format Painter': '\u683c\u5f0f\u5237',
|
|
||||||
'Insert/edit iframe': '\u63d2\u5165/\u7f16\u8f91\u6846\u67b6',
|
|
||||||
Capitalization: '\u5927\u5199',
|
|
||||||
lowercase: '\u5c0f\u5199',
|
|
||||||
UPPERCASE: '\u5927\u5199',
|
|
||||||
'Title Case': '\u9996\u5b57\u6bcd\u5927\u5199',
|
|
||||||
'Permanent Pen Properties': '\u6c38\u4e45\u7b14\u5c5e\u6027',
|
|
||||||
'Permanent pen properties...': '\u6c38\u4e45\u7b14\u5c5e\u6027...',
|
|
||||||
Font: '\u5b57\u4f53',
|
|
||||||
Size: '\u5b57\u53f7',
|
|
||||||
'More...': '\u66f4\u591a...',
|
|
||||||
'Spellcheck Language': '\u62fc\u5199\u68c0\u67e5\u8bed\u8a00',
|
|
||||||
'Select...': '\u9009\u62e9...',
|
|
||||||
Preferences: '\u9996\u9009\u9879',
|
|
||||||
Yes: '\u662f',
|
|
||||||
No: '\u5426',
|
|
||||||
'Keyboard Navigation': '\u952e\u76d8\u6307\u5f15',
|
|
||||||
Version: '\u7248\u672c',
|
|
||||||
Anchor: '\u951a\u70b9',
|
|
||||||
'Special character': '\u7279\u6b8a\u7b26\u53f7',
|
|
||||||
'Code sample': '\u4ee3\u7801\u793a\u4f8b',
|
|
||||||
Color: '\u989c\u8272',
|
|
||||||
Emoticons: '\u8868\u60c5',
|
|
||||||
'Document properties': '\u6587\u6863\u5c5e\u6027',
|
|
||||||
Image: '\u56fe\u7247',
|
|
||||||
'Insert link': '\u63d2\u5165\u94fe\u63a5',
|
|
||||||
Target: '\u6253\u5f00\u65b9\u5f0f',
|
|
||||||
Link: '\u94fe\u63a5',
|
|
||||||
Poster: '\u5c01\u9762',
|
|
||||||
Media: '\u5a92\u4f53',
|
|
||||||
Print: '\u6253\u5370',
|
|
||||||
Prev: '\u4e0a\u4e00\u4e2a',
|
|
||||||
'Find and replace': '\u67e5\u627e\u548c\u66ff\u6362',
|
|
||||||
'Whole words': '\u5168\u5b57\u5339\u914d',
|
|
||||||
Spellcheck: '\u62fc\u5199\u68c0\u67e5',
|
|
||||||
Caption: '\u6807\u9898',
|
|
||||||
'Insert template': '\u63d2\u5165\u6a21\u677f',
|
|
||||||
})
|
|
@ -1,78 +0,0 @@
|
|||||||
body {
|
|
||||||
background-color: #2f3742;
|
|
||||||
color: #dfe0e4;
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
|
||||||
color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
|
||||||
table:not([cellpadding]) th,
|
|
||||||
table:not([cellpadding]) td {
|
|
||||||
padding: 0.4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) td {
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) td {
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) td {
|
|
||||||
border-color: #6d737b;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure {
|
|
||||||
display: table;
|
|
||||||
margin: 1rem auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure figcaption {
|
|
||||||
color: #8a8f97;
|
|
||||||
display: block;
|
|
||||||
margin-top: 0.25rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border-color: #6d737b;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: #6d737b;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 0.1rem 0.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl']) blockquote {
|
|
||||||
border-left: 2px solid #6d737b;
|
|
||||||
margin-left: 1.5rem;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'] blockquote {
|
|
||||||
border-right: 2px solid #6d737b;
|
|
||||||
margin-right: 1.5rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
@ -1,59 +0,0 @@
|
|||||||
body {
|
|
||||||
background-color: #2f3742;
|
|
||||||
color: #dfe0e4;
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 1rem;
|
|
||||||
}
|
|
||||||
a {
|
|
||||||
color: #4099ff;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
table:not([cellpadding]) td,
|
|
||||||
table:not([cellpadding]) th {
|
|
||||||
padding: 0.4rem;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) th {
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) th {
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) th {
|
|
||||||
border-color: #6d737b;
|
|
||||||
}
|
|
||||||
figure {
|
|
||||||
display: table;
|
|
||||||
margin: 1rem auto;
|
|
||||||
}
|
|
||||||
figure figcaption {
|
|
||||||
color: #8a8f97;
|
|
||||||
display: block;
|
|
||||||
margin-top: 0.25rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
border-color: #6d737b;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
background-color: #6d737b;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 0.1rem 0.2rem;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl']) blockquote {
|
|
||||||
border-left: 2px solid #6d737b;
|
|
||||||
margin-left: 1.5rem;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'] blockquote {
|
|
||||||
border-right: 2px solid #6d737b;
|
|
||||||
margin-right: 1.5rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
@ -1,72 +0,0 @@
|
|||||||
body {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Apply a default padding if legacy cellpadding attribute is missing */
|
|
||||||
table:not([cellpadding]) th,
|
|
||||||
table:not([cellpadding]) td {
|
|
||||||
padding: 0.4rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) td {
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) td {
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Set default table styles if a table has a positive border attribute
|
|
||||||
and no inline css */
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) th,
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) td {
|
|
||||||
border-color: #ccc;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure {
|
|
||||||
display: table;
|
|
||||||
margin: 1rem auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
figure figcaption {
|
|
||||||
color: #999;
|
|
||||||
display: block;
|
|
||||||
margin-top: 0.25rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
||||||
hr {
|
|
||||||
border-color: #ccc;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
code {
|
|
||||||
background-color: #e8e8e8;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 0.1rem 0.2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl']) blockquote {
|
|
||||||
border-left: 2px solid #ccc;
|
|
||||||
margin-left: 1.5rem;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'] blockquote {
|
|
||||||
border-right: 2px solid #ccc;
|
|
||||||
margin-right: 1.5rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
@ -1,54 +0,0 @@
|
|||||||
body {
|
|
||||||
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
|
|
||||||
line-height: 1.4;
|
|
||||||
margin: 1rem;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
||||||
table:not([cellpadding]) td,
|
|
||||||
table:not([cellpadding]) th {
|
|
||||||
padding: 0.4rem;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-width']) th {
|
|
||||||
border-width: 1px;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-style']) th {
|
|
||||||
border-style: solid;
|
|
||||||
}
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) td,
|
|
||||||
table[border]:not([border='0']):not([style*='border-color']) th {
|
|
||||||
border-color: #ccc;
|
|
||||||
}
|
|
||||||
figure {
|
|
||||||
display: table;
|
|
||||||
margin: 1rem auto;
|
|
||||||
}
|
|
||||||
figure figcaption {
|
|
||||||
color: #999;
|
|
||||||
display: block;
|
|
||||||
margin-top: 0.25rem;
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
hr {
|
|
||||||
border-color: #ccc;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px 0 0 0;
|
|
||||||
}
|
|
||||||
code {
|
|
||||||
background-color: #e8e8e8;
|
|
||||||
border-radius: 3px;
|
|
||||||
padding: 0.1rem 0.2rem;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl']) blockquote {
|
|
||||||
border-left: 2px solid #ccc;
|
|
||||||
margin-left: 1.5rem;
|
|
||||||
padding-left: 1rem;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'] blockquote {
|
|
||||||
border-right: 2px solid #ccc;
|
|
||||||
margin-right: 1.5rem;
|
|
||||||
padding-right: 1rem;
|
|
||||||
}
|
|
@ -1,854 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%236d737b%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-disable */
|
|
||||||
/* http://prismjs.com/ */
|
|
||||||
/**
|
|
||||||
* Dracula Theme originally by Zeno Rocha [@zenorocha]
|
|
||||||
* https://draculatheme.com/
|
|
||||||
*
|
|
||||||
* Ported for PrismJS by Albert Vallverdu [@byverdu]
|
|
||||||
*/
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: #f8f8f2;
|
|
||||||
background: none;
|
|
||||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #282a36;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: #6272a4;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.tag,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol,
|
|
||||||
.token.deleted {
|
|
||||||
color: #ff79c6;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.boolean,
|
|
||||||
.token.number {
|
|
||||||
color: #bd93f9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #50fa7b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url,
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string,
|
|
||||||
.token.variable {
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.function,
|
|
||||||
.token.class-name {
|
|
||||||
color: #f1fa8c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.keyword {
|
|
||||||
color: #8be9fd;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
|
||||||
.token.important {
|
|
||||||
color: #ffb86c;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-enable */
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: black;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--4by3,
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed black;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: bold;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected],
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected] {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:hover {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: none;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid transparent;
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: lighten;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #4099ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
table[style*='border-width: 0'] th,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table[border='0'] caption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks ul,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] dl {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
@ -1,867 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-disable */
|
|
||||||
/* http://prismjs.com/ */
|
|
||||||
/**
|
|
||||||
* prism.js default theme for JavaScript, CSS and HTML
|
|
||||||
* Based on dabblet (http://dabblet.com)
|
|
||||||
* @author Lea Verou
|
|
||||||
*/
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: black;
|
|
||||||
background: none;
|
|
||||||
text-shadow: 0 1px white;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
code[class*='language-'] ::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
code[class*='language-'] ::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: slategray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.tag,
|
|
||||||
.token.boolean,
|
|
||||||
.token.number,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol,
|
|
||||||
.token.deleted {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url,
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string {
|
|
||||||
color: #9a6e3a;
|
|
||||||
/* This background color was intended by the author of this theme. */
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.function,
|
|
||||||
.token.class-name {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
|
||||||
.token.important,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-enable */
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: black;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--4by3,
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed black;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: bold;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected],
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:hover {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: none;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
table[style*='border-width: 0'] th,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table[border='0'] caption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks ul,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] dl {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
@ -1,720 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: #000;
|
|
||||||
background: 0 0;
|
|
||||||
text-shadow: 0 1px #fff;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
pre[class*='language-']::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
pre[class*='language-']::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
.token.cdata,
|
|
||||||
.token.comment,
|
|
||||||
.token.doctype,
|
|
||||||
.token.prolog {
|
|
||||||
color: #708090;
|
|
||||||
}
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
.token.boolean,
|
|
||||||
.token.constant,
|
|
||||||
.token.deleted,
|
|
||||||
.token.number,
|
|
||||||
.token.property,
|
|
||||||
.token.symbol,
|
|
||||||
.token.tag {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
.token.attr-name,
|
|
||||||
.token.builtin,
|
|
||||||
.token.char,
|
|
||||||
.token.inserted,
|
|
||||||
.token.selector,
|
|
||||||
.token.string {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string,
|
|
||||||
.token.entity,
|
|
||||||
.token.operator,
|
|
||||||
.token.url {
|
|
||||||
color: #9a6e3a;
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
.token.class-name,
|
|
||||||
.token.function {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
.token.important,
|
|
||||||
.token.regex,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
.token.bold,
|
|
||||||
.token.important {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: #000;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--1by1,
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe,
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed #000;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #fff;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 700;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:hover {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: 0;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
.mce-item-table[border='0'] caption,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
table[style*='border-width: 0'] th {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks dl,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] dl,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
@ -1,707 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%236d737b%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: #f8f8f2;
|
|
||||||
background: 0 0;
|
|
||||||
text-shadow: 0 1px rgba(0, 0, 0, 0.3);
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #282a36;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
.token.cdata,
|
|
||||||
.token.comment,
|
|
||||||
.token.doctype,
|
|
||||||
.token.prolog {
|
|
||||||
color: #6272a4;
|
|
||||||
}
|
|
||||||
.token.punctuation {
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
.token.constant,
|
|
||||||
.token.deleted,
|
|
||||||
.token.property,
|
|
||||||
.token.symbol,
|
|
||||||
.token.tag {
|
|
||||||
color: #ff79c6;
|
|
||||||
}
|
|
||||||
.token.boolean,
|
|
||||||
.token.number {
|
|
||||||
color: #bd93f9;
|
|
||||||
}
|
|
||||||
.token.attr-name,
|
|
||||||
.token.builtin,
|
|
||||||
.token.char,
|
|
||||||
.token.inserted,
|
|
||||||
.token.selector,
|
|
||||||
.token.string {
|
|
||||||
color: #50fa7b;
|
|
||||||
}
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string,
|
|
||||||
.token.entity,
|
|
||||||
.token.operator,
|
|
||||||
.token.url,
|
|
||||||
.token.variable {
|
|
||||||
color: #f8f8f2;
|
|
||||||
}
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.class-name,
|
|
||||||
.token.function {
|
|
||||||
color: #f1fa8c;
|
|
||||||
}
|
|
||||||
.token.keyword {
|
|
||||||
color: #8be9fd;
|
|
||||||
}
|
|
||||||
.token.important,
|
|
||||||
.token.regex {
|
|
||||||
color: #ffb86c;
|
|
||||||
}
|
|
||||||
.token.bold,
|
|
||||||
.token.important {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: #000;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%20fill%3D%22%23cccccc%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--1by1,
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe,
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed #000;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #fff;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 700;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected] {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:hover {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: 0;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid transparent;
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: lighten;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #4099ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
.mce-item-table[border='0'] caption,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
table[style*='border-width: 0'] th {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks dl,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] dl,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,35 +0,0 @@
|
|||||||
body.tox-dialog__disable-scroll {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-fullscreen {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
overscroll-behavior: none;
|
|
||||||
padding: 0;
|
|
||||||
touch-action: pinch-zoom;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen,
|
|
||||||
.tox-shadowhost.tox-fullscreen {
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1200;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
|
||||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
|
||||||
z-index: 1201;
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
body.tox-dialog__disable-scroll {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.tox-fullscreen {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
overscroll-behavior: none;
|
|
||||||
padding: 0;
|
|
||||||
touch-action: pinch-zoom;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tox-shadowhost.tox-fullscreen,
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1200;
|
|
||||||
}
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
|
||||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
|
||||||
z-index: 1201;
|
|
||||||
}
|
|
@ -1,875 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-disable */
|
|
||||||
/* http://prismjs.com/ */
|
|
||||||
/**
|
|
||||||
* prism.js default theme for JavaScript, CSS and HTML
|
|
||||||
* Based on dabblet (http://dabblet.com)
|
|
||||||
* @author Lea Verou
|
|
||||||
*/
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: black;
|
|
||||||
background: none;
|
|
||||||
text-shadow: 0 1px white;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
code[class*='language-'] ::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
code[class*='language-'] ::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: slategray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.tag,
|
|
||||||
.token.boolean,
|
|
||||||
.token.number,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol,
|
|
||||||
.token.deleted {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url,
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string {
|
|
||||||
color: #9a6e3a;
|
|
||||||
/* This background color was intended by the author of this theme. */
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.function,
|
|
||||||
.token.class-name {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
|
||||||
.token.important,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-enable */
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: black;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--4by3,
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed black;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: bold;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected],
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:hover {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: none;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
table[style*='border-width: 0'] th,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table[border='0'] caption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks ul,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] dl {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
||||||
|
|
||||||
body {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
@ -1,867 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-disable */
|
|
||||||
/* http://prismjs.com/ */
|
|
||||||
/**
|
|
||||||
* prism.js default theme for JavaScript, CSS and HTML
|
|
||||||
* Based on dabblet (http://dabblet.com)
|
|
||||||
* @author Lea Verou
|
|
||||||
*/
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: black;
|
|
||||||
background: none;
|
|
||||||
text-shadow: 0 1px white;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
code[class*='language-'] ::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
pre[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
code[class*='language-'] ::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Code blocks */
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* Inline code */
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.comment,
|
|
||||||
.token.prolog,
|
|
||||||
.token.doctype,
|
|
||||||
.token.cdata {
|
|
||||||
color: slategray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.property,
|
|
||||||
.token.tag,
|
|
||||||
.token.boolean,
|
|
||||||
.token.number,
|
|
||||||
.token.constant,
|
|
||||||
.token.symbol,
|
|
||||||
.token.deleted {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.selector,
|
|
||||||
.token.attr-name,
|
|
||||||
.token.string,
|
|
||||||
.token.char,
|
|
||||||
.token.builtin,
|
|
||||||
.token.inserted {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.operator,
|
|
||||||
.token.entity,
|
|
||||||
.token.url,
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string {
|
|
||||||
color: #9a6e3a;
|
|
||||||
/* This background color was intended by the author of this theme. */
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.function,
|
|
||||||
.token.class-name {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.regex,
|
|
||||||
.token.important,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.important,
|
|
||||||
.token.bold {
|
|
||||||
font-weight: bold;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
|
|
||||||
/* stylelint-enable */
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: black;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--4by3,
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed black;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: white;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: bold;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected],
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'] *[contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly *[contentEditable='true']:hover {
|
|
||||||
outline: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body *[data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: none;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
table[style*='border-width: 0'] th,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table[border='0'] caption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks ul,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] dl {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
@ -1,720 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: #000;
|
|
||||||
background: 0 0;
|
|
||||||
text-shadow: 0 1px #fff;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
pre[class*='language-']::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
pre[class*='language-']::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
.token.cdata,
|
|
||||||
.token.comment,
|
|
||||||
.token.doctype,
|
|
||||||
.token.prolog {
|
|
||||||
color: #708090;
|
|
||||||
}
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
.token.boolean,
|
|
||||||
.token.constant,
|
|
||||||
.token.deleted,
|
|
||||||
.token.number,
|
|
||||||
.token.property,
|
|
||||||
.token.symbol,
|
|
||||||
.token.tag {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
.token.attr-name,
|
|
||||||
.token.builtin,
|
|
||||||
.token.char,
|
|
||||||
.token.inserted,
|
|
||||||
.token.selector,
|
|
||||||
.token.string {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string,
|
|
||||||
.token.entity,
|
|
||||||
.token.operator,
|
|
||||||
.token.url {
|
|
||||||
color: #9a6e3a;
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
.token.class-name,
|
|
||||||
.token.function {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
.token.important,
|
|
||||||
.token.regex,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
.token.bold,
|
|
||||||
.token.important {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: #000;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--1by1,
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe,
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed #000;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #fff;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 700;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:hover {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: 0;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
.mce-item-table[border='0'] caption,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
table[style*='border-width: 0'] th {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks dl,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] dl,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
@ -1,726 +0,0 @@
|
|||||||
.mce-content-body .mce-item-anchor {
|
|
||||||
background: transparent
|
|
||||||
url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'8'%20height%3D'12'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20d%3D'M0%200L8%200%208%2012%204.09117821%209%200%2012z'%2F%3E%3C%2Fsvg%3E%0A")
|
|
||||||
no-repeat center;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:empty {
|
|
||||||
cursor: default;
|
|
||||||
display: inline-block;
|
|
||||||
height: 12px !important;
|
|
||||||
padding: 0 2px;
|
|
||||||
-webkit-user-modify: read-only;
|
|
||||||
-moz-user-modify: read-only;
|
|
||||||
-webkit-user-select: all;
|
|
||||||
-moz-user-select: all;
|
|
||||||
user-select: all;
|
|
||||||
width: 8px !important;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor:not(:empty) {
|
|
||||||
background-position-x: 2px;
|
|
||||||
display: inline-block;
|
|
||||||
padding-left: 12px;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-item-anchor[data-mce-selected] {
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment {
|
|
||||||
background-color: #fff0b7;
|
|
||||||
}
|
|
||||||
.tox-comments-visible .tox-comment[data-mce-annotation-active='true']:not([data-mce-selected='inline-boundary']) {
|
|
||||||
background-color: #ffe168;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden) {
|
|
||||||
list-style: none;
|
|
||||||
margin: 0.25em 0;
|
|
||||||
}
|
|
||||||
.tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-unchecked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2215%22%20height%3D%2215%22%20x%3D%22.5%22%20y%3D%22.5%22%20fill-rule%3D%22nonzero%22%20stroke%3D%22%234C4C4C%22%20rx%3D%222%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
cursor: pointer;
|
|
||||||
height: 1em;
|
|
||||||
margin-left: -1.5em;
|
|
||||||
margin-top: 0.125em;
|
|
||||||
position: absolute;
|
|
||||||
width: 1em;
|
|
||||||
}
|
|
||||||
.tox-checklist li:not(.tox-checklist--hidden).tox-checklist--checked::before {
|
|
||||||
content: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%3E%3Cg%20id%3D%22checklist-checked%22%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%3Crect%20id%3D%22Rectangle%22%20width%3D%2216%22%20height%3D%2216%22%20fill%3D%22%234099FF%22%20fill-rule%3D%22nonzero%22%20rx%3D%222%22%2F%3E%3Cpath%20id%3D%22Path%22%20fill%3D%22%23FFF%22%20fill-rule%3D%22nonzero%22%20d%3D%22M11.5703186%2C3.14417309%20C11.8516238%2C2.73724603%2012.4164781%2C2.62829933%2012.83558%2C2.89774797%20C13.260121%2C3.17069355%2013.3759736%2C3.72932262%2013.0909105%2C4.14168582%20L7.7580587%2C11.8560195%20C7.43776896%2C12.3193404%206.76483983%2C12.3852142%206.35607322%2C11.9948725%20L3.02491697%2C8.8138662%20C2.66090143%2C8.46625845%202.65798871%2C7.89594698%203.01850234%2C7.54483354%20C3.373942%2C7.19866177%203.94940006%2C7.19592841%204.30829608%2C7.5386474%20L6.85276923%2C9.9684299%20L11.5703186%2C3.14417309%20Z%22%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E%0A');
|
|
||||||
}
|
|
||||||
[dir='rtl'] .tox-checklist > li:not(.tox-checklist--hidden)::before {
|
|
||||||
margin-left: 0;
|
|
||||||
margin-right: -1.5em;
|
|
||||||
}
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
color: #000;
|
|
||||||
background: 0 0;
|
|
||||||
text-shadow: 0 1px #fff;
|
|
||||||
font-family: Consolas, Monaco, 'Andale Mono', 'Ubuntu Mono', monospace;
|
|
||||||
font-size: 1em;
|
|
||||||
text-align: left;
|
|
||||||
white-space: pre;
|
|
||||||
word-spacing: normal;
|
|
||||||
word-break: normal;
|
|
||||||
word-wrap: normal;
|
|
||||||
line-height: 1.5;
|
|
||||||
-moz-tab-size: 4;
|
|
||||||
tab-size: 4;
|
|
||||||
-webkit-hyphens: none;
|
|
||||||
hyphens: none;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::-moz-selection,
|
|
||||||
code[class*='language-']::-moz-selection,
|
|
||||||
pre[class*='language-'] ::-moz-selection,
|
|
||||||
pre[class*='language-']::-moz-selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
code[class*='language-'] ::selection,
|
|
||||||
code[class*='language-']::selection,
|
|
||||||
pre[class*='language-'] ::selection,
|
|
||||||
pre[class*='language-']::selection {
|
|
||||||
text-shadow: none;
|
|
||||||
background: #b3d4fc;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
text-shadow: none;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
pre[class*='language-'] {
|
|
||||||
padding: 1em;
|
|
||||||
margin: 0.5em 0;
|
|
||||||
overflow: auto;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'],
|
|
||||||
pre[class*='language-'] {
|
|
||||||
background: #f5f2f0;
|
|
||||||
}
|
|
||||||
:not(pre) > code[class*='language-'] {
|
|
||||||
padding: 0.1em;
|
|
||||||
border-radius: 0.3em;
|
|
||||||
white-space: normal;
|
|
||||||
}
|
|
||||||
.token.cdata,
|
|
||||||
.token.comment,
|
|
||||||
.token.doctype,
|
|
||||||
.token.prolog {
|
|
||||||
color: #708090;
|
|
||||||
}
|
|
||||||
.token.punctuation {
|
|
||||||
color: #999;
|
|
||||||
}
|
|
||||||
.token.namespace {
|
|
||||||
opacity: 0.7;
|
|
||||||
}
|
|
||||||
.token.boolean,
|
|
||||||
.token.constant,
|
|
||||||
.token.deleted,
|
|
||||||
.token.number,
|
|
||||||
.token.property,
|
|
||||||
.token.symbol,
|
|
||||||
.token.tag {
|
|
||||||
color: #905;
|
|
||||||
}
|
|
||||||
.token.attr-name,
|
|
||||||
.token.builtin,
|
|
||||||
.token.char,
|
|
||||||
.token.inserted,
|
|
||||||
.token.selector,
|
|
||||||
.token.string {
|
|
||||||
color: #690;
|
|
||||||
}
|
|
||||||
.language-css .token.string,
|
|
||||||
.style .token.string,
|
|
||||||
.token.entity,
|
|
||||||
.token.operator,
|
|
||||||
.token.url {
|
|
||||||
color: #9a6e3a;
|
|
||||||
background: hsla(0, 0%, 100%, 0.5);
|
|
||||||
}
|
|
||||||
.token.atrule,
|
|
||||||
.token.attr-value,
|
|
||||||
.token.keyword {
|
|
||||||
color: #07a;
|
|
||||||
}
|
|
||||||
.token.class-name,
|
|
||||||
.token.function {
|
|
||||||
color: #dd4a68;
|
|
||||||
}
|
|
||||||
.token.important,
|
|
||||||
.token.regex,
|
|
||||||
.token.variable {
|
|
||||||
color: #e90;
|
|
||||||
}
|
|
||||||
.token.bold,
|
|
||||||
.token.important {
|
|
||||||
font-weight: 700;
|
|
||||||
}
|
|
||||||
.token.italic {
|
|
||||||
font-style: italic;
|
|
||||||
}
|
|
||||||
.token.entity {
|
|
||||||
cursor: help;
|
|
||||||
}
|
|
||||||
.mce-content-body {
|
|
||||||
overflow-wrap: break-word;
|
|
||||||
word-wrap: break-word;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret {
|
|
||||||
background-color: #000;
|
|
||||||
background-color: currentColor;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-visual-caret-hidden {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-caret] {
|
|
||||||
left: -1000px;
|
|
||||||
margin: 0;
|
|
||||||
padding: 0;
|
|
||||||
position: absolute;
|
|
||||||
right: auto;
|
|
||||||
top: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-offscreen-selection {
|
|
||||||
left: -2000000px;
|
|
||||||
max-width: 1000000px;
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] {
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='true'] {
|
|
||||||
cursor: text;
|
|
||||||
}
|
|
||||||
.tox-cursor-format-painter {
|
|
||||||
cursor: url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%20viewBox%3D%220%200%2024%2024%22%3E%0A%20%20%3Cg%20fill%3D%22none%22%20fill-rule%3D%22evenodd%22%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M15%2C6%20C15%2C5.45%2014.55%2C5%2014%2C5%20L6%2C5%20C5.45%2C5%205%2C5.45%205%2C6%20L5%2C10%20C5%2C10.55%205.45%2C11%206%2C11%20L14%2C11%20C14.55%2C11%2015%2C10.55%2015%2C10%20L15%2C9%20L16%2C9%20L16%2C12%20L9%2C12%20L9%2C19%20C9%2C19.55%209.45%2C20%2010%2C20%20L11%2C20%20C11.55%2C20%2012%2C19.55%2012%2C19%20L12%2C14%20L18%2C14%20L18%2C7%20L15%2C7%20L15%2C6%20Z%22%2F%3E%0A%20%20%20%20%3Cpath%20fill%3D%22%23000%22%20fill-rule%3D%22nonzero%22%20d%3D%22M1%2C1%20L8.25%2C1%20C8.66421356%2C1%209%2C1.33578644%209%2C1.75%20L9%2C1.75%20C9%2C2.16421356%208.66421356%2C2.5%208.25%2C2.5%20L2.5%2C2.5%20L2.5%2C8.25%20C2.5%2C8.66421356%202.16421356%2C9%201.75%2C9%20L1.75%2C9%20C1.33578644%2C9%201%2C8.66421356%201%2C8.25%20L1%2C1%20Z%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A'),
|
|
||||||
default;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-left {
|
|
||||||
float: left;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.align-right {
|
|
||||||
float: right;
|
|
||||||
}
|
|
||||||
.mce-content-body figure.image.align-center {
|
|
||||||
display: table;
|
|
||||||
margin-left: auto;
|
|
||||||
margin-right: auto;
|
|
||||||
}
|
|
||||||
.mce-preview-object {
|
|
||||||
border: 1px solid gray;
|
|
||||||
display: inline-block;
|
|
||||||
line-height: 0;
|
|
||||||
margin: 0 2px 0 2px;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-preview-object .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-preview-object[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.mce-object {
|
|
||||||
background: transparent
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2224%22%20height%3D%2224%22%3E%3Cpath%20d%3D%22M4%203h16a1%201%200%200%201%201%201v16a1%201%200%200%201-1%201H4a1%201%200%200%201-1-1V4a1%201%200%200%201%201-1zm1%202v14h14V5H5zm4.79%202.565l5.64%204.028a.5.5%200%200%201%200%20.814l-5.64%204.028a.5.5%200%200%201-.79-.407V7.972a.5.5%200%200%201%20.79-.407z%22%2F%3E%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center;
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
}
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 1px dashed #aaa;
|
|
||||||
cursor: default;
|
|
||||||
display: block;
|
|
||||||
height: 5px;
|
|
||||||
margin-top: 1rem;
|
|
||||||
page-break-before: always;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
@media print {
|
|
||||||
.mce-pagebreak {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.tiny-pageembed .mce-shim {
|
|
||||||
background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed[data-mce-selected='2'] .mce-shim {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tiny-pageembed {
|
|
||||||
display: inline-block;
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9,
|
|
||||||
.tiny-pageembed--1by1,
|
|
||||||
.tiny-pageembed--21by9,
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
display: block;
|
|
||||||
overflow: hidden;
|
|
||||||
padding: 0;
|
|
||||||
position: relative;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--21by9 {
|
|
||||||
padding-top: 42.857143%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 {
|
|
||||||
padding-top: 56.25%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--4by3 {
|
|
||||||
padding-top: 75%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--1by1 {
|
|
||||||
padding-top: 100%;
|
|
||||||
}
|
|
||||||
.tiny-pageembed--16by9 iframe,
|
|
||||||
.tiny-pageembed--1by1 iframe,
|
|
||||||
.tiny-pageembed--21by9 iframe,
|
|
||||||
.tiny-pageembed--4by3 iframe {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
left: 0;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
color: rgba(34, 47, 62, 0.7);
|
|
||||||
content: attr(data-mce-placeholder);
|
|
||||||
position: absolute;
|
|
||||||
}
|
|
||||||
.mce-content-body:not([dir='rtl'])[data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
left: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body[dir='rtl'][data-mce-placeholder]:not(.mce-visualblocks)::before {
|
|
||||||
right: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle {
|
|
||||||
background-color: #4099ff;
|
|
||||||
border-color: #4099ff;
|
|
||||||
border-style: solid;
|
|
||||||
border-width: 1px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
height: 10px;
|
|
||||||
position: absolute;
|
|
||||||
width: 10px;
|
|
||||||
z-index: 1298;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:hover {
|
|
||||||
background-color: #4099ff;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(1) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(2) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(3) {
|
|
||||||
cursor: nwse-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body div.mce-resizehandle:nth-of-type(4) {
|
|
||||||
cursor: nesw-resize;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-backdrop {
|
|
||||||
z-index: 10000;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable {
|
|
||||||
cursor: default;
|
|
||||||
opacity: 0.5;
|
|
||||||
outline: 1px dashed #000;
|
|
||||||
position: absolute;
|
|
||||||
z-index: 10001;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns td,
|
|
||||||
.mce-content-body .mce-clonedresizable.mce-resizetable-columns th {
|
|
||||||
border: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-resize-helper {
|
|
||||||
background: #555;
|
|
||||||
background: rgba(0, 0, 0, 0.75);
|
|
||||||
border: 1px;
|
|
||||||
border-radius: 3px;
|
|
||||||
color: #fff;
|
|
||||||
display: none;
|
|
||||||
font-family: sans-serif;
|
|
||||||
font-size: 12px;
|
|
||||||
line-height: 14px;
|
|
||||||
margin: 5px 10px;
|
|
||||||
padding: 5px;
|
|
||||||
position: absolute;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 10002;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor {
|
|
||||||
bottom: 0;
|
|
||||||
cursor: default;
|
|
||||||
position: absolute;
|
|
||||||
top: 0;
|
|
||||||
width: 2px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor::before {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 50%;
|
|
||||||
content: '';
|
|
||||||
display: block;
|
|
||||||
height: 8px;
|
|
||||||
position: absolute;
|
|
||||||
right: -3px;
|
|
||||||
top: -3px;
|
|
||||||
width: 8px;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-cursor:hover::after {
|
|
||||||
background-color: inherit;
|
|
||||||
border-radius: 100px;
|
|
||||||
box-sizing: border-box;
|
|
||||||
color: #fff;
|
|
||||||
content: attr(data-user);
|
|
||||||
display: block;
|
|
||||||
font-size: 12px;
|
|
||||||
font-weight: 700;
|
|
||||||
left: -5px;
|
|
||||||
min-height: 8px;
|
|
||||||
min-width: 8px;
|
|
||||||
padding: 0 12px;
|
|
||||||
position: absolute;
|
|
||||||
top: -11px;
|
|
||||||
white-space: nowrap;
|
|
||||||
z-index: 1000;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--1 .tox-rtc-user-cursor {
|
|
||||||
background-color: #2dc26b;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--2 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e03e2d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--3 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f1c40f;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--4 .tox-rtc-user-cursor {
|
|
||||||
background-color: #3598db;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--5 .tox-rtc-user-cursor {
|
|
||||||
background-color: #b96ad9;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--6 .tox-rtc-user-cursor {
|
|
||||||
background-color: #e67e23;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--7 .tox-rtc-user-cursor {
|
|
||||||
background-color: #aaa69d;
|
|
||||||
}
|
|
||||||
.tox-rtc-user-selection--8 .tox-rtc-user-cursor {
|
|
||||||
background-color: #f368e0;
|
|
||||||
}
|
|
||||||
.tox-rtc-remote-image {
|
|
||||||
background: #eaeaea
|
|
||||||
url('data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D%2236%22%20height%3D%2212%22%20viewBox%3D%220%200%2036%2012%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%0A%20%20%3Ccircle%20cx%3D%226%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2218%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.33s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%20%20%3Ccircle%20cx%3D%2230%22%20cy%3D%226%22%20r%3D%223%22%20fill%3D%22rgba(0%2C%200%2C%200%2C%20.2)%22%3E%0A%20%20%20%20%3Canimate%20attributeName%3D%22r%22%20values%3D%223%3B5%3B3%22%20calcMode%3D%22linear%22%20begin%3D%22.66s%22%20dur%3D%221s%22%20repeatCount%3D%22indefinite%22%20%2F%3E%0A%20%20%3C%2Fcircle%3E%0A%3C%2Fsvg%3E%0A')
|
|
||||||
no-repeat center center;
|
|
||||||
border: 1px solid #ccc;
|
|
||||||
min-height: 240px;
|
|
||||||
min-width: 320px;
|
|
||||||
}
|
|
||||||
.mce-match-marker {
|
|
||||||
background: #aaa;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::-moz-selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-match-marker-selected::selection {
|
|
||||||
background: #39f;
|
|
||||||
color: #fff;
|
|
||||||
}
|
|
||||||
.mce-content-body audio[data-mce-selected],
|
|
||||||
.mce-content-body embed[data-mce-selected],
|
|
||||||
.mce-content-body img[data-mce-selected],
|
|
||||||
.mce-content-body object[data-mce-selected],
|
|
||||||
.mce-content-body table[data-mce-selected],
|
|
||||||
.mce-content-body video[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body hr[data-mce-selected] {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
outline-offset: 1px;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'] [contentEditable='true']:hover {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body [contentEditable='false'][data-mce-selected] {
|
|
||||||
cursor: not-allowed;
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:focus,
|
|
||||||
.mce-content-body.mce-content-readonly [contentEditable='true']:hover {
|
|
||||||
outline: 0;
|
|
||||||
}
|
|
||||||
.mce-content-body [data-mce-selected='inline-boundary'] {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body .mce-edit-focus {
|
|
||||||
outline: 3px solid #b4d7ff;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected],
|
|
||||||
.mce-content-body th[data-mce-selected] {
|
|
||||||
position: relative;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::-moz-selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::selection,
|
|
||||||
.mce-content-body th[data-mce-selected]::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected] *,
|
|
||||||
.mce-content-body th[data-mce-selected] * {
|
|
||||||
outline: 0;
|
|
||||||
-webkit-touch-callout: none;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
background-color: rgba(180, 215, 255, 0.7);
|
|
||||||
border: 1px solid rgba(180, 215, 255, 0.7);
|
|
||||||
bottom: -1px;
|
|
||||||
content: '';
|
|
||||||
left: -1px;
|
|
||||||
mix-blend-mode: multiply;
|
|
||||||
position: absolute;
|
|
||||||
right: -1px;
|
|
||||||
top: -1px;
|
|
||||||
}
|
|
||||||
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
|
|
||||||
.mce-content-body td[data-mce-selected]::after,
|
|
||||||
.mce-content-body th[data-mce-selected]::after {
|
|
||||||
border-color: rgba(0, 84, 180, 0.7);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
.mce-content-body img::-moz-selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.mce-content-body img::selection {
|
|
||||||
background: 0 0;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar {
|
|
||||||
background-color: #b4d7ff;
|
|
||||||
opacity: 0;
|
|
||||||
-webkit-user-select: none;
|
|
||||||
-moz-user-select: none;
|
|
||||||
user-select: none;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-cols {
|
|
||||||
cursor: col-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-rows {
|
|
||||||
cursor: row-resize;
|
|
||||||
}
|
|
||||||
.ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
|
|
||||||
opacity: 1;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-word {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%23ff0000'%20fill%3D'none'%20stroke-linecap%3D'round'%20stroke-opacity%3D'.75'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
height: 2rem;
|
|
||||||
}
|
|
||||||
.mce-spellchecker-grammar {
|
|
||||||
background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20width%3D'4'%20height%3D'4'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%3E%3Cpath%20stroke%3D'%2300A835'%20fill%3D'none'%20stroke-linecap%3D'round'%20d%3D'M0%203L2%201%204%203'%2F%3E%3C%2Fsvg%3E%0A");
|
|
||||||
background-position: 0 calc(100% + 1px);
|
|
||||||
background-repeat: repeat-x;
|
|
||||||
background-size: auto 6px;
|
|
||||||
cursor: default;
|
|
||||||
}
|
|
||||||
.mce-toc {
|
|
||||||
border: 1px solid gray;
|
|
||||||
}
|
|
||||||
.mce-toc h2 {
|
|
||||||
margin: 4px;
|
|
||||||
}
|
|
||||||
.mce-toc li {
|
|
||||||
list-style-type: none;
|
|
||||||
}
|
|
||||||
.mce-item-table:not([border]),
|
|
||||||
.mce-item-table:not([border]) caption,
|
|
||||||
.mce-item-table:not([border]) td,
|
|
||||||
.mce-item-table:not([border]) th,
|
|
||||||
.mce-item-table[border='0'],
|
|
||||||
.mce-item-table[border='0'] caption,
|
|
||||||
.mce-item-table[border='0'] td,
|
|
||||||
.mce-item-table[border='0'] th,
|
|
||||||
table[style*='border-width: 0'],
|
|
||||||
table[style*='border-width: 0'] caption,
|
|
||||||
table[style*='border-width: 0'] td,
|
|
||||||
table[style*='border-width: 0'] th {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks address,
|
|
||||||
.mce-visualblocks article,
|
|
||||||
.mce-visualblocks aside,
|
|
||||||
.mce-visualblocks blockquote,
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks dl,
|
|
||||||
.mce-visualblocks figcaption,
|
|
||||||
.mce-visualblocks figure,
|
|
||||||
.mce-visualblocks h1,
|
|
||||||
.mce-visualblocks h2,
|
|
||||||
.mce-visualblocks h3,
|
|
||||||
.mce-visualblocks h4,
|
|
||||||
.mce-visualblocks h5,
|
|
||||||
.mce-visualblocks h6,
|
|
||||||
.mce-visualblocks hgroup,
|
|
||||||
.mce-visualblocks ol,
|
|
||||||
.mce-visualblocks p,
|
|
||||||
.mce-visualblocks pre,
|
|
||||||
.mce-visualblocks section,
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-repeat: no-repeat;
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
margin-left: 3px;
|
|
||||||
padding-top: 10px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks p {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhCQAJAJEAAAAAAP///7u7u////yH5BAEAAAMALAAAAAAJAAkAAAIQnG+CqCN/mlyvsRUpThG6AgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h1 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGu1JuxHoAfRNRW3TWXyF2YiRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h2 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8Hybbx4oOuqgTynJd6bGlWg3DkJzoaUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h3 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIZjI8Hybbx4oOuqgTynJf2Ln2NOHpQpmhAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h4 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxInR0zqeAdhtJlXwV1oCll2HaWgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h5 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjane4iq5GlW05GgIkIZUAAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks h6 {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDgAKAIABALu7u////yH5BAEAAAEALAAAAAAOAAoAAAIajI8HybbxIoiuwjan04jep1iZ1XRlAo5bVgAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks div:not([data-mce-bogus]) {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhEgAKAIABALu7u////yH5BAEAAAEALAAAAAASAAoAAAIfjI9poI0cgDywrhuxfbrzDEbQM2Ei5aRjmoySW4pAAQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks section {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKAAKAIABALu7u////yH5BAEAAAEALAAAAAAoAAoAAAI5jI+pywcNY3sBWHdNrplytD2ellDeSVbp+GmWqaDqDMepc8t17Y4vBsK5hDyJMcI6KkuYU+jpjLoKADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks article {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhKgAKAIABALu7u////yH5BAEAAAEALAAAAAAqAAoAAAI6jI+pywkNY3wG0GBvrsd2tXGYSGnfiF7ikpXemTpOiJScasYoDJJrjsG9gkCJ0ag6KhmaIe3pjDYBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks blockquote {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhPgAKAIABALu7u////yH5BAEAAAEALAAAAAA+AAoAAAJPjI+py+0Knpz0xQDyuUhvfoGgIX5iSKZYgq5uNL5q69asZ8s5rrf0yZmpNkJZzFesBTu8TOlDVAabUyatguVhWduud3EyiUk45xhTTgMBBQA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks address {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhLQAKAIABALu7u////yH5BAEAAAEALAAAAAAtAAoAAAI/jI+pywwNozSP1gDyyZcjb3UaRpXkWaXmZW4OqKLhBmLs+K263DkJK7OJeifh7FicKD9A1/IpGdKkyFpNmCkAADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks pre {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhFQAKAIABALu7uwAAACH5BAEAAAEALAAAAAAVAAoAAAIjjI+ZoN0cgDwSmnpz1NCueYERhnibZVKLNnbOq8IvKpJtVQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figure {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJAAKAIAAALu7u////yH5BAEAAAEALAAAAAAkAAoAAAI0jI+py+2fwAHUSFvD3RlvG4HIp4nX5JFSpnZUJ6LlrM52OE7uSWosBHScgkSZj7dDKnWAAgA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks figcaption {
|
|
||||||
border: 1px dashed #bbb;
|
|
||||||
}
|
|
||||||
.mce-visualblocks hgroup {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhJwAKAIABALu7uwAAACH5BAEAAAEALAAAAAAnAAoAAAI3jI+pywYNI3uB0gpsRtt5fFnfNZaVSYJil4Wo03Hv6Z62uOCgiXH1kZIIJ8NiIxRrAZNMZAtQAAA7);
|
|
||||||
}
|
|
||||||
.mce-visualblocks aside {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhHgAKAIABAKqqqv///yH5BAEAAAEALAAAAAAeAAoAAAItjI+pG8APjZOTzgtqy7I3f1yehmQcFY4WKZbqByutmW4aHUd6vfcVbgudgpYCADs=);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ul {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIAAALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybGuYnqUVSjvw26DzzXiqIDlVwAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks ol {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybH6HHt0qourxC6CvzXieHyeWQAAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks dl {
|
|
||||||
background-image: url(data:image/gif;base64,R0lGODlhDQAKAIABALu7u////yH5BAEAAAEALAAAAAANAAoAAAIXjI8GybEOnmOvUoWznTqeuEjNSCqeGRUAOw==);
|
|
||||||
}
|
|
||||||
.mce-visualblocks:not([dir='rtl']) address,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) article,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) aside,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) blockquote,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks:not([dir='rtl']) dl,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figcaption,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) figure,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h1,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h2,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h3,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h4,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h5,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) h6,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) hgroup,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ol,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) p,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) pre,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) section,
|
|
||||||
.mce-visualblocks:not([dir='rtl']) ul {
|
|
||||||
margin-left: 3px;
|
|
||||||
}
|
|
||||||
.mce-visualblocks[dir='rtl'] address,
|
|
||||||
.mce-visualblocks[dir='rtl'] article,
|
|
||||||
.mce-visualblocks[dir='rtl'] aside,
|
|
||||||
.mce-visualblocks[dir='rtl'] blockquote,
|
|
||||||
.mce-visualblocks[dir='rtl'] div:not([data-mce-bogus]),
|
|
||||||
.mce-visualblocks[dir='rtl'] dl,
|
|
||||||
.mce-visualblocks[dir='rtl'] figcaption,
|
|
||||||
.mce-visualblocks[dir='rtl'] figure,
|
|
||||||
.mce-visualblocks[dir='rtl'] h1,
|
|
||||||
.mce-visualblocks[dir='rtl'] h2,
|
|
||||||
.mce-visualblocks[dir='rtl'] h3,
|
|
||||||
.mce-visualblocks[dir='rtl'] h4,
|
|
||||||
.mce-visualblocks[dir='rtl'] h5,
|
|
||||||
.mce-visualblocks[dir='rtl'] h6,
|
|
||||||
.mce-visualblocks[dir='rtl'] hgroup,
|
|
||||||
.mce-visualblocks[dir='rtl'] ol,
|
|
||||||
.mce-visualblocks[dir='rtl'] p,
|
|
||||||
.mce-visualblocks[dir='rtl'] pre,
|
|
||||||
.mce-visualblocks[dir='rtl'] section,
|
|
||||||
.mce-visualblocks[dir='rtl'] ul {
|
|
||||||
background-position-x: right;
|
|
||||||
margin-right: 3px;
|
|
||||||
}
|
|
||||||
.mce-nbsp,
|
|
||||||
.mce-shy {
|
|
||||||
background: #aaa;
|
|
||||||
}
|
|
||||||
.mce-shy::after {
|
|
||||||
content: '-';
|
|
||||||
}
|
|
||||||
body {
|
|
||||||
font-family: sans-serif;
|
|
||||||
}
|
|
||||||
table {
|
|
||||||
border-collapse: collapse;
|
|
||||||
}
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
@ -1,35 +0,0 @@
|
|||||||
body.tox-dialog__disable-scroll {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-fullscreen {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
overscroll-behavior: none;
|
|
||||||
padding: 0;
|
|
||||||
touch-action: pinch-zoom;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen,
|
|
||||||
.tox-shadowhost.tox-fullscreen {
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1200;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
|
|
||||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
|
||||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
|
||||||
z-index: 1201;
|
|
||||||
}
|
|
@ -1,30 +0,0 @@
|
|||||||
body.tox-dialog__disable-scroll {
|
|
||||||
overflow: hidden;
|
|
||||||
}
|
|
||||||
.tox-fullscreen {
|
|
||||||
border: 0;
|
|
||||||
height: 100%;
|
|
||||||
margin: 0;
|
|
||||||
overflow: hidden;
|
|
||||||
overscroll-behavior: none;
|
|
||||||
padding: 0;
|
|
||||||
touch-action: pinch-zoom;
|
|
||||||
width: 100%;
|
|
||||||
}
|
|
||||||
.tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
|
||||||
display: none;
|
|
||||||
}
|
|
||||||
.tox-shadowhost.tox-fullscreen,
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
left: 0;
|
|
||||||
position: fixed;
|
|
||||||
top: 0;
|
|
||||||
z-index: 1200;
|
|
||||||
}
|
|
||||||
.tox.tox-tinymce.tox-fullscreen {
|
|
||||||
background-color: transparent;
|
|
||||||
}
|
|
||||||
.tox-fullscreen .tox.tox-tinymce-aux,
|
|
||||||
.tox-fullscreen ~ .tox.tox-tinymce-aux {
|
|
||||||
z-index: 1201;
|
|
||||||
}
|
|
@ -1,14 +1,17 @@
|
|||||||
<template>
|
<template>
|
||||||
<el-config-provider :button="config.button" :locale="locale" :size="config.size" :zIndex="config.zIndex">
|
<el-config-provider :button="config.button" :locale="locale" :size="config.size" :zIndex="config.zIndex">
|
||||||
<router-view v-if="isRouterAlive"></router-view>
|
<router-view v-if="isRouterAlive"></router-view>
|
||||||
|
<na-version-updater />
|
||||||
</el-config-provider>
|
</el-config-provider>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import colorTool from '@/utils/color'
|
import colorTool from '@/utils/color'
|
||||||
|
import naVersionUpdater from '@/components/naVersionUpdater/index.vue'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'App',
|
name: 'App',
|
||||||
|
components: { naVersionUpdater },
|
||||||
provide() {
|
provide() {
|
||||||
return {
|
return {
|
||||||
reload: this.reload,
|
reload: this.reload,
|
||||||
|
138
src/frontend/admin/src/components/naVersionUpdater/index.vue
Normal file
138
src/frontend/admin/src/components/naVersionUpdater/index.vue
Normal file
@ -0,0 +1,138 @@
|
|||||||
|
<template></template>
|
||||||
|
|
||||||
|
<script>
|
||||||
|
import { h } from 'vue'
|
||||||
|
|
||||||
|
export default {
|
||||||
|
data() {
|
||||||
|
return {}
|
||||||
|
},
|
||||||
|
async created() {
|
||||||
|
setInterval(async () => {
|
||||||
|
// 检查版本
|
||||||
|
const res = await this.$API.sys_tools.getVersion.post({})
|
||||||
|
if (res.data !== this.$TOOL.data.get('VERSION')) {
|
||||||
|
this.$TOOL.data.set('VERSION', res.data)
|
||||||
|
this.showTip(res.data.slice(0, res.data.indexOf('+')))
|
||||||
|
}
|
||||||
|
}, 10000)
|
||||||
|
},
|
||||||
|
methods: {
|
||||||
|
/**
|
||||||
|
* 通知消息
|
||||||
|
*/
|
||||||
|
showTip(version) {
|
||||||
|
const contents = []
|
||||||
|
const msg = h('p', { style: 'width:230px;display:flex;justify-content:space-between' }, [
|
||||||
|
h('span', {}, '即将开始更新……'),
|
||||||
|
h('a', { style: 'color:#409eff', href: 'javascript:window.location.reload()' }, '立即更新'),
|
||||||
|
])
|
||||||
|
const task = h('p', { style: 'font-weight:bold' }, version)
|
||||||
|
const progress = h(
|
||||||
|
'div',
|
||||||
|
{
|
||||||
|
class: {
|
||||||
|
'el-progress-plus': true,
|
||||||
|
},
|
||||||
|
style: {
|
||||||
|
width: '230px',
|
||||||
|
height: '6px',
|
||||||
|
'background-color': '#409eff',
|
||||||
|
'margin-top': '6px',
|
||||||
|
'border-radius': '6px',
|
||||||
|
},
|
||||||
|
percentage: 100,
|
||||||
|
},
|
||||||
|
'',
|
||||||
|
)
|
||||||
|
const br = h('p', { style: 'width: auto; height: 10px' }, '')
|
||||||
|
contents.push(task)
|
||||||
|
contents.push(msg)
|
||||||
|
contents.push(progress)
|
||||||
|
contents.push(br)
|
||||||
|
|
||||||
|
let classID = 1
|
||||||
|
let className = 'el-notification-plus' + classID
|
||||||
|
// 判断是否已存在该通知元素,以及最多限制生成100个通知
|
||||||
|
while (document.getElementsByClassName(className)[0]) {
|
||||||
|
if (classID > 100) {
|
||||||
|
// 无法生成元素
|
||||||
|
|
||||||
|
break
|
||||||
|
} else {
|
||||||
|
// 继续累加
|
||||||
|
classID++
|
||||||
|
className = 'el-notification-plus' + classID
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
// 实例化通知
|
||||||
|
const notifyInstance = this.$notify({
|
||||||
|
title: '发现新版本',
|
||||||
|
type: 'success',
|
||||||
|
customClass: className,
|
||||||
|
message: h('div', {}, contents),
|
||||||
|
duration: 0,
|
||||||
|
onClick: () => {},
|
||||||
|
})
|
||||||
|
|
||||||
|
// 启动倒计时
|
||||||
|
let timer = this.countDown(className, notifyInstance)
|
||||||
|
|
||||||
|
// 获取 Notification 的DOM元素
|
||||||
|
const ElNotificationPlus = document.getElementsByClassName(className)[0]
|
||||||
|
|
||||||
|
// 为 Notification 元素 定义鼠标进入方法,暂停倒计时
|
||||||
|
ElNotificationPlus.onmouseenter = () => {
|
||||||
|
clearInterval(timer)
|
||||||
|
}
|
||||||
|
|
||||||
|
// 为 Notification 元素 定义鼠标移出方法,继续倒计时
|
||||||
|
ElNotificationPlus.onmouseleave = () => {
|
||||||
|
clearInterval(timer)
|
||||||
|
timer = this.countDown(className, notifyInstance)
|
||||||
|
}
|
||||||
|
},
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 倒计时
|
||||||
|
*/
|
||||||
|
countDown(className, notifyInstance) {
|
||||||
|
const timer = setInterval(() => {
|
||||||
|
try {
|
||||||
|
if (notifyInstance) {
|
||||||
|
const ElNotificationPlus = document.getElementsByClassName(className)[0]
|
||||||
|
|
||||||
|
const ElProgressPlus = ElNotificationPlus.getElementsByClassName('el-progress-plus')[0]
|
||||||
|
|
||||||
|
let percentage = ElProgressPlus.getAttribute('percentage')
|
||||||
|
if (percentage >= 0) {
|
||||||
|
percentage = percentage - 0.5
|
||||||
|
ElProgressPlus.setAttribute('percentage', percentage)
|
||||||
|
ElProgressPlus.style.width = 230 * (percentage / 100) + 'px'
|
||||||
|
} else {
|
||||||
|
// 清除定时器
|
||||||
|
clearInterval(timer)
|
||||||
|
// 手动关闭通知
|
||||||
|
setTimeout(() => {
|
||||||
|
notifyInstance.close()
|
||||||
|
}, 50)
|
||||||
|
window.location.reload()
|
||||||
|
}
|
||||||
|
} else {
|
||||||
|
// 清除定时器
|
||||||
|
clearInterval(timer)
|
||||||
|
}
|
||||||
|
} catch (error) {
|
||||||
|
// 清除定时器
|
||||||
|
clearInterval(timer)
|
||||||
|
}
|
||||||
|
}, 50)
|
||||||
|
|
||||||
|
return timer
|
||||||
|
},
|
||||||
|
},
|
||||||
|
}
|
||||||
|
</script>
|
||||||
|
|
||||||
|
<style scoped></style>
|
@ -1,155 +0,0 @@
|
|||||||
<template>
|
|
||||||
<div class="sceditor">
|
|
||||||
<Editor v-model="contentValue" :disabled="disabled" :init="init" :placeholder="placeholder" @onClick="onClick" />
|
|
||||||
</div>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import API from '@/api'
|
|
||||||
import Editor from '@tinymce/tinymce-vue'
|
|
||||||
import tinymce from 'tinymce/tinymce'
|
|
||||||
import 'tinymce/themes/silver'
|
|
||||||
import 'tinymce/icons/default'
|
|
||||||
import 'tinymce/models/dom'
|
|
||||||
|
|
||||||
// 引入编辑器插件
|
|
||||||
import 'tinymce/plugins/code' //编辑源码
|
|
||||||
import 'tinymce/plugins/image' //插入编辑图片
|
|
||||||
import 'tinymce/plugins/media' //插入视频
|
|
||||||
import 'tinymce/plugins/link' //超链接
|
|
||||||
import 'tinymce/plugins/preview' //预览
|
|
||||||
import 'tinymce/plugins/template' //模板
|
|
||||||
import 'tinymce/plugins/table' //表格
|
|
||||||
import 'tinymce/plugins/pagebreak' //分页
|
|
||||||
import 'tinymce/plugins/lists' //列
|
|
||||||
import 'tinymce/plugins/advlist' //列
|
|
||||||
import 'tinymce/plugins/quickbars' //快速工具条
|
|
||||||
|
|
||||||
export default {
|
|
||||||
components: {
|
|
||||||
Editor,
|
|
||||||
},
|
|
||||||
props: {
|
|
||||||
modelValue: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
placeholder: {
|
|
||||||
type: String,
|
|
||||||
default: '',
|
|
||||||
},
|
|
||||||
height: {
|
|
||||||
type: Number,
|
|
||||||
default: 300,
|
|
||||||
},
|
|
||||||
disabled: {
|
|
||||||
type: Boolean,
|
|
||||||
default: false,
|
|
||||||
},
|
|
||||||
plugins: {
|
|
||||||
type: [String, Array],
|
|
||||||
default: 'code image media link preview table quickbars template pagebreak lists advlist',
|
|
||||||
},
|
|
||||||
toolbar: {
|
|
||||||
type: [String, Array],
|
|
||||||
default:
|
|
||||||
'undo redo | forecolor backcolor bold italic underline strikethrough link | blocks fontfamily fontsize | \
|
|
||||||
alignleft aligncenter alignright alignjustify | outdent indent | numlist bullist | pagebreak | \
|
|
||||||
image media table template preview | code selectall',
|
|
||||||
},
|
|
||||||
templates: {
|
|
||||||
type: Array,
|
|
||||||
default: () => [],
|
|
||||||
},
|
|
||||||
options: {
|
|
||||||
type: Object,
|
|
||||||
default: () => {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
init: {
|
|
||||||
language_url: '/tinymce/langs/zh_CN.js',
|
|
||||||
language: 'zh_CN',
|
|
||||||
skin_url: '',
|
|
||||||
content_css: '',
|
|
||||||
menubar: false,
|
|
||||||
statusbar: true,
|
|
||||||
plugins: this.plugins,
|
|
||||||
toolbar: this.toolbar,
|
|
||||||
toolbar_mode: 'sliding',
|
|
||||||
font_size_formats: '12px 14px 16px 18px 22px 24px 36px 72px',
|
|
||||||
height: this.height,
|
|
||||||
placeholder: this.placeholder,
|
|
||||||
branding: false,
|
|
||||||
resize: true,
|
|
||||||
elementpath: true,
|
|
||||||
content_style: '',
|
|
||||||
templates: this.templates,
|
|
||||||
quickbars_selection_toolbar: 'forecolor backcolor bold italic underline strikethrough link',
|
|
||||||
quickbars_image_toolbar: 'alignleft aligncenter alignright',
|
|
||||||
quickbars_insert_toolbar: false,
|
|
||||||
image_caption: true,
|
|
||||||
image_advtab: true,
|
|
||||||
convert_urls: false,
|
|
||||||
images_upload_handler: function (blobInfo) {
|
|
||||||
return new Promise((resolve, reject) => {
|
|
||||||
const data = new FormData()
|
|
||||||
data.append('file', blobInfo.blob(), blobInfo.filename())
|
|
||||||
API.common.upload
|
|
||||||
.post(data)
|
|
||||||
.then((res) => {
|
|
||||||
resolve(res.data.src)
|
|
||||||
})
|
|
||||||
.catch(() => {
|
|
||||||
reject('Image upload failed')
|
|
||||||
})
|
|
||||||
})
|
|
||||||
},
|
|
||||||
setup: function (editor) {
|
|
||||||
editor.on('init', function () {
|
|
||||||
this.getBody().style.fontSize = '14px'
|
|
||||||
})
|
|
||||||
editor.on('OpenWindow', function (e) {
|
|
||||||
//FIX 编辑器在el-drawer中,编辑器的弹框无法获得焦点
|
|
||||||
const D = document.querySelector('.el-drawer.open')
|
|
||||||
const E = e.target.editorContainer
|
|
||||||
if (D && D.contains(E)) {
|
|
||||||
const nowDA = document.activeElement
|
|
||||||
setTimeout(() => {
|
|
||||||
document.activeElement.blur()
|
|
||||||
nowDA.focus()
|
|
||||||
}, 0)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
},
|
|
||||||
...this.options,
|
|
||||||
},
|
|
||||||
contentValue: this.modelValue,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
modelValue(val) {
|
|
||||||
this.contentValue = val
|
|
||||||
},
|
|
||||||
contentValue(val) {
|
|
||||||
this.$emit('update:modelValue', val)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
created() {
|
|
||||||
const darkMode = this.$TOOL.data.get('APP_DARK') ?? false
|
|
||||||
this.init.skin_url = `/tinymce/skins/ui/tinymce-5${darkMode ? '-dark' : ''}`
|
|
||||||
this.init.content_css = `/tinymce/skins/content/tinymce-5${darkMode ? '-dark' : ''}/content.css`
|
|
||||||
},
|
|
||||||
mounted() {
|
|
||||||
tinymce.init({})
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
onClick(e) {
|
|
||||||
this.$emit('onClick', e, tinymce)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style></style>
|
|
@ -1,318 +0,0 @@
|
|||||||
<!--
|
|
||||||
* @Descripttion: 动态表单渲染器
|
|
||||||
* @version: 1.0
|
|
||||||
* @Author: sakuya
|
|
||||||
* @Date: 2021年9月22日09:26:25
|
|
||||||
* @LastEditors: Xujianchen
|
|
||||||
* @LastEditTime: 2023-03-19 11:45:37
|
|
||||||
-->
|
|
||||||
|
|
||||||
<template>
|
|
||||||
<el-skeleton v-if="renderLoading || Object.keys(form).length === 0" animated />
|
|
||||||
|
|
||||||
<el-form
|
|
||||||
v-else
|
|
||||||
v-loading="loading"
|
|
||||||
:label-position="config.labelPosition"
|
|
||||||
:label-width="config.labelWidth"
|
|
||||||
:model="form"
|
|
||||||
element-loading-text="Loading..."
|
|
||||||
ref="form">
|
|
||||||
<el-row :gutter="15">
|
|
||||||
<template v-for="(item, index) in config.formItems" :key="index">
|
|
||||||
<el-col v-if="!hideHandle(item)" :span="item.span || 24">
|
|
||||||
<sc-title v-if="item.component === 'title'" :title="item.label"></sc-title>
|
|
||||||
<el-form-item v-else :prop="item.name" :rules="rulesHandle(item)">
|
|
||||||
<template #label>
|
|
||||||
{{ item.label }}
|
|
||||||
<el-tooltip v-if="item.tips" :content="item.tips">
|
|
||||||
<el-icon>
|
|
||||||
<el-icon-question-filled />
|
|
||||||
</el-icon>
|
|
||||||
</el-tooltip>
|
|
||||||
</template>
|
|
||||||
<!-- input -->
|
|
||||||
<template v-if="item.component === 'input'">
|
|
||||||
<el-input
|
|
||||||
v-model="form[item.name]"
|
|
||||||
:maxlength="item.options.maxlength"
|
|
||||||
:placeholder="item.options.placeholder"
|
|
||||||
clearable
|
|
||||||
show-word-limit></el-input>
|
|
||||||
</template>
|
|
||||||
<!-- checkbox -->
|
|
||||||
<template v-else-if="item.component === 'checkbox'">
|
|
||||||
<template v-if="item.name">
|
|
||||||
<el-checkbox
|
|
||||||
v-for="(_item, _index) in item.options.items"
|
|
||||||
v-model="form[item.name][_item.name]"
|
|
||||||
:key="_index"
|
|
||||||
:label="_item.label"></el-checkbox>
|
|
||||||
</template>
|
|
||||||
<template v-else>
|
|
||||||
<el-checkbox
|
|
||||||
v-for="(_item, _index) in item.options.items"
|
|
||||||
v-model="form[_item.name]"
|
|
||||||
:key="_index"
|
|
||||||
:label="_item.label"></el-checkbox>
|
|
||||||
</template>
|
|
||||||
</template>
|
|
||||||
<!-- checkboxGroup -->
|
|
||||||
<template v-else-if="item.component === 'checkboxGroup'">
|
|
||||||
<el-checkbox-group v-model="form[item.name]">
|
|
||||||
<el-checkbox v-for="_item in item.options.items" :key="_item.value" :label="_item.value"
|
|
||||||
>{{ _item.label }}
|
|
||||||
</el-checkbox>
|
|
||||||
</el-checkbox-group>
|
|
||||||
</template>
|
|
||||||
<!-- upload -->
|
|
||||||
<template v-else-if="item.component === 'upload'">
|
|
||||||
<el-col v-for="(_item, _index) in item.options.items" :key="_index">
|
|
||||||
<el-form-item :prop="_item.name">
|
|
||||||
<sc-upload v-model="form[_item.name]" :title="_item.label"></sc-upload>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</template>
|
|
||||||
<!-- switch -->
|
|
||||||
<template v-else-if="item.component === 'switch'">
|
|
||||||
<el-switch v-model="form[item.name]" />
|
|
||||||
</template>
|
|
||||||
<!-- select -->
|
|
||||||
<template v-else-if="item.component === 'select'">
|
|
||||||
<el-select
|
|
||||||
v-model="form[item.name]"
|
|
||||||
:multiple="item.options.multiple"
|
|
||||||
:placeholder="item.options.placeholder"
|
|
||||||
clearable
|
|
||||||
filterable
|
|
||||||
style="width: 100%">
|
|
||||||
<el-option
|
|
||||||
v-for="option in item.options.items"
|
|
||||||
:key="option.value"
|
|
||||||
:label="option.label"
|
|
||||||
:value="option.value"></el-option>
|
|
||||||
</el-select>
|
|
||||||
</template>
|
|
||||||
<!-- cascader -->
|
|
||||||
<template v-else-if="item.component === 'cascader'">
|
|
||||||
<el-cascader v-model="form[item.name]" :options="item.options.items" clearable></el-cascader>
|
|
||||||
</template>
|
|
||||||
<!-- date -->
|
|
||||||
<template v-else-if="item.component === 'date'">
|
|
||||||
<el-date-picker
|
|
||||||
v-model="form[item.name]"
|
|
||||||
:default-time="item.options.defaultTime"
|
|
||||||
:placeholder="item.options.placeholder || '请选择'"
|
|
||||||
:shortcuts="item.options.shortcuts"
|
|
||||||
:type="item.options.type"
|
|
||||||
:value-format="item.options.valueFormat"></el-date-picker>
|
|
||||||
</template>
|
|
||||||
<!-- number -->
|
|
||||||
<template v-else-if="item.component === 'number'">
|
|
||||||
<el-input-number v-model="form[item.name]" controls-position="right"></el-input-number>
|
|
||||||
</template>
|
|
||||||
<!-- radio -->
|
|
||||||
<template v-else-if="item.component === 'radio'">
|
|
||||||
<el-radio-group v-model="form[item.name]">
|
|
||||||
<el-radio v-for="_item in item.options.items" :key="_item.value" :label="_item.value">{{ _item.label }}</el-radio>
|
|
||||||
</el-radio-group>
|
|
||||||
</template>
|
|
||||||
<!-- color -->
|
|
||||||
<template v-else-if="item.component === 'color'">
|
|
||||||
<el-color-picker v-model="form[item.name]" />
|
|
||||||
</template>
|
|
||||||
<!-- rate -->
|
|
||||||
<template v-else-if="item.component === 'rate'">
|
|
||||||
<el-rate v-model="form[item.name]" style="margin-top: 0.5rem"></el-rate>
|
|
||||||
</template>
|
|
||||||
<!-- slider -->
|
|
||||||
<template v-else-if="item.component === 'slider'">
|
|
||||||
<el-slider v-model="form[item.name]" :marks="item.options.marks"></el-slider>
|
|
||||||
</template>
|
|
||||||
<!-- tableselect -->
|
|
||||||
<template v-else-if="item.component === 'tableselect'">
|
|
||||||
<tableselect-render v-model="form[item.name]" :item="item"></tableselect-render>
|
|
||||||
</template>
|
|
||||||
<!-- editor -->
|
|
||||||
<template v-else-if="item.component === 'editor'">
|
|
||||||
<sc-editor v-model="form[item.name]" :height="400" :placeholder="$t('请输入')"></sc-editor>
|
|
||||||
</template>
|
|
||||||
<!-- noComponent -->
|
|
||||||
<template v-else>
|
|
||||||
<el-tag type="danger">[{{ item.component }}] Component not found</el-tag>
|
|
||||||
</template>
|
|
||||||
<div v-if="item.message" class="el-form-item-msg">{{ item.message }}</div>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</template>
|
|
||||||
<el-col :span="24">
|
|
||||||
<el-form-item>
|
|
||||||
<slot>
|
|
||||||
<el-button @click="submit" type="primary">提交</el-button>
|
|
||||||
</slot>
|
|
||||||
</el-form-item>
|
|
||||||
</el-col>
|
|
||||||
</el-row>
|
|
||||||
</el-form>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
import http from '@/utils/request'
|
|
||||||
|
|
||||||
import { defineAsyncComponent } from 'vue'
|
|
||||||
|
|
||||||
const tableselectRender = defineAsyncComponent(() => import('./items/tableselect'))
|
|
||||||
const scEditor = defineAsyncComponent(() => import('@/components/scEditor'))
|
|
||||||
|
|
||||||
export default {
|
|
||||||
props: {
|
|
||||||
modelValue: {
|
|
||||||
type: Object,
|
|
||||||
default: () => {},
|
|
||||||
},
|
|
||||||
config: {
|
|
||||||
type: Object,
|
|
||||||
default: () => {},
|
|
||||||
},
|
|
||||||
loading: { type: Boolean, default: false },
|
|
||||||
},
|
|
||||||
components: {
|
|
||||||
tableselectRender,
|
|
||||||
scEditor,
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
form: {},
|
|
||||||
renderLoading: false,
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
modelValue() {
|
|
||||||
if (this.hasConfig) {
|
|
||||||
this.deepMerge(this.form, this.modelValue)
|
|
||||||
}
|
|
||||||
},
|
|
||||||
config() {
|
|
||||||
this.render()
|
|
||||||
},
|
|
||||||
form: {
|
|
||||||
handler(val) {
|
|
||||||
this.$emit('update:modelValue', val)
|
|
||||||
},
|
|
||||||
deep: true,
|
|
||||||
},
|
|
||||||
},
|
|
||||||
computed: {
|
|
||||||
hasConfig() {
|
|
||||||
return Object.keys(this.config).length > 0
|
|
||||||
},
|
|
||||||
hasValue() {
|
|
||||||
return Object.keys(this.modelValue).length > 0
|
|
||||||
},
|
|
||||||
},
|
|
||||||
created() {},
|
|
||||||
mounted() {
|
|
||||||
if (this.hasConfig) {
|
|
||||||
this.render()
|
|
||||||
}
|
|
||||||
},
|
|
||||||
methods: {
|
|
||||||
//构建form对象
|
|
||||||
render() {
|
|
||||||
this.config.formItems.forEach((item) => {
|
|
||||||
if (item.component === 'checkbox') {
|
|
||||||
if (item.name) {
|
|
||||||
const value = {}
|
|
||||||
item.options.items.forEach((option) => {
|
|
||||||
value[option.name] = option.value
|
|
||||||
})
|
|
||||||
this.form[item.name] = value
|
|
||||||
} else {
|
|
||||||
item.options.items.forEach((option) => {
|
|
||||||
this.form[option.name] = option.value
|
|
||||||
})
|
|
||||||
}
|
|
||||||
} else if (item.component === 'upload') {
|
|
||||||
if (item.name) {
|
|
||||||
const value = {}
|
|
||||||
item.options.items.forEach((option) => {
|
|
||||||
value[option.name] = option.value
|
|
||||||
})
|
|
||||||
this.form[item.name] = value
|
|
||||||
} else {
|
|
||||||
item.options.items.forEach((option) => {
|
|
||||||
this.form[option.name] = option.value
|
|
||||||
})
|
|
||||||
}
|
|
||||||
} else {
|
|
||||||
this.form[item.name] = item.value
|
|
||||||
}
|
|
||||||
})
|
|
||||||
if (this.hasValue) {
|
|
||||||
this.form = this.deepMerge(this.form, this.modelValue)
|
|
||||||
}
|
|
||||||
this.getData()
|
|
||||||
},
|
|
||||||
//处理远程选项数据
|
|
||||||
getData() {
|
|
||||||
this.renderLoading = true
|
|
||||||
const remoteData = []
|
|
||||||
this.config.formItems.forEach((item) => {
|
|
||||||
if (item.options && item.options.remote) {
|
|
||||||
const req = http.get(item.options.remote.api, item.options.remote.data).then((res) => {
|
|
||||||
item.options.items = res.data
|
|
||||||
})
|
|
||||||
remoteData.push(req)
|
|
||||||
}
|
|
||||||
})
|
|
||||||
Promise.all(remoteData).then(() => {
|
|
||||||
this.renderLoading = false
|
|
||||||
})
|
|
||||||
},
|
|
||||||
//合并深结构对象
|
|
||||||
deepMerge(obj1, obj2) {
|
|
||||||
let key
|
|
||||||
for (key in obj2) {
|
|
||||||
obj1[key] =
|
|
||||||
obj1[key] && obj1[key].toString() === '[object Object]' && obj2[key] && obj2[key].toString() === '[object Object]'
|
|
||||||
? this.deepMerge(obj1[key], obj2[key])
|
|
||||||
: (obj1[key] = obj2[key])
|
|
||||||
}
|
|
||||||
return obj1
|
|
||||||
//return JSON.parse(JSON.stringify(obj1))
|
|
||||||
},
|
|
||||||
//处理动态隐藏
|
|
||||||
hideHandle(item) {
|
|
||||||
if (item.hideHandle) {
|
|
||||||
return eval(item.hideHandle.replace(/\$/g, 'this.form'))
|
|
||||||
}
|
|
||||||
return false
|
|
||||||
},
|
|
||||||
//处理动态必填
|
|
||||||
rulesHandle(item) {
|
|
||||||
if (item.requiredHandle) {
|
|
||||||
const exp = eval(item.requiredHandle.replace(/\$/g, 'this.form'))
|
|
||||||
const requiredRule = item.rules.find((t) => 'required' in t)
|
|
||||||
requiredRule.required = exp
|
|
||||||
}
|
|
||||||
return item.rules
|
|
||||||
},
|
|
||||||
//数据验证
|
|
||||||
validate(valid, obj) {
|
|
||||||
return this.$refs.form.validate(valid, obj)
|
|
||||||
},
|
|
||||||
scrollToField(prop) {
|
|
||||||
return this.$refs.form.scrollToField(prop)
|
|
||||||
},
|
|
||||||
resetFields() {
|
|
||||||
return this.$refs.form.resetFields()
|
|
||||||
},
|
|
||||||
//提交
|
|
||||||
submit() {
|
|
||||||
this.$emit('submit', this.form)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style></style>
|
|
@ -1,43 +0,0 @@
|
|||||||
<template>
|
|
||||||
<sc-table-select
|
|
||||||
v-model="value"
|
|
||||||
:apiObj="apiObj"
|
|
||||||
:multiple="item.options.multiple"
|
|
||||||
:props="item.options.props"
|
|
||||||
:table-width="60"
|
|
||||||
style="width: 100%">
|
|
||||||
<el-table-column v-for="(_item, _index) in item.options.column" :key="_index" :label="_item.label" :prop="_item.prop" :width="_item.width" />
|
|
||||||
</sc-table-select>
|
|
||||||
</template>
|
|
||||||
|
|
||||||
<script>
|
|
||||||
export default {
|
|
||||||
name: 'uploadRender',
|
|
||||||
props: {
|
|
||||||
modelValue: [String, Number, Boolean, Date, Object, Array],
|
|
||||||
item: {
|
|
||||||
type: Object,
|
|
||||||
default: () => {},
|
|
||||||
},
|
|
||||||
},
|
|
||||||
data() {
|
|
||||||
return {
|
|
||||||
value: this.modelValue,
|
|
||||||
apiObj: this.getApiObj(),
|
|
||||||
}
|
|
||||||
},
|
|
||||||
watch: {
|
|
||||||
value(val) {
|
|
||||||
this.$emit('update:modelValue', val)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
mounted() {},
|
|
||||||
methods: {
|
|
||||||
getApiObj() {
|
|
||||||
return eval(`this.` + this.item.options.apiObj)
|
|
||||||
},
|
|
||||||
},
|
|
||||||
}
|
|
||||||
</script>
|
|
||||||
|
|
||||||
<style></style>
|
|
@ -29,7 +29,6 @@ import { VAceEditor } from 'vue3-ace-editor'
|
|||||||
import scCron from '@/components/scCron/index.vue'
|
import scCron from '@/components/scCron/index.vue'
|
||||||
import scDialog from '@/components/scDialog'
|
import scDialog from '@/components/scDialog'
|
||||||
import scFilterBar from '@/components/scFilterBar'
|
import scFilterBar from '@/components/scFilterBar'
|
||||||
import scForm from '@/components/scForm'
|
|
||||||
import scFormTable from '@/components/scFormTable'
|
import scFormTable from '@/components/scFormTable'
|
||||||
import scPageHeader from '@/components/scPageHeader'
|
import scPageHeader from '@/components/scPageHeader'
|
||||||
import scSelect from '@/components/scSelect'
|
import scSelect from '@/components/scSelect'
|
||||||
@ -108,7 +107,6 @@ export default {
|
|||||||
app.component('scCron', scCron)
|
app.component('scCron', scCron)
|
||||||
app.component('scDialog', scDialog)
|
app.component('scDialog', scDialog)
|
||||||
app.component('scFilterBar', scFilterBar)
|
app.component('scFilterBar', scFilterBar)
|
||||||
app.component('scForm', scForm)
|
|
||||||
app.component('scFormTable', scFormTable)
|
app.component('scFormTable', scFormTable)
|
||||||
app.component('scPageHeader', scPageHeader)
|
app.component('scPageHeader', scPageHeader)
|
||||||
app.component('scSelect', scSelect)
|
app.component('scSelect', scSelect)
|
||||||
|
@ -47,7 +47,7 @@
|
|||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive>
|
||||||
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
@ -92,7 +92,7 @@
|
|||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive>
|
||||||
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
@ -132,7 +132,7 @@
|
|||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive>
|
||||||
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
@ -192,7 +192,7 @@
|
|||||||
<Tags v-if="!ismobile && layoutTags"></Tags>
|
<Tags v-if="!ismobile && layoutTags"></Tags>
|
||||||
<div class="adminui-main" id="adminui-main">
|
<div class="adminui-main" id="adminui-main">
|
||||||
<router-view v-slot="{ Component }">
|
<router-view v-slot="{ Component }">
|
||||||
<keep-alive :include="this.$store.state.keepAlive.keepLiveRoute">
|
<keep-alive>
|
||||||
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
<component v-if="$store.state.keepAlive.routeShow" :is="Component" :key="$route.fullPath" />
|
||||||
</keep-alive>
|
</keep-alive>
|
||||||
</router-view>
|
</router-view>
|
||||||
|
@ -271,10 +271,6 @@
|
|||||||
background-color: var(--el-color-primary) !important;
|
background-color: var(--el-color-primary) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
body .tox-tinymce-aux {
|
|
||||||
z-index: 5700;
|
|
||||||
}
|
|
||||||
|
|
||||||
.el-descriptions__body .el-descriptions__table {
|
.el-descriptions__body .el-descriptions__table {
|
||||||
word-break: break-word;
|
word-break: break-word;
|
||||||
}
|
}
|
||||||
|
@ -88,7 +88,6 @@ axios.interceptors.response.use(
|
|||||||
//此处判断是否下载请求
|
//此处判断是否下载请求
|
||||||
if (response.headers['content-type'] === 'application/octet-stream') {
|
if (response.headers['content-type'] === 'application/octet-stream') {
|
||||||
//根据响应头获取文件名称
|
//根据响应头获取文件名称
|
||||||
console.error(response.headers['content-disposition'])
|
|
||||||
let fileName = response.headers['content-disposition'].match(/filename\*=UTF-8''([^;]+)/)[1]
|
let fileName = response.headers['content-disposition'].match(/filename\*=UTF-8''([^;]+)/)[1]
|
||||||
if (fileName) {
|
if (fileName) {
|
||||||
fileName = decodeURI(fileName)
|
fileName = decodeURI(fileName)
|
||||||
|
@ -1,15 +1,18 @@
|
|||||||
<template>
|
<template>
|
||||||
<div v-if="loading" style="padding: 1rem">
|
<div v-loading="loading">
|
||||||
<el-skeleton :rows="5" animated />
|
|
||||||
</div>
|
|
||||||
<template v-else>
|
|
||||||
<el-container v-if="msgList.length > 0" class="nopadding">
|
<el-container v-if="msgList.length > 0" class="nopadding">
|
||||||
<el-header style="border: none">
|
<el-header style="border: none">
|
||||||
<div class="right-panel">
|
<div class="right-panel">
|
||||||
<el-button @click="batchRead" icon="el-icon-message" plain type="success"></el-button>
|
<el-button
|
||||||
|
v-loading="readLoading"
|
||||||
|
:disabled="readLoading"
|
||||||
|
@click="batchRead"
|
||||||
|
icon="el-icon-message"
|
||||||
|
plain
|
||||||
|
type="success"></el-button>
|
||||||
<el-popconfirm :title="`确定清空本页消息吗?`" @confirm="batchDel" width="15rem">
|
<el-popconfirm :title="`确定清空本页消息吗?`" @confirm="batchDel" width="15rem">
|
||||||
<template #reference>
|
<template #reference>
|
||||||
<el-button v-loading="delLoading" icon="el-icon-delete" plain type="danger"></el-button>
|
<el-button v-loading="delLoading" :disabled="delLoading" icon="el-icon-delete" plain type="danger"></el-button>
|
||||||
</template>
|
</template>
|
||||||
</el-popconfirm>
|
</el-popconfirm>
|
||||||
</div>
|
</div>
|
||||||
@ -23,13 +26,9 @@
|
|||||||
@change="change"
|
@change="change"
|
||||||
accordion
|
accordion
|
||||||
infinite-scroll-distance="200">
|
infinite-scroll-distance="200">
|
||||||
<el-collapse-item
|
<el-collapse-item v-for="(msg, i) in msgList" :key="i" :name="msg.id">
|
||||||
v-for="(msg, i) in msgList"
|
|
||||||
:class="msg.myFlags.userSiteMsgStatus === 'read' ? 'msg-wrapper-read' : ''"
|
|
||||||
:key="i"
|
|
||||||
:name="msg.id">
|
|
||||||
<template #title>
|
<template #title>
|
||||||
<div class="msg-title">
|
<div :class="`msg-title ${msg.myFlags.userSiteMsgStatus === 'read' ? 'msg-wrapper-read' : ''}`">
|
||||||
<div>
|
<div>
|
||||||
<el-badge v-if="msg.myFlags.userSiteMsgStatus === 0" is-dot type="primary">
|
<el-badge v-if="msg.myFlags.userSiteMsgStatus === 0" is-dot type="primary">
|
||||||
<el-avatar :size="40" :src="msg.sender.avatar ?? $CONFIG.DEFAULT_AVATAR(msg.sender.userName)"></el-avatar>
|
<el-avatar :size="40" :src="msg.sender.avatar ?? $CONFIG.DEFAULT_AVATAR(msg.sender.userName)"></el-avatar>
|
||||||
@ -54,14 +53,14 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
<div v-html="msg.content" class="msg-content"></div>
|
<div :ref="`msg-content-${msg.id}`"></div>
|
||||||
</el-collapse-item>
|
</el-collapse-item>
|
||||||
</el-collapse>
|
</el-collapse>
|
||||||
</div>
|
</div>
|
||||||
</el-main>
|
</el-main>
|
||||||
</el-container>
|
</el-container>
|
||||||
<el-empty v-else></el-empty>
|
<el-empty v-else></el-empty>
|
||||||
</template>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
@ -75,6 +74,7 @@ export default {
|
|||||||
page: 1,
|
page: 1,
|
||||||
delLoading: false,
|
delLoading: false,
|
||||||
msgLoading: false,
|
msgLoading: false,
|
||||||
|
readLoading: false,
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
watch: {},
|
watch: {},
|
||||||
@ -96,11 +96,14 @@ export default {
|
|||||||
this.msgLoading = true
|
this.msgLoading = true
|
||||||
const res = await this.$API.sys_sitemsg.getMine.post({ id: id })
|
const res = await this.$API.sys_sitemsg.getMine.post({ id: id })
|
||||||
this.msgLoading = false
|
this.msgLoading = false
|
||||||
this.msgList.find((x) => x.id === id).content = res.data.content
|
try {
|
||||||
|
this.$refs[`msg-content-${id}`][0].attachShadow({ mode: 'open' }).innerHTML = res.data.content
|
||||||
|
} catch {}
|
||||||
await this.$API.sys_sitemsg.setSiteMsgStatus.post({ siteMsgId: id, userSiteMsgStatus: 'read' })
|
await this.$API.sys_sitemsg.setSiteMsgStatus.post({ siteMsgId: id, userSiteMsgStatus: 'read' })
|
||||||
},
|
},
|
||||||
//批量已读
|
//批量已读
|
||||||
async batchRead() {
|
async batchRead() {
|
||||||
|
this.readLoading = true
|
||||||
try {
|
try {
|
||||||
for (const msg of this.msgList) {
|
for (const msg of this.msgList) {
|
||||||
await this.$API.sys_sitemsg.setSiteMsgStatus.post({ siteMsgId: msg.id, userSiteMsgStatus: 'read' })
|
await this.$API.sys_sitemsg.setSiteMsgStatus.post({ siteMsgId: msg.id, userSiteMsgStatus: 'read' })
|
||||||
@ -109,6 +112,7 @@ export default {
|
|||||||
} catch {
|
} catch {
|
||||||
//
|
//
|
||||||
}
|
}
|
||||||
|
this.readLoading = false
|
||||||
this.$message.success(this.$t(`本页消息已标记为已读`))
|
this.$message.success(this.$t(`本页消息已标记为已读`))
|
||||||
},
|
},
|
||||||
//批量删除
|
//批量删除
|
||||||
@ -149,11 +153,6 @@ export default {
|
|||||||
filter: grayscale(1) opacity(0.6);
|
filter: grayscale(1) opacity(0.6);
|
||||||
}
|
}
|
||||||
|
|
||||||
.msg-content {
|
|
||||||
text-indent: 4rem;
|
|
||||||
padding: 0 1rem;
|
|
||||||
}
|
|
||||||
|
|
||||||
.msg-title {
|
.msg-title {
|
||||||
padding: 1rem 0;
|
padding: 1rem 0;
|
||||||
text-align: left;
|
text-align: left;
|
||||||
|
@ -51,12 +51,8 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import scEditor from '@/components/scEditor/index.vue'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {},
|
||||||
scEditor,
|
|
||||||
},
|
|
||||||
emits: ['success', 'closed'],
|
emits: ['success', 'closed'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
|
@ -118,14 +118,12 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import scEditor from '@/components/scEditor/index.vue'
|
|
||||||
import Record from '@/views/sys/job/record/index.vue'
|
import Record from '@/views/sys/job/record/index.vue'
|
||||||
import vkbeautify from 'vkbeautify/index'
|
import vkbeautify from 'vkbeautify/index'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {
|
||||||
Record,
|
Record,
|
||||||
scEditor,
|
|
||||||
},
|
},
|
||||||
emits: ['success', 'closed'],
|
emits: ['success', 'closed'],
|
||||||
data() {
|
data() {
|
||||||
|
@ -28,7 +28,10 @@
|
|||||||
<el-input v-model="form.title" clearable />
|
<el-input v-model="form.title" clearable />
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
<el-form-item :label="$t('消息内容')" prop="content">
|
<el-form-item :label="$t('消息内容')" prop="content">
|
||||||
<sc-editor v-model="form.content" :placeholder="$t('请输入')" class="w100p" height="800"></sc-editor>
|
<div
|
||||||
|
:class="this.$TOOL.data.get('APP_DARK') ? 'aie-theme-dark' : 'aie-theme-light'"
|
||||||
|
ref="editor"
|
||||||
|
style="width: 100%; height: 30rem"></div>
|
||||||
</el-form-item>
|
</el-form-item>
|
||||||
|
|
||||||
<el-form-item :label="$t('送至角色')" prop="roleIds">
|
<el-form-item :label="$t('送至角色')" prop="roleIds">
|
||||||
@ -75,12 +78,11 @@
|
|||||||
</template>
|
</template>
|
||||||
|
|
||||||
<script>
|
<script>
|
||||||
import scEditor from '@/components/scEditor/index.vue'
|
import { AiEditor } from 'aieditor'
|
||||||
|
import 'aieditor/dist/style.css'
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
components: {
|
components: {},
|
||||||
scEditor,
|
|
||||||
},
|
|
||||||
emits: ['success', 'closed'],
|
emits: ['success', 'closed'],
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -137,6 +139,16 @@ export default {
|
|||||||
})
|
})
|
||||||
}
|
}
|
||||||
this.loading = false
|
this.loading = false
|
||||||
|
|
||||||
|
await this.$nextTick()
|
||||||
|
new AiEditor({
|
||||||
|
element: this.$refs.editor,
|
||||||
|
placeholder: '请输入消息内容...',
|
||||||
|
content: this.form.content,
|
||||||
|
onChange: (content) => {
|
||||||
|
this.form.content = content.getHtml()
|
||||||
|
},
|
||||||
|
})
|
||||||
return this
|
return this
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user