Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. /**/
  2. .close_button {
  3. /*background-color: #fff;*/
  4. /*color: #fff;*/
  5. fill: #fff7;
  6. /*stroke: #fff7;*/
  7. /*stroke: #777;*/
  8. fill: #777;
  9. /*padding: 10px;*/
  10. margin: 10px;
  11. right: 0px;
  12. position: absolute;
  13. }
  14. .close_button:hover {
  15. fill: #bbb;
  16. stroke: #bbb;
  17. }
  18. .popup_icons .settings-button-container {
  19. display: inline-block;
  20. /*padding: 10px;*/
  21. margin: 10px;
  22. margin-bottom: 0px;
  23. }
  24. .popup_icons {
  25. align-items: center;
  26. position: relative;
  27. display: inline-block;
  28. /*display: inline;*/
  29. /*display: block;*/
  30. /*position: absolute;*/
  31. position: relative;
  32. margin: auto;
  33. /*display: flex;*/
  34. }
  35. .popup_icons_container {
  36. text-align: center;
  37. margin: auto;
  38. align-items: center;
  39. position: relative;
  40. align-items: center;
  41. }
  42. .ieven {
  43. /*display: inline-block;*/
  44. /*padding: 10px;*/
  45. /*margin: 10px;*/
  46. /*background: red;*/
  47. }
  48. .ieven .toolbox-icon{
  49. background: #fff !important;
  50. }
  51. .ieven svg{
  52. /*toolbox-icon*/
  53. fill: #5e6d7a !important;
  54. /*background-color*/
  55. }
  56. .popup_item {
  57. }
  58. .ovmu_item >div:hover {
  59. /*background-color: #*/
  60. /*background-color:#313D52;*/
  61. background-color:#446;
  62. color:#eee;
  63. }
  64. .overflow-menu .overflow-menu-item.ovmu_item {
  65. background-color: unset !important;
  66. color: unset !important;
  67. }
  68. .ji_mic_on > svg:first-child{
  69. /*fill:#444 !important; */
  70. fill:#999 !important;
  71. /*stroke: #444 !important;*/
  72. }
  73. .x_svg{
  74. left:10px;
  75. top :-5px;
  76. /*right:0;*/
  77. fill:#fff !important;
  78. /*stroke: #f00 !important;*/
  79. position: absolute;
  80. }
  81. .popup_item_req .popupmenu__link{
  82. /*font-size: 3em !important;*/
  83. font-size: 12pt !important;
  84. }
  85. .popup_item_req .popupmenu__text:hover{
  86. /*font-size: 3em !important;*/
  87. color: #fff;
  88. /*font-size: 12pt !important;*/
  89. }
  90. .popup_item_req .popupmenu__text{
  91. /*font-size: 3em !important;*/
  92. /*color: #fff;*/
  93. pointer-events:unset !important;
  94. z-index: 200 !important;
  95. /*font-size: 12pt !important;*/
  96. }
  97. .popup_item_req .popupmenu__link{
  98. pointer-events:unset !important;
  99. }
  100. /*pointer-events:none*/
  101. .plugin_top_v3 > .popup_body{
  102. width: 600px;
  103. }
  104. .plugin_top_v3 > .popup_body .popup_txt{
  105. font-size: 14pt;
  106. }
  107. .ff_timeout {
  108. width: 4em;
  109. }