2015-07-15 17:55:49 -04:00
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
// Custom full screen mode
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox.tox-fullscreen {
|
2015-07-15 17:55:49 -04:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
2017-12-09 07:37:44 -05:00
|
|
|
width: 100%;
|
2015-07-21 16:16:26 -04:00
|
|
|
max-width: 100%;
|
2017-12-09 07:37:44 -05:00
|
|
|
z-index: 100;
|
2015-07-21 17:11:30 -04:00
|
|
|
}
|
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
// In editor body overrides
|
2022-02-05 11:55:53 -05:00
|
|
|
.page-content.mce-content-body {
|
|
|
|
padding-block-start: 1rem;
|
|
|
|
padding-block-end: 1rem;
|
|
|
|
outline: 0;
|
|
|
|
display: block;
|
2015-08-31 06:43:28 -04:00
|
|
|
}
|
2015-10-18 15:06:49 -04:00
|
|
|
|
2022-02-09 06:25:22 -05:00
|
|
|
// Default styles for our custom root nodes
|
|
|
|
.page-content.mce-content-body doc-root {
|
|
|
|
display: block;
|
|
|
|
}
|
2022-02-09 14:24:27 -05:00
|
|
|
.page-content.mce-content-body code-block {
|
|
|
|
display: block;
|
|
|
|
}
|
2022-02-09 06:25:22 -05:00
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
// In editor line height override
|
2022-02-05 11:55:53 -05:00
|
|
|
.page-content.mce-content-body p {
|
|
|
|
line-height: 1.6;
|
2015-10-18 15:06:49 -04:00
|
|
|
}
|
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
// Pad out bottom of editor
|
2022-02-08 12:05:38 -05:00
|
|
|
body.page-content.mce-content-body {
|
|
|
|
padding-bottom: 5rem;
|
2022-02-05 16:20:20 -05:00
|
|
|
}
|
|
|
|
|
2022-07-23 05:43:47 -04:00
|
|
|
// Remove svg background line in toolbar items
|
|
|
|
.tox .tox-pop__dialog .tox-toolbar {
|
|
|
|
background: transparent !important;
|
|
|
|
}
|
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
// Center toolbar items
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-toolbar__primary {
|
|
|
|
justify-content: center;
|
2019-04-13 13:30:11 -04:00
|
|
|
}
|
|
|
|
|
2022-02-08 06:10:01 -05:00
|
|
|
// Prevent scroll jumps on codemirror clicks
|
2022-02-09 14:24:27 -05:00
|
|
|
.page-content.mce-content-body code-block > * {
|
2022-02-08 06:10:01 -05:00
|
|
|
pointer-events: none;
|
|
|
|
}
|
2022-02-09 14:24:27 -05:00
|
|
|
.page-content.mce-content-body code-block pre {
|
|
|
|
display: none;
|
|
|
|
}
|
2022-02-08 05:09:17 -05:00
|
|
|
|
2022-02-09 05:40:46 -05:00
|
|
|
// Details/summary editor usability
|
2022-02-08 18:08:00 -05:00
|
|
|
.page-content.mce-content-body details summary {
|
|
|
|
pointer-events: none;
|
|
|
|
}
|
2022-02-09 06:25:22 -05:00
|
|
|
.page-content.mce-content-body details doc-root {
|
2022-02-09 05:40:46 -05:00
|
|
|
padding: $-s;
|
|
|
|
margin-left: (2px - $-s);
|
|
|
|
margin-right: (2px - $-s);
|
|
|
|
margin-bottom: (2px - $-s);
|
2022-02-09 14:24:27 -05:00
|
|
|
margin-top: (2px - $-s);
|
|
|
|
overflow: hidden;
|
2022-02-09 05:40:46 -05:00
|
|
|
}
|
2022-02-08 18:08:00 -05:00
|
|
|
|
2022-02-08 05:09:17 -05:00
|
|
|
/**
|
|
|
|
* Dark Mode Overrides
|
|
|
|
*/
|
|
|
|
.dark-mode .tox .tox-toolbar__primary,
|
|
|
|
.dark-mode .tox .tox-menu,
|
|
|
|
.dark-mode .tox .tox-dialog__header,
|
|
|
|
.dark-mode .tox .tox-dialog,
|
|
|
|
.dark-mode .tox .tox-dialog__footer,
|
|
|
|
.dark-mode .tox .tox-pop__dialog,
|
|
|
|
.dark-mode .tox.tox-tinymce-aux .tox-toolbar__overflow {
|
2022-07-23 06:22:34 -04:00
|
|
|
background-color: #333 !important;
|
2022-02-08 05:09:17 -05:00
|
|
|
}
|
|
|
|
.dark-mode .tox .tox-tbtn svg,
|
|
|
|
.dark-mode .tox .tox-tbtn,
|
|
|
|
.dark-mode .tox .tox-collection--list .tox-collection__item--active:not(.tox-collection__item--state-disabled)
|
|
|
|
{
|
|
|
|
color: #dbdbdb;
|
|
|
|
fill: #dbdbdb;
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
2022-02-05 11:55:53 -05:00
|
|
|
/**
|
|
|
|
* Format Menu Hacks
|
|
|
|
*/
|
2022-02-07 18:56:39 -05:00
|
|
|
.tox .tox-tbtn--bespoke .tox-tbtn__select-label {
|
|
|
|
width: 6em !important;
|
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item blockquote::before {
|
|
|
|
content: none;
|
2017-09-10 08:08:12 -04:00
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item blockquote {
|
|
|
|
border-left: 4px solid var(--color-primary) !important;
|
|
|
|
padding: 4px 6px !important;
|
2018-09-22 18:12:39 -04:00
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item blockquote {
|
|
|
|
border-left: 4px solid var(--color-primary) !important;
|
|
|
|
padding: 4px 6px !important;
|
2021-02-12 18:35:02 -05:00
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item p[style*="background-color"] {
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
border-left: 3px solid currentColor !important;
|
2019-05-05 19:15:03 -04:00
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item[title^="<"] > div > div {
|
|
|
|
font-family: $mono !important;
|
|
|
|
border: 1px solid #DDD !important;
|
|
|
|
background-color: #EEE !important;
|
|
|
|
padding: 4px 6px !important;
|
2019-01-12 14:23:18 -05:00
|
|
|
}
|
2022-02-05 11:55:53 -05:00
|
|
|
.tox-menu .tox-collection__item-label {
|
|
|
|
line-height: normal !important;
|
2022-03-19 13:12:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
/**
|
|
|
|
* Fake task list checkboxes
|
|
|
|
*/
|
2022-03-20 07:59:46 -04:00
|
|
|
.page-content.mce-content-body .task-list-item {
|
|
|
|
margin-left: 0;
|
|
|
|
position: relative;
|
|
|
|
}
|
2022-03-19 13:12:56 -04:00
|
|
|
.page-content.mce-content-body .task-list-item > input[type="checkbox"] {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
.page-content.mce-content-body .task-list-item:before {
|
|
|
|
content: '';
|
|
|
|
display: inline-block;
|
|
|
|
border: 2px solid #CCC;
|
|
|
|
width: 12px;
|
|
|
|
height: 12px;
|
|
|
|
border-radius: 2px;
|
|
|
|
margin-right: 8px;
|
|
|
|
vertical-align: text-top;
|
|
|
|
cursor: pointer;
|
2022-03-20 07:59:46 -04:00
|
|
|
position: absolute;
|
|
|
|
left: -24px;
|
|
|
|
top: 4px;
|
2022-03-19 13:12:56 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.page-content.mce-content-body .task-list-item[checked]:before {
|
|
|
|
background-color: #CCC;
|
|
|
|
background-image: url('data:image/svg+xml;utf8,<svg fill="%23FFFFFF" version="1.1" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg"><path d="m8.4856 20.274-6.736-6.736 2.9287-2.7823 3.8073 3.8073 10.836-10.836 2.9287 2.9287z" stroke-width="1.4644"/></svg>');
|
|
|
|
background-position: 50% 50%;
|
|
|
|
background-size: 100% 100%;
|
2015-07-15 17:55:49 -04:00
|
|
|
}
|