annotate flys-artifacts/doc/conf/themes/default/fixings.xml @ 4667:e6a282844a33

Refactored the themes config files (currently only default style). * split up the big config file into one file for each chart type. * cleaned up the virtual themes.
author Raimund Renkert <rrenkert@intevation.de>
date Wed, 12 Dec 2012 10:42:38 +0100
parents
children ffe273af84fb
rev   line source
4667
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
1 <?xml version="1.0" encoding="UTF-8"?>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
2 <!--themegroup name="default"-->
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
3 <theme name="FixPoints">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
4 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
5 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
6 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
7 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
8 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
9 <field name="pointsize" type="int" display="Punktdicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
10 default="3" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
11 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
12 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
13
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
14 <theme name="FixLines">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
15 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
16 <inherit from="Lines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
17 <inherit from="Points" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
18 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
19 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
20 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
21 <field name="showlinelabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
22 display="Beschriftung anzeigen" default="true" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
23 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
24 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
25
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
26 <theme name="FixAreas">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
27 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
28 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
29 <inherit from="Label" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
30 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
31 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
32 <field name="transparency" type="int" default="80" display="Transparenz"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
33 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
34 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
35
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
36 <theme name="FixingWQCurve">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
37 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
38 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
39 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
40 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
41 <field name="linecolor" type="Color" default="227, 27, 162" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
42 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
43 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
44
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
45 <theme name="FixingDerivedCurve">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
46 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
47 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
48 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
49 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
50 <field name="linecolor" type="Color" default="227, 27, 162" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
51 <field name="showpoints" type="boolean" display="Datenpunkte anzeigen"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
52 default="false" hints="h" hidden="true" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
53 <field name="pointsize" type="int" display="Punktdicke"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
54 default="5" hints="hidden" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
55 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
56 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
57
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
58 <theme name="FixingSectorAverageWQ0">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
59 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
60 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
61 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
62 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
63 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
64 default="0, 128, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
65 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
66 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
67 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
68 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
69
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
70 <theme name="FixingSectorAverageWQ1">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
71 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
72 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
73 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
74 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
75 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
76 default="0, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
77 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
78 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
79 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
80 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
81
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
82 <theme name="FixingSectorAverageWQ2">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
83 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
84 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
85 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
86 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
87 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
88 default="255, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
89 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
90 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
91 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
92 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
93
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
94 <theme name="FixingSectorAverageWQ3">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
95 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
96 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
97 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
98 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
99 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
100 default="255, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
101 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
102 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
103 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
104 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
105
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
106 <theme name="FixingAnalysisEventsWQ">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
107 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
108 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
109 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
110 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
111 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
112 default="0, 255, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
113 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
114 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
115 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
116 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
117
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
118 <theme name="FixingReferenceEvents">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
119 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
120 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
121 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
122 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
123 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
124 default="0, 80, 160" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
125 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
126 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
127 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
128 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
129
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
130 <theme name="FixingOutliers">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
131 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
132 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
133 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
134 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
135 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
136 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
137
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
138 <theme name="FixingDeltaWtAverage0">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
139 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
140 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
141 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
142 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
143 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
144 default="0, 128, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
145 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
146 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
147
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
148 <theme name="FixingDeltaWtAverage1">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
149 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
150 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
151 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
152 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
153 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
154 default="0, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
155 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
156 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
157
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
158 <theme name="FixingDeltaWtAverage2">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
159 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
160 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
161 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
162 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
163 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
164 default="255, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
165 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
166 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
167
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
168 <theme name="FixingDeltaWtAverage3">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
169 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
170 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
171 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
172 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
173 <field name="linecolor" type="Color" display="Linienfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
174 default="255, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
175 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
176 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
177
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
178 <theme name="FixingDeltaWtAnalysis">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
179 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
180 <inherit from="FixPoints" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
181 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
182 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
183 <field name="showpointlabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
184 display="Punktbeschriftung anzeigen" default="true"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
185 <field name="pointcolor" type="Color" display="Punktfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
186 default="0, 255, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
187 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
188 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
189
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
190 <theme name="FixingLSAverage0">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
191 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
192 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
193 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
194 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
195 <field name="linecolor" type="Color" default="0, 128, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
196 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
197 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
198
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
199 <theme name="FixingLSAverage1">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
200 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
201 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
202 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
203 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
204 <field name="linecolor" type="Color" default="0, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
205 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
206 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
207
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
208 <theme name="FixingLSAverage2">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
209 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
210 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
211 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
212 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
213 <field name="linecolor" type="Color" default="255, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
214 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
215 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
216
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
217 <theme name="FixingLSAverage3">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
218 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
219 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
220 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
221 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
222 <field name="linecolor" type="Color" default="255, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
223 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
224 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
225
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
226 <theme name="FixingSectorDeviationLS0">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
227 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
228 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
229 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
230 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
231 <field name="backgroundcolor" type="Color" display="Fuellfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
232 default="0, 128, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
233 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
234 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
235 <theme name="FixingSectorDeviationLS1">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
236 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
237 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
238 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
239 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
240 <field name="backgroundcolor" type="Color" display="Fuellfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
241 default="0, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
242 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
243 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
244
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
245 <theme name="FixingSectorDeviationLS2">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
246 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
247 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
248 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
249 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
250 <field name="backgroundcolor" type="Color" display="Fuellfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
251 default="255, 0, 255" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
252 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
253 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
254
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
255 <theme name="FixingSectorDeviationLS3">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
256 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
257 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
258 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
259 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
260 <field name="backgroundcolor" type="Color" display="Fuellfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
261 default="255, 0, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
262 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
263 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
264
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
265 <theme name="FixLSDeviation">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
266 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
267 <inherit from="Areas" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
268 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
269 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
270 <field name="backgroundcolor" type="Color" display="Fuellfarbe"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
271 default="100, 100, 100" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
272 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
273 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
274
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
275 <theme name="FixLSAnalysis">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
276 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
277 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
278 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
279 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
280 <field name="linecolor" type="Color" default="0, 255, 0" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
281 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
282 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
283
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
284 <theme name="FixLSReference">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
285 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
286 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
287 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
288 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
289 <field name="linecolor" type="Color" default="0, 80, 160" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
290 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
291 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
292
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
293 <theme name="FixDeltaWtDeviation">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
294 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
295 <inherit from="FixAreas"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
296 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
297 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
298 <field name="backgroundcolor" type="Color" default="0, 0, 0" display="Füllfarbe"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
299 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
300 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
301
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
302 <theme name="FixingDeltaWtAnalysisPeriods">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
303 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
304 <inherit from="FixAreas"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
305 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
306 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
307 <field name="backgroundcolor" type="Color" default="255, 0, 0" display="Füllfarbe" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
308 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
309 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
310
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
311 <theme name="FixingReferencePeriod">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
312 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
313 <inherit from="FixAreas"/>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
314 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
315 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
316 <field name="backgroundcolor" type="Color" default="0, 0, 255" display="Füllfarbe" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
317 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
318 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
319
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
320 <theme name="QSectors">
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
321 <inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
322 <inherit from="FixLines" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
323 </inherits>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
324 <fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
325 <field name="showlinelabel" type="boolean"
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
326 display="Beschriftung anzeigen" default="true" hints="h" />
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
327 </fields>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
328 </theme>
e6a282844a33 Refactored the themes config files (currently only default style).
Raimund Renkert <rrenkert@intevation.de>
parents:
diff changeset
329 <!--/themegroup-->

http://dive4elements.wald.intevation.org