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.0KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. #settingsmenu {
  2. background: black;
  3. color: #00ccff;
  4. }
  5. #settingsmenu input, select {
  6. margin-top: 10px;
  7. margin-left: 10%;
  8. width: 80%;
  9. font-size: 14px;
  10. background: #3a3a3a;
  11. border: none;
  12. box-shadow: none;
  13. color: #a7a7a7;
  14. }
  15. #settingsmenu .arrow-up {
  16. width: 0;
  17. height: 0;
  18. border-left: 5px solid transparent;
  19. border-right: 5px solid transparent;
  20. border-bottom: 5px solid #3a3a3a;
  21. position: relative;
  22. top: 10px;
  23. margin-left: auto;
  24. margin-right: auto;
  25. }
  26. #settingsmenu button {
  27. width: 45%;
  28. left: 26%;
  29. padding: 0;
  30. margin-top: 10px;
  31. }
  32. #settingsmenu #avatar {
  33. width: 24%;
  34. left: 38%;
  35. border-radius: 25px;
  36. position: relative;
  37. }
  38. #settingsmenu .icon-settings {
  39. padding: 34px;
  40. }
  41. #languages_selectbox{
  42. height: 40px;
  43. }
  44. #startMutedOptions {
  45. padding-left: 10%;
  46. text-indent: -10%;
  47. }
  48. #startAudioMuted {
  49. width: 13px !important;
  50. }
  51. #startVideoMuted {
  52. width: 13px !important;
  53. }
  54. .startMutedLabel {
  55. width: 94%;
  56. float: left;
  57. }