More stuff
[kai/lca12.git] / cell.css
1 .cell {
2     fill: #ce3;
3     stroke: #333;
4     stroke-opacity: 0.4;
5 }
6
7 .cilium {
8     stroke: #333;
9     fill: none;
10 }
11
12 .chimney {
13     stroke: #eee;
14     fill: crimson;
15 }
16
17 .factory-window {
18     stroke: #eee;
19     fill: slategray;
20 }