3328 lines
81 KiB
CSS
Vendored
3328 lines
81 KiB
CSS
Vendored
/**
|
|
* Copyright (c) Tiny Technologies, Inc. All rights reserved.
|
|
* Licensed under the LGPL or a commercial license.
|
|
* For LGPL see License.txt in the project root for license information.
|
|
* For commercial licenses see https://www.tiny.cloud/
|
|
*/
|
|
.tox {
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
color: #2a3746;
|
|
cursor: auto;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: normal;
|
|
-webkit-tap-highlight-color: transparent;
|
|
text-decoration: none;
|
|
text-shadow: none;
|
|
text-transform: none;
|
|
vertical-align: initial;
|
|
white-space: normal; }
|
|
|
|
.tox :not(svg):not(rect) {
|
|
-webkit-box-sizing: inherit;
|
|
box-sizing: inherit;
|
|
color: inherit;
|
|
cursor: inherit;
|
|
direction: inherit;
|
|
font-family: inherit;
|
|
font-size: inherit;
|
|
font-style: inherit;
|
|
font-weight: inherit;
|
|
line-height: inherit;
|
|
-webkit-tap-highlight-color: inherit;
|
|
text-align: inherit;
|
|
text-decoration: inherit;
|
|
text-shadow: inherit;
|
|
text-transform: inherit;
|
|
vertical-align: inherit;
|
|
white-space: inherit; }
|
|
|
|
.tox :not(svg):not(rect) {
|
|
background: 0 0;
|
|
border: 0;
|
|
float: none;
|
|
height: auto;
|
|
margin: 0;
|
|
max-width: none;
|
|
outline: 0;
|
|
padding: 0;
|
|
position: static;
|
|
width: auto; }
|
|
|
|
.tox:not([dir=rtl]) {
|
|
direction: ltr;
|
|
text-align: left; }
|
|
|
|
.tox[dir=rtl] {
|
|
direction: rtl;
|
|
text-align: right; }
|
|
|
|
.tox-tinymce {
|
|
border: 1px solid #000;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
overflow: hidden;
|
|
position: relative;
|
|
visibility: inherit !important; }
|
|
|
|
.tox-tinymce-inline {
|
|
border: none;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
|
|
.tox-tinymce-inline .tox-editor-header {
|
|
border: 1px solid #000;
|
|
border-radius: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
|
|
.tox-tinymce-aux {
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
z-index: 1300; }
|
|
|
|
.tox-tinymce :focus, .tox-tinymce-aux :focus {
|
|
outline: 0; }
|
|
|
|
button::-moz-focus-inner {
|
|
border: 0; }
|
|
|
|
.tox .accessibility-issue__header {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 4px; }
|
|
|
|
.tox .accessibility-issue__description {
|
|
-webkit-box-align: stretch;
|
|
-ms-flex-align: stretch;
|
|
align-items: stretch;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between; }
|
|
|
|
.tox .accessibility-issue__description > div {
|
|
padding-bottom: 4px; }
|
|
|
|
.tox .accessibility-issue__description > div > div {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin-bottom: 4px; }
|
|
|
|
.tox .accessibility-issue__description > :last-child:not(:only-child) {
|
|
border-color: #000;
|
|
border-style: solid; }
|
|
|
|
.tox .accessibility-issue__repair {
|
|
margin-top: 16px; }
|
|
|
|
.tox .accessibility-issue--info .accessibility-issue__description {
|
|
background-color: rgba(32, 122, 183, 0.5);
|
|
border-color: #207ab7;
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--info .accessibility-issue__description > :last-child {
|
|
border-color: #207ab7; }
|
|
|
|
.tox .accessibility-issue--info h2 {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--info .tox-icon svg {
|
|
fill: #fff; }
|
|
|
|
.tox .accessibility-issue--info a .tox-icon {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--warn .accessibility-issue__description {
|
|
background-color: rgba(255, 165, 0, 0.5);
|
|
border-color: rgba(255, 165, 0, 0.8);
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--warn .accessibility-issue__description > :last-child {
|
|
border-color: rgba(255, 165, 0, 0.8); }
|
|
|
|
.tox .accessibility-issue--warn h2 {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--warn .tox-icon svg {
|
|
fill: #fff; }
|
|
|
|
.tox .accessibility-issue--warn a .tox-icon {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--error .accessibility-issue__description {
|
|
background-color: rgba(204, 0, 0, 0.5);
|
|
border-color: rgba(204, 0, 0, 0.8);
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--error .accessibility-issue__description > :last-child {
|
|
border-color: rgba(204, 0, 0, 0.8); }
|
|
|
|
.tox .accessibility-issue--error h2 {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--error .tox-icon svg {
|
|
fill: #fff; }
|
|
|
|
.tox .accessibility-issue--error a .tox-icon {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--success .accessibility-issue__description {
|
|
background-color: rgba(120, 171, 70, 0.5);
|
|
border-color: rgba(120, 171, 70, 0.8);
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--success .accessibility-issue__description > :last-child {
|
|
border-color: rgba(120, 171, 70, 0.8); }
|
|
|
|
.tox .accessibility-issue--success h2 {
|
|
color: #fff; }
|
|
|
|
.tox .accessibility-issue--success .tox-icon svg {
|
|
fill: #fff; }
|
|
|
|
.tox .accessibility-issue--success a .tox-icon {
|
|
color: #fff; }
|
|
|
|
.tox .tox-dialog__body-content .accessibility-issue__header h1, .tox .tox-dialog__body-content .tox-form__group .accessibility-issue__description h2 {
|
|
margin-top: 0; }
|
|
|
|
.tox:not([dir=rtl]) .accessibility-issue__header .tox-button {
|
|
margin-left: 4px; }
|
|
|
|
.tox:not([dir=rtl]) .accessibility-issue__header > :nth-last-child(2) {
|
|
margin-left: auto; }
|
|
|
|
.tox:not([dir=rtl]) .accessibility-issue__description {
|
|
padding: 4px 4px 4px 8px; }
|
|
|
|
.tox:not([dir=rtl]) .accessibility-issue__description > :last-child {
|
|
border-left-width: 1px;
|
|
padding-left: 4px; }
|
|
|
|
.tox[dir=rtl] .accessibility-issue__header .tox-button {
|
|
margin-right: 4px; }
|
|
|
|
.tox[dir=rtl] .accessibility-issue__header > :nth-last-child(2) {
|
|
margin-right: auto; }
|
|
|
|
.tox[dir=rtl] .accessibility-issue__description {
|
|
padding: 4px 8px 4px 4px; }
|
|
|
|
.tox[dir=rtl] .accessibility-issue__description > :last-child {
|
|
border-right-width: 1px;
|
|
padding-right: 4px; }
|
|
|
|
.tox .tox-anchorbar {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto; }
|
|
|
|
.tox .tox-bar {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto; }
|
|
|
|
.tox .tox-button {
|
|
background-color: #207ab7;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
border-color: #207ab7;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
font-size: 14px;
|
|
font-weight: 700;
|
|
letter-spacing: normal;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
outline: 0;
|
|
padding: 4px 16px;
|
|
text-align: center;
|
|
text-decoration: none;
|
|
text-transform: capitalize;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-button[disabled] {
|
|
background-color: #207ab7;
|
|
background-image: none;
|
|
border-color: #207ab7;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-button:focus:not(:disabled) {
|
|
background-color: #1c6ca1;
|
|
background-image: none;
|
|
border-color: #1c6ca1;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button:hover:not(:disabled) {
|
|
background-color: #1c6ca1;
|
|
background-image: none;
|
|
border-color: #1c6ca1;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button:active:not(:disabled) {
|
|
background-color: #185d8c;
|
|
background-image: none;
|
|
border-color: #185d8c;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--secondary {
|
|
background-color: #3d546f;
|
|
background-image: none;
|
|
background-position: 0 0;
|
|
background-repeat: repeat;
|
|
border-color: #3d546f;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff;
|
|
outline: 0;
|
|
padding: 4px 16px;
|
|
text-decoration: none;
|
|
text-transform: capitalize; }
|
|
|
|
.tox .tox-button--secondary[disabled] {
|
|
background-color: #3d546f;
|
|
background-image: none;
|
|
border-color: #3d546f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-button--secondary:focus:not(:disabled) {
|
|
background-color: #34485f;
|
|
background-image: none;
|
|
border-color: #34485f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--secondary:hover:not(:disabled) {
|
|
background-color: #34485f;
|
|
background-image: none;
|
|
border-color: #34485f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--secondary:active:not(:disabled) {
|
|
background-color: #2b3b4e;
|
|
background-image: none;
|
|
border-color: #2b3b4e;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--icon, .tox .tox-button.tox-button--icon, .tox .tox-button.tox-button--secondary.tox-button--icon {
|
|
padding: 4px; }
|
|
|
|
.tox .tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--icon .tox-icon svg, .tox .tox-button.tox-button--secondary.tox-button--icon .tox-icon svg {
|
|
display: block;
|
|
fill: currentColor; }
|
|
|
|
.tox .tox-button-link {
|
|
background: 0;
|
|
border: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
cursor: pointer;
|
|
display: inline-block;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
font-size: 16px;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
margin: 0;
|
|
padding: 0;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-button-link--sm {
|
|
font-size: 14px; }
|
|
|
|
.tox .tox-button--naked {
|
|
background-color: transparent;
|
|
border-color: transparent;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--naked[disabled] {
|
|
background-color: #3d546f;
|
|
border-color: #3d546f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-button--naked:hover:not(:disabled) {
|
|
background-color: #34485f;
|
|
border-color: #34485f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--naked:focus:not(:disabled) {
|
|
background-color: #34485f;
|
|
border-color: #34485f;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--naked:active:not(:disabled) {
|
|
background-color: #2b3b4e;
|
|
border-color: #2b3b4e;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-button--naked .tox-icon svg {
|
|
fill: currentColor; }
|
|
|
|
.tox .tox-button--naked.tox-button--icon:hover:not(:disabled) {
|
|
color: #fff; }
|
|
|
|
.tox .tox-checkbox {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 36px;
|
|
min-width: 36px; }
|
|
|
|
.tox .tox-checkbox__input {
|
|
height: 1px;
|
|
overflow: hidden;
|
|
position: absolute;
|
|
top: auto;
|
|
width: 1px; }
|
|
|
|
.tox .tox-checkbox__icons {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 0 0 2px transparent;
|
|
box-shadow: 0 0 0 2px transparent;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 24px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
padding: calc(4px - 1px);
|
|
width: 24px; }
|
|
|
|
.tox .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
display: block;
|
|
fill: rgba(255, 255, 255, 0.2); }
|
|
|
|
.tox .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
|
|
display: none;
|
|
fill: #207ab7; }
|
|
|
|
.tox .tox-checkbox__icons .tox-checkbox-icon__checked svg {
|
|
display: none;
|
|
fill: #207ab7; }
|
|
|
|
.tox .tox-checkbox--disabled {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__checked svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-checkbox--disabled .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
display: none; }
|
|
|
|
.tox input.tox-checkbox__input:checked + .tox-checkbox__icons .tox-checkbox-icon__checked svg {
|
|
display: block; }
|
|
|
|
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__unchecked svg {
|
|
display: none; }
|
|
|
|
.tox input.tox-checkbox__input:indeterminate + .tox-checkbox__icons .tox-checkbox-icon__indeterminate svg {
|
|
display: block; }
|
|
|
|
.tox input.tox-checkbox__input:focus + .tox-checkbox__icons {
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: inset 0 0 0 1px #207ab7;
|
|
box-shadow: inset 0 0 0 1px #207ab7;
|
|
padding: calc(4px - 1px); }
|
|
|
|
.tox:not([dir=rtl]) .tox-checkbox__label {
|
|
margin-left: 4px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-checkbox__input {
|
|
left: -10000px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-bar .tox-checkbox {
|
|
margin-left: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-checkbox__label {
|
|
margin-right: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-checkbox__input {
|
|
right: -10000px; }
|
|
|
|
.tox[dir=rtl] .tox-bar .tox-checkbox {
|
|
margin-right: 4px; }
|
|
|
|
.tox .tox-collection--toolbar .tox-collection__group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
padding: 0; }
|
|
|
|
.tox .tox-collection--grid .tox-collection__group {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
max-height: 208px;
|
|
overflow-x: hidden;
|
|
overflow-y: auto;
|
|
padding: 0; }
|
|
|
|
.tox .tox-collection--list .tox-collection__group {
|
|
border-bottom-width: 0;
|
|
border-color: #1a1a1a;
|
|
border-left-width: 0;
|
|
border-right-width: 0;
|
|
border-style: solid;
|
|
border-top-width: 1px;
|
|
padding: 4px 0; }
|
|
|
|
.tox .tox-collection--list .tox-collection__group:first-child {
|
|
border-top-width: 0; }
|
|
|
|
.tox .tox-collection__group-heading {
|
|
background-color: #333;
|
|
color: #fff;
|
|
cursor: default;
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
margin-bottom: 4px;
|
|
margin-top: -4px;
|
|
padding: 4px 8px;
|
|
text-transform: none;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
|
|
.tox .tox-collection__item {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
cursor: pointer;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-touch-callout: none;
|
|
-webkit-user-select: none;
|
|
-moz-user-select: none;
|
|
-ms-user-select: none;
|
|
user-select: none; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item {
|
|
padding: 4px 8px; }
|
|
|
|
.tox .tox-collection--toolbar .tox-collection__item {
|
|
border-radius: 3px;
|
|
padding: 4px; }
|
|
|
|
.tox .tox-collection--grid .tox-collection__item {
|
|
border-radius: 3px;
|
|
padding: 4px; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item--enabled {
|
|
background-color: #2b3b4e;
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item--active {
|
|
background-color: #4a5562; }
|
|
|
|
.tox .tox-collection--toolbar .tox-collection__item--enabled {
|
|
background-color: #757d87;
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection--toolbar .tox-collection__item--active {
|
|
background-color: #4a5562; }
|
|
|
|
.tox .tox-collection--grid .tox-collection__item--enabled {
|
|
background-color: #757d87;
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection--grid .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
background-color: #4a5562;
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection--toolbar .tox-collection__item--active:not(.tox-collection__item--state-disabled) {
|
|
color: #fff; }
|
|
|
|
.tox .tox-collection__item--state-disabled {
|
|
background-color: transparent;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-collection__item-checkmark, .tox .tox-collection__item-icon {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 24px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
width: 24px; }
|
|
|
|
.tox .tox-collection__item-checkmark svg, .tox .tox-collection__item-icon svg {
|
|
fill: currentColor; }
|
|
|
|
.tox .tox-collection--toolbar-lg .tox-collection__item-icon {
|
|
height: 48px;
|
|
width: 48px; }
|
|
|
|
.tox .tox-collection__item-label {
|
|
color: currentColor;
|
|
display: inline-block;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 24px;
|
|
text-transform: none;
|
|
word-break: break-all; }
|
|
|
|
.tox .tox-collection__item-accessory {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
text-transform: none; }
|
|
|
|
.tox .tox-collection__item-caret {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
min-height: 24px; }
|
|
|
|
.tox .tox-collection__item-caret::after {
|
|
content: '';
|
|
font-size: 0;
|
|
min-height: inherit; }
|
|
|
|
.tox .tox-collection__item-caret svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-checkmark svg {
|
|
display: none; }
|
|
|
|
.tox .tox-collection--list .tox-collection__item:not(.tox-collection__item--enabled) .tox-collection__item-accessory + .tox-collection__item-checkmark {
|
|
display: none; }
|
|
|
|
.tox .tox-collection--horizontal {
|
|
background-color: #2b3b4e;
|
|
border: 1px solid #1a1a1a;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
margin-bottom: 0;
|
|
overflow-x: auto;
|
|
padding: 0; }
|
|
|
|
.tox .tox-collection--horizontal .tox-collection__group {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
margin: 0;
|
|
padding: 0 4px; }
|
|
|
|
.tox .tox-collection--horizontal .tox-collection__item {
|
|
height: 34px;
|
|
margin: 2px 0 3px 0;
|
|
padding: 0 4px; }
|
|
|
|
.tox .tox-collection--horizontal .tox-collection__item-label {
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-collection--horizontal .tox-collection__item-caret {
|
|
margin-left: 4px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
|
|
border-right: 1px solid #000; }
|
|
|
|
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item > :not(:first-child) {
|
|
margin-left: 8px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-collection--list .tox-collection__item-label:first-child {
|
|
margin-left: 4px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-collection__item-accessory {
|
|
margin-left: 16px;
|
|
text-align: right; }
|
|
|
|
.tox:not([dir=rtl]) .tox-collection .tox-collection__item-caret {
|
|
margin-left: 16px; }
|
|
|
|
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__group:not(:last-of-type) {
|
|
border-left: 1px solid #000; }
|
|
|
|
.tox[dir=rtl] .tox-collection--list .tox-collection__item > :not(:first-child) {
|
|
margin-right: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-collection--list .tox-collection__item-label:first-child {
|
|
margin-right: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-collection__item-icon-rtl .tox-collection__item-icon svg {
|
|
-webkit-transform: rotateY(180deg);
|
|
transform: rotateY(180deg); }
|
|
|
|
.tox[dir=rtl] .tox-collection__item-accessory {
|
|
margin-right: 16px;
|
|
text-align: left; }
|
|
|
|
.tox[dir=rtl] .tox-collection .tox-collection__item-caret {
|
|
margin-right: 16px;
|
|
-webkit-transform: rotateY(180deg);
|
|
transform: rotateY(180deg); }
|
|
|
|
.tox[dir=rtl] .tox-collection--horizontal .tox-collection__item-caret {
|
|
margin-right: 4px; }
|
|
|
|
.tox .tox-color-picker-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
height: 225px;
|
|
margin: 0; }
|
|
|
|
.tox .tox-sv-palette {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 100%; }
|
|
|
|
.tox .tox-sv-palette-spectrum {
|
|
height: 100%; }
|
|
|
|
.tox .tox-sv-palette, .tox .tox-sv-palette-spectrum {
|
|
width: 225px; }
|
|
|
|
.tox .tox-sv-palette-thumb {
|
|
background: 0 0;
|
|
border: 1px solid #000;
|
|
border-radius: 50%;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 12px;
|
|
position: absolute;
|
|
width: 12px; }
|
|
|
|
.tox .tox-sv-palette-inner-thumb {
|
|
border: 1px solid #fff;
|
|
border-radius: 50%;
|
|
height: 10px;
|
|
position: absolute;
|
|
width: 10px; }
|
|
|
|
.tox .tox-hue-slider {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 100%;
|
|
width: 25px; }
|
|
|
|
.tox .tox-hue-slider-spectrum {
|
|
background: -webkit-gradient(linear, left top, left bottom, from(red), color-stop(#ff0080), color-stop(#f0f), color-stop(#8000ff), color-stop(#00f), color-stop(#0080ff), color-stop(#0ff), color-stop(#00ff80), color-stop(#0f0), color-stop(#80ff00), color-stop(#ff0), color-stop(#ff8000), to(red));
|
|
background: linear-gradient(to bottom, red, #ff0080, #f0f, #8000ff, #00f, #0080ff, #0ff, #00ff80, #0f0, #80ff00, #ff0, #ff8000, red);
|
|
height: 100%;
|
|
width: 100%; }
|
|
|
|
.tox .tox-hue-slider, .tox .tox-hue-slider-spectrum {
|
|
width: 20px; }
|
|
|
|
.tox .tox-hue-slider-thumb {
|
|
background: #fff;
|
|
border: 1px solid #000;
|
|
-webkit-box-sizing: content-box;
|
|
box-sizing: content-box;
|
|
height: 4px;
|
|
width: 100%; }
|
|
|
|
.tox .tox-rgb-form {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between; }
|
|
|
|
.tox .tox-rgb-form div {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
margin-bottom: 5px;
|
|
width: inherit; }
|
|
|
|
.tox .tox-rgb-form input {
|
|
width: 6em; }
|
|
|
|
.tox .tox-rgb-form input.tox-invalid {
|
|
border: 1px solid red !important; }
|
|
|
|
.tox .tox-rgb-form .tox-rgba-preview {
|
|
border: 1px solid #000;
|
|
-webkit-box-flex: 2;
|
|
-ms-flex-positive: 2;
|
|
flex-grow: 2;
|
|
margin-bottom: 0; }
|
|
|
|
.tox:not([dir=rtl]) .tox-sv-palette {
|
|
margin-right: 15px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-hue-slider {
|
|
margin-right: 15px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-hue-slider-thumb {
|
|
margin-left: -1px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-rgb-form label {
|
|
margin-right: .5em; }
|
|
|
|
.tox[dir=rtl] .tox-sv-palette {
|
|
margin-left: 15px; }
|
|
|
|
.tox[dir=rtl] .tox-hue-slider {
|
|
margin-left: 15px; }
|
|
|
|
.tox[dir=rtl] .tox-hue-slider-thumb {
|
|
margin-right: -1px; }
|
|
|
|
.tox[dir=rtl] .tox-rgb-form label {
|
|
margin-left: .5em; }
|
|
|
|
.tox .tox-toolbar .tox-swatches, .tox .tox-toolbar__overflow .tox-swatches, .tox .tox-toolbar__primary .tox-swatches {
|
|
margin: 2px 0 3px 4px; }
|
|
|
|
.tox .tox-collection--list .tox-collection__group .tox-swatches-menu {
|
|
border: 0;
|
|
margin: -4px 0; }
|
|
|
|
.tox .tox-swatches__row {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-swatch {
|
|
height: 30px;
|
|
-webkit-transition: -webkit-transform .15s,-webkit-box-shadow .15s;
|
|
transition: -webkit-transform .15s,-webkit-box-shadow .15s;
|
|
transition: transform .15s,box-shadow .15s;
|
|
transition: transform .15s,box-shadow .15s,-webkit-transform .15s,-webkit-box-shadow .15s;
|
|
width: 30px; }
|
|
|
|
.tox .tox-swatch:focus, .tox .tox-swatch:hover {
|
|
-webkit-box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
|
|
box-shadow: 0 0 0 1px rgba(127, 127, 127, 0.3) inset;
|
|
-webkit-transform: scale(0.8);
|
|
transform: scale(0.8); }
|
|
|
|
.tox .tox-swatch--remove {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center; }
|
|
|
|
.tox .tox-swatch--remove svg path {
|
|
stroke: #e74c3c; }
|
|
|
|
.tox .tox-swatches__picker-btn {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: transparent;
|
|
border: 0;
|
|
cursor: pointer;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
height: 30px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
outline: 0;
|
|
padding: 0;
|
|
width: 30px; }
|
|
|
|
.tox .tox-swatches__picker-btn svg {
|
|
height: 24px;
|
|
width: 24px; }
|
|
|
|
.tox .tox-swatches__picker-btn:hover {
|
|
background: #4a5562; }
|
|
|
|
.tox:not([dir=rtl]) .tox-swatches__picker-btn {
|
|
margin-left: auto; }
|
|
|
|
.tox[dir=rtl] .tox-swatches__picker-btn {
|
|
margin-right: auto; }
|
|
|
|
.tox .tox-comment-thread {
|
|
background: #2b3b4e;
|
|
position: relative; }
|
|
|
|
.tox .tox-comment-thread > :not(:first-child) {
|
|
margin-top: 8px; }
|
|
|
|
.tox .tox-comment {
|
|
background: #2b3b4e;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
|
|
box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
|
|
padding: 8px 8px 16px 8px;
|
|
position: relative; }
|
|
|
|
.tox .tox-comment__header {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between; }
|
|
|
|
.tox .tox-comment__date {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 12px; }
|
|
|
|
.tox .tox-comment__body {
|
|
color: #fff;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
margin-top: 8px;
|
|
position: relative;
|
|
text-transform: initial; }
|
|
|
|
.tox .tox-comment__body textarea {
|
|
resize: none;
|
|
white-space: normal;
|
|
width: 100%; }
|
|
|
|
.tox .tox-comment__expander {
|
|
padding-top: 8px; }
|
|
|
|
.tox .tox-comment__expander p {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 14px;
|
|
font-style: normal; }
|
|
|
|
.tox .tox-comment__body p {
|
|
margin: 0; }
|
|
|
|
.tox .tox-comment__buttonspacing {
|
|
padding-top: 16px;
|
|
text-align: center; }
|
|
|
|
.tox .tox-comment-thread__overlay::after {
|
|
background: #2b3b4e;
|
|
bottom: 0;
|
|
content: "";
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
left: 0;
|
|
opacity: .9;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 5; }
|
|
|
|
.tox .tox-comment__reply {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
margin-top: 8px; }
|
|
|
|
.tox .tox-comment__reply > :first-child {
|
|
margin-bottom: 8px;
|
|
width: 100%; }
|
|
|
|
.tox .tox-comment__edit {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
margin-top: 16px; }
|
|
|
|
.tox .tox-comment__gradient::after {
|
|
background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 59, 78, 0)), to(#2b3b4e));
|
|
background: linear-gradient(rgba(43, 59, 78, 0), #2b3b4e);
|
|
bottom: 0;
|
|
content: "";
|
|
display: block;
|
|
height: 5em;
|
|
margin-top: -40px;
|
|
position: absolute;
|
|
width: 100%; }
|
|
|
|
.tox .tox-comment__overlay {
|
|
background: #2b3b4e;
|
|
bottom: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
left: 0;
|
|
opacity: .9;
|
|
position: absolute;
|
|
right: 0;
|
|
text-align: center;
|
|
top: 0;
|
|
z-index: 5; }
|
|
|
|
.tox .tox-comment__loading-text {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
position: relative; }
|
|
|
|
.tox .tox-comment__loading-text > div {
|
|
padding-bottom: 16px; }
|
|
|
|
.tox .tox-comment__overlaytext {
|
|
bottom: 0;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
font-size: 14px;
|
|
left: 0;
|
|
padding: 1em;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 10; }
|
|
|
|
.tox .tox-comment__overlaytext p {
|
|
background-color: #2b3b4e;
|
|
-webkit-box-shadow: 0 0 8px 8px #2b3b4e;
|
|
box-shadow: 0 0 8px 8px #2b3b4e;
|
|
color: #fff;
|
|
text-align: center; }
|
|
|
|
.tox .tox-comment__overlaytext div:nth-of-type(2) {
|
|
font-size: .8em; }
|
|
|
|
.tox .tox-comment__busy-spinner {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #2b3b4e;
|
|
bottom: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 20; }
|
|
|
|
.tox .tox-comment__scroll {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-negative: 1;
|
|
flex-shrink: 1;
|
|
overflow: auto; }
|
|
|
|
.tox .tox-conversations {
|
|
margin: 8px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-comment__edit {
|
|
margin-left: 8px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-comment__buttonspacing > :last-child, .tox:not([dir=rtl]) .tox-comment__edit > :last-child, .tox:not([dir=rtl]) .tox-comment__reply > :last-child {
|
|
margin-left: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-comment__edit {
|
|
margin-right: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-comment__buttonspacing > :last-child, .tox[dir=rtl] .tox-comment__edit > :last-child, .tox[dir=rtl] .tox-comment__reply > :last-child {
|
|
margin-right: 8px; }
|
|
|
|
.tox .tox-user {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-user__avatar svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-user__name {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
font-size: 12px;
|
|
font-style: normal;
|
|
font-weight: 700;
|
|
text-transform: uppercase; }
|
|
|
|
.tox:not([dir=rtl]) .tox-user__avatar svg {
|
|
margin-right: 8px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-user__avatar + .tox-user__name {
|
|
margin-left: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-user__avatar svg {
|
|
margin-left: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-user__avatar + .tox-user__name {
|
|
margin-right: 8px; }
|
|
|
|
.tox .tox-dialog-wrap {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
bottom: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: fixed;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1100; }
|
|
|
|
.tox .tox-dialog-wrap__backdrop {
|
|
background-color: rgba(34, 47, 62, 0.75);
|
|
bottom: 0;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 1; }
|
|
|
|
.tox .tox-dialog-wrap__backdrop--opaque {
|
|
background-color: #222f3e; }
|
|
|
|
.tox .tox-dialog {
|
|
background-color: #2b3b4e;
|
|
border-color: #000;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: 0 16px 16px -10px rgba(42, 55, 70, 0.15), 0 0 40px 1px rgba(42, 55, 70, 0.15);
|
|
box-shadow: 0 16px 16px -10px rgba(42, 55, 70, 0.15), 0 0 40px 1px rgba(42, 55, 70, 0.15);
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
max-height: 100%;
|
|
max-width: 480px;
|
|
overflow: hidden;
|
|
position: relative;
|
|
width: 95vw;
|
|
z-index: 2; }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox .tox-dialog {
|
|
-ms-flex-item-align: start;
|
|
align-self: flex-start;
|
|
margin: 8px auto;
|
|
width: calc(100vw - 16px); } }
|
|
|
|
.tox .tox-dialog-inline {
|
|
z-index: 1100; }
|
|
|
|
.tox .tox-dialog__header {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #2b3b4e;
|
|
border-bottom: none;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
font-size: 16px;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 8px 16px 0 16px;
|
|
position: relative; }
|
|
|
|
.tox .tox-dialog__header .tox-button {
|
|
z-index: 1; }
|
|
|
|
.tox .tox-dialog__draghandle {
|
|
cursor: -webkit-grab;
|
|
cursor: grab;
|
|
height: 100%;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 100%; }
|
|
|
|
.tox .tox-dialog__draghandle:active {
|
|
cursor: -webkit-grabbing;
|
|
cursor: grabbing; }
|
|
|
|
.tox .tox-dialog__dismiss {
|
|
margin-left: auto; }
|
|
|
|
.tox .tox-dialog__title {
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
font-size: 20px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
margin: 0;
|
|
text-transform: none; }
|
|
|
|
.tox .tox-dialog__body {
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
font-size: 16px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
min-width: 0;
|
|
text-align: left;
|
|
text-transform: none; }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox .tox-dialog__body {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column; } }
|
|
|
|
.tox .tox-dialog__body-nav {
|
|
-webkit-box-align: start;
|
|
-ms-flex-align: start;
|
|
align-items: flex-start;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
padding: 16px 16px; }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox .tox-dialog__body-nav {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-overflow-scrolling: touch;
|
|
overflow-x: auto;
|
|
padding-bottom: 0; } }
|
|
|
|
.tox .tox-dialog__body-nav-item {
|
|
border-bottom: 2px solid transparent;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
line-height: 1.3;
|
|
margin-bottom: 8px;
|
|
text-decoration: none;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-dialog__body-nav-item:focus {
|
|
background-color: rgba(32, 122, 183, 0.1); }
|
|
|
|
.tox .tox-dialog__body-nav-item--active {
|
|
border-bottom: 2px solid #207ab7;
|
|
color: #207ab7; }
|
|
|
|
.tox .tox-dialog__body-content {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-preferred-size: auto;
|
|
max-height: 650px;
|
|
overflow: auto;
|
|
-webkit-overflow-scrolling: touch;
|
|
padding: 16px 16px; }
|
|
|
|
.tox .tox-dialog__body-content > * {
|
|
margin-bottom: 0;
|
|
margin-top: 16px; }
|
|
|
|
.tox .tox-dialog__body-content > :first-child {
|
|
margin-top: 0; }
|
|
|
|
.tox .tox-dialog__body-content > :last-child {
|
|
margin-bottom: 0; }
|
|
|
|
.tox .tox-dialog__body-content > :only-child {
|
|
margin-bottom: 0;
|
|
margin-top: 0; }
|
|
|
|
.tox .tox-dialog__body-content a {
|
|
color: #207ab7;
|
|
cursor: pointer;
|
|
text-decoration: none; }
|
|
|
|
.tox .tox-dialog__body-content a:focus, .tox .tox-dialog__body-content a:hover {
|
|
color: #185d8c;
|
|
text-decoration: none; }
|
|
|
|
.tox .tox-dialog__body-content a:active {
|
|
color: #185d8c;
|
|
text-decoration: none; }
|
|
|
|
.tox .tox-dialog__body-content svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-dialog__body-content ul {
|
|
display: block;
|
|
list-style-type: disc;
|
|
margin-bottom: 16px;
|
|
-webkit-margin-end: 0;
|
|
margin-inline-end: 0;
|
|
-webkit-margin-start: 0;
|
|
margin-inline-start: 0;
|
|
-webkit-padding-start: 2.5rem;
|
|
padding-inline-start: 2.5rem; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group h1 {
|
|
font-size: 20px;
|
|
font-weight: 700;
|
|
margin-bottom: 16px;
|
|
margin-top: 2rem; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group h2 {
|
|
font-size: 16px;
|
|
font-weight: 700;
|
|
margin-bottom: 16px;
|
|
margin-top: 2rem; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group p {
|
|
margin-bottom: 16px; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group h1:first-child, .tox .tox-dialog__body-content .tox-form__group h2:first-child, .tox .tox-dialog__body-content .tox-form__group p:first-child {
|
|
margin-top: 0; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group h1:last-child, .tox .tox-dialog__body-content .tox-form__group h2:last-child, .tox .tox-dialog__body-content .tox-form__group p:last-child {
|
|
margin-bottom: 0; }
|
|
|
|
.tox .tox-dialog__body-content .tox-form__group h1:only-child, .tox .tox-dialog__body-content .tox-form__group h2:only-child, .tox .tox-dialog__body-content .tox-form__group p:only-child {
|
|
margin-bottom: 0;
|
|
margin-top: 0; }
|
|
|
|
.tox .tox-dialog--width-lg {
|
|
height: 650px;
|
|
max-width: 1200px; }
|
|
|
|
.tox .tox-dialog--width-md {
|
|
max-width: 800px; }
|
|
|
|
.tox .tox-dialog--width-md .tox-dialog__body-content {
|
|
overflow: auto; }
|
|
|
|
.tox .tox-dialog__body-content--centered {
|
|
text-align: center; }
|
|
|
|
.tox .tox-dialog__footer {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #2b3b4e;
|
|
border-top: 1px solid #000;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between;
|
|
padding: 8px 16px; }
|
|
|
|
.tox .tox-dialog__footer-end, .tox .tox-dialog__footer-start {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-dialog__busy-spinner {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: rgba(34, 47, 62, 0.75);
|
|
bottom: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0;
|
|
z-index: 3; }
|
|
|
|
.tox .tox-dialog__table {
|
|
border-collapse: collapse;
|
|
width: 100%; }
|
|
|
|
.tox .tox-dialog__table thead th {
|
|
font-weight: 700;
|
|
padding-bottom: 8px; }
|
|
|
|
.tox .tox-dialog__table tbody tr {
|
|
border-bottom: 1px solid #000; }
|
|
|
|
.tox .tox-dialog__table tbody tr:last-child {
|
|
border-bottom: none; }
|
|
|
|
.tox .tox-dialog__table td {
|
|
padding-bottom: 8px;
|
|
padding-top: 8px; }
|
|
|
|
.tox .tox-dialog__popups {
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 1100; }
|
|
|
|
.tox .tox-dialog__body-iframe {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-dialog__body-iframe .tox-navobj {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-dialog__body-iframe .tox-navobj :nth-child(2) {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
height: 100%; }
|
|
|
|
.tox .tox-dialog-dock-fadeout {
|
|
opacity: 0;
|
|
visibility: hidden; }
|
|
|
|
.tox .tox-dialog-dock-fadein {
|
|
opacity: 1;
|
|
visibility: visible; }
|
|
|
|
.tox .tox-dialog-dock-transition {
|
|
-webkit-transition: visibility 0s linear .3s,opacity .3s ease;
|
|
transition: visibility 0s linear .3s,opacity .3s ease; }
|
|
|
|
.tox .tox-dialog-dock-transition.tox-dialog-dock-fadein {
|
|
-webkit-transition-delay: 0s;
|
|
transition-delay: 0s; }
|
|
|
|
body.tox-dialog__disable-scroll {
|
|
overflow: hidden; }
|
|
|
|
.tox.tox-platform-ie .tox-dialog-wrap {
|
|
position: -ms-device-fixed; }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav {
|
|
margin-right: 0; } }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox:not([dir=rtl]) .tox-dialog__body-nav-item:not(:first-child) {
|
|
margin-left: 8px; } }
|
|
|
|
.tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-end > *, .tox:not([dir=rtl]) .tox-dialog__footer .tox-dialog__footer-start > * {
|
|
margin-left: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-dialog__body {
|
|
text-align: right; }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav {
|
|
margin-left: 0; } }
|
|
|
|
@media only screen and (max-width: 767px) {
|
|
body:not(.tox-force-desktop) .tox[dir=rtl] .tox-dialog__body-nav-item:not(:first-child) {
|
|
margin-right: 8px; } }
|
|
|
|
.tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-end > *, .tox[dir=rtl] .tox-dialog__footer .tox-dialog__footer-start > * {
|
|
margin-right: 8px; }
|
|
|
|
.tox .tox-dropzone-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-dropzone {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background: #fff;
|
|
border: 2px dashed #000;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
min-height: 100px;
|
|
padding: 10px; }
|
|
|
|
.tox .tox-dropzone p {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
margin: 0 0 16px 0; }
|
|
|
|
.tox .tox-edit-area {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
overflow: hidden;
|
|
position: relative; }
|
|
|
|
.tox .tox-edit-area__iframe {
|
|
background-color: #fff;
|
|
border: 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
height: 100%;
|
|
position: absolute;
|
|
width: 100%; }
|
|
|
|
.tox.tox-inline-edit-area {
|
|
border: 1px dotted #000; }
|
|
|
|
.tox .tox-editor-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
overflow: hidden; }
|
|
|
|
.tox .tox-editor-header {
|
|
z-index: 1; }
|
|
|
|
.tox:not(.tox-tinymce-inline) .tox-editor-header {
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-transition: -webkit-box-shadow .5s;
|
|
transition: -webkit-box-shadow .5s;
|
|
transition: box-shadow .5s;
|
|
transition: box-shadow .5s, -webkit-box-shadow .5s; }
|
|
|
|
.tox.tox-tinymce--toolbar-bottom .tox-editor-header, .tox.tox-tinymce-inline .tox-editor-header {
|
|
margin-bottom: -1px; }
|
|
|
|
.tox.tox-tinymce--toolbar-sticky-on .tox-editor-header {
|
|
-webkit-box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25);
|
|
box-shadow: 0 4px 4px -3px rgba(0, 0, 0, 0.25); }
|
|
|
|
.tox-editor-dock-fadeout {
|
|
opacity: 0;
|
|
visibility: hidden; }
|
|
|
|
.tox-editor-dock-fadein {
|
|
opacity: 1;
|
|
visibility: visible; }
|
|
|
|
.tox-editor-dock-transition {
|
|
-webkit-transition: visibility 0s linear .25s,opacity .25s ease;
|
|
transition: visibility 0s linear .25s,opacity .25s ease; }
|
|
|
|
.tox-editor-dock-transition.tox-editor-dock-fadein {
|
|
-webkit-transition-delay: 0s;
|
|
transition-delay: 0s; }
|
|
|
|
.tox .tox-control-wrap {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
position: relative; }
|
|
|
|
.tox .tox-control-wrap:not(.tox-control-wrap--status-invalid) .tox-control-wrap__status-icon-invalid, .tox .tox-control-wrap:not(.tox-control-wrap--status-unknown) .tox-control-wrap__status-icon-unknown, .tox .tox-control-wrap:not(.tox-control-wrap--status-valid) .tox-control-wrap__status-icon-valid {
|
|
display: none; }
|
|
|
|
.tox .tox-control-wrap svg {
|
|
display: block; }
|
|
|
|
.tox .tox-control-wrap__status-icon-wrap {
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox .tox-control-wrap__status-icon-invalid svg {
|
|
fill: #c00; }
|
|
|
|
.tox .tox-control-wrap__status-icon-unknown svg {
|
|
fill: orange; }
|
|
|
|
.tox .tox-control-wrap__status-icon-valid svg {
|
|
fill: green; }
|
|
|
|
.tox:not([dir=rtl]) .tox-control-wrap--status-invalid .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-unknown .tox-textfield, .tox:not([dir=rtl]) .tox-control-wrap--status-valid .tox-textfield {
|
|
padding-right: 32px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-control-wrap__status-icon-wrap {
|
|
right: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-control-wrap--status-invalid .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-unknown .tox-textfield, .tox[dir=rtl] .tox-control-wrap--status-valid .tox-textfield {
|
|
padding-left: 32px; }
|
|
|
|
.tox[dir=rtl] .tox-control-wrap__status-icon-wrap {
|
|
left: 4px; }
|
|
|
|
.tox .tox-autocompleter {
|
|
max-width: 25em; }
|
|
|
|
.tox .tox-autocompleter .tox-menu {
|
|
max-width: 25em; }
|
|
|
|
.tox .tox-autocompleter .tox-autocompleter-highlight {
|
|
font-weight: 700; }
|
|
|
|
.tox .tox-color-input {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
position: relative;
|
|
z-index: 1; }
|
|
|
|
.tox .tox-color-input .tox-textfield {
|
|
z-index: -1; }
|
|
|
|
.tox .tox-color-input span {
|
|
border-color: rgba(42, 55, 70, 0.2);
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 24px;
|
|
position: absolute;
|
|
top: 6px;
|
|
width: 24px; }
|
|
|
|
.tox .tox-color-input span:focus:not([aria-disabled=true]), .tox .tox-color-input span:hover:not([aria-disabled=true]) {
|
|
border-color: #207ab7;
|
|
cursor: pointer; }
|
|
|
|
.tox .tox-color-input span::before {
|
|
background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(-45deg, rgba(255, 255, 255, 0.25) 25%, transparent 25%), linear-gradient(45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%), linear-gradient(-45deg, transparent 75%, rgba(255, 255, 255, 0.25) 75%);
|
|
background-position: 0 0,0 6px,6px -6px,-6px 0;
|
|
background-size: 12px 12px;
|
|
border: 1px solid #2b3b4e;
|
|
border-radius: 3px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
content: '';
|
|
height: 24px;
|
|
left: -1px;
|
|
position: absolute;
|
|
top: -1px;
|
|
width: 24px;
|
|
z-index: -1; }
|
|
|
|
.tox .tox-color-input span[aria-disabled=true] {
|
|
cursor: not-allowed; }
|
|
|
|
.tox:not([dir=rtl]) .tox-color-input .tox-textfield {
|
|
padding-left: 36px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-color-input span {
|
|
left: 6px; }
|
|
|
|
.tox[dir=rtl] .tox-color-input .tox-textfield {
|
|
padding-right: 36px; }
|
|
|
|
.tox[dir=rtl] .tox-color-input span {
|
|
right: 6px; }
|
|
|
|
.tox .tox-label, .tox .tox-toolbar-label {
|
|
color: rgba(255, 255, 255, 0.5);
|
|
display: block;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
line-height: 1.3;
|
|
padding: 0 8px 0 0;
|
|
text-transform: none;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-toolbar-label {
|
|
padding: 0 8px; }
|
|
|
|
.tox[dir=rtl] .tox-label {
|
|
padding: 0 0 0 8px; }
|
|
|
|
.tox .tox-form {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-form__group {
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
margin-bottom: 4px; }
|
|
|
|
.tox .tox-form-group--maximize {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1; }
|
|
|
|
.tox .tox-form__group--error {
|
|
color: #c00; }
|
|
|
|
.tox .tox-form__group--collection {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-form__grid {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
-webkit-box-pack: justify;
|
|
-ms-flex-pack: justify;
|
|
justify-content: space-between; }
|
|
|
|
.tox .tox-form__grid--2col > .tox-form__group {
|
|
width: calc(50% - (8px / 2)); }
|
|
|
|
.tox .tox-form__grid--3col > .tox-form__group {
|
|
width: calc(100% / 3 - (8px / 2)); }
|
|
|
|
.tox .tox-form__grid--4col > .tox-form__group {
|
|
width: calc(25% - (8px / 2)); }
|
|
|
|
.tox .tox-form__controls-h-stack {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-form__group--inline {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-form__group--stretched {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-form__group--stretched .tox-textarea {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-form__group--stretched .tox-navobj {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-form__group--stretched .tox-navobj :nth-child(2) {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
height: 100%; }
|
|
|
|
.tox:not([dir=rtl]) .tox-form__controls-h-stack > :not(:first-child) {
|
|
margin-left: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-form__controls-h-stack > :not(:first-child) {
|
|
margin-right: 4px; }
|
|
|
|
.tox .tox-lock.tox-locked .tox-lock-icon__unlock, .tox .tox-lock:not(.tox-locked) .tox-lock-icon__lock {
|
|
display: none; }
|
|
|
|
.tox .tox-selectfield select, .tox .tox-textarea, .tox .tox-textfield, .tox .tox-toolbar-textfield {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background-color: #2b3b4e;
|
|
border-color: #000;
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
color: #fff;
|
|
font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen-Sans,Ubuntu,Cantarell,"Helvetica Neue",sans-serif;
|
|
font-size: 16px;
|
|
line-height: 24px;
|
|
margin: 0;
|
|
min-height: 34px;
|
|
outline: 0;
|
|
padding: 5px 4.75px;
|
|
resize: none;
|
|
width: 100%; }
|
|
|
|
.tox .tox-textarea[disabled], .tox .tox-textfield[disabled] {
|
|
background-color: #222f3e;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-selectfield select:focus, .tox .tox-textarea:focus, .tox .tox-textfield:focus {
|
|
border-color: #207ab7;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
outline: 0; }
|
|
|
|
.tox .tox-toolbar-textfield {
|
|
border-width: 0;
|
|
margin-bottom: 3px;
|
|
margin-top: 2px;
|
|
max-width: 250px; }
|
|
|
|
.tox .tox-naked-btn {
|
|
background-color: transparent;
|
|
border: 0;
|
|
border-color: transparent;
|
|
-webkit-box-shadow: unset;
|
|
box-shadow: unset;
|
|
color: #207ab7;
|
|
cursor: pointer;
|
|
display: block;
|
|
margin: 0;
|
|
padding: 0; }
|
|
|
|
.tox .tox-naked-btn svg {
|
|
display: block;
|
|
fill: #fff; }
|
|
|
|
.tox:not([dir=rtl]) .tox-toolbar-textfield + * {
|
|
margin-left: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-toolbar-textfield + * {
|
|
margin-right: 4px; }
|
|
|
|
.tox .tox-selectfield {
|
|
cursor: pointer;
|
|
position: relative; }
|
|
|
|
.tox .tox-selectfield select[disabled] {
|
|
background-color: #19232e;
|
|
color: rgba(255, 255, 255, 0.85);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-selectfield select::-ms-expand {
|
|
display: none; }
|
|
|
|
.tox .tox-selectfield svg {
|
|
pointer-events: none;
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox:not([dir=rtl]) .tox-selectfield select[size="0"], .tox:not([dir=rtl]) .tox-selectfield select[size="1"] {
|
|
padding-right: 24px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-selectfield svg {
|
|
right: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-selectfield select[size="0"], .tox[dir=rtl] .tox-selectfield select[size="1"] {
|
|
padding-left: 24px; }
|
|
|
|
.tox[dir=rtl] .tox-selectfield svg {
|
|
left: 8px; }
|
|
|
|
.tox .tox-textarea {
|
|
-webkit-appearance: textarea;
|
|
-moz-appearance: textarea;
|
|
appearance: textarea;
|
|
white-space: pre-wrap; }
|
|
|
|
.tox-fullscreen {
|
|
border: 0;
|
|
height: 100%;
|
|
left: 0;
|
|
margin: 0;
|
|
overflow: hidden;
|
|
-ms-scroll-chaining: none;
|
|
overscroll-behavior: none;
|
|
padding: 0;
|
|
position: fixed;
|
|
top: 0;
|
|
-ms-touch-action: pinch-zoom;
|
|
touch-action: pinch-zoom;
|
|
width: 100%; }
|
|
|
|
.tox-fullscreen .tox.tox-tinymce.tox-fullscreen .tox-statusbar__resize-handle {
|
|
display: none; }
|
|
|
|
.tox-fullscreen .tox.tox-tinymce.tox-fullscreen {
|
|
z-index: 1200; }
|
|
|
|
.tox-fullscreen .tox.tox-tinymce-aux {
|
|
z-index: 1201; }
|
|
|
|
.tox .tox-help__more-link {
|
|
list-style: none;
|
|
margin-top: 1em; }
|
|
|
|
.tox .tox-image-tools {
|
|
width: 100%; }
|
|
|
|
.tox .tox-image-tools__toolbar {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center; }
|
|
|
|
.tox .tox-image-tools__image {
|
|
background-color: #666;
|
|
height: 380px;
|
|
overflow: auto;
|
|
position: relative;
|
|
width: 100%; }
|
|
|
|
.tox .tox-image-tools__image, .tox .tox-image-tools__image + .tox-image-tools__toolbar {
|
|
margin-top: 8px; }
|
|
|
|
.tox .tox-image-tools__image-bg {
|
|
background: url(data:image/gif;base64,R0lGODdhDAAMAIABAMzMzP///ywAAAAADAAMAAACFoQfqYeabNyDMkBQb81Uat85nxguUAEAOw==); }
|
|
|
|
.tox .tox-image-tools__toolbar > .tox-spacer {
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-croprect-block {
|
|
background: #000;
|
|
opacity: .5;
|
|
position: absolute;
|
|
zoom: 1; }
|
|
|
|
.tox .tox-croprect-handle {
|
|
border: 2px solid #fff;
|
|
height: 20px;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 0;
|
|
width: 20px; }
|
|
|
|
.tox .tox-croprect-handle-move {
|
|
border: 0;
|
|
cursor: move;
|
|
position: absolute; }
|
|
|
|
.tox .tox-croprect-handle-nw {
|
|
border-width: 2px 0 0 2px;
|
|
cursor: nw-resize;
|
|
left: 100px;
|
|
margin: -2px 0 0 -2px;
|
|
top: 100px; }
|
|
|
|
.tox .tox-croprect-handle-ne {
|
|
border-width: 2px 2px 0 0;
|
|
cursor: ne-resize;
|
|
left: 200px;
|
|
margin: -2px 0 0 -20px;
|
|
top: 100px; }
|
|
|
|
.tox .tox-croprect-handle-sw {
|
|
border-width: 0 0 2px 2px;
|
|
cursor: sw-resize;
|
|
left: 100px;
|
|
margin: -20px 2px 0 -2px;
|
|
top: 200px; }
|
|
|
|
.tox .tox-croprect-handle-se {
|
|
border-width: 0 2px 2px 0;
|
|
cursor: se-resize;
|
|
left: 200px;
|
|
margin: -20px 0 0 -20px;
|
|
top: 200px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
|
|
margin-left: 8px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-button + .tox-slider {
|
|
margin-left: 32px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-image-tools__toolbar > .tox-slider + .tox-button {
|
|
margin-left: 32px; }
|
|
|
|
.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider:not(:first-of-type) {
|
|
margin-right: 8px; }
|
|
|
|
.tox[dir=rtl] .tox-image-tools__toolbar > .tox-button + .tox-slider {
|
|
margin-right: 32px; }
|
|
|
|
.tox[dir=rtl] .tox-image-tools__toolbar > .tox-slider + .tox-button {
|
|
margin-right: 32px; }
|
|
|
|
.tox .tox-insert-table-picker {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
width: 170px; }
|
|
|
|
.tox .tox-insert-table-picker > div {
|
|
border-color: #000;
|
|
border-style: solid;
|
|
border-width: 0 1px 1px 0;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
height: 17px;
|
|
width: 17px; }
|
|
|
|
.tox .tox-collection--list .tox-collection__group .tox-insert-table-picker {
|
|
margin: -4px 0; }
|
|
|
|
.tox .tox-insert-table-picker .tox-insert-table-picker__selected {
|
|
background-color: rgba(32, 122, 183, 0.5);
|
|
border-color: rgba(32, 122, 183, 0.5); }
|
|
|
|
.tox .tox-insert-table-picker__label {
|
|
color: #fff;
|
|
display: block;
|
|
font-size: 14px;
|
|
padding: 4px;
|
|
text-align: center;
|
|
width: 100%; }
|
|
|
|
.tox:not([dir=rtl]) .tox-insert-table-picker > div:nth-child(10n) {
|
|
border-right: 0; }
|
|
|
|
.tox[dir=rtl] .tox-insert-table-picker > div:nth-child(10n+1) {
|
|
border-right: 0; }
|
|
|
|
.tox .tox-menu {
|
|
background-color: #2b3b4e;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
|
|
box-shadow: 0 4px 8px 0 rgba(42, 55, 70, 0.1);
|
|
display: inline-block;
|
|
overflow: hidden;
|
|
vertical-align: top;
|
|
z-index: 1150; }
|
|
|
|
.tox .tox-menu.tox-collection.tox-collection--list {
|
|
padding: 0; }
|
|
|
|
.tox .tox-menu.tox-collection.tox-collection--toolbar {
|
|
padding: 4px; }
|
|
|
|
.tox .tox-menu.tox-collection.tox-collection--grid {
|
|
padding: 4px; }
|
|
|
|
.tox .tox-menu__label blockquote, .tox .tox-menu__label code, .tox .tox-menu__label h1, .tox .tox-menu__label h2, .tox .tox-menu__label h3, .tox .tox-menu__label h4, .tox .tox-menu__label h5, .tox .tox-menu__label h6, .tox .tox-menu__label p {
|
|
margin: 0; }
|
|
|
|
.tox .tox-menubar {
|
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23000000'/%3E%3C/svg%3E") left 0 top 0 #222f3e;
|
|
background-color: #222f3e;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding: 0 4px 0 4px; }
|
|
|
|
.tox.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-menubar {
|
|
border-top: 1px solid #000; }
|
|
|
|
.tox .tox-mbtn {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background: 0 0;
|
|
border: 0;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
height: 34px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin: 2px 0 3px 0;
|
|
outline: 0;
|
|
overflow: hidden;
|
|
padding: 0 4px;
|
|
text-transform: none;
|
|
width: auto; }
|
|
|
|
.tox .tox-mbtn[disabled] {
|
|
background-color: transparent;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-mbtn:focus:not(:disabled) {
|
|
background: #4a5562;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-mbtn--active {
|
|
background: #757d87;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-mbtn:hover:not(:disabled):not(.tox-mbtn--active) {
|
|
background: #4a5562;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-mbtn__select-label {
|
|
cursor: default;
|
|
font-weight: 400;
|
|
margin: 0 4px; }
|
|
|
|
.tox .tox-mbtn[disabled] .tox-mbtn__select-label {
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-mbtn__select-chevron {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
width: 16px;
|
|
display: none; }
|
|
|
|
.tox .tox-notification {
|
|
border-radius: 3px;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -ms-grid;
|
|
display: grid;
|
|
font-size: 14px;
|
|
font-weight: 400;
|
|
-ms-grid-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
|
|
grid-template-columns: minmax(40px, 1fr) auto minmax(40px, 1fr);
|
|
margin-top: 4px;
|
|
opacity: 0;
|
|
padding: 4px;
|
|
-webkit-transition: opacity 150ms ease-in,-webkit-transform .1s ease-in;
|
|
transition: opacity 150ms ease-in,-webkit-transform .1s ease-in;
|
|
transition: transform .1s ease-in,opacity 150ms ease-in;
|
|
transition: transform .1s ease-in,opacity 150ms ease-in,-webkit-transform .1s ease-in; }
|
|
|
|
.tox .tox-notification p {
|
|
font-size: 14px;
|
|
font-weight: 400; }
|
|
|
|
.tox .tox-notification a {
|
|
text-decoration: underline; }
|
|
|
|
.tox .tox-notification--in {
|
|
opacity: 1; }
|
|
|
|
.tox .tox-notification--success {
|
|
background-color: #e4eeda;
|
|
border-color: #d7e6c8;
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--success p {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--success a {
|
|
color: #547831; }
|
|
|
|
.tox .tox-notification--success svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-notification--error {
|
|
background-color: #f8dede;
|
|
border-color: #f2bfbf;
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--error p {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--error a {
|
|
color: #c00; }
|
|
|
|
.tox .tox-notification--error svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-notification--warn, .tox .tox-notification--warning {
|
|
background-color: #fffaea;
|
|
border-color: #ffe89d;
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--warn p, .tox .tox-notification--warning p {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--warn a, .tox .tox-notification--warning a {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--warn svg, .tox .tox-notification--warning svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-notification--info {
|
|
background-color: #d9edf7;
|
|
border-color: #779ecb;
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--info p {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--info a {
|
|
color: #fff; }
|
|
|
|
.tox .tox-notification--info svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-notification__body {
|
|
-ms-grid-row-align: center;
|
|
align-self: center;
|
|
color: #fff;
|
|
font-size: 14px;
|
|
-ms-grid-column-span: 1;
|
|
grid-column-end: 3;
|
|
-ms-grid-column: 2;
|
|
grid-column-start: 2;
|
|
-ms-grid-row-span: 1;
|
|
grid-row-end: 2;
|
|
-ms-grid-row: 1;
|
|
grid-row-start: 1;
|
|
text-align: center;
|
|
white-space: normal;
|
|
word-break: break-all;
|
|
word-break: break-word; }
|
|
|
|
.tox .tox-notification__body > * {
|
|
margin: 0; }
|
|
|
|
.tox .tox-notification__body > * + * {
|
|
margin-top: 1rem; }
|
|
|
|
.tox .tox-notification__icon {
|
|
-ms-grid-row-align: center;
|
|
align-self: center;
|
|
-ms-grid-column-span: 1;
|
|
grid-column-end: 2;
|
|
-ms-grid-column: 1;
|
|
grid-column-start: 1;
|
|
-ms-grid-row-span: 1;
|
|
grid-row-end: 2;
|
|
-ms-grid-row: 1;
|
|
grid-row-start: 1;
|
|
-ms-grid-column-align: end;
|
|
justify-self: end; }
|
|
|
|
.tox .tox-notification__icon svg {
|
|
display: block; }
|
|
|
|
.tox .tox-notification__dismiss {
|
|
-ms-grid-row-align: start;
|
|
align-self: start;
|
|
-ms-grid-column-span: 1;
|
|
grid-column-end: 4;
|
|
-ms-grid-column: 3;
|
|
grid-column-start: 3;
|
|
-ms-grid-row-span: 1;
|
|
grid-row-end: 2;
|
|
-ms-grid-row: 1;
|
|
grid-row-start: 1;
|
|
-ms-grid-column-align: end;
|
|
justify-self: end; }
|
|
|
|
.tox .tox-notification .tox-progress-bar {
|
|
-ms-grid-column-span: 3;
|
|
grid-column-end: 4;
|
|
-ms-grid-column: 1;
|
|
grid-column-start: 1;
|
|
-ms-grid-row-span: 1;
|
|
grid-row-end: 3;
|
|
-ms-grid-row: 2;
|
|
grid-row-start: 2;
|
|
-ms-grid-column-align: center;
|
|
justify-self: center; }
|
|
|
|
.tox .tox-pop {
|
|
display: inline-block;
|
|
position: relative; }
|
|
|
|
.tox .tox-pop--resizing {
|
|
-webkit-transition: width .1s ease;
|
|
transition: width .1s ease; }
|
|
|
|
.tox .tox-pop--resizing .tox-toolbar {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap; }
|
|
|
|
.tox .tox-pop__dialog {
|
|
background-color: #222f3e;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
min-width: 0;
|
|
overflow: hidden; }
|
|
|
|
.tox .tox-pop__dialog > :not(.tox-toolbar) {
|
|
margin: 4px 4px 4px 8px; }
|
|
|
|
.tox .tox-pop__dialog .tox-toolbar {
|
|
background-color: transparent;
|
|
margin-bottom: -1px; }
|
|
|
|
.tox .tox-pop::after, .tox .tox-pop::before {
|
|
border-style: solid;
|
|
content: '';
|
|
display: block;
|
|
height: 0;
|
|
position: absolute;
|
|
width: 0; }
|
|
|
|
.tox .tox-pop.tox-pop--bottom::after, .tox .tox-pop.tox-pop--bottom::before {
|
|
left: 50%;
|
|
top: 100%; }
|
|
|
|
.tox .tox-pop.tox-pop--bottom::after {
|
|
border-color: #222f3e transparent transparent transparent;
|
|
border-width: 8px;
|
|
margin-left: -8px;
|
|
margin-top: -1px; }
|
|
|
|
.tox .tox-pop.tox-pop--bottom::before {
|
|
border-color: #000 transparent transparent transparent;
|
|
border-width: 9px;
|
|
margin-left: -9px; }
|
|
|
|
.tox .tox-pop.tox-pop--top::after, .tox .tox-pop.tox-pop--top::before {
|
|
left: 50%;
|
|
top: 0;
|
|
-webkit-transform: translateY(-100%);
|
|
transform: translateY(-100%); }
|
|
|
|
.tox .tox-pop.tox-pop--top::after {
|
|
border-color: transparent transparent #222f3e transparent;
|
|
border-width: 8px;
|
|
margin-left: -8px;
|
|
margin-top: 1px; }
|
|
|
|
.tox .tox-pop.tox-pop--top::before {
|
|
border-color: transparent transparent #000 transparent;
|
|
border-width: 9px;
|
|
margin-left: -9px; }
|
|
|
|
.tox .tox-pop.tox-pop--left::after, .tox .tox-pop.tox-pop--left::before {
|
|
left: 0;
|
|
top: calc(50% - 1px);
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox .tox-pop.tox-pop--left::after {
|
|
border-color: transparent #222f3e transparent transparent;
|
|
border-width: 8px;
|
|
margin-left: -15px; }
|
|
|
|
.tox .tox-pop.tox-pop--left::before {
|
|
border-color: transparent #000 transparent transparent;
|
|
border-width: 10px;
|
|
margin-left: -19px; }
|
|
|
|
.tox .tox-pop.tox-pop--right::after, .tox .tox-pop.tox-pop--right::before {
|
|
left: 100%;
|
|
top: calc(50% + 1px);
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox .tox-pop.tox-pop--right::after {
|
|
border-color: transparent transparent transparent #222f3e;
|
|
border-width: 8px;
|
|
margin-left: -1px; }
|
|
|
|
.tox .tox-pop.tox-pop--right::before {
|
|
border-color: transparent transparent transparent #000;
|
|
border-width: 10px;
|
|
margin-left: -1px; }
|
|
|
|
.tox .tox-pop.tox-pop--align-left::after, .tox .tox-pop.tox-pop--align-left::before {
|
|
left: 20px; }
|
|
|
|
.tox .tox-pop.tox-pop--align-right::after, .tox .tox-pop.tox-pop--align-right::before {
|
|
left: calc(100% - 20px); }
|
|
|
|
.tox .tox-sidebar-wrap {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex-positive: 1;
|
|
flex-grow: 1;
|
|
-ms-flex-preferred-size: 0;
|
|
min-height: 0; }
|
|
|
|
.tox .tox-sidebar {
|
|
background-color: #222f3e;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: row;
|
|
flex-direction: row;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end; }
|
|
|
|
.tox .tox-sidebar__slider {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
overflow: hidden; }
|
|
|
|
.tox .tox-sidebar__pane-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-sidebar__pane {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-sidebar--sliding-closed {
|
|
opacity: 0; }
|
|
|
|
.tox .tox-sidebar--sliding-open {
|
|
opacity: 1; }
|
|
|
|
.tox .tox-sidebar--sliding-growing, .tox .tox-sidebar--sliding-shrinking {
|
|
-webkit-transition: width .5s ease,opacity .5s ease;
|
|
transition: width .5s ease,opacity .5s ease; }
|
|
|
|
.tox .tox-selector {
|
|
background-color: #4099ff;
|
|
border-color: #4099ff;
|
|
border-style: solid;
|
|
border-width: 1px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: inline-block;
|
|
height: 10px;
|
|
position: absolute;
|
|
width: 10px; }
|
|
|
|
.tox.tox-platform-touch .tox-selector {
|
|
height: 12px;
|
|
width: 12px; }
|
|
|
|
.tox .tox-slider {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto;
|
|
height: 24px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
position: relative; }
|
|
|
|
.tox .tox-slider__rail {
|
|
background-color: transparent;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
height: 10px;
|
|
min-width: 120px;
|
|
width: 100%; }
|
|
|
|
.tox .tox-slider__handle {
|
|
background-color: #207ab7;
|
|
border: 2px solid #185d8c;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
height: 24px;
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateX(-50%) translateY(-50%);
|
|
transform: translateX(-50%) translateY(-50%);
|
|
width: 14px; }
|
|
|
|
.tox .tox-source-code {
|
|
overflow: auto; }
|
|
|
|
.tox .tox-spinner {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex; }
|
|
|
|
.tox .tox-spinner > div {
|
|
-webkit-animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
|
|
animation: tam-bouncing-dots 1.5s ease-in-out 0s infinite both;
|
|
background-color: rgba(255, 255, 255, 0.5);
|
|
border-radius: 100%;
|
|
height: 8px;
|
|
width: 8px; }
|
|
|
|
.tox .tox-spinner > div:nth-child(1) {
|
|
-webkit-animation-delay: -.32s;
|
|
animation-delay: -.32s; }
|
|
|
|
.tox .tox-spinner > div:nth-child(2) {
|
|
-webkit-animation-delay: -.16s;
|
|
animation-delay: -.16s; }
|
|
|
|
@-webkit-keyframes tam-bouncing-dots {
|
|
0%, 100%, 80% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0); }
|
|
40% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1); } }
|
|
|
|
@keyframes tam-bouncing-dots {
|
|
0%, 100%, 80% {
|
|
-webkit-transform: scale(0);
|
|
transform: scale(0); }
|
|
40% {
|
|
-webkit-transform: scale(1);
|
|
transform: scale(1); } }
|
|
|
|
.tox:not([dir=rtl]) .tox-spinner > div:not(:first-child) {
|
|
margin-left: 4px; }
|
|
|
|
.tox[dir=rtl] .tox-spinner > div:not(:first-child) {
|
|
margin-right: 4px; }
|
|
|
|
.tox .tox-statusbar {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: #222f3e;
|
|
border-top: 1px solid #000;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
font-size: 12px;
|
|
font-weight: 400;
|
|
height: 18px;
|
|
overflow: hidden;
|
|
padding: 0 8px;
|
|
position: relative;
|
|
text-transform: uppercase; }
|
|
|
|
.tox .tox-statusbar__text-container {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
overflow: hidden; }
|
|
|
|
.tox .tox-statusbar__path {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1 1 auto;
|
|
flex: 1 1 auto;
|
|
margin-right: auto;
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-statusbar__path > * {
|
|
display: inline;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-statusbar__wordcount {
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
margin-left: 1ch; }
|
|
|
|
.tox .tox-statusbar a, .tox .tox-statusbar__path-item, .tox .tox-statusbar__wordcount {
|
|
color: #fff;
|
|
text-decoration: none; }
|
|
|
|
.tox .tox-statusbar a:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar a:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__path-item:hover:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:focus:not(:disabled):not([aria-disabled=true]), .tox .tox-statusbar__wordcount:hover:not(:disabled):not([aria-disabled=true]) {
|
|
cursor: pointer;
|
|
text-decoration: underline; }
|
|
|
|
.tox .tox-statusbar__resize-handle {
|
|
-webkit-box-align: end;
|
|
-ms-flex-align: end;
|
|
align-items: flex-end;
|
|
-ms-flex-item-align: stretch;
|
|
align-self: stretch;
|
|
cursor: nwse-resize;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
-webkit-box-pack: end;
|
|
-ms-flex-pack: end;
|
|
justify-content: flex-end;
|
|
margin-left: auto;
|
|
margin-right: -8px;
|
|
padding-left: 1ch; }
|
|
|
|
.tox .tox-statusbar__resize-handle svg {
|
|
display: block;
|
|
fill: #fff; }
|
|
|
|
.tox:not([dir=rtl]) .tox-statusbar__path > * {
|
|
margin-right: 4px; }
|
|
|
|
.tox:not([dir=rtl]) .tox-statusbar__branding {
|
|
margin-left: 1ch; }
|
|
|
|
.tox[dir=rtl] .tox-statusbar {
|
|
-webkit-box-orient: horizontal;
|
|
-webkit-box-direction: reverse;
|
|
-ms-flex-direction: row-reverse;
|
|
flex-direction: row-reverse; }
|
|
|
|
.tox[dir=rtl] .tox-statusbar__path > * {
|
|
margin-left: 4px; }
|
|
|
|
.tox .tox-throbber {
|
|
z-index: 1400; }
|
|
|
|
.tox .tox-throbber__busy-spinner {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background-color: rgba(34, 47, 62, 0.6);
|
|
bottom: 0;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
left: 0;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 0; }
|
|
|
|
.tox .tox-tbtn {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
background: 0 0;
|
|
border: 0;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
height: 34px;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
margin: 2px 0 3px 0;
|
|
outline: 0;
|
|
overflow: hidden;
|
|
padding: 0;
|
|
text-transform: none;
|
|
width: 34px; }
|
|
|
|
.tox .tox-tbtn svg {
|
|
display: block;
|
|
fill: #fff; }
|
|
|
|
.tox .tox-tbtn.tox-tbtn-more {
|
|
padding-left: 5px;
|
|
padding-right: 5px;
|
|
width: inherit; }
|
|
|
|
.tox .tox-tbtn:focus {
|
|
background: #4a5562;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none; }
|
|
|
|
.tox .tox-tbtn:hover {
|
|
background: #4a5562;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-tbtn:hover svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-tbtn:active {
|
|
background: #757d87;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-tbtn:active svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-tbtn--disabled, .tox .tox-tbtn--disabled:hover, .tox .tox-tbtn:disabled, .tox .tox-tbtn:disabled:hover {
|
|
background: 0 0;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5);
|
|
cursor: not-allowed; }
|
|
|
|
.tox .tox-tbtn--disabled svg, .tox .tox-tbtn--disabled:hover svg, .tox .tox-tbtn:disabled svg, .tox .tox-tbtn:disabled:hover svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-tbtn--enabled, .tox .tox-tbtn--enabled:hover {
|
|
background: #757d87;
|
|
border: 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-tbtn--enabled:hover > *, .tox .tox-tbtn--enabled > * {
|
|
-webkit-transform: none;
|
|
transform: none; }
|
|
|
|
.tox .tox-tbtn--enabled svg, .tox .tox-tbtn--enabled:hover svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) {
|
|
color: #fff; }
|
|
|
|
.tox .tox-tbtn:focus:not(.tox-tbtn--disabled) svg {
|
|
fill: #fff; }
|
|
|
|
.tox .tox-tbtn:active > * {
|
|
-webkit-transform: none;
|
|
transform: none; }
|
|
|
|
.tox .tox-tbtn--md {
|
|
height: 51px;
|
|
width: 51px; }
|
|
|
|
.tox .tox-tbtn--lg {
|
|
-webkit-box-orient: vertical;
|
|
-webkit-box-direction: normal;
|
|
-ms-flex-direction: column;
|
|
flex-direction: column;
|
|
height: 68px;
|
|
width: 68px; }
|
|
|
|
.tox .tox-tbtn--return {
|
|
-ms-grid-row-align: stretch;
|
|
-ms-flex-item-align: stretch;
|
|
align-self: stretch;
|
|
height: unset;
|
|
width: 16px; }
|
|
|
|
.tox .tox-tbtn--labeled {
|
|
padding: 0 4px;
|
|
width: unset; }
|
|
|
|
.tox .tox-tbtn__vlabel {
|
|
display: block;
|
|
font-size: 10px;
|
|
font-weight: 400;
|
|
letter-spacing: -.025em;
|
|
margin-bottom: 4px;
|
|
white-space: nowrap; }
|
|
|
|
.tox .tox-tbtn--select {
|
|
margin: 2px 0 3px 0;
|
|
padding: 0 4px;
|
|
width: auto; }
|
|
|
|
.tox .tox-tbtn__select-label {
|
|
cursor: default;
|
|
font-weight: 400;
|
|
margin: 0 4px; }
|
|
|
|
.tox .tox-tbtn__select-chevron {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-pack: center;
|
|
-ms-flex-pack: center;
|
|
justify-content: center;
|
|
width: 16px; }
|
|
|
|
.tox .tox-tbtn__select-chevron svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
|
|
overflow: hidden;
|
|
text-overflow: ellipsis;
|
|
white-space: nowrap;
|
|
width: 7em; }
|
|
|
|
.tox .tox-split-button {
|
|
border: 0;
|
|
border-radius: 3px;
|
|
-webkit-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
margin: 2px 0 3px 0;
|
|
overflow: hidden; }
|
|
|
|
.tox .tox-split-button:hover {
|
|
-webkit-box-shadow: 0 0 0 1px #4a5562 inset;
|
|
box-shadow: 0 0 0 1px #4a5562 inset; }
|
|
|
|
.tox .tox-split-button:focus {
|
|
background: #4a5562;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: #fff; }
|
|
|
|
.tox .tox-split-button > * {
|
|
border-radius: 0; }
|
|
|
|
.tox .tox-split-button__chevron {
|
|
width: 16px; }
|
|
|
|
.tox .tox-split-button__chevron svg {
|
|
fill: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-split-button .tox-tbtn {
|
|
margin: 0; }
|
|
|
|
.tox.tox-platform-touch .tox-split-button .tox-tbtn:first-child {
|
|
width: 30px; }
|
|
|
|
.tox.tox-platform-touch .tox-split-button__chevron {
|
|
width: 20px; }
|
|
|
|
.tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:focus, .tox .tox-split-button.tox-tbtn--disabled .tox-tbtn:hover, .tox .tox-split-button.tox-tbtn--disabled:focus, .tox .tox-split-button.tox-tbtn--disabled:hover {
|
|
background: 0 0;
|
|
-webkit-box-shadow: none;
|
|
box-shadow: none;
|
|
color: rgba(255, 255, 255, 0.5); }
|
|
|
|
.tox .tox-toolbar-overlord {
|
|
background-color: #222f3e; }
|
|
|
|
.tox .tox-toolbar, .tox .tox-toolbar__overflow, .tox .tox-toolbar__primary {
|
|
background: url("data:image/svg+xml;charset=utf8,%3Csvg height='39px' viewBox='0 0 40 39px' width='40' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0' y='38px' width='100' height='1' fill='%23000000'/%3E%3C/svg%3E") left 0 top 0 #222f3e;
|
|
background-color: #222f3e;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 0;
|
|
-ms-flex: 0 0 auto;
|
|
flex: 0 0 auto;
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
padding: 0 0; }
|
|
|
|
.tox .tox-toolbar__overflow.tox-toolbar__overflow--closed {
|
|
height: 0;
|
|
opacity: 0;
|
|
padding-bottom: 0;
|
|
padding-top: 0;
|
|
visibility: hidden; }
|
|
|
|
.tox .tox-toolbar__overflow--growing {
|
|
-webkit-transition: height .3s ease,opacity .2s linear .1s;
|
|
transition: height .3s ease,opacity .2s linear .1s; }
|
|
|
|
.tox .tox-toolbar__overflow--shrinking {
|
|
-webkit-transition: opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s;
|
|
transition: opacity .3s ease,height .2s linear .1s,visibility 0s linear .3s; }
|
|
|
|
.tox .tox-menubar + .tox-toolbar, .tox .tox-menubar + .tox-toolbar-overlord .tox-toolbar__primary {
|
|
border-top: 1px solid #000;
|
|
margin-top: -1px; }
|
|
|
|
.tox .tox-toolbar--scrolling {
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap;
|
|
overflow-x: auto; }
|
|
|
|
.tox .tox-pop .tox-toolbar {
|
|
border-width: 0; }
|
|
|
|
.tox .tox-toolbar--no-divider {
|
|
background-image: none; }
|
|
|
|
.tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar-overlord:first-child .tox-toolbar__primary, .tox-tinymce:not(.tox-tinymce-inline) .tox-editor-header:not(:first-child) .tox-toolbar:first-child {
|
|
border-top: 1px solid #000; }
|
|
|
|
.tox.tox-tinymce-aux .tox-toolbar__overflow {
|
|
background-color: #222f3e;
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15); }
|
|
|
|
.tox[dir=rtl] .tox-tbtn__icon-rtl svg {
|
|
-webkit-transform: rotateY(180deg);
|
|
transform: rotateY(180deg); }
|
|
|
|
.tox .tox-toolbar__group {
|
|
-webkit-box-align: center;
|
|
-ms-flex-align: center;
|
|
align-items: center;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-ms-flex-wrap: wrap;
|
|
flex-wrap: wrap;
|
|
margin: 0 0;
|
|
padding: 0 4px 0 4px; }
|
|
|
|
.tox .tox-toolbar__group--pull-right {
|
|
margin-left: auto; }
|
|
|
|
.tox .tox-toolbar--scrolling .tox-toolbar__group {
|
|
-ms-flex-negative: 0;
|
|
flex-shrink: 0;
|
|
-ms-flex-wrap: nowrap;
|
|
flex-wrap: nowrap; }
|
|
|
|
.tox:not([dir=rtl]) .tox-toolbar__group:not(:last-of-type) {
|
|
border-right: 1px solid #000; }
|
|
|
|
.tox[dir=rtl] .tox-toolbar__group:not(:last-of-type) {
|
|
border-left: 1px solid #000; }
|
|
|
|
.tox .tox-tooltip {
|
|
display: inline-block;
|
|
padding: 8px;
|
|
position: relative; }
|
|
|
|
.tox .tox-tooltip__body {
|
|
background-color: #3d546f;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 2px 4px rgba(42, 55, 70, 0.3);
|
|
box-shadow: 0 2px 4px rgba(42, 55, 70, 0.3);
|
|
color: rgba(255, 255, 255, 0.75);
|
|
font-size: 14px;
|
|
font-style: normal;
|
|
font-weight: 400;
|
|
padding: 4px 8px;
|
|
text-transform: none; }
|
|
|
|
.tox .tox-tooltip__arrow {
|
|
position: absolute; }
|
|
|
|
.tox .tox-tooltip--down .tox-tooltip__arrow {
|
|
border-left: 8px solid transparent;
|
|
border-right: 8px solid transparent;
|
|
border-top: 8px solid #3d546f;
|
|
bottom: 0;
|
|
left: 50%;
|
|
position: absolute;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%); }
|
|
|
|
.tox .tox-tooltip--up .tox-tooltip__arrow {
|
|
border-bottom: 8px solid #3d546f;
|
|
border-left: 8px solid transparent;
|
|
border-right: 8px solid transparent;
|
|
left: 50%;
|
|
position: absolute;
|
|
top: 0;
|
|
-webkit-transform: translateX(-50%);
|
|
transform: translateX(-50%); }
|
|
|
|
.tox .tox-tooltip--right .tox-tooltip__arrow {
|
|
border-bottom: 8px solid transparent;
|
|
border-left: 8px solid #3d546f;
|
|
border-top: 8px solid transparent;
|
|
position: absolute;
|
|
right: 0;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox .tox-tooltip--left .tox-tooltip__arrow {
|
|
border-bottom: 8px solid transparent;
|
|
border-right: 8px solid #3d546f;
|
|
border-top: 8px solid transparent;
|
|
left: 0;
|
|
position: absolute;
|
|
top: 50%;
|
|
-webkit-transform: translateY(-50%);
|
|
transform: translateY(-50%); }
|
|
|
|
.tox .tox-well {
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
padding: 8px;
|
|
width: 100%; }
|
|
|
|
.tox .tox-well > :first-child {
|
|
margin-top: 0; }
|
|
|
|
.tox .tox-well > :last-child {
|
|
margin-bottom: 0; }
|
|
|
|
.tox .tox-well > :only-child {
|
|
margin: 0; }
|
|
|
|
.tox .tox-custom-editor {
|
|
border: 1px solid #000;
|
|
border-radius: 3px;
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
position: relative; }
|
|
|
|
.tox .tox-dialog-loading::before {
|
|
background-color: rgba(0, 0, 0, 0.5);
|
|
content: "";
|
|
height: 100%;
|
|
position: absolute;
|
|
width: 100%;
|
|
z-index: 1000; }
|
|
|
|
.tox .tox-tab {
|
|
cursor: pointer; }
|
|
|
|
.tox .tox-dialog__content-js {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-dialog__body-content .tox-collection {
|
|
display: -webkit-box;
|
|
display: -ms-flexbox;
|
|
display: flex;
|
|
-webkit-box-flex: 1;
|
|
-ms-flex: 1;
|
|
flex: 1;
|
|
-ms-flex-preferred-size: auto; }
|
|
|
|
.tox .tox-image-tools-edit-panel {
|
|
height: 60px; }
|
|
|
|
.tox .tox-image-tools__sidebar {
|
|
height: 60px; }
|