content.min.css 4.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212
  1. body {
  2. background-color: #ffffff;
  3. color: #000000;
  4. font-family: Verdana, Arial, Helvetica, sans-serif;
  5. font-size: 14px;
  6. line-height: 1.3;
  7. scrollbar-3dlight-color: #f0f0ee;
  8. scrollbar-arrow-color: #676662;
  9. scrollbar-base-color: #f0f0ee;
  10. scrollbar-darkshadow-color: #dddddd;
  11. scrollbar-face-color: #e0e0dd;
  12. scrollbar-highlight-color: #f0f0ee;
  13. scrollbar-shadow-color: #f0f0ee;
  14. scrollbar-track-color: #f5f5f5;
  15. }
  16. td,
  17. th {
  18. font-family: Verdana, Arial, Helvetica, sans-serif;
  19. font-size: 14px;
  20. }
  21. .word-wrap {
  22. word-wrap: break-word;
  23. -ms-word-break: break-all;
  24. word-break: break-all;
  25. word-break: break-word;
  26. -ms-hyphens: auto;
  27. -moz-hyphens: auto;
  28. -webkit-hyphens: auto;
  29. hyphens: auto;
  30. }
  31. .mce-content-body .mce-reset {
  32. margin: 0;
  33. padding: 0;
  34. border: 0;
  35. outline: 0;
  36. vertical-align: top;
  37. background: transparent;
  38. text-decoration: none;
  39. color: black;
  40. font-family: Arial;
  41. font-size: 11px;
  42. text-shadow: none;
  43. float: none;
  44. position: static;
  45. width: auto;
  46. height: auto;
  47. white-space: nowrap;
  48. cursor: inherit;
  49. line-height: normal;
  50. font-weight: normal;
  51. text-align: left;
  52. -webkit-tap-highlight-color: transparent;
  53. -moz-box-sizing: content-box;
  54. -webkit-box-sizing: content-box;
  55. box-sizing: content-box;
  56. direction: ltr;
  57. max-width: none;
  58. }
  59. .mce-object {
  60. border: 1px dotted #3a3a3a;
  61. background: #d5d5d5 url(img/object.gif) no-repeat center;
  62. }
  63. .mce-preview-object {
  64. display: inline-block;
  65. position: relative;
  66. margin: 0 2px 0 2px;
  67. line-height: 0;
  68. border: 1px solid gray;
  69. }
  70. .mce-preview-object[data-mce-selected="2"] .mce-shim {
  71. display: none;
  72. }
  73. .mce-preview-object .mce-shim {
  74. position: absolute;
  75. top: 0;
  76. left: 0;
  77. width: 100%;
  78. height: 100%;
  79. background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
  80. }
  81. figure.align-left {
  82. float: left;
  83. }
  84. figure.align-right {
  85. float: right;
  86. }
  87. figure.image.align-center {
  88. display: table;
  89. margin-left: auto;
  90. margin-right: auto;
  91. }
  92. figure.image {
  93. display: inline-block;
  94. border: 1px solid gray;
  95. margin: 0 2px 0 1px;
  96. background: #f5f2f0;
  97. }
  98. figure.image img {
  99. margin: 8px 8px 0 8px;
  100. }
  101. figure.image figcaption {
  102. margin: 6px 8px 6px 8px;
  103. text-align: center;
  104. }
  105. .mce-toc {
  106. border: 1px solid gray;
  107. }
  108. .mce-toc h2 {
  109. margin: 4px;
  110. }
  111. .mce-toc li {
  112. list-style-type: none;
  113. }
  114. .mce-pagebreak {
  115. cursor: default;
  116. display: block;
  117. border: 0;
  118. width: 100%;
  119. height: 5px;
  120. border: 1px dashed #666;
  121. margin-top: 15px;
  122. page-break-before: always;
  123. }
  124. @media print {
  125. .mce-pagebreak {
  126. border: 0;
  127. }
  128. }
  129. .mce-item-anchor {
  130. cursor: default;
  131. display: inline-block;
  132. -webkit-user-select: all;
  133. -webkit-user-modify: read-only;
  134. -moz-user-select: all;
  135. -moz-user-modify: read-only;
  136. user-select: all;
  137. user-modify: read-only;
  138. width: 9px !important;
  139. height: 9px !important;
  140. border: 1px dotted #3a3a3a;
  141. background: #d5d5d5 url(img/anchor.gif) no-repeat center;
  142. }
  143. .mce-nbsp,
  144. .mce-shy {
  145. background: #aaa;
  146. }
  147. .mce-shy::after {
  148. content: "-";
  149. }
  150. .mce-match-marker {
  151. background: #aaa;
  152. color: #fff;
  153. }
  154. .mce-match-marker-selected {
  155. background: #3399ff;
  156. color: #fff;
  157. }
  158. .mce-spellchecker-word {
  159. border-bottom: 2px solid rgba(208, 2, 27, 0.5);
  160. cursor: default;
  161. }
  162. .mce-spellchecker-grammar {
  163. border-bottom: 2px solid #008000;
  164. cursor: default;
  165. }
  166. .mce-item-table,
  167. .mce-item-table td,
  168. .mce-item-table th,
  169. .mce-item-table caption {
  170. border: 1px dashed #bbb;
  171. }
  172. td[data-mce-selected],
  173. th[data-mce-selected] {
  174. background-color: #2276d2 !important;
  175. }
  176. .mce-edit-focus {
  177. outline: 1px dotted #333;
  178. }
  179. .mce-content-body *[contentEditable="false"] *[contentEditable="true"]:focus {
  180. outline: 2px solid #2276d2;
  181. }
  182. .mce-content-body *[contentEditable="false"] *[contentEditable="true"]:hover {
  183. outline: 2px solid #2276d2;
  184. }
  185. .mce-content-body *[contentEditable="false"][data-mce-selected] {
  186. outline: 2px solid #2276d2;
  187. }
  188. .mce-content-body *[data-mce-selected="inline-boundary"] {
  189. background: #bfe6ff;
  190. }
  191. .mce-content-body .mce-item-anchor[data-mce-selected] {
  192. background: #d5d5d5 url(img/anchor.gif) no-repeat center;
  193. }
  194. .mce-content-body hr {
  195. cursor: default;
  196. }
  197. .ephox-snooker-resizer-bar {
  198. background-color: #2276d2;
  199. opacity: 0;
  200. }
  201. .ephox-snooker-resizer-cols {
  202. cursor: col-resize;
  203. }
  204. .ephox-snooker-resizer-rows {
  205. cursor: row-resize;
  206. }
  207. .ephox-snooker-resizer-bar.ephox-snooker-resizer-bar-dragging {
  208. opacity: 0.2;
  209. }
  210. a {
  211. color: #1478f0;
  212. }