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.

settingsmenu.css 1.4KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687
  1. #settingsmenu {
  2. background: black;
  3. color: #00ccff;
  4. overflow-y: auto;
  5. }
  6. #settingsmenu input, select {
  7. margin-top: 10px;
  8. margin-left: 10%;
  9. width: 80%;
  10. font-size: 14px;
  11. background: #3a3a3a;
  12. border: none;
  13. box-shadow: none;
  14. color: #a7a7a7;
  15. }
  16. #settingsmenu .arrow-up {
  17. width: 0;
  18. height: 0;
  19. border-left: 5px solid transparent;
  20. border-right: 5px solid transparent;
  21. border-bottom: 5px solid #3a3a3a;
  22. position: relative;
  23. top: 10px;
  24. margin-left: auto;
  25. margin-right: auto;
  26. }
  27. #settingsmenu #avatar {
  28. width: 24%;
  29. left: 38%;
  30. border-radius: 25px;
  31. position: relative;
  32. }
  33. #settingsmenu .icon-settings {
  34. padding: 34px;
  35. }
  36. #languages_selectbox {
  37. height: 40px;
  38. cursor: pointer;
  39. }
  40. #startMutedOptions,
  41. #followMeOptions {
  42. padding-left: 10%;
  43. text-indent: -10%;
  44. margin-top: 10px;
  45. display: none; /* hide by default */
  46. /* clearfix */
  47. overflow: auto;
  48. zoom: 1;
  49. }
  50. #startAudioMuted,
  51. #startVideoMuted,
  52. #followMeCheckBox {
  53. width: 13px !important;
  54. }
  55. .startMutedLabel,
  56. .followMeLabel {
  57. width: 94%;
  58. float: left;
  59. cursor: pointer;
  60. }
  61. #devicesOptions {
  62. display: none;
  63. margin-top: 10px;
  64. }
  65. #devicesOptions label {
  66. display: block;
  67. margin-top: 15px;
  68. }
  69. #devicesOptions span {
  70. padding-left: 10%;
  71. }
  72. #devicesOptions select {
  73. height: 40px;
  74. cursor: pointer;
  75. }