Collection of DPF-based plugins for packaging
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.

221 lines
5.0KB

  1. /* SKINS */
  2. .mod-combo-model-001{{{cns}}} {
  3. border-radius: 20px;
  4. }
  5. .mod-combo-model-001-0550{{{cns}}} {
  6. background-image: url(/resources/combos/model-001/model-0550.png{{{ns}}});
  7. background-position: center center;
  8. background-repeat: no-repeat;
  9. height: 200px;
  10. position: relative;
  11. width: 550px;
  12. }
  13. .mod-combo-model-001-0625{{{cns}}} {
  14. background-image: url(/resources/combos/model-001/model-0625.png{{{ns}}});
  15. background-position: center center;
  16. background-repeat: no-repeat;
  17. height: 200px;
  18. position: relative;
  19. width: 625px;
  20. }
  21. .mod-combo-model-001-0778{{{cns}}} {
  22. background-image: url(/resources/combos/model-001/model-0778.png{{{ns}}});
  23. background-position: center center;
  24. background-repeat: no-repeat;
  25. height: 200px;
  26. position: relative;
  27. width: 778px;
  28. }
  29. .mod-combo-model-001-0930{{{cns}}} {
  30. background-image: url(/resources/combos/model-001/model-0930.png{{{ns}}});
  31. background-position: center center;
  32. background-repeat: no-repeat;
  33. height: 200px;
  34. position: relative;
  35. width: 930px;
  36. }
  37. /* THE AUTHOR */
  38. .mod-combo-model-001{{{cns}}} .mod-plugin-brand h1 {
  39. color: #333;
  40. font-size: 18px;
  41. font-weight: bold;
  42. left: 80px;
  43. line-height: 1;
  44. margin: 0;
  45. position: absolute;
  46. top: 23px;
  47. }
  48. /* PLUGIN'S NAME */
  49. .mod-combo-model-001{{{cns}}} .mod-plugin-name h1 {
  50. color: #333;
  51. font-size: 18px;
  52. font-weight: bold;
  53. line-height: 1;
  54. margin: 0;
  55. position: absolute;
  56. right: 80px;
  57. top: 23px;
  58. }
  59. /* CONTROLS */
  60. .mod-combo-model-001{{{cns}}} .mod-control-group {
  61. border-color: #000;
  62. border-style: solid;
  63. border-width: 1px 0 0 0;
  64. bottom: 149px;
  65. color: #000;
  66. font-size: 10px;
  67. font-weight: bold;
  68. height: 71px;
  69. left: 58px;
  70. position: absolute;
  71. right: 58px;
  72. top: 47px;
  73. }
  74. .mod-combo-model-001{{{cns}}} .mod-control-group > div {
  75. margin-right: 2px;
  76. }
  77. .mod-combo-model-001{{{cns}}} .mod-pedal-input,
  78. .mod-combo-model-001{{{cns}}} .mod-pedal-output {
  79. top: 30px;
  80. }
  81. /* SWITCH ON/OFF GENERAL */
  82. .mod-combo-model-001{{{cns}}} .mod-switch {
  83. cursor: pointer;
  84. float: left;
  85. height: 71px;
  86. position: relative;
  87. width: 130px;
  88. }
  89. .mod-combo-model-001{{{cns}}} .mod-switch-image {
  90. background-image: url(/resources/switches/switch-001.png{{{ns}}});
  91. background-position: -9px 0px;
  92. background-repeat: no-repeat;
  93. background-size: auto 71px;
  94. height: 71px;
  95. width: 71px;
  96. }
  97. .mod-combo-model-001{{{cns}}} .mod-switch-image.on {
  98. background-position: -80px 0px;
  99. }
  100. .mod-combo-model-001{{{cns}}} .mod-switch-image.off {
  101. background-position: -9px 0px;
  102. }
  103. /* CHICKEN HEAD */
  104. .mod-combo-model-001{{{cns}}} .mod-chicken-head {
  105. float: left;
  106. height: 71px;
  107. overflow: hidden;
  108. position: relative;
  109. text-align: center;
  110. width: 71px;
  111. }
  112. .mod-combo-model-001{{{cns}}} .mod-chicken-head .mod-chicken-head-image {
  113. background-image: url(/resources/knobs/chicken-head/_strip.png{{{ns}}});
  114. background-position: left 0px;
  115. background-repeat: no-repeat;
  116. background-size: auto 71px;
  117. height: 71px;
  118. margin-top: 3px;
  119. position: relative;
  120. width: 71px;
  121. z-index: 2;
  122. }
  123. .mod-combo-model-001{{{cns}}} .mod-chicken-head .mod-chicken-head-title {
  124. font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  125. font-size: 10px;
  126. font-weight: bold;
  127. height:18px;
  128. left: 0;
  129. overflow:hidden;
  130. position: absolute;
  131. right: 0;
  132. text-transform: uppercase;
  133. top: 0;
  134. z-index: 1;
  135. }
  136. /* ENUMERATED LIST */
  137. .mod-combo-model-001{{{cns}}} .mod-enumerated {
  138. color:#fff;
  139. display:inline-block;
  140. left:132px;
  141. overflow:hidden;
  142. position:absolute;
  143. top:-27px;
  144. width:240px;
  145. }
  146. .mod-combo-model-001{{{cns}}} .mod-enumerated .mod-enumerated-selected {
  147. background-color:rgba(0,0,0,.8);
  148. background-image:url(/resources/utils/dropdown-arrow-white.png{{{ns}}});
  149. background-position:right center;
  150. background-repeat:no-repeat;
  151. border-radius:4px;
  152. box-shadow:inset 1px 1px 5px #000;
  153. color:#fff;
  154. font-size:12px;
  155. height:24px;
  156. line-height:2;
  157. margin-right:8px;
  158. overflow:hidden;
  159. padding:0 9px;
  160. }
  161. /* WHEN IS HOVER */
  162. .mod-combo-model-001{{{cns}}} .mod-enumerated:hover .mod-enumerated-selected {
  163. border-radius:4px 4px 0 0;
  164. }
  165. /* THE LIST OF OPTIONS */
  166. .mod-combo-model-001{{{cns}}} .mod-enumerated .mod-enumerated-list {
  167. display:none;
  168. font-weight:bold;
  169. }
  170. .mod-combo-model-001{{{cns}}} .mod-enumerated .mod-enumerated-list > div {
  171. padding:3px 9px;
  172. }
  173. .mod-combo-model-001{{{cns}}} .mod-enumerated .mod-enumerated-list > div:hover {
  174. background:rgba(255,255,255,.2);
  175. cursor:pointer;
  176. }
  177. /* WHEN THE LIST IS SHOWING */
  178. .mod-combo-model-001{{{cns}}} .mod-enumerated .mod-enumerated-list {
  179. background:rgba(0,0,0,.9);
  180. display:none;
  181. height:85px;
  182. overflow:auto;
  183. position:relative;
  184. width:232px;
  185. z-index:3;
  186. }
  187. /* SEPARATOR */
  188. .mod-combo-model-001{{{cns}}} .mod-separator {
  189. background: #000;
  190. display: inline-block;
  191. float: left;
  192. height: 69px;
  193. margin-top: 2px;
  194. width: 1px;
  195. }