media-embed-error.css 530 B

1234567891011121314151617181920
  1. /**
  2. * @file
  3. * Media Embed filter: default styling for media embed errors.
  4. */
  5. /**
  6. * The caption filter's styling overrides ours, so add a more specific selector
  7. * to account for that.
  8. */
  9. .media-embed-error,
  10. .caption > .media-embed-error {
  11. max-width: 200px;
  12. padding: 100px 20px 20px;
  13. text-align: center;
  14. background-color: #ebebeb;
  15. background-image: url(../../../../../modules/media/images/icons/no-thumbnail.png);
  16. background-repeat: no-repeat;
  17. background-position: center top;
  18. background-size: 100px 100px;
  19. }