content.min.css 3.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157
  1. .mce-content-body .mce-reset {
  2. margin: 0;
  3. padding: 0;
  4. border: 0;
  5. outline: 0;
  6. vertical-align: top;
  7. background: transparent;
  8. text-decoration: none;
  9. color: black;
  10. font-family: 'Open Sans', sans-serif;
  11. font-size: 13px;
  12. text-shadow: none;
  13. float: none;
  14. position: static;
  15. width: auto;
  16. height: auto;
  17. white-space: nowrap;
  18. cursor: inherit;
  19. line-height: normal;
  20. font-weight: normal;
  21. text-align: left;
  22. -webkit-tap-highlight-color: transparent;
  23. -moz-box-sizing: content-box;
  24. -webkit-box-sizing: content-box;
  25. box-sizing: content-box;
  26. direction: ltr;
  27. max-width: none
  28. }
  29. .mce-object {
  30. border: 1px dotted #3a3a3a;
  31. background: #d5d5d5 url(img/object.gif) no-repeat center
  32. }
  33. .mce-preview-object {
  34. display: inline-block;
  35. position: relative;
  36. margin: 0 2px 0 2px;
  37. line-height: 0;
  38. border: 1px solid gray
  39. }
  40. .mce-preview-object .mce-shim {
  41. position: absolute;
  42. top: 0;
  43. left: 0;
  44. width: 100%;
  45. height: 100%;
  46. background: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)
  47. }
  48. figure.align-left {
  49. float: left
  50. }
  51. figure.align-right {
  52. float: right
  53. }
  54. figure.image.align-center {
  55. display: table;
  56. margin-left: auto;
  57. margin-right: auto
  58. }
  59. figure.image {
  60. display: inline-block;
  61. border: 1px solid gray;
  62. margin: 0 2px 0 1px;
  63. background: #f5f2f0
  64. }
  65. figure.image img {
  66. margin: 8px 8px 0 8px
  67. }
  68. figure.image figcaption {
  69. margin: 6px 8px 6px 8px;
  70. text-align: center
  71. }
  72. .mce-preview-object[data-mce-selected] .mce-shim {
  73. display: none
  74. }
  75. .mce-pagebreak {
  76. cursor: default;
  77. display: block;
  78. border: 0;
  79. width: 100%;
  80. height: 5px;
  81. border: 1px dashed #666;
  82. margin-top: 15px;
  83. page-break-before: always
  84. }
  85. @media print {
  86. .mce-pagebreak {
  87. border: 0
  88. }
  89. }
  90. .mce-item-anchor {
  91. cursor: default;
  92. display: inline-block;
  93. -webkit-user-select: all;
  94. -webkit-user-modify: read-only;
  95. -moz-user-select: all;
  96. -moz-user-modify: read-only;
  97. user-select: all;
  98. user-modify: read-only;
  99. width: 9px !important;
  100. height: 9px !important;
  101. border: 1px dotted #3a3a3a;
  102. background: #d5d5d5 url(img/anchor.gif) no-repeat center
  103. }
  104. .mce-nbsp,
  105. .mce-shy {
  106. background: #aaa
  107. }
  108. .mce-shy::after {
  109. content: '-'
  110. }
  111. hr {
  112. cursor: default
  113. }
  114. .mce-match-marker {
  115. background: #aaa;
  116. color: #fff
  117. }
  118. .mce-match-marker-selected {
  119. background: #39f;
  120. color: #fff
  121. }
  122. .mce-spellchecker-word {
  123. border-bottom: 2px solid #f00;
  124. cursor: default
  125. }
  126. .mce-spellchecker-grammar {
  127. border-bottom: 2px solid #008000;
  128. cursor: default
  129. }
  130. .mce-item-table,
  131. .mce-item-table td,
  132. .mce-item-table th,
  133. .mce-item-table caption {
  134. border: 1px dashed #bbb
  135. }
  136. td[data-mce-selected],
  137. th[data-mce-selected] {
  138. background-color: #39f !important
  139. }
  140. .mce-edit-focus {
  141. outline: 1px dotted #333
  142. }
  143. .mce-content-body *[contentEditable=false] *[contentEditable=true]:focus {
  144. outline: 2px solid #2d8ac7
  145. }
  146. .mce-content-body *[contentEditable=false] *[contentEditable=true]:hover {
  147. outline: 2px solid #7acaff
  148. }
  149. .mce-content-body *[contentEditable=false][data-mce-selected] {
  150. outline: 2px solid #2d8ac7
  151. }
  152. .mce-resize-bar-dragging {
  153. background-color: blue;
  154. opacity: .25;
  155. filter: alpha(opacity=25);
  156. zoom: 1
  157. }