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