annotate gwt-client/src/main/webapp/FLYS.css @ 9709:b74f817435fe

comment removed
author dnt_bjoernsen <d.tironi@bjoernsen.de>
date Wed, 27 Jan 2021 11:47:38 +0100
parents 05405292a7ca
children
rev   line source
0
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
1 /** Add css rules here for your application. */
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
2
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
3
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
4 /** Example rules used by the template application (remove for your app) */
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
5 h1 {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
6 font-size: 2em;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
7 font-weight: bold;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
8 color: #777777;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
9 margin: 40px 0px 70px;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
10 text-align: center;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
11 }
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
12
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
13 .sendButton {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
14 display: block;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
15 font-size: 16pt;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
16 }
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
17
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
18 /** Most GWT widgets already have a style name defined */
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
19 .gwt-DialogBox {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
20 width: 400px;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
21 }
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
22
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
23 .dialogVPanel {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
24 margin: 5px;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
25 }
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
26
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
27 .serverResponseLabelError {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
28 color: red;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
29 }
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
30
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
31 /** Set ids using widget.getElement().setId("idOfElement") */
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
32 #closeButton {
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
33 margin: 15px 6px 6px;
4e8be5e7855f Start of a GWT based client for FLYS-3.0
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents:
diff changeset
34 }
66
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
35
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
36
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
37 /** BfG Colors */
79
17815a7354bc Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 66
diff changeset
38 .bgWhite {
17815a7354bc Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 66
diff changeset
39 background-color: #ffffff;
17815a7354bc Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 66
diff changeset
40 }
17815a7354bc Customized background and ProjectList styles.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 66
diff changeset
41
66
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
42 .bgBlueLight {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
43 background-color: #cfe1f1;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
44 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
45
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
46 .bgBlueMid {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
47 background-color: #a9c9e6;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
48 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
49
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
50 .bgBlueDark {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
51 background-color: #669fd1;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
52 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
53
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
54
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
55 /** Fontstyles */
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
56 .fontLightSmall {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
57 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
58 font-size: 10pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
59 color: #cfe1f1;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
60 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
61
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
62 .fontLightMid {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
63 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
64 font-size: 12pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
65 color: #cfe1f1;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
66 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
67
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
68 .fontLightBig {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
69 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
70 font-size: 18pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
71 color: #cfe1f1;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
72 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
73
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
74 .fontNormalSmall {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
75 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
76 font-size: 10pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
77 color: #a9c9e6;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
78 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
79
4608
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
80 .fontBlackMid {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
81 font-family: Arial,Verdana,sans-serif;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
82 font-size: 12pt;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
83 color: #000000;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
84 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
85
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
86 .fontBlackSmall {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
87 font-family: Arial,Verdana,sans-serif;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
88 font-size: 10pt;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
89 color: #000000;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
90 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
91
66
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
92 .fontNormalMid {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
93 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
94 font-size: 12pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
95 color: #a9c9e6;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
96 }
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
97
4608
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
98 .fontWhiteMid {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
99 font-family: Arial,Verdana,sans-serif;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
100 font-size: 12pt;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
101 color: #FFFFFF;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
102 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
103
66
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
104 .fontNormalBig {
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
105 font-family: Arial,Verdana,sans-serif;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
106 font-size: 18pt;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
107 color: #a9c9e6;
a361ce81abcf Customized style for header and mainmenu.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 0
diff changeset
108 }
275
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
109
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
110 .fontNormalSmallUnderlined {
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
111 font-family: Arial,Verdana,sans-serif;
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
112 font-size: 10pt;
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
113 text-decoration: underline;
8264b02091ef ISSUE-56 Display download buttons to export the computed data.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 79
diff changeset
114 }
789
e8be9a188e64 Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 275
diff changeset
115
e8be9a188e64 Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 275
diff changeset
116 .oldParameters {
e8be9a188e64 Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 275
diff changeset
117 border-bottom: 1px solid black;
e8be9a188e64 Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 275
diff changeset
118 padding: 5px;
e8be9a188e64 Layout improvements related to the height of components in the current parameterlist.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 275
diff changeset
119 }
791
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
120
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
121 label {
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
122 font-family: Arial,Verdana,sans-serif;
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
123 font-size: 11px;
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
124 font-style: normal;
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
125 font-weight: 400;
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
126 color: #000000;
9b1499a65aaa Finished the panel that allows integers and the string 'auto'.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 789
diff changeset
127 }
862
c9549074ecd1 Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 791
diff changeset
128
870
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
129 .loading-box {
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
130 border: 1px solid black;
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
131 }
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
132
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
133 .loading-title {
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
134 background: white;
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
135 padding-left: 10px;
898
a9dd792444a1 Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 870
diff changeset
136 color: black;
870
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
137 font-size: 15px;
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
138 font-style: normal;
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
139 padding: 10px;
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
140 }
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
141
862
c9549074ecd1 Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 791
diff changeset
142 .loading-message {
c9549074ecd1 Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 791
diff changeset
143 background: white;
898
a9dd792444a1 Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 870
diff changeset
144 color: black;
a9dd792444a1 Changed style for loading panel.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 870
diff changeset
145 font-size: 11px;
862
c9549074ecd1 Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 791
diff changeset
146 font-style: normal;
870
d5fb88ba99d2 Display status message and progress information in the WSPLGEN loading panel.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 862
diff changeset
147 padding-left: 10px;
862
c9549074ecd1 Parse Artifact's 'background-processing' attribute and lock the UI if this attribute is true.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 791
diff changeset
148 }
1402
15ef3d3081b7 Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 898
diff changeset
149
15ef3d3081b7 Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 898
diff changeset
150 .featureinfo-row {
15ef3d3081b7 Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 898
diff changeset
151 border-bottom: 1px solid black;
15ef3d3081b7 Parse GetFeatureInfo response on our own and display resulting FeatureInfo objects in the GetFeatureInfoWindow.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 898
diff changeset
152 }
1409
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1402
diff changeset
153
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1402
diff changeset
154 .capabilities-info-title {
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1402
diff changeset
155 font-weight: bold;
ec6e4dad1279 Read and display all FLYS relevant information of Capabilities documents.
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 1402
diff changeset
156 }
1428
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
157
1468
57f9753700e2 Added style for properties dialog axis tab.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1428
diff changeset
158 .property-dialog-axis {
57f9753700e2 Added style for properties dialog axis tab.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1428
diff changeset
159 border-bottom: 1px solid black;
57f9753700e2 Added style for properties dialog axis tab.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1428
diff changeset
160 }
57f9753700e2 Added style for properties dialog axis tab.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1428
diff changeset
161
1428
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
162 /** Mapstyle*/
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
163 .olMap {
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
164 border-width: 1px;
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
165 border-style: solid;
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
166 border-color: black;
441b0a047c40 Issue 377.
Raimund Renkert <raimund.renkert@intevation.de>
parents: 1409
diff changeset
167 }
2951
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
168
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
169 /* Login jsp */
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
170 #authentication {
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
171 margin-left: 25%;
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
172 margin-right: 25%;
2971
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
173 padding: 2em;
2951
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
174 border: 2px solid #cfe1f1;
2971
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
175 border-radius: 15px;
2951
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
176 }
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
177
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
178 #authentication div {
2971
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
179 margin: 1em 0;
2951
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
180 font-size: 1.2em;
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
181 }
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
182
2971
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
183 #authentication div.error {
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
184 text-align: center;
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
185 border: 1px solid red;
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
186 border-radius: 5px;
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
187 }
229c34d6e87b Add css for the error box at the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 2951
diff changeset
188
2951
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
189 #authentication table {
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
190 margin-bottom: 1em;
20ae06d2eeff Add stylesheets for the login page
Bjoern Ricks <bjoern.ricks@intevation.de>
parents: 1468
diff changeset
191 }
3719
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
192
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
193 .riverinfopanel {
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
194 border: 3px solid #CFE1F1;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
195 padding: 8px;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
196 margin-top: 10px;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
197 margin-left: 10px;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
198 margin-bottom: 10px;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
199 font-size: 1.3em;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
200 }
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
201
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
202 .riverinfopanel .gwt-Label {
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
203 margin-right: 10px;
e82acd5c86f7 Merged revisions 5495-5496,5509,5514-5515,5521-5526 via svnmerge from
Ingo Weinzierl <ingo.weinzierl@intevation.de>
parents: 2971
diff changeset
204 }
4560
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
205
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
206 .projectsHeader {
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
207 font-family: Arial,Verdana,sans-serif;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
208 font-size: 10pt;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
209 color: #000000;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
210 }
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
211
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
212 .projectsCloseButton {
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
213 font-weight: bold;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
214 vertical-align: middle;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
215 }
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
216
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
217 .projectsAddButton {
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
218 font-weight: bold;
661102336f16 Add css for the project list changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 3719
diff changeset
219 vertical-align: middle;
4608
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
220 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
221
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
222 .welcomeCreateText {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
223 font-family: Arial,Verdana,sans-serif;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
224 font-size: 11pt;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
225 color: #000000;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
226 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
227
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
228 .header {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
229 border-bottom: 3px solid #669fd1;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
230 }
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
231
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
232 .manageProjects {
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
233 font-family: Arial,Verdana,sans-serif;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
234 font-size: 10pt;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
235 color: #a9c9e6;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
236 margin-left: 10px;
7a9aa2e52a3a Add new CSS for the layout changes
Björn Ricks <bjoern.ricks@intevation.de>
parents: 4560
diff changeset
237 }
5032
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4608
diff changeset
238
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4608
diff changeset
239 .olControlAttribution {
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4608
diff changeset
240 bottom: 1em !important;
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4608
diff changeset
241 font-size: 12px !important;
4bf3b89b38d5 Added attribution to osm wms background layer.
Raimund Renkert <rrenkert@intevation.de>
parents: 4608
diff changeset
242 }
5927
d53e39372a25 CSS stuff to highlight river links.
Raimund Renkert <rrenkert@intevation.de>
parents: 5838
diff changeset
243
d53e39372a25 CSS stuff to highlight river links.
Raimund Renkert <rrenkert@intevation.de>
parents: 5838
diff changeset
244 .riverLinkHighlight {
d53e39372a25 CSS stuff to highlight river links.
Raimund Renkert <rrenkert@intevation.de>
parents: 5838
diff changeset
245 background: #B7D431;
d53e39372a25 CSS stuff to highlight river links.
Raimund Renkert <rrenkert@intevation.de>
parents: 5838
diff changeset
246 }
9416
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
247
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
248 .naviChartGrayed,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
249 .naviChartGrayedDark,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
250 .naviChartGrayedOver,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
251 .naviChartGrayedOverDark,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
252 .naviChartGrayedSelected,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
253 .naviChartGrayedSelectedDark,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
254 .naviChartGrayedSelectedOver,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
255 .naviChartGrayedSelectedOverDark,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
256 .naviChartGrayedDisabled,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
257 .naviChartGrayedDisabledDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
258
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
259 border-top: 1px solid #fafafa;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
260 border-bottom: 1px solid #f0f0f0;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
261 font-family: Arial, Verdana, sans-serif;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
262 font-size: 11px;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
263 text-overflow: ellipsis;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
264
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
265 color: #CCCCCC;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
266 font-style: italic;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
267 }
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
268
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
269 .naviChartGrayedDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
270 background-color: #fafafa;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
271 }
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
272
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
273 .naviChartGrayedOver,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
274 .naviChartGrayedOverDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
275 background-color: #c4ddfd;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
276 background-image: url(./images/ListGrid/row_Over.png);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
277 background-repeat: repeat-x;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
278 background-position: bottom left;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
279 background-attachment: scroll;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
280 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZGRmZCIvPjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmMGY4ZmYiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2U1ZjNmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjY2NlNWZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRkZGZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
281 background-size: 100%;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
282 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
283 background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
284 background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
285 background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
286 background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
287 border-bottom: 1px solid #c4ddfd;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
288 border-top: 1px solid #c4ddfd;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
289 -webkit-box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
290 -moz-box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
291 box-shadow: inset #e5f0ff 0 1px 0, inset #e5f0ff 0 -1px 0;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
292 }
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
293
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
294 .naviChartGrayedSelected,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
295 .naviChartGrayedSelectedDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
296 background: #d6e8ff;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
297 border-bottom: 1px dotted #9fb7e9;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
298 border-top: 1px dotted #9fb7e9;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
299 }
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
300
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
301 .naviChartGrayedSelectedOver,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
302 .naviChartGrayedSelectedOverDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
303 border-bottom: 1px solid #ababab;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
304 border-top: 1px solid #b8cfef;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
305 background-color: #c4ddfd;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
306 background-image: url(./images/ListGrid/row_Selected_Over.png);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
307 background-repeat: repeat-x;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
308 background-attachment: scroll;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
309 background-position: bottom left;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
310 background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M0ZGRmZCIvPjxzdG9wIG9mZnNldD0iOSUiIHN0b3AtY29sb3I9IiNmMGY4ZmYiLz48c3RvcCBvZmZzZXQ9IjE0JSIgc3RvcC1jb2xvcj0iI2U1ZjNmZiIvPjxzdG9wIG9mZnNldD0iODYlIiBzdG9wLWNvbG9yPSIjY2NlNWZmIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjYzRkZGZkIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
311 background-size: 100%;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
312 background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c4ddfd), color-stop(9%, #f0f8ff), color-stop(14%, #e5f3ff), color-stop(86%, #cce5ff), color-stop(100%, #c4ddfd));
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
313 background-image: -webkit-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
314 background-image: -moz-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
315 background-image: -o-linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
316 background-image: linear-gradient(top, #c4ddfd 0%, #f0f8ff 9%, #e5f3ff 14%, #cce5ff 86%, #c4ddfd 100%);
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
317 }
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
318
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
319 .naviChartGrayedDisabled,
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
320 .naviChartGrayedDisabledDark {
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
321 background-color: white;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
322 color: #ababab;
05405292a7ca Navigationtheme panel now shows themes of dWt and WQ charts grayed out, if the current station is outside the valid range of the theme.
gernotbelger
parents: 5927
diff changeset
323 }

http://dive4elements.wald.intevation.org