/** * ------------------------------------------------------------------------- * * The same styles as CKEditor. * * ------------------------------------------------------------------------- * * @package MimimiFramework * @subpackage Examples / Static Pages only * @license GPL-2.0 * https://opensource.org/license/gpl-2-0/ * @copyright 2022 MiMiMi Community * https://mimimi.software/ * * ------------------------------------------------------------------------- */ @import url( '../fonts.css' ); @import url( '../autoscale.css' ); @import url( '../../js/ckeditor5/ckeditor5-content.css' ); html, body, body > .wrapper, .wrapper > .content, .content > .form, .topbar, .topbar *, .aside, .aside *, .form > .left, .form > .left *, .form > .right, .form > .right *, .footnote, .footnote * { background: transparent; border: none; box-shadow: none; box-sizing: border-box; border-radius: 0; color: inherit; outline: none; cursor: default; font-family: inherit; font-size: inherit; font-style: normal; font-weight: normal; line-height: 1.33; margin: 0 auto; padding: 0; max-width: 100%; text-align: left; text-decoration: none; text-shadow: none; vertical-align: middle; position: relative; } a, button, input[type="button"], input[type="reset"], input[type="submit"], input[type="image"], input[type="file"], .btn { cursor: pointer; } .to-left { text-align: left; } .center { text-align: center; } .to-right { text-align: right; } .justify { text-align: justify; } html { font-family: var( --fontName ); font-size: var( --fontSize ); } body { } body > .wrapper { padding: 1em; } .wrapper > .content { } .content > .form { } .form > .ck-editor, .form > .ck-editor * { font-family: sans-serif; }