Mercurial > dive4elements > river
comparison flys-artifacts/doc/conf/default-themes.xml @ 4547:5bda0e119f7c
New themes for sediment load chart.
author | Raimund Renkert <rrenkert@intevation.de> |
---|---|
date | Thu, 15 Nov 2012 17:44:43 +0100 |
parents | f820285bff0b |
children | 1c6c2ddac3d6 |
comparison
equal
deleted
inserted
replaced
4546:af1938d4e957 | 4547:5bda0e119f7c |
---|---|
1791 <field name="labelfontstyle" type="Style" | 1791 <field name="labelfontstyle" type="Style" |
1792 display="Beschriftung: Schriftstil" default="standard" /> | 1792 display="Beschriftung: Schriftstil" default="standard" /> |
1793 </fields> | 1793 </fields> |
1794 </theme> | 1794 </theme> |
1795 | 1795 |
1796 <theme name="SedimentLoadCoarse"> | |
1797 <inherits> | |
1798 <inherit from="HiddenColorLines" /> | |
1799 </inherits> | |
1800 <fields> | |
1801 <field name="linecolor" type="Color" default="255, 0, 255" /> | |
1802 <field name="showlinelabel" type="boolean" | |
1803 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1804 </fields> | |
1805 </theme> | |
1806 <theme name="SedimentLoadFineMid"> | |
1807 <inherits> | |
1808 <inherit from="HiddenColorLines" /> | |
1809 </inherits> | |
1810 <fields> | |
1811 <field name="linecolor" type="Color" default="255, 0, 0" /> | |
1812 <field name="showlinelabel" type="boolean" | |
1813 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1814 </fields> | |
1815 </theme> | |
1816 <theme name="SedimentLoadSand"> | |
1817 <inherits> | |
1818 <inherit from="HiddenColorLines" /> | |
1819 </inherits> | |
1820 <fields> | |
1821 <field name="linecolor" type="Color" default="0, 0, 255" /> | |
1822 <field name="showlinelabel" type="boolean" | |
1823 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1824 </fields> | |
1825 </theme> | |
1826 | |
1827 <theme name="SedimentLoadSuspSand"> | |
1828 <inherits> | |
1829 <inherit from="HiddenColorLines" /> | |
1830 </inherits> | |
1831 <fields> | |
1832 <field name="linecolor" type="Color" default="255, 255, 0" /> | |
1833 <field name="showlinelabel" type="boolean" | |
1834 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1835 </fields> | |
1836 </theme> | |
1837 <theme name="SedimentLoadSediment"> | |
1838 <inherits> | |
1839 <inherit from="HiddenColorLines" /> | |
1840 </inherits> | |
1841 <fields> | |
1842 <field name="linecolor" type="Color" default="0, 255, 255" /> | |
1843 <field name="showlinelabel" type="boolean" | |
1844 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1845 </fields> | |
1846 </theme> | |
1847 <theme name="SedimentLoadSuspSandBed"> | |
1848 <inherits> | |
1849 <inherit from="HiddenColorLines" /> | |
1850 </inherits> | |
1851 <fields> | |
1852 <field name="linecolor" type="Color" default="0, 255, 0" /> | |
1853 <field name="showlinelabel" type="boolean" | |
1854 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1855 </fields> | |
1856 </theme> | |
1857 <theme name="SedimentLoadFineTotalLoad"> | |
1858 <inherits> | |
1859 <inherit from="HiddenColorLines" /> | |
1860 </inherits> | |
1861 <fields> | |
1862 <field name="linecolor" type="Color" default="255, 100, 100" /> | |
1863 <field name="showlinelabel" type="boolean" | |
1864 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1865 </fields> | |
1866 </theme> | |
1867 <theme name="SedimentLoadTotal"> | |
1868 <inherits> | |
1869 <inherit from="HiddenColorLines" /> | |
1870 </inherits> | |
1871 <fields> | |
1872 <field name="linecolor" type="Color" default="0, 100, 200" /> | |
1873 <field name="showlinelabel" type="boolean" | |
1874 display="Beschriftung anzeigen" default="false" hints="h" /> | |
1875 </fields> | |
1876 </theme> | |
1877 | |
1878 | |
1796 </themegroup> | 1879 </themegroup> |