You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

styles.css 1.1KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859
  1. body {
  2. padding-top: 70px;
  3. }
  4. footer {
  5. margin: 50px 0;
  6. }
  7. .no-text-select {
  8. -webkit-touch-callout: none;
  9. -webkit-user-select: none;
  10. -khtml-user-select: none;
  11. -moz-user-select: none;
  12. -ms-user-select: none;
  13. user-select: none;
  14. }
  15. /**
  16. ========================================================
  17. **/
  18. .navbar-brand {
  19. padding-right: 42px;
  20. }
  21. /**
  22. ========================================================
  23. **/
  24. .player {
  25. margin-bottom: 36px;
  26. }
  27. .player-image {
  28. width: 100%;
  29. }
  30. .player-image-wrapper {
  31. padding: 0;
  32. }
  33. .player-legend {
  34. background-color: #2f4154;
  35. color: white;
  36. padding-left: 8px;
  37. -webkit-border-bottom-right-radius: 8px;
  38. -moz-border-radius-bottomright: 8px;
  39. border-bottom-right-radius: 8px;
  40. -webkit-border-bottom-left-radius: 8px;
  41. -moz-border-radius-bottomleft: 8px;
  42. border-bottom-left-radius: 8px;
  43. }
  44. .player-button-play {
  45. padding: 5px;
  46. cursor: pointer;
  47. -webkit-touch-callout: none;
  48. -webkit-user-select: none;
  49. -khtml-user-select: none;
  50. -moz-user-select: none;
  51. -ms-user-select: none;
  52. user-select: none;
  53. }
  54. .player-button-play:hover {
  55. color: #1abc9c;
  56. }
  57. .cameras-filter-input {
  58. margin-bottom: 24px;
  59. }