You are here

plugin.css in Video Embed Field 8

Same filename and directory in other branches
  1. 8.2 modules/video_embed_wysiwyg/plugin/plugin.css
.video-embed-widget {
  text-align: center;
  display: block;
  padding-top: 15px;
}

.video-embed-widget:before {
  content: '\25b6';
  font-size: 120px;
  color: #fff;
  opacity: 0.9;
  position: absolute;
  z-index: 5;
  left: 0;
  right: 0;
  top: 50%;
  margin-top: -71px;
  text-shadow: 0px 0px 40px #000;
}

.video-embed-widget__summary {
  font-style: italic;
  display: block;
  padding: 15px;
  font-size: 13px;
}

File

modules/video_embed_wysiwyg/plugin/plugin.css
View source
  1. .video-embed-widget {
  2. text-align: center;
  3. display: block;
  4. padding-top: 15px;
  5. }
  6. .video-embed-widget:before {
  7. content: '\25b6';
  8. font-size: 120px;
  9. color: #fff;
  10. opacity: 0.9;
  11. position: absolute;
  12. z-index: 5;
  13. left: 0;
  14. right: 0;
  15. top: 50%;
  16. margin-top: -71px;
  17. text-shadow: 0px 0px 40px #000;
  18. }
  19. .video-embed-widget__summary {
  20. font-style: italic;
  21. display: block;
  22. padding: 15px;
  23. font-size: 13px;
  24. }