@live-html-editor/browser
Version:
An ideal html-editor for development purposes. It has a NEAT output + capability to save directly from browser into your sources
6 lines (5 loc) • 852 B
TypeScript
/**
* @author [S. Mahdi Mir-Ismaili](https://mirismaili.github.io)
* Created on 1398/1/29 (2019/4/18).
*/
export declare const styleSheet = "\n\t/* Default styles of source-preview. Can be overridden by consumer: */\n\t.editable-source {\n\t\twhite-space: pre-wrap;\n\t\tword-wrap: break-word;\n\t\ttab-size: 4;\n\t}\n\n\t#htmlEditorToolsContainer {\n\t\tpadding: 32px;\n\t\tposition: fixed;\n\t\tleft: 0;\t\t/* default */\n\t\ttop: 0;\t\t/* default */\n\t\topacity: 0.3;\n\t\ttransition: opacity 0.5s;\n\t}\n\t\n\t#htmlEditorToolsContainer:hover {\n\t\topacity: 1;\n\t}\n\t\n\t#htmlEditorToolsContainer > form {\n\t\tbackground-color: #9FFC;\n\t\tcursor: move;\n\t\tpadding: 16px;\n\t}\n\t#htmlEditorToolsContainer > form > * {\n\t\tcursor: auto;\n\t}\n\n\t.intLink {\n\t\t cursor: pointer;\n\t}\n\t\n\timg.intLink {\n\t\t border: 0;\n\t}\n";