embedly.css 1.3 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. /*!
  2. * froala_editor v3.0.3 (https://www.froala.com/wysiwyg-editor)
  3. * License https://froala.com/wysiwyg-editor/terms/
  4. * Copyright 2014-2019 Froala Labs
  5. */
  6. .clearfix::after {
  7. clear: both;
  8. display: block;
  9. content: "";
  10. height: 0; }
  11. .hide-by-clipping {
  12. position: absolute;
  13. width: 1px;
  14. height: 1px;
  15. padding: 0;
  16. margin: -1px;
  17. overflow: hidden;
  18. clip: rect(0, 0, 0, 0);
  19. border: 0; }
  20. .fr-element .fr-embedly {
  21. user-select: none;
  22. -o-user-select: none;
  23. -moz-user-select: none;
  24. -khtml-user-select: none;
  25. -webkit-user-select: none;
  26. -ms-user-select: none;
  27. position: relative; }
  28. .fr-element .fr-embedly::after {
  29. position: absolute;
  30. content: '';
  31. z-index: 1;
  32. top: 0;
  33. left: 0;
  34. right: 0;
  35. bottom: 0;
  36. cursor: pointer;
  37. display: block;
  38. background: rgba(0, 0, 0, 0); }
  39. .fr-element .fr-embedly > * {
  40. -webkit-box-sizing: content-box;
  41. -moz-box-sizing: content-box;
  42. box-sizing: content-box;
  43. max-width: 100%;
  44. border: none; }
  45. .fr-box .fr-embedly-resizer {
  46. position: absolute;
  47. z-index: 2;
  48. border: solid 1px #0098f7;
  49. display: none;
  50. user-select: none;
  51. -o-user-select: none;
  52. -moz-user-select: none;
  53. -khtml-user-select: none;
  54. -webkit-user-select: none;
  55. -ms-user-select: none; }
  56. .fr-box .fr-embedly-resizer.fr-active {
  57. display: block; }