
| Current Path : /var/www/html/atstandard_001/styles/css/components/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/atstandard_001/styles/css/components/ckeditor-iframe.css |
/**
* CKEditor iframe CSS
============================================================================ */
html {
background-color: transparent !important;
}
body {
font-family: sans-serif;
font-size: 1rem;
padding: 0.75rem;
}
textarea {
visibility: hidden;
opacity: 0;
}
.cke_editable,
.cke_source {
background-color: inherit !important;
color: inherit !important;
-webkit-box-shadow: none !important;
box-shadow: none !important;
background-image: none !important;
visibility: visible;
opacity: 1;
-webkit-transition: all, 225ms, ease-in-out;
-o-transition: all, 225ms, ease-in-out;
transition: all, 225ms, ease-in-out;
}
.cke_editable {
cursor: text;
padding: 0.5em !important;
}
ul,
ol,
dl {
padding-left: 3.25rem;
padding-right: 0;
}
/*# sourceMappingURL=ckeditor-iframe.css.map */