| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192 |
- .word-wrap {
- word-wrap: break-word;
- -ms-word-break: break-all;
- word-break: break-all;
- word-break: break-word;
- -ms-hyphens: auto;
- -moz-hyphens: auto;
- -webkit-hyphens: auto;
- hyphens: auto;
- }
- .mce-content-body .mce-reset {
- margin: 0;
- padding: 0;
- border: 0;
- outline: 0;
- vertical-align: top;
- background: transparent;
- text-decoration: none;
- color: black;
- font-family: Arial;
- font-size: 11px;
- text-shadow: none;
- float: none;
- position: static;
- width: auto;
- height: auto;
- white-space: nowrap;
- cursor: inherit;
- line-height: normal;
- font-weight: normal;
- text-align: left;
- -webkit-tap-highlight-color: transparent;
- -moz-box-sizing: content-box;
- -webkit-box-sizing: content-box;
- box-sizing: content-box;
- direction: ltr;
- max-width: none;
- }
- .mce-object {
- border: 1px dotted #3a3a3a;
- background: #d5d5d5 url(img/object.gif) no-repeat center;
- }
- .mce-preview-object {
- display: inline-block;
- position: relative;
- margin: 0 2px 0 2px;
- line-height: 0;
- border: 1px solid gray;
- }
- .mce-preview-object[data-mce-selected="2"] .mce-shim {
- display: none;
- }
- .mce-preview-object .mce-shim {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
- }
- figure.align-left {
- float: left;
- }
- figure.align-right {
- float: right;
- }
- figure.image.align-center {
- display: table;
- margin-left: auto;
- margin-right: auto;
- }
- figure.image {
- display: inline-block;
- border: 1px solid gray;
- margin: 0 2px 0 1px;
- background: #f5f2f0;
- }
- figure.image img {
- margin: 8px 8px 0 8px;
- }
- figure.image figcaption {
- margin: 6px 8px 6px 8px;
- text-align: center;
- }
- .mce-toc {
- border: 1px solid gray;
- }
- .mce-toc h2 {
- margin: 4px;
- }
- .mce-toc li {
- list-style-type: none;
- }
- .mce-pagebreak {
- cursor: default;
- display: block;
- border: 0;
- width: 100%;
- height: 5px;
- border: 1px dashed #666;
- margin-top: 15px;
- page-break-before: always;
- }
- @media print {
- .mce-pagebreak {
- border: 0;
- }
- }
- .mce-item-anchor {
- cursor: default;
- display: inline-block;
- -webkit-user-select: all;
- -webkit-user-modify: read-only;
- -moz-user-select: all;
- -moz-user-modify: read-only;
- user-select: all;
- user-modify: read-only;
- width: 9px !important;
- height: 9px !important;
- border: 1px dotted #3a3a3a;
- background: #d5d5d5 url(img/anchor.gif) no-repeat center;
- }
- .mce-nbsp,
- .mce-shy {
- background: #aaa;
- }
- .mce-shy::after {
- content: "-";
- }
- .mce-match-marker {
- background: #aaa;
- color: #fff;
- }
- .mce-match-marker-selected {
- background: #3399ff;
- color: #fff;
- }
- .mce-spellchecker-word {
- border-bottom: 2px solid rgba(208, 2, 27, 0.5);
- cursor: default;
- }
- .mce-spellchecker-grammar {
- border-bottom: 2px solid #008000;
- cursor: default;
- }
- .mce-item-table,
- .mce-item-table td,
- .mce-item-table th,
- .mce-item-table caption {
- border: 1px dashed #bbb;
- }
- td[data-mce-selected],
- th[data-mce-selected] {
- background-color: #2276d2 !important;
- }
- .mce-edit-focus {
- outline: 1px dotted #333;
- }
- .mce-content-body *[contentEditable="false"] *[contentEditable="true"]:focus {
- outline: 2px solid #2276d2;
- }
- .mce-content-body *[contentEditable="false"] *[contentEditable="true"]:hover {
- outline: 2px solid #2276d2;
- }
- .mce-content-body *[contentEditable="false"][data-mce-selected] {
- outline: 2px solid #2276d2;
- }
- .mce-content-body *[data-mce-selected="inline-boundary"] {
- background: #bfe6ff;
- }
- .mce-content-body .mce-item-anchor[data-mce-selected] {
- background: #d5d5d5 url(img/anchor.gif) no-repeat center;
- }
- .mce-content-body hr {
- cursor: default;
- }
- .ephox-snooker-resizer-bar {
- background-color: #2276d2;
- opacity: 0;
- }
- .ephox-snooker-resizer-cols {
- cursor: col-resize;
- }
- .ephox-snooker-resizer-rows {
- cursor: row-resize;
- }
- .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
- opacity: 0.2;
- }
- .mce-content-body {
- line-height: 1.3;
- }
|