<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.htmleditor {
    display: block;
    width: 100%;
    max-width: 85rem;
    position: relative;
    overflow: visible;
}
.htmleditor:after {
    content: "";
    display: block;
    clear: both;
}

.htmleditor &gt; textarea:not([cols]) {
    display: block;
    width: 100%;
    min-width: 60rem;
    min-height: 40rem;
    font-family: monospace;
    font-size: 1.2rem;
}

.htmleditor &gt; .htmleditor-editor {
    position: relative;
    display: block;
    width: 100% !important;
    max-width: none !important;
    min-height: 40rem !important;
    max-height: 65rem !important;
    min-width: 60rem !important;
    border: 1px solid #C1C1C1 !important;
    overflow: auto !important;
    margin: 0 auto !important;
}
/*
 *
 */
/*.htmleditor &gt; .htmleditor-editor div { box-shadow: inset 0 0 1px 1px rgba(0, 0, 0, 0.4); }*/
.htmleditor &gt; .htmleditor-editor div,
.htmleditor &gt; .htmleditor-editor p,
.htmleditor &gt; .htmleditor-editor h1,
.htmleditor &gt; .htmleditor-editor h2,
.htmleditor &gt; .htmleditor-editor h3,
.htmleditor &gt; .htmleditor-editor h4,
.htmleditor &gt; .htmleditor-editor h5,
.htmleditor &gt; .htmleditor-editor h6,
.htmleditor &gt; .htmleditor-editor h7,
.htmleditor &gt; .htmleditor-editor h8,
.htmleditor &gt; .htmleditor-editor li { min-height: 1em; }
.htmleditor &gt; .htmleditor-editor :hover:not(.body) { box-shadow: inset 0 0 10rem 10rem rgba(255, 165, 0, 0.2); }
.htmleditor &gt; .htmleditor-editor &gt; div:hover { box-shadow: none !important; }
.htmleditor &gt; .htmleditor-editor .active:not(.body) {  box-shadow: inset 0 0 1px 1px rgba(0, 128, 0, 1); }
.htmleditor &gt; .htmleditor-editor img { resize: both; }
.htmleditor &gt; .htmleditor-editor div.youtube-embed.active {
    box-shadow: 0 0 2px 2px rgba(0, 128, 0, 1) !important;
}
.htmleditor &gt; .htmleditor-editor .youtube-embed {
    display: block;
    position: relative !important;
    text-align: center;
    margin: auto;
    width: 56rem;
    height: 31.5rem;
}
.htmleditor &gt; .htmleditor-editor .youtube-embed:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(255,255,255,0.1);
}
.nav.nav-toolbar.htmleditor-toolbar {
    display: block;
    text-align: left;
}
.htmleditor-toolbar &gt; * { float: left; }
.htmleditor-toolbar &gt; .btn {
    position: relative;
    border: solid 1px #7BA4CC;
}

.htmleditor-toolbar &gt; input, .htmleditor-toolbar &gt; select {
    display: inline-block;
    width: auto;
    min-width: auto;
    max-width: 20rem;
    line-height: 1.6rem;
    font-size: 1.4rem;
    padding-top: 0.6rem;
    padding-bottom: 0.6rem;
    font-weight: normal;
}
.htmleditor-toolbar &gt; input[type=color]:not([size]) { width: 5.5rem; height: 3.2rem; padding: 0; }

.htmleditor-toolbar &gt; .btn-html:before,
.htmleditor-toolbar &gt; .btn-b:before,
.htmleditor-toolbar &gt; .btn-i:before,
.htmleditor-toolbar &gt; .btn-u:before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    text-align: center;
    content: "";
    width: 100%;
    color: #7BA4CC;
}
.htmleditor-toolbar &gt; .btn-html:hover:before,
.htmleditor-toolbar &gt; .btn-b:hover:before,
.htmleditor-toolbar &gt; .btn-i:hover:before,
.htmleditor-toolbar &gt; .btn-u:hover:before,
.htmleditor-toolbar &gt; .btn-html.active:before,
.htmleditor-toolbar &gt; .btn-b.active:before,
.htmleditor-toolbar &gt; .btn-i.active:before,
.htmleditor-toolbar &gt; .btn-u.active:before {
    color: #FFFFFF;
}
.htmleditor-toolbar &gt; .btn-html:before { content: "html"; font-weight: normal; font-size: 15px; }
.htmleditor-toolbar &gt; .btn-b:before { content: "G"; font-weight: bold; }
.htmleditor-toolbar &gt; .btn-i:before { content: "I"; font-style: italic; }
.htmleditor-toolbar &gt; .btn-u:before { content: "S"; text-decoration: underline; }
.htmleditor-toolbar &gt; .btn-align-left { background-image: url(/img/icons/7BA4CC/align-left.svg); }
.htmleditor-toolbar &gt; .btn-align-center { background-image: url(/img/icons/7BA4CC/align-center.svg); }
.htmleditor-toolbar &gt; .btn-align-right { background-image: url(/img/icons/7BA4CC/align-right.svg); }
.htmleditor-toolbar &gt; .btn-ul { background-image: url(/img/icons/7BA4CC/puces.svg); }
.htmleditor-toolbar &gt; .btn-ol { background-image: url(/img/icons/7BA4CC/pucesnum.svg); }
.htmleditor-toolbar &gt; .btn-a { background-image: url(/img/icons/7BA4CC/link.svg); }
.htmleditor-toolbar &gt; .btn-clear { background-image: url(/img/icons/7BA4CC/file.svg); }
.htmleditor-toolbar &gt; .btn-media { background-image: url(/img/icons/7BA4CC/img.svg); }
.htmleditor-toolbar &gt; .btn-document { background-image: url(/img/icons/7BA4CC/file.svg); }
.htmleditor-toolbar &gt; .btn-youtube { background-image: url(/img/icons/youtube.svg); }

.htmleditor-toolbar &gt; .btn-align-left:hover, .htmleditor-toolbar &gt; .btn-align-left.active  { background-image: url(/img/icons/FFFFFF/align-left.svg); }
.htmleditor-toolbar &gt; .btn-align-center:hover, .htmleditor-toolbar &gt; .btn-align-center.active  { background-image: url(/img/icons/FFFFFF/align-center.svg); }
.htmleditor-toolbar &gt; .btn-align-right:hover, .htmleditor-toolbar &gt; .btn-align-right.active  { background-image: url(/img/icons/FFFFFF/align-right.svg); }
.htmleditor-toolbar &gt; .btn-ul:hover, .htmleditor-toolbar &gt; .btn-ul.active { background-image: url(/img/icons/FFFFFF/puces.svg); }
.htmleditor-toolbar &gt; .btn-ol:hover, .htmleditor-toolbar &gt; .btn-ol.active { background-image: url(/img/icons/FFFFFF/pucesnum.svg); }
.htmleditor-toolbar &gt; .btn-a:hover, .htmleditor-toolbar &gt; .btn-a.active { background-image: url(/img/icons/FFFFFF/link.svg); }
.htmleditor-toolbar &gt; .btn-clear:hover, .htmleditor-toolbar &gt; .btn-clear.active { background-image: url(/img/icons/FFFFFF/file.svg); }
.htmleditor-toolbar &gt; .btn-media:hover, .htmleditor-toolbar &gt; .btn-media.active { background-image: url(/img/icons/FFFFFF/img.svg); }
.htmleditor-toolbar &gt; .btn-document:hover, .htmleditor-toolbar &gt; .btn-clear.active { background-image: url(/img/icons/FFFFFF/file.svg); }</pre></body></html>