comparison gwt-client/src/main/webapp/FLYS.css @ 5838:5aa05a7a34b7

Rename modules to more fitting names.
author Sascha L. Teichmann <teichmann@intevation.de>
date Thu, 25 Apr 2013 15:23:37 +0200
parents flys-client/src/main/webapp/FLYS.css@4bf3b89b38d5
children d53e39372a25
comparison
equal deleted inserted replaced
5837:d9901a08d0a6 5838:5aa05a7a34b7
1 /** Add css rules here for your application. */
2
3
4 /** Example rules used by the template application (remove for your app) */
5 h1 {
6 font-size: 2em;
7 font-weight: bold;
8 color: #777777;
9 margin: 40px 0px 70px;
10 text-align: center;
11 }
12
13 .sendButton {
14 display: block;
15 font-size: 16pt;
16 }
17
18 /** Most GWT widgets already have a style name defined */
19 .gwt-DialogBox {
20 width: 400px;
21 }
22
23 .dialogVPanel {
24 margin: 5px;
25 }
26
27 .serverResponseLabelError {
28 color: red;
29 }
30
31 /** Set ids using widget.getElement().setId("idOfElement") */
32 #closeButton {
33 margin: 15px 6px 6px;
34 }
35
36
37 /** BfG Colors */
38 .bgWhite {
39 background-color: #ffffff;
40 }
41
42 .bgBlueLight {
43 background-color: #cfe1f1;
44 }
45
46 .bgBlueMid {
47 background-color: #a9c9e6;
48 }
49
50 .bgBlueDark {
51 background-color: #669fd1;
52 }
53
54
55 /** Fontstyles */
56 .fontLightSmall {
57 font-family: Arial,Verdana,sans-serif;
58 font-size: 10pt;
59 color: #cfe1f1;
60 }
61
62 .fontLightMid {
63 font-family: Arial,Verdana,sans-serif;
64 font-size: 12pt;
65 color: #cfe1f1;
66 }
67
68 .fontLightBig {
69 font-family: Arial,Verdana,sans-serif;
70 font-size: 18pt;
71 color: #cfe1f1;
72 }
73
74 .fontNormalSmall {
75 font-family: Arial,Verdana,sans-serif;
76 font-size: 10pt;
77 color: #a9c9e6;
78 }
79
80 .fontBlackMid {
81 font-family: Arial,Verdana,sans-serif;
82 font-size: 12pt;
83 color: #000000;
84 }
85
86 .fontBlackSmall {
87 font-family: Arial,Verdana,sans-serif;
88 font-size: 10pt;
89 color: #000000;
90 }
91
92 .fontNormalMid {
93 font-family: Arial,Verdana,sans-serif;
94 font-size: 12pt;
95 color: #a9c9e6;
96 }
97
98 .fontWhiteMid {
99 font-family: Arial,Verdana,sans-serif;
100 font-size: 12pt;
101 color: #FFFFFF;
102 }
103
104 .fontNormalBig {
105 font-family: Arial,Verdana,sans-serif;
106 font-size: 18pt;
107 color: #a9c9e6;
108 }
109
110 .fontNormalSmallUnderlined {
111 font-family: Arial,Verdana,sans-serif;
112 font-size: 10pt;
113 text-decoration: underline;
114 }
115
116 .oldParameters {
117 border-bottom: 1px solid black;
118 padding: 5px;
119 }
120
121 label {
122 font-family: Arial,Verdana,sans-serif;
123 font-size: 11px;
124 font-style: normal;
125 font-weight: 400;
126 color: #000000;
127 }
128
129 .loading-box {
130 border: 1px solid black;
131 }
132
133 .loading-title {
134 background: white;
135 padding-left: 10px;
136 color: black;
137 font-size: 15px;
138 font-style: normal;
139 padding: 10px;
140 }
141
142 .loading-message {
143 background: white;
144 color: black;
145 font-size: 11px;
146 font-style: normal;
147 padding-left: 10px;
148 }
149
150 .featureinfo-row {
151 border-bottom: 1px solid black;
152 }
153
154 .capabilities-info-title {
155 font-weight: bold;
156 }
157
158 .property-dialog-axis {
159 border-bottom: 1px solid black;
160 }
161
162 /** Mapstyle*/
163 .olMap {
164 border-width: 1px;
165 border-style: solid;
166 border-color: black;
167 }
168
169 /* Login jsp */
170 #authentication {
171 margin-left: 25%;
172 margin-right: 25%;
173 padding: 2em;
174 border: 2px solid #cfe1f1;
175 border-radius: 15px;
176 }
177
178 #authentication div {
179 margin: 1em 0;
180 font-size: 1.2em;
181 }
182
183 #authentication div.error {
184 text-align: center;
185 border: 1px solid red;
186 border-radius: 5px;
187 }
188
189 #authentication table {
190 margin-bottom: 1em;
191 }
192
193 .riverinfopanel {
194 border: 3px solid #CFE1F1;
195 padding: 8px;
196 margin-top: 10px;
197 margin-left: 10px;
198 margin-bottom: 10px;
199 font-size: 1.3em;
200 }
201
202 .riverinfopanel .gwt-Label {
203 margin-right: 10px;
204 }
205
206 .projectsHeader {
207 font-family: Arial,Verdana,sans-serif;
208 font-size: 10pt;
209 color: #000000;
210 }
211
212 .projectsCloseButton {
213 font-weight: bold;
214 vertical-align: middle;
215 }
216
217 .projectsAddButton {
218 font-weight: bold;
219 vertical-align: middle;
220 }
221
222 .welcomeCreateText {
223 font-family: Arial,Verdana,sans-serif;
224 font-size: 11pt;
225 color: #000000;
226 }
227
228 .header {
229 border-bottom: 3px solid #669fd1;
230 }
231
232 .manageProjects {
233 font-family: Arial,Verdana,sans-serif;
234 font-size: 10pt;
235 color: #a9c9e6;
236 margin-left: 10px;
237 }
238
239 .olControlAttribution {
240 bottom: 1em !important;
241 font-size: 12px !important;
242 }

http://dive4elements.wald.intevation.org