File "ckeditor5-custom.css"
Path: /ThinkIB/assets/css/ckeditor5-customcss
File size: 1.61 KB
MIME-type: text/plain
Charset: utf-8
/* Ckeditor tool */
.ck-editor__editable_inline {
min-height: 400px;
word-wrap: break-word !important;
}
.manual-q-answer .ck-word-count,
.ck-editor-footer {
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 10px;
font-size: 13px;
background: var(--ck-color-toolbar-background);
border-left: 10px hsl(291, 64%, 42%) solid;
border-right: 1px solid transparent;
border-bottom: 1px solid transparent;
border-left: 1px solid transparent;
border-color: var(--ck-color-base-border);
}
figure.image img {
margin-top: auto !important;
margin-bottom: auto !important;
max-width: 100% !important;
}
/* Imagestyle */
figure.image.image-style-side {
float: right;
margin-left: 1.5em;
max-width: 50%;
}
figure.image.image-style-align-left {
float: left;
margin-right: 1.5em;
}
figure.image,
figure.image.image-style-align-center {
margin-left: auto;
margin-right: auto;
width: 50%;
}
figure.image.image-style-align-right {
float: right;
margin-left: 1.5em;
}
figure.image > figcaption {
font-size: 14px;
color: gray;
text-align: center;
padding: 12px;
}
a.ck-link-file {
cursor: pointer;
}
/* Written tasks */
.manual-q-answer .ck.ck-editor__editable_inline {
border: 1px solid #ccc !important;
border-radius: 4px !important;
}
.manual-q-answer .short-answer-essay-words.ck-focused,
.manual-q-answer .short-answer-essay-words.ck-blurred,
.manual-q-answer .short-answer-multiple-lines.ck-focused,
.manual-q-answer .short-answer-multiple-lines.ck-blurred {
margin-bottom: 0px !important;
border-radius: 4px 4px 0px 0px !important;
}