您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

_settingsmenu.scss 1.5KB

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