summaryrefslogtreecommitdiff
path: root/plugins/wacom/tablet-layout.css
blob: 407edc7fb0c4b4168606ffa7195b65c568ec5026 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<svg version="1.1" xmlns="http://www.w3.org/2000/svg"
     xmlns:xi="http://www.w3.org/2001/XInclude"
     width="layout_width"
     height="layout_height" >
  <style type="text/css">
    .Leader {
      stroke-width:  .5 !important;
      stroke:   dark_color;
      fill:        none !important;
    }
    .Button {
      stroke-width: .25;
      stroke:   inactive_color;
      fill:     inactive_color;
    }
    buttons_section
    .Ring {
      stroke-width:   .5 !important;
      stroke:   dark_color !important;
      fill:   none !important;
    }
    .Leader {
      fill:        none !important;
    }
    .Label {
      stroke:      none !important;
      stroke-width:  .1 !important;
      font-size:     .1 !important;
      fill:     back_color !important;
    }
    .TouchStrip,.TouchRing {
      stroke-width:  .1 !important;
      stroke:   inactive_color !important;
      fill:     dark_color !important;
    }
  </style>
  <xi:include href="layout_file" />
</svg>