BogaudioModules

BogaudioModules for VCV Rack
Log | Files | Refs | README | LICENSE

styles.css (1095B)


      1 text {
      2   fill: #333;
      3   font-family: 'Roboto', sans-serif;
      4   font-weight: bold;
      5 }
      6 text.title {
      7   font-family: 'Comfortaa', sans-serif;
      8   font-weight: normal;
      9 }
     10 text.brand {
     11   font-family: 'Audiowide', sans-serif;
     12   font-weight: bold;
     13 }
     14 
     15 polyline {
     16   stroke: #333;
     17 }
     18 polyline.guide {
     19   stroke: #0f0;
     20 }
     21 path {
     22   stroke: #333;
     23 }
     24 
     25 rect.module-background, .background-fill {
     26   fill: #ddd;
     27 }
     28 polyline.module-border-inner {
     29   stroke: #e4e4e4;
     30 }
     31 polyline.module-border-middle {
     32   stroke: #ebebeb;
     33 }
     34 polyline.module-border-outer {
     35   stroke: #f2f2f2;
     36 }
     37 
     38 g.io-group {
     39 }
     40 rect.input-background, rect.input-background-filler {
     41   fill: #fafafa;
     42 }
     43 rect.output-background, rect.output-background-filler {
     44   fill: #bbb;
     45 }
     46 text.input-label, text.output-label {
     47   /* font-size: 6pt; */
     48 }
     49 polyline.input-label, polyline.output-label {
     50 }
     51 path.input-label, path.output-label {
     52 }
     53 
     54 circle.port-rim {
     55   stroke: #f0f0f0;
     56 }
     57 circle.port-barrel {
     58   stroke: #222;
     59   fill: #222;
     60 }
     61 circle.knob-center {
     62    fill: #eee;
     63 }
     64 circle.knob-rim {
     65    fill: #333;
     66 }
     67 circle.knob-tick {
     68   fill: #fff;
     69 }
     70 polyline.knob-tick {
     71   stroke: #fff;
     72 }