Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

settingsmenu.css 1.3KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990
  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 button {
  28. width: 45%;
  29. left: 26%;
  30. padding: 0;
  31. margin-top: 10px;
  32. }
  33. #settingsmenu #avatar {
  34. width: 24%;
  35. left: 38%;
  36. border-radius: 25px;
  37. position: relative;
  38. }
  39. #settingsmenu .icon-settings {
  40. padding: 34px;
  41. }
  42. #languages_selectbox{
  43. height: 40px;
  44. }
  45. #startMutedOptions {
  46. padding-left: 10%;
  47. text-indent: -10%;
  48. /* clearfix */
  49. overflow: auto;
  50. zoom: 1;
  51. }
  52. #startAudioMuted {
  53. width: 13px !important;
  54. }
  55. #startVideoMuted {
  56. width: 13px !important;
  57. }
  58. .startMutedLabel {
  59. width: 94%;
  60. float: left;
  61. }
  62. #devicesOptions {
  63. display: none;
  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. }