-
Notifications
You must be signed in to change notification settings - Fork 1
/
skintool.json
39 lines (39 loc) · 5.18 KB
/
skintool.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
{
"backgroundColor": "rgba(255, 255, 255, 1)",
"skinName": "pulsar",
"contentCss": "body {\n font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;\n line-height: 1.4;\n margin: 1rem;\n}\n\ntable {\n border-collapse: collapse;\n}\n\ntable th,\ntable td {\n border: 1px solid #ccc;\n padding: .4rem;\n}\n\nfigure {\n display: table;\n margin: 1rem auto;\n}\n\nfigure figcaption {\n color: #999;\n display: block;\n margin-top: .25rem;\n text-align: center;\n}\n\nhr {\n border-color: #ccc;\n border-style: solid;\n border-width: 1px 0 0 0;\n}\n\ncode {\n background-color: #e8e8e8;\n border-radius: 3px;\n padding: .1rem .2rem;\n}\n\n.mce-content-body:not([dir=rtl]) {\n blockquote {\n border-left: 2px solid #ccc;\n margin-left: 1.5rem;\n padding-left: 1rem;\n }\n}\n\n// RTL\n.mce-content-body[dir=rtl] {\n blockquote {\n border-right: 2px solid #ccc;\n margin-right: 1.5rem;\n padding-right: 1rem;\n }\n}\n",
"initConfig": "tinymce.init({\n plugins: [\n \"a11ychecker advcode casechange formatpainter\",\n \"linkchecker autolink lists checklist\",\n \"media mediaembed pageembed permanentpen\",\n \"powerpaste table advtable tinymcespellchecker\"\n ],\n toolbar: \"formatselect | fontselect | bold italic strikethrough forecolor backcolor formatpainter | alignleft aligncenter alignright alignjustify | numlist bullist outdent indent | link insertfile image | removeformat | code | addcomment | checklist | casechange\",\n height: 360\n});",
"lessVariablesMap": {
"@background-color": "rgba(250, 250, 250, 1)",
"@toolbar-background-color": "@background-color",
"@menubar-background-color": "@background-color",
"@border-color": "rgba(126, 126, 126, 1)",
"@color-black": "#222f3e",
"@color-white": "#fff",
"@color-tint": "rgba(62, 73, 148, 1)",
"@color-error": "rgba(182, 65, 53, 1)",
"@color-success": "rgba(41, 124, 70, 1)",
"@base-value": "16px",
"@control-border-radius": "0px",
"@panel-border-radius": "0px",
"@tinymce-border-radius": "0px",
"@font-stack": "-apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif",
"@font-weight-normal": "normal",
"@font-weight-bold": "bold",
"@toolbar-button-icon-color": "contrast(@background-color, @color-white, @color-black)",
"@toolbar-button-text-color": "contrast(@background-color, @color-white, @color-black)",
"@toolbar-button-hover-background-color": "multiply(white, contrast(@background-color, fade(@color-black, 15), fade(@color-black, 85)))",
"@toolbar-button-hover-icon-color": "@toolbar-button-icon-color",
"@toolbar-button-hover-text-color": "@toolbar-button-icon-color",
"@toolbar-button-focus-background-color": "@toolbar-button-hover-background-color",
"@toolbar-button-focus-icon-color": "@toolbar-button-hover-icon-color",
"@toolbar-button-focus-text-color": "@toolbar-button-hover-icon-color",
"@toolbar-button-active-background-color": "@toolbar-button-hover-background-color",
"@toolbar-button-enabled-background-color": "@toolbar-button-hover-background-color",
"@toolbar-button-active-icon-color": "@toolbar-button-hover-icon-color",
"@toolbar-button-active-text-color": "@toolbar-button-hover-icon-color",
"@toolbar-button-enabled-icon-color": "@toolbar-button-hover-icon-color",
"@toolbar-button-enabled-text-color": "@toolbar-button-hover-icon-color"
},
"lessVariables": "@background-color: rgba(250, 250, 250, 1);\n@toolbar-background-color: @background-color;\n@menubar-background-color: @background-color;\n@border-color: rgba(126, 126, 126, 1);\n@color-black: #222f3e;\n@color-white: #fff;\n@color-tint: rgba(62, 73, 148, 1);\n@color-error: rgba(182, 65, 53, 1);\n@color-success: rgba(41, 124, 70, 1);\n@base-value: 16px;\n@control-border-radius: 0px;\n@panel-border-radius: 0px;\n@tinymce-border-radius: 0px;\n@font-stack: -apple-system,BlinkMacSystemFont,\"Segoe UI\",Roboto,Oxygen-Sans,Ubuntu,Cantarell,\"Helvetica Neue\",sans-serif;\n@font-weight-normal: normal;\n@font-weight-bold: bold;\n@toolbar-button-icon-color: contrast(@background-color, @color-white, @color-black);\n@toolbar-button-text-color: contrast(@background-color, @color-white, @color-black);\n@toolbar-button-hover-background-color: multiply(white, contrast(@background-color, fade(@color-black, 15), fade(@color-black, 85)));\n@toolbar-button-hover-icon-color: @toolbar-button-icon-color;\n@toolbar-button-hover-text-color: @toolbar-button-icon-color;\n@toolbar-button-focus-background-color: @toolbar-button-hover-background-color;\n@toolbar-button-focus-icon-color: @toolbar-button-hover-icon-color;\n@toolbar-button-focus-text-color: @toolbar-button-hover-icon-color;\n@toolbar-button-active-background-color: @toolbar-button-hover-background-color;\n@toolbar-button-enabled-background-color: @toolbar-button-hover-background-color;\n@toolbar-button-active-icon-color: @toolbar-button-hover-icon-color;\n@toolbar-button-active-text-color: @toolbar-button-hover-icon-color;\n@toolbar-button-enabled-icon-color: @toolbar-button-hover-icon-color;\n@toolbar-button-enabled-text-color: @toolbar-button-hover-icon-color;\n"
}