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

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  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-container-border-color: rgba(50, 50, 50, 1.0);
  25. /*--tp-base-border-radius: 0.4rem;*/
  26. /*--tp-button-background-color: hsla(0, 0%, 70%, 1.00);*/
  27. /*--tp-button-background-color-active: hsla(0, 0%, 85%, 1.00);*/
  28. /*--tp-button-background-color-focus: hsla(0, 0%, 80%, 1.00);*/
  29. /*--tp-button-background-color-hover: hsla(0, 0%, 75%, 1.00);*/
  30. /*--tp-button-foreground-color: hsla(0, 0%, 5%, 1.00);*/
  31. --tp-container-foreground-color: hsla(0, 0%, 90%, 0.90);
  32. /*--tp-groove-foreground-color: hsla(0, 0%, 10%, 1.00);*/
  33. /*--tp-input-background-color: hsla(0, 0%, 10%, 1.00);*/
  34. /*--tp-input-background-color-active: hsla(0, 0%, 25%, 1.00);*/
  35. /*--tp-input-background-color-focus: hsla(0, 0%, 20%, 1.00);*/
  36. /*--tp-input-background-color-hover: hsla(0, 0%, 15%, 1.00);*/
  37. /*--tp-input-foreground-color: hsla(0, 0%, 90%, 1.00);*/
  38. --tp-label-foreground-color: hsla(0, 0%, 85%, 0.90);
  39. /*--tp-monitor-background-color: hsla(0, 0%, 8%, 1.00);*/
  40. /*--tp-monitor-foreground-color: hsla(0, 0%, 48%, 1.00);*/
  41. }
  42. :root .tpTheme-black {
  43. /*same as default*/
  44. }
  45. :root .tpTheme-blue {
  46. --tp-base-background-color: #28223C;
  47. /*--tp-base-background-color: hsla(235, 21%, 31%, 0.5);*/
  48. --tp-base-shadow-color: hsla(0, 0%, 0%, 0.2);
  49. --tp-button-background-color: hsla(230, 10%, 80%, 1.00);
  50. --tp-button-background-color-active: hsla(230, 10%, 95%, 1.00);
  51. --tp-button-background-color-focus: hsla(230, 10%, 90%, 1.00);
  52. --tp-button-background-color-hover: hsla(230, 10%, 85%, 1.00);
  53. --tp-button-foreground-color: hsla(230, 20%, 11%, 1.00);
  54. --tp-container-background-color: hsla(230, 25%, 16%, 0.65);
  55. --tp-container-background-color-active: hsla(230, 25%, 31%, 0.65);
  56. --tp-container-background-color-focus: hsla(230, 25%, 26%, 0.65);
  57. --tp-container-background-color-hover: hsla(230, 25%, 21%, 0.65);
  58. --tp-container-border-color: hsla(230, 36%, 25%, 1);
  59. --tp-container-foreground-color: hsl(240, 10%, 92%);
  60. --tp-groove-foreground-color: hsla(230, 20%, 8%, 1.00);
  61. --tp-input-background-color: hsla(230, 20%, 8%, 1.00);
  62. --tp-input-background-color-active: hsla(230, 28%, 23%, 1.00);
  63. --tp-input-background-color-focus: hsla(230, 28%, 18%, 1.00);
  64. --tp-input-background-color-hover: hsla(230, 20%, 13%, 1.00);
  65. --tp-input-foreground-color: hsla(230, 10%, 80%, 1.00);
  66. /*--tp-label-foreground-color: hsl(229, 100%, 97%);*/
  67. --tp-monitor-background-color: hsla(230, 20%, 8%, 1.00);
  68. --tp-monitor-foreground-color: hsla(230, 12%, 48%, 1.00);
  69. --tp-label-foreground-color: #E4E2ED;
  70. }
  71. :root .tpTheme-white {
  72. --tp-base-background-color: hsla(230, 5%, 90%, 1.00);
  73. --tp-base-shadow-color: hsla(0, 0%, 0%, 0.10);
  74. --tp-button-background-color: hsla(230, 7%, 85%, 1.00);
  75. --tp-button-background-color-active: hsla(230, 7%, 70%, 1.00);
  76. --tp-button-background-color-focus: hsla(230, 7%, 75%, 1.00);
  77. --tp-button-background-color-hover: hsla(230, 7%, 80%, 1.00);
  78. --tp-button-foreground-color: hsla(230, 10%, 30%, 1.00);
  79. --tp-container-background-color: hsla(230, 15%, 80%, 0.10);
  80. --tp-container-background-color-active: hsla(230, 15%, 70%, 0.32);
  81. --tp-container-background-color-focus: hsla(230, 15%, 70%, 0.28);
  82. --tp-container-background-color-hover: hsla(230, 15%, 70%, 0.24);
  83. --tp-container-border-color: hsla(230, 15%, 70%, 0.6);
  84. --tp-container-foreground-color: hsla(230, 10%, 30%, 1.00);
  85. --tp-groove-foreground-color: hsla(230, 15%, 20%, 0.10);
  86. --tp-input-background-color: hsla(230, 15%, 30%, 0.10);
  87. --tp-input-background-color-active: hsla(230, 15%, 50%, 0.22);
  88. --tp-input-background-color-focus: hsla(230, 15%, 50%, 0.18);
  89. --tp-input-background-color-hover: hsla(230, 15%, 50%, 0.14);
  90. --tp-input-foreground-color: hsla(230, 10%, 20%, 1.00);
  91. --tp-label-foreground-color: hsla(230, 10%, 10%, 1.00);
  92. --tp-monitor-background-color: hsla(230, 15%, 30%, 0.10);
  93. --tp-monitor-foreground-color: hsla(230, 10%, 30%, 0.50);
  94. }
  95. :root .tpTheme-light {
  96. --tp-base-background-color: #E7EFF8;
  97. --tp-base-shadow-color: rgba(0, 0, 0, 0.1);
  98. --tp-button-background-color: #dae1ea;
  99. --tp-button-background-color-active: #c3d4e7;
  100. --tp-button-background-color-focus: #c3d4e7;
  101. --tp-button-background-color-hover: #c3d4e7;
  102. --tp-button-foreground-color: #1C2026;
  103. --tp-container-background-color: #dae1ea22;
  104. --tp-container-background-color-active: #c3d4e766;
  105. --tp-container-background-color-focus: #c3d4e766;
  106. --tp-container-background-color-hover: #c3d4e766;
  107. --tp-container-border-color: #c3d4e799;
  108. --tp-container-foreground-color: #1C2026;
  109. --tp-groove-foreground-color: #6d7a8c;
  110. --tp-input-background-color: #dae1ea;
  111. --tp-input-background-color-active: #c3d4e7;
  112. --tp-input-background-color-focus: #c3d4e7;
  113. --tp-input-background-color-hover: #c3d4e7;
  114. --tp-input-foreground-color: #1C2026;
  115. --tp-label-foreground-color: #2b313a;
  116. --tp-monitor-background-color: #dae1ea;
  117. --tp-monitor-foreground-color: #6d7a8c;
  118. }
  119. :root .tpTheme-dark {
  120. --tp-base-background-color: #1C2026;
  121. --tp-base-shadow-color: rgba(0, 0, 0, 0.2);
  122. --tp-button-background-color: #3e4550;
  123. --tp-button-background-color-active: #555e6b;
  124. --tp-button-background-color-focus: #555e6b;
  125. --tp-button-background-color-hover: #555e6b;
  126. --tp-button-foreground-color: #F6F7F9;
  127. --tp-container-background-color: #3e455022;
  128. --tp-container-background-color-active: #555e6b66;
  129. --tp-container-background-color-focus: #555e6b66;
  130. --tp-container-background-color-hover: #555e6b66;
  131. --tp-container-border-color: #555e6b99;
  132. --tp-container-foreground-color: #F6F7F9;
  133. --tp-groove-foreground-color: #b6bfcb;
  134. --tp-input-background-color: #3e4550;
  135. --tp-input-background-color-active: #555e6b;
  136. --tp-input-background-color-focus: #555e6b;
  137. --tp-input-background-color-hover: #555e6b;
  138. --tp-input-foreground-color: #F6F7F9;
  139. --tp-label-foreground-color: #d2d3d5;
  140. --tp-monitor-background-color: #3e4550;
  141. --tp-monitor-foreground-color: #b6bfcb;
  142. }
  143. .tp-fldv {
  144. /*margin-top: 0.25rem;*/
  145. /*margin-bottom: 0.25rem;*/
  146. background-blend-mode: luminosity;
  147. position: relative;
  148. /*outline: 1px solid var(--tp-input-foreground-color);*/
  149. /*outline-offset: -1px;*/
  150. border: 1px solid var(--tp-container-border-color);
  151. /*border: 2px solid #c3d4e799;*/
  152. /*border: 2px solid black;*/
  153. /*border-left: 0px;*/
  154. box-sizing: border-box;
  155. }
  156. /*.tp-fldv.tp-v-vlst{*/
  157. /*}*/
  158. /*.tp-fldv .tp-fldv {*/
  159. /* margin-top: 0.5rem;*/
  160. /* margin-bottom: 0.5rem;*/
  161. /*}*/
  162. /*.tp-rotv.tp-rotv-expanded .tp-rotv_c, .tp-fldv.tp-fldv-expanded>.tp-fldv_c{*/
  163. /* padding-top: 0;*/
  164. /*}*/
  165. .tp-tabv_c .tp-brkv>.tp-cntv, .tp-fldv_c>.tp-cntv {
  166. margin-left: 0;
  167. }
  168. .tp-fldv .tp-brkv {
  169. /*background-color: #ddddddcc;*/
  170. }
  171. .tp-fldv .tp-fldv .tp-brkv {
  172. /*background-color: #dddddd99;*/
  173. }
  174. .tp-fldv-expanded > .tp-fldv_b {
  175. /*background-color: #ddddddaa;*/
  176. }
  177. .tp-fldv_b {
  178. height: calc(var(--bld-us) * 1.5 + 4px) !important;
  179. font-size: 0.9rem !important;
  180. transition: background-color 0.5s ease;
  181. }
  182. .tp-fldv_b + .tp-brkv .tp-fldv_b {
  183. height: calc(var(--bld-us) * 1.1 + 4px) !important;
  184. font-size: 0.7rem !important;
  185. }
  186. .tp-fldv_b + .tp-brkv .tp-fldv-expanded > .tp-fldv_b {
  187. }
  188. .tp-lblv_l {
  189. font-size: 0.75rem !important;
  190. font-weight: 500 !important;
  191. flex-grow: 1 !important;
  192. flex-basis: 20% !important;
  193. }
  194. .tp-lblv_v {
  195. flex-grow: 1 !important;
  196. flex-basis: 50% !important;
  197. }
  198. .tp-txtv_i {
  199. font-size: 0.75rem !important;
  200. font-weight: 500 !important;
  201. }
  202. .tp-fldv_t {
  203. font-weight: 500 !important;
  204. padding-left: 1.5rem !important;
  205. }
  206. .tp-fldv_m {
  207. right: auto !important;
  208. left: 0.75rem;
  209. opacity: 1.0 !important;
  210. }
  211. .pluginOptionsButton{
  212. position: absolute;
  213. right: 0;
  214. top: 0.75rem;
  215. padding-left: 0.5rem;
  216. padding-right: 0.5rem;
  217. height: min-content;
  218. background: transparent;
  219. color: var(--tp-container-foreground-color, #eeeeee);
  220. font-size: 0.9rem;
  221. border: none;
  222. }
  223. .tp-sldv_k::after{
  224. background-color: var(--tp-input-foreground-color, hsl(230, 7%, 75%))
  225. }
  226. .tp-btnv_b{
  227. height: calc(var(--tp-blade-unit-size) * 1.15);
  228. }
  229. .tp-p2dv_b, .tp-btnv_b, .tp-lstv_s{
  230. font-weight: 500 !important;
  231. }
  232. .tp-rotv{
  233. font-size: 13px !important;
  234. }