Mercurial > dive4elements > river
comparison artifacts/doc/conf/themes/default.xml @ 9617:1d4262a68f1f
#12 Minuend/Subtrahend + MergeConflict #19 CollisionCalculation
author | dnt_bjoernsen <d.tironi@bjoernsen.de> |
---|---|
date | Thu, 10 Oct 2019 15:29:02 +0200 |
parents | 6b2496d71936 |
children | 6ecd1a28017f |
comparison
equal
deleted
inserted
replaced
9616:cedcee24a21a | 9617:1d4262a68f1f |
---|---|
2631 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0"/> | 2631 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 128, 0"/> |
2632 </fields> | 2632 </fields> |
2633 </theme> | 2633 </theme> |
2634 | 2634 |
2635 <!-- S-INFO Flow-Depth Themes --> | 2635 <!-- S-INFO Flow-Depth Themes --> |
2636 <theme name="SInfoFlowDepthBedheightMax"> | |
2637 <inherits> | |
2638 <inherit from="LongitudinalSection"/> | |
2639 </inherits> | |
2640 <fields> | |
2641 <field name="linecolor" type="Color" display="Linienfarbe" default="255, 128, 0"/> | |
2642 </fields> | |
2643 </theme> | |
2644 <theme name="SInfoFlowDepthBedheightMin"> | |
2645 <inherits> | |
2646 <inherit from="LongitudinalSection"/> | |
2647 </inherits> | |
2648 <fields> | |
2649 <field name="linecolor" type="Color" display="Linienfarbe" default="128,128, 0"/> | |
2650 </fields> | |
2651 </theme> | |
2652 <theme name="SInfoFlowDepthBedheight"> | |
2653 <inherits> | |
2654 <inherit from="LongitudinalSection"/> | |
2655 </inherits> | |
2656 <fields> | |
2657 <field name="linecolor" type="Color" display="Linienfarbe" default="128, 0, 0"/> | |
2658 </fields> | |
2659 </theme> | |
2660 <theme name="SInfoFlowDepthDischarge"> | |
2661 <inherits> | |
2662 <inherit from="LongitudinalSection"/> | |
2663 </inherits> | |
2664 <fields> | |
2665 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 204, 0"/> | |
2666 </fields> | |
2667 </theme> | |
2668 <theme name="SInfoFlowDepthWaterlevel"> | |
2669 <inherits> | |
2670 <inherit from="LongitudinalSection"/> | |
2671 </inherits> | |
2672 <fields> | |
2673 <field name="linecolor" type="Color" display="Linienfarbe" default="0, 0, 128"/> | |
2674 </fields> | |
2675 </theme> | |
2636 <theme name="SInfoFlowDepth"> | 2676 <theme name="SInfoFlowDepth"> |
2637 <inherits> | 2677 <inherits> |
2638 <inherit from="LongitudinalSectionW"/> | 2678 <inherit from="LongitudinalSectionW"/> |
2639 </inherits> | 2679 </inherits> |
2640 <fields> | 2680 <fields> |