Advertisement
GochiSiyan

video icon

Nov 23rd, 2021
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.85 KB | None | 0 0
  1. .jnews_video article.format-video .jeg_thumb .thumbnail-container:after {
  2. content: "\f04b";
  3. border-radius: 100%;
  4. border: 2px solid #fff;
  5. font-size: 24px;
  6. line-height: 44px;
  7. height: 48px;
  8. width: 48px;
  9. letter-spacing: -4px;
  10. margin: -22px 0 0 -22px;
  11. -webkit-backface-visibility: hidden;
  12. font-family: 'FontAwesome';
  13. color: #fff;
  14. position: absolute;
  15. top: 50%;
  16. left: 50%;
  17. text-align: center;
  18. z-index: 1;
  19. pointer-events: none;
  20. background: unset;
  21. }
  22.  
  23. .jnews_video article.format-video .jeg_thumb .thumbnail-container:before {
  24. content: '';
  25. width: 100%;
  26. height: 100%;
  27. top: 0;
  28. left: 0;
  29. position: absolute;
  30. background: #000;
  31. opacity: 0.3;
  32. -webkit-transition: .3s ease;
  33. transition: .3s ease;
  34. z-index: 1;
  35. pointer-events: none;
  36. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement