threepipe
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.

tpTheme.css 4.5KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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: 24px;
  12. /*
  13. --tp-base-shadow-color: #00000000;
  14. --tp-base-background-color: #00000000;
  15. --tp-container-background-color: rgba(32, 32, 32, 0.8);
  16. --tp-container-background-color-hover: rgba(32, 32, 32, 0.9);
  17. --tp-container-background-color-active: rgba(32, 32, 32, 1.0);
  18. --tp-container-background-color-focus: rgba(32, 32, 32, 1.0);
  19. --tp-base-border-radius: 0.4rem;
  20. --tp-button-background-color: hsla(0, 0%, 70%, 1.00);
  21. --tp-button-background-color-active: hsla(0, 0%, 85%, 1.00);
  22. --tp-button-background-color-focus: hsla(0, 0%, 80%, 1.00);
  23. --tp-button-background-color-hover: hsla(0, 0%, 75%, 1.00);
  24. --tp-button-foreground-color: hsla(0, 0%, 5%, 1.00);
  25. --tp-container-foreground-color: hsla(0, 0%, 95%, 1.00);
  26. --tp-groove-foreground-color: hsla(0, 0%, 10%, 1.00);
  27. --tp-input-background-color: hsla(0, 0%, 10%, 1.00);
  28. --tp-input-background-color-active: hsla(0, 0%, 25%, 1.00);
  29. --tp-input-background-color-focus: hsla(0, 0%, 20%, 1.00);
  30. --tp-input-background-color-hover: hsla(0, 0%, 15%, 1.00);
  31. --tp-input-foreground-color: hsla(0, 0%, 90%, 1.00);
  32. --tp-label-foreground-color: hsla(0, 0%, 85%, 1.00);
  33. --tp-monitor-background-color: hsla(0, 0%, 8%, 1.00);
  34. --tp-monitor-foreground-color: hsla(0, 0%, 48%, 1.00);
  35. */
  36. --tp-element-border-radius: 0.25rem;
  37. --tp-base-background-color: #28223C;
  38. /*--tp-base-background-color: hsla(235, 21%, 31%, 0.5);*/
  39. --tp-base-shadow-color: hsla(0, 0%, 0%, 0.2);
  40. --tp-button-background-color: hsla(230, 10%, 80%, 1.00);
  41. --tp-button-background-color-active: hsla(230, 10%, 95%, 1.00);
  42. --tp-button-background-color-focus: hsla(230, 10%, 90%, 1.00);
  43. --tp-button-background-color-hover: hsla(230, 10%, 85%, 1.00);
  44. --tp-button-foreground-color: hsla(230, 20%, 11%, 1.00);
  45. --tp-container-background-color: hsla(230, 25%, 16%, 0.65);
  46. --tp-container-background-color-active: hsla(230, 25%, 31%, 0.65);
  47. --tp-container-background-color-focus: hsla(230, 25%, 26%, 0.65);
  48. --tp-container-background-color-hover: hsla(230, 25%, 21%, 0.65);
  49. --tp-container-foreground-color: hsl(240, 10%, 92%);
  50. --tp-groove-foreground-color: hsla(230, 20%, 8%, 1.00);
  51. --tp-input-background-color: hsla(230, 20%, 8%, 1.00);
  52. --tp-input-background-color-active: hsla(230, 28%, 23%, 1.00);
  53. --tp-input-background-color-focus: hsla(230, 28%, 18%, 1.00);
  54. --tp-input-background-color-hover: hsla(230, 20%, 13%, 1.00);
  55. --tp-input-foreground-color: hsla(230, 10%, 80%, 1.00);
  56. /*--tp-label-foreground-color: hsl(229, 100%, 97%);*/
  57. --tp-monitor-background-color: hsla(230, 20%, 8%, 1.00);
  58. --tp-monitor-foreground-color: hsla(230, 12%, 48%, 1.00);
  59. --tp-label-foreground-color: #E4E2ED;
  60. /*--tp-font-family: 'Inter';*/
  61. --tp-font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";
  62. }
  63. .tp-fldv {
  64. margin-top: 0.25rem;
  65. margin-bottom: 0.25rem;
  66. background-blend-mode: luminosity;
  67. position: relative;
  68. }
  69. .tp-fldv .tp-fldv {
  70. margin-top: 0.5rem;
  71. margin-bottom: 0.5rem;
  72. }
  73. .tp-fldv .tp-brkv {
  74. background-color: rgba(32, 32, 50, 0.85);
  75. }
  76. .tp-fldv .tp-fldv .tp-brkv {
  77. background-color: rgba(32, 32, 50, 0.25) !important;
  78. }
  79. .tp-fldv-expanded > .tp-fldv_b {
  80. background-color: rgba(32, 32, 50, 0.80) !important;
  81. }
  82. .tp-fldv_b {
  83. height: calc(var(--bld-us) * 1.5 + 4px) !important;
  84. font-size: 0.85rem !important;
  85. }
  86. .tp-fldv_b + .tp-brkv .tp-fldv_b {
  87. height: calc(var(--bld-us) * 1.1 + 4px) !important;
  88. font-size: 0.65rem !important;
  89. }
  90. .tp-fldv_b + .tp-brkv .tp-fldv-expanded > .tp-fldv_b {
  91. }
  92. .tp-lblv_l {
  93. font-size: 0.7rem !important;
  94. font-weight: 400 !important;
  95. flex-grow: 1 !important;
  96. flex-basis: 20% !important;
  97. }
  98. .tp-lblv_v {
  99. flex-grow: 1 !important;
  100. flex-basis: 50% !important;
  101. }
  102. .tp-txtv_i {
  103. font-size: 0.7rem !important;
  104. font-weight: 400 !important;
  105. }
  106. .tp-fldv_t {
  107. font-weight: 400 !important;
  108. padding-left: 1.5rem !important;
  109. }
  110. .tp-fldv_m {
  111. right: auto !important;
  112. left: 0.75rem;
  113. opacity: 1.0 !important;
  114. }
  115. .pluginOptionsButton{
  116. position: absolute;
  117. right: 0;
  118. top: 0.75rem;
  119. padding-left: 0.5rem;
  120. padding-right: 0.5rem;
  121. height: min-content;
  122. background: transparent;
  123. color: #eeeeee;
  124. border: none;
  125. }