2015-07-15 22:55:49 +01:00
|
|
|
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox.tox-fullscreen {
|
2015-07-15 22:55:49 +01:00
|
|
|
position: fixed;
|
|
|
|
top: 0;
|
|
|
|
height: 100%;
|
2017-12-09 12:37:44 +00:00
|
|
|
width: 100%;
|
2015-07-21 21:16:26 +01:00
|
|
|
max-width: 100%;
|
2017-12-09 12:37:44 +00:00
|
|
|
z-index: 100;
|
2015-07-21 22:11:30 +01:00
|
|
|
}
|
|
|
|
|
2022-02-05 16:55:53 +00:00
|
|
|
.page-content.mce-content-body {
|
|
|
|
padding-block-start: 1rem;
|
|
|
|
padding-block-end: 1rem;
|
|
|
|
outline: 0;
|
|
|
|
display: block;
|
2015-08-31 11:43:28 +01:00
|
|
|
}
|
2015-10-18 20:06:49 +01:00
|
|
|
|
2022-02-05 16:55:53 +00:00
|
|
|
.page-content.mce-content-body p {
|
|
|
|
line-height: 1.6;
|
2015-10-18 20:06:49 +01:00
|
|
|
}
|
|
|
|
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox-toolbar__primary {
|
|
|
|
justify-content: center;
|
2019-04-13 18:30:11 +01:00
|
|
|
}
|
|
|
|
|
2022-02-05 16:55:53 +00:00
|
|
|
/**
|
|
|
|
* Format Menu Hacks
|
|
|
|
*/
|
|
|
|
.tox-menu .tox-collection__item blockquote::before {
|
|
|
|
content: none;
|
2017-09-10 13:08:12 +01:00
|
|
|
}
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox-menu .tox-collection__item blockquote {
|
|
|
|
border-left: 4px solid var(--color-primary) !important;
|
|
|
|
padding: 4px 6px !important;
|
2018-09-22 23:12:39 +01:00
|
|
|
}
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox-menu .tox-collection__item blockquote {
|
|
|
|
border-left: 4px solid var(--color-primary) !important;
|
|
|
|
padding: 4px 6px !important;
|
2021-02-12 23:35:02 +00:00
|
|
|
}
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox-menu .tox-collection__item p[style*="background-color"] {
|
|
|
|
padding: 4px 6px !important;
|
|
|
|
border-left: 3px solid currentColor !important;
|
2019-05-06 00:15:03 +01:00
|
|
|
}
|
2022-02-05 16:55:53 +00: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 19:23:18 +00:00
|
|
|
}
|
2022-02-05 16:55:53 +00:00
|
|
|
.tox-menu .tox-collection__item-label {
|
|
|
|
line-height: normal !important;
|
2015-07-15 22:55:49 +01:00
|
|
|
}
|