summaryrefslogtreecommitdiffstats
path: root/friendfinder/themes/kbd.edc
blob: 35c1a21f1e109410408883b990699fcc4d02f8a5 (plain) (blame)
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
fonts {
   font: "Vera.ttf" "key";
}

collections {
  group {
    name: "main";
    min: 240 240;
		
    parts {
      part {
        name: "background";
        type: RECT;
        description {
          color: 15 15 15 15;
          state: "default" 0.0;
          rel1 {
            relative: 0.0 0.0;
          }
          rel2 {
            relative: 1.0 1.0;
            offset: -1 -1;
          }
        }
      }
    }
  }
}