Content.Objects.less 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778
  1. /* Content.Objects.less */
  2. .mce-object {
  3. border: 1px dotted #3A3A3A;
  4. background: #D5D5D5 url(img/object.gif) no-repeat center;
  5. }
  6. .mce-pagebreak {
  7. cursor: default;
  8. display: block;
  9. border: 0;
  10. width: 100%;
  11. height: 5px;
  12. border: 1px dashed #666;
  13. margin-top: 15px;
  14. page-break-before: always;
  15. }
  16. @media print {
  17. .mce-pagebreak {
  18. border: 0px;
  19. }
  20. }
  21. .mce-item-anchor {
  22. cursor: default;
  23. display: inline-block;
  24. -webkit-user-select: all;
  25. -webkit-user-modify: read-only;
  26. -moz-user-select: all;
  27. -moz-user-modify: read-only;
  28. user-select: all;
  29. user-modify: read-only;
  30. width: 9px !important;
  31. height: 9px !important;
  32. border: 1px dotted #3A3A3A;
  33. background: #D5D5D5 url(img/anchor.gif) no-repeat center;
  34. }
  35. .mce-nbsp {
  36. background: #AAA;
  37. }
  38. hr {
  39. cursor: default;
  40. }
  41. .mce-match-marker {
  42. background: #AAA;
  43. color: #fff;
  44. }
  45. .mce-match-marker-selected {
  46. background: #3399ff;
  47. color: #fff;
  48. }
  49. .mce-spellchecker-word {
  50. border-bottom: 2px solid #F00;
  51. cursor: default;
  52. }
  53. .mce-spellchecker-grammar {
  54. border-bottom: 2px solid #008000;
  55. cursor: default;
  56. }
  57. .mce-item-table, .mce-item-table td, .mce-item-table th, .mce-item-table caption {
  58. border: 1px dashed #BBB;
  59. }
  60. td.mce-item-selected, th.mce-item-selected {
  61. background-color: #3399ff !important;
  62. }
  63. .mce-edit-focus {
  64. outline: 1px dotted #333;
  65. }