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
column {
width: fill(1);
height: fill(1);
padding: 2;
align-horizontal: center;
}
input {
width: fill(1);
background: #111;
color: #b0b;
padding: 3;
}
button {
padding: 5 20;
margin: 5 0;
background: #404;
}
button:hover {
background: #808;
}
progress {
width: 310;
height: 40;
padding: 5;
margin: 5;
background: #111;
clip-bar: true;
}
progress > bar {
background: "examples/bar.png";
clip-bar: true;
}