Last change
on this file since 49 was
15,
checked in by wcaarls, 12 years ago
|
Imported webmap at revision 1169
|
File size:
1.3 KB
|
Line | |
---|
1 | body { |
---|
2 | background: white; |
---|
3 | color: black; |
---|
4 | font-family: sans; |
---|
5 | font-size: normal; |
---|
6 | } |
---|
7 | |
---|
8 | h1 { |
---|
9 | background: rgb(0, 166, 214); |
---|
10 | color: white; |
---|
11 | padding: 0.5ex; |
---|
12 | font-size: 1.8em; |
---|
13 | } |
---|
14 | |
---|
15 | |
---|
16 | #webmap_container { |
---|
17 | display: inline-block; |
---|
18 | border: 1px dashed black; |
---|
19 | } |
---|
20 | |
---|
21 | |
---|
22 | .log { |
---|
23 | white-space: pre-wrap; |
---|
24 | border: 1px solid rgb(0, 166, 214); |
---|
25 | padding: 0.5ex; |
---|
26 | max-height: 5em; |
---|
27 | overflow-y: auto; |
---|
28 | } |
---|
29 | |
---|
30 | svg.webmap { |
---|
31 | image-rendering:optimizeSpeed; /* Legal fallback */ |
---|
32 | image-rendering:-moz-crisp-edges; /* Firefox */ |
---|
33 | image-rendering:-o-crisp-edges; /* Opera */ |
---|
34 | image-rendering:-webkit-optimize-contrast; /* Chrome (and eventually Safari) */ |
---|
35 | image-rendering:optimize-contrast; /* CSS3 Proposed */ |
---|
36 | -ms-interpolation-mode:nearest-neighbor; /* IE8+ */ |
---|
37 | } |
---|
38 | |
---|
39 | .stage { |
---|
40 | fill: #f00; |
---|
41 | stroke: #000; |
---|
42 | stroke-width: 0.01; |
---|
43 | } |
---|
44 | |
---|
45 | .stage.selected { |
---|
46 | fill: #f66; |
---|
47 | stroke: #fcc; |
---|
48 | } |
---|
49 | |
---|
50 | .stage_0 { |
---|
51 | fill: #0a0; |
---|
52 | stroke: #000; |
---|
53 | } |
---|
54 | |
---|
55 | .stage_1 { |
---|
56 | fill: #f00; |
---|
57 | stroke: #000; |
---|
58 | } |
---|
59 | |
---|
60 | .stage_0.selected { |
---|
61 | fill: #6a6; |
---|
62 | stroke: #cfc; |
---|
63 | } |
---|
64 | |
---|
65 | .stage_1.selected { |
---|
66 | fill: #f66; |
---|
67 | stroke: #fcc; |
---|
68 | } |
---|
69 | |
---|
70 | .laserscan > .dot { |
---|
71 | fill: #f00; |
---|
72 | stroke: none; |
---|
73 | } |
---|
74 | |
---|
75 | .stage_0 > .laserscan > .dot { |
---|
76 | fill: #0a0; |
---|
77 | } |
---|
78 | |
---|
79 | .stage_1 > .laserscan > .dot { |
---|
80 | fill: #f00; |
---|
81 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.