theme.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104
  1. videogular,
  2. videogular.audio vg-controls #controls-container{
  3. background-color: inherit !important;
  4. }
  5. videogular vg-controls #controls-container{
  6. opacity: 1 !important;
  7. filter: none !important;
  8. }
  9. videogular vg-controls{
  10. top: auto !important;
  11. bottom: 0;
  12. }
  13. videogular vg-video{
  14. font-size: 0;
  15. height: auto !important;
  16. }
  17. videogular vg-poster-image img{
  18. width: 100% !important;
  19. }
  20. videogular.audio .iconButton,
  21. videogular.audio vg-timedisplay {
  22. color: inherit !important;
  23. }
  24. videogular .iconButton {
  25. font-family: 'FontAwesome' !important;
  26. }
  27. videogular vg-timedisplay{
  28. font-family: inherit !important;
  29. font-size: inherit !important;
  30. }
  31. videogular vg-scrubbar > div{
  32. position: relative;
  33. }
  34. videogular vg-title{
  35. position: absolute;
  36. width: 100%;
  37. line-height: 50px;
  38. padding: 0 10px;
  39. }
  40. videogular vg-button{
  41. display: table-cell;
  42. width: 50px;
  43. vertical-align: middle;
  44. text-align: center;
  45. cursor: pointer;
  46. }
  47. videogular .iconButton:focus {
  48. border-width: 0 !important;
  49. }
  50. videogular vg-overlay-play .play:before {
  51. content: "\f04b" !important;
  52. }
  53. /* Controlbar icons */
  54. videogular vg-play-pause-button .play:before {
  55. content: "\f04b" !important;
  56. }
  57. videogular vg-play-pause-button .pause:before {
  58. content: "\f04c" !important;
  59. }
  60. videogular vg-mutebutton .level3:before {
  61. content: "\f028" !important;
  62. }
  63. videogular vg-mutebutton .level2:before {
  64. content: "\f028" !important;
  65. }
  66. videogular vg-mutebutton .level1:before {
  67. content: "\f027" !important;
  68. }
  69. videogular vg-mutebutton .level0:before {
  70. content: "\f027" !important;
  71. }
  72. videogular vg-mutebutton .mute:before {
  73. content: "\f026" !important;
  74. }
  75. videogular vg-fullscreenButton .enter:before {
  76. content: "\f065" !important;
  77. }
  78. videogular vg-fullscreenButton .exit:before {
  79. content: "\f066" !important;
  80. }
  81. .videogular-container.audio{
  82. height: 50px;
  83. }