content.mobile.css 727 B

1234567891011121314151617181920212223242526272829
  1. /**
  2. * Copyright (c) Tiny Technologies, Inc. All rights reserved.
  3. * Licensed under the LGPL or a commercial license.
  4. * For LGPL see License.txt in the project root for license information.
  5. * For commercial licenses see https://www.tiny.cloud/
  6. */
  7. .tinymce-mobile-unfocused-selections .tinymce-mobile-unfocused-selection {
  8. /* Note: this file is used inside the content, so isn't part of theming */
  9. background-color: green;
  10. display: inline-block;
  11. opacity: 0.5;
  12. position: absolute;
  13. }
  14. body {
  15. -webkit-text-size-adjust: none;
  16. }
  17. body img {
  18. /* this is related to the content margin */
  19. max-width: 96vw;
  20. }
  21. body table img {
  22. max-width: 95%;
  23. }
  24. body {
  25. font-family: sans-serif;
  26. }
  27. table {
  28. border-collapse: collapse;
  29. }