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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201
  1. #tweakpaneUiContainer {
  2. /*padding-right: 0.25rem;*/
  3. height: calc(100% - 6rem);
  4. max-height: calc(100% - 6rem);
  5. pointer-events: none;
  6. }
  7. #tweakpaneUiContainer > div{
  8. pointer-events: auto;
  9. }
  10. :root {
  11. --tp-blade-unit-size: 26px;
  12. --tp-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  13. /*--tp-font-family: 'Inter';*/
  14. --tp-element-border-radius: 0.25rem;
  15. }
  16. :root {
  17. --tp-base-background-color: #0e0e0e;
  18. /*--tp-base-shadow-color: #00000000;*/
  19. /*--tp-base-background-color: #00000000;*/
  20. --tp-container-background-color: rgba(32, 32, 32, 0.2);
  21. --tp-container-background-color-hover: rgba(32, 32, 32, 0.3);
  22. --tp-container-background-color-active: rgba(50, 50, 50, 0.8);
  23. --tp-container-background-color-focus: rgba(50, 50, 50, 1.0);
  24. /*--tp-base-border-radius: 0.4rem;*/
  25. /*--tp-button-background-color: hsla(0, 0%, 70%, 1.00);*/
  26. /*--tp-button-background-color-active: hsla(0, 0%, 85%, 1.00);*/
  27. /*--tp-button-background-color-focus: hsla(0, 0%, 80%, 1.00);*/
  28. /*--tp-button-background-color-hover: hsla(0, 0%, 75%, 1.00);*/
  29. /*--tp-button-foreground-color: hsla(0, 0%, 5%, 1.00);*/
  30. --tp-container-foreground-color: hsla(0, 0%, 90%, 0.90);
  31. /*--tp-groove-foreground-color: hsla(0, 0%, 10%, 1.00);*/
  32. /*--tp-input-background-color: hsla(0, 0%, 10%, 1.00);*/
  33. /*--tp-input-background-color-active: hsla(0, 0%, 25%, 1.00);*/
  34. /*--tp-input-background-color-focus: hsla(0, 0%, 20%, 1.00);*/
  35. /*--tp-input-background-color-hover: hsla(0, 0%, 15%, 1.00);*/
  36. /*--tp-input-foreground-color: hsla(0, 0%, 90%, 1.00);*/
  37. --tp-label-foreground-color: hsla(0, 0%, 85%, 0.90);
  38. /*--tp-monitor-background-color: hsla(0, 0%, 8%, 1.00);*/
  39. /*--tp-monitor-foreground-color: hsla(0, 0%, 48%, 1.00);*/
  40. }
  41. :root .tpTheme-black {
  42. /*same as default*/
  43. }
  44. :root .tpTheme-blue {
  45. --tp-base-background-color: #28223C;
  46. /*--tp-base-background-color: hsla(235, 21%, 31%, 0.5);*/
  47. --tp-base-shadow-color: hsla(0, 0%, 0%, 0.2);
  48. --tp-button-background-color: hsla(230, 10%, 80%, 1.00);
  49. --tp-button-background-color-active: hsla(230, 10%, 95%, 1.00);
  50. --tp-button-background-color-focus: hsla(230, 10%, 90%, 1.00);
  51. --tp-button-background-color-hover: hsla(230, 10%, 85%, 1.00);
  52. --tp-button-foreground-color: hsla(230, 20%, 11%, 1.00);
  53. --tp-container-background-color: hsla(230, 25%, 16%, 0.65);
  54. --tp-container-background-color-active: hsla(230, 25%, 31%, 0.65);
  55. --tp-container-background-color-focus: hsla(230, 25%, 26%, 0.65);
  56. --tp-container-background-color-hover: hsla(230, 25%, 21%, 0.65);
  57. --tp-container-foreground-color: hsl(240, 10%, 92%);
  58. --tp-groove-foreground-color: hsla(230, 20%, 8%, 1.00);
  59. --tp-input-background-color: hsla(230, 20%, 8%, 1.00);
  60. --tp-input-background-color-active: hsla(230, 28%, 23%, 1.00);
  61. --tp-input-background-color-focus: hsla(230, 28%, 18%, 1.00);
  62. --tp-input-background-color-hover: hsla(230, 20%, 13%, 1.00);
  63. --tp-input-foreground-color: hsla(230, 10%, 80%, 1.00);
  64. /*--tp-label-foreground-color: hsl(229, 100%, 97%);*/
  65. --tp-monitor-background-color: hsla(230, 20%, 8%, 1.00);
  66. --tp-monitor-foreground-color: hsla(230, 12%, 48%, 1.00);
  67. --tp-label-foreground-color: #E4E2ED;
  68. }
  69. :root .tpTheme-white {
  70. --tp-base-background-color: hsla(230, 5%, 90%, 1.00);
  71. --tp-base-shadow-color: hsla(0, 0%, 0%, 0.10);
  72. --tp-button-background-color: hsla(230, 7%, 85%, 1.00);
  73. --tp-button-background-color-active: hsla(230, 7%, 70%, 1.00);
  74. --tp-button-background-color-focus: hsla(230, 7%, 75%, 1.00);
  75. --tp-button-background-color-hover: hsla(230, 7%, 80%, 1.00);
  76. --tp-button-foreground-color: hsla(230, 10%, 30%, 1.00);
  77. --tp-container-background-color: hsla(230, 15%, 80%, 0.10);
  78. --tp-container-background-color-active: hsla(230, 15%, 70%, 0.32);
  79. --tp-container-background-color-focus: hsla(230, 15%, 70%, 0.28);
  80. --tp-container-background-color-hover: hsla(230, 15%, 70%, 0.24);
  81. --tp-container-foreground-color: hsla(230, 10%, 30%, 1.00);
  82. --tp-groove-foreground-color: hsla(230, 15%, 20%, 0.10);
  83. --tp-input-background-color: hsla(230, 15%, 30%, 0.10);
  84. --tp-input-background-color-active: hsla(230, 15%, 50%, 0.22);
  85. --tp-input-background-color-focus: hsla(230, 15%, 50%, 0.18);
  86. --tp-input-background-color-hover: hsla(230, 15%, 50%, 0.14);
  87. --tp-input-foreground-color: hsla(230, 10%, 20%, 1.00);
  88. --tp-label-foreground-color: hsla(230, 10%, 10%, 1.00);
  89. --tp-monitor-background-color: hsla(230, 15%, 30%, 0.10);
  90. --tp-monitor-foreground-color: hsla(230, 10%, 30%, 0.50);
  91. }
  92. .tp-fldv {
  93. margin-top: 0.25rem;
  94. margin-bottom: 0.25rem;
  95. background-blend-mode: luminosity;
  96. position: relative;
  97. }
  98. .tp-fldv .tp-fldv {
  99. margin-top: 0.5rem;
  100. margin-bottom: 0.5rem;
  101. }
  102. .tp-fldv .tp-brkv {
  103. /*background-color: #ddddddcc;*/
  104. }
  105. .tp-fldv .tp-fldv .tp-brkv {
  106. /*background-color: #dddddd99;*/
  107. }
  108. .tp-fldv-expanded > .tp-fldv_b {
  109. /*background-color: #ddddddaa;*/
  110. }
  111. .tp-fldv_b {
  112. height: calc(var(--bld-us) * 1.5 + 4px) !important;
  113. font-size: 0.9rem !important;
  114. transition: background-color 0.5s ease;
  115. }
  116. .tp-fldv_b + .tp-brkv .tp-fldv_b {
  117. height: calc(var(--bld-us) * 1.1 + 4px) !important;
  118. font-size: 0.7rem !important;
  119. }
  120. .tp-fldv_b + .tp-brkv .tp-fldv-expanded > .tp-fldv_b {
  121. }
  122. .tp-lblv_l {
  123. font-size: 0.75rem !important;
  124. font-weight: 500 !important;
  125. flex-grow: 1 !important;
  126. flex-basis: 20% !important;
  127. }
  128. .tp-lblv_v {
  129. flex-grow: 1 !important;
  130. flex-basis: 50% !important;
  131. }
  132. .tp-txtv_i {
  133. font-size: 0.75rem !important;
  134. font-weight: 500 !important;
  135. }
  136. .tp-fldv_t {
  137. font-weight: 500 !important;
  138. padding-left: 1.5rem !important;
  139. }
  140. .tp-fldv_m {
  141. right: auto !important;
  142. left: 0.75rem;
  143. opacity: 1.0 !important;
  144. }
  145. .pluginOptionsButton{
  146. position: absolute;
  147. right: 0;
  148. top: 0.75rem;
  149. padding-left: 0.5rem;
  150. padding-right: 0.5rem;
  151. height: min-content;
  152. background: transparent;
  153. color: var(--tp-container-foreground-color, #eeeeee);
  154. font-size: 0.9rem;
  155. border: none;
  156. }
  157. .tp-sldv_k::after{
  158. background-color: var(--tp-input-foreground-color, hsl(230, 7%, 75%))
  159. }
  160. .tp-btnv_b{
  161. height: calc(var(--tp-blade-unit-size) * 1.15);
  162. }
  163. .tp-p2dv_b, .tp-btnv_b, .tp-lstv_s{
  164. font-weight: 500 !important;
  165. }
  166. .tp-rotv{
  167. font-size: 13px !important;
  168. }