Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

settingsmenu.css 1.4KB

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