1 | /* |
---|
2 | Document : tile1 |
---|
3 | Created on : 25-jan-2012, 14:17:22 |
---|
4 | Author : HP |
---|
5 | Description: |
---|
6 | Purpose of the stylesheet follows. |
---|
7 | */ |
---|
8 | |
---|
9 | /* |
---|
10 | TODO customize this sample style |
---|
11 | Syntax recommendation http://www.w3.org/TR/REC-CSS2/ |
---|
12 | */ |
---|
13 | |
---|
14 | root { |
---|
15 | display: block; |
---|
16 | } |
---|
17 | /* http://meyerweb.com/eric/tools/css/reset/ |
---|
18 | v2.0 | 20110126 |
---|
19 | License: none (public domain) |
---|
20 | */ |
---|
21 | |
---|
22 | html, body, div, span, applet, object, iframe, |
---|
23 | h1, h2, h3, h4, h5, h6, p, blockquote, pre, |
---|
24 | a, abbr, acronym, address, big, cite, code, |
---|
25 | del, dfn, em, img, ins, kbd, q, s, samp, |
---|
26 | small, strike, strong, sub, sup, tt, var, |
---|
27 | b, u, i, center, |
---|
28 | dl, dt, dd, ol, ul, li, |
---|
29 | fieldset, form, label, legend, |
---|
30 | table, caption, tbody, tfoot, thead, tr, th, td, |
---|
31 | article, aside, canvas, details, embed, |
---|
32 | figure, figcaption, footer, header, hgroup, |
---|
33 | menu, nav, output, ruby, section, summary, |
---|
34 | time, mark, audio, video { |
---|
35 | margin: 0; |
---|
36 | padding: 0; |
---|
37 | border: 0; |
---|
38 | font-size: 100%; |
---|
39 | font: inherit; |
---|
40 | vertical-align: baseline; |
---|
41 | } |
---|
42 | /* HTML5 display-role reset for older browsers */ |
---|
43 | article, aside, details, figcaption, figure, |
---|
44 | footer, header, hgroup, menu, nav, section { |
---|
45 | display: block; |
---|
46 | } |
---|
47 | body { |
---|
48 | line-height: 1; |
---|
49 | } |
---|
50 | ol, ul { |
---|
51 | list-style: none; |
---|
52 | } |
---|
53 | blockquote, q { |
---|
54 | quotes: none; |
---|
55 | } |
---|
56 | blockquote:before, blockquote:after, |
---|
57 | q:before, q:after { |
---|
58 | content: ''; |
---|
59 | content: none; |
---|
60 | } |
---|
61 | table { |
---|
62 | border-collapse: collapse; |
---|
63 | border-spacing: 0; |
---|
64 | } |
---|
65 | |
---|
66 | /* END CSS RESET STYLES */ |
---|
67 | |
---|
68 | |
---|
69 | |
---|
70 | /* ******************* */ |
---|
71 | /* PANEL WIDTH = 960PX */ |
---|
72 | /* BLOCK WIDTH = 230PX */ |
---|
73 | /* BORDER WIDTH = 10PX */ |
---|
74 | /* GUTTER WIDTH = 5PX */ |
---|
75 | /* ******************* */ |
---|
76 | |
---|
77 | |
---|
78 | html { |
---|
79 | font-family: 'Segoe UI', sans-serif; |
---|
80 | font-size: 14px; |
---|
81 | color: #000; |
---|
82 | background: #0000; |
---|
83 | } |
---|
84 | |
---|
85 | #header { |
---|
86 | width: 100%; |
---|
87 | height: 95px; |
---|
88 | margin-bottom: 20px; |
---|
89 | } |
---|
90 | |
---|
91 | #upperBar { |
---|
92 | height: 68px; |
---|
93 | background: #508fd2; |
---|
94 | } |
---|
95 | |
---|
96 | #lowerBar { |
---|
97 | height: 20px; |
---|
98 | background: #508fd2; |
---|
99 | } |
---|
100 | |
---|
101 | #upperBar .content { |
---|
102 | width: 942px; |
---|
103 | height: 50px; |
---|
104 | margin: 0 auto; |
---|
105 | padding: 0 10px; |
---|
106 | |
---|
107 | } |
---|
108 | |
---|
109 | #logo1 { |
---|
110 | float: left; |
---|
111 | width: 230px; |
---|
112 | height: 50px; |
---|
113 | background-image: url('../images/logo.png'); |
---|
114 | } |
---|
115 | |
---|
116 | #logo2 { |
---|
117 | text-align: center; |
---|
118 | float: left; |
---|
119 | width: 230px; |
---|
120 | height: 50px; |
---|
121 | line-height: 50px; |
---|
122 | color: #fff; |
---|
123 | font-size: 36px; |
---|
124 | font-family: 'Segoe', sans-serif; |
---|
125 | } |
---|
126 | |
---|
127 | #menuBar { |
---|
128 | float: right; |
---|
129 | width: auto; |
---|
130 | height: 50px; |
---|
131 | } |
---|
132 | |
---|
133 | .menuButton { |
---|
134 | float: left; |
---|
135 | width: 75px; |
---|
136 | height: 30px; |
---|
137 | margin: 20px 2px 0 2px; |
---|
138 | background: #CFB970; |
---|
139 | background: -webkit-linear-gradient(top, #EDD68B 0%, #CFB970 100%); |
---|
140 | } |
---|
141 | |
---|
142 | |
---|
143 | |
---|
144 | |
---|
145 | #wrapper { |
---|
146 | width: 960px; |
---|
147 | margin: 0 auto; |
---|
148 | } |
---|
149 | |
---|
150 | #footerInfo { |
---|
151 | height: auto; |
---|
152 | width: auto; |
---|
153 | background: #508fd2; |
---|
154 | margin-top: 15px; |
---|
155 | } |
---|
156 | |
---|
157 | |
---|
158 | #content { |
---|
159 | padding: 10px 0; |
---|
160 | } |
---|
161 | |
---|
162 | |
---|
163 | .basePanel { |
---|
164 | width: 940px; |
---|
165 | height: 465px; |
---|
166 | background: #0000; |
---|
167 | border: 1px solid transparent; |
---|
168 | padding: 10px; |
---|
169 | box-shadow: 0; |
---|
170 | } |
---|
171 | |
---|
172 | .right1 { |
---|
173 | float: left; |
---|
174 | width: 230px; |
---|
175 | height: 465px; |
---|
176 | } |
---|
177 | |
---|
178 | .left3 { |
---|
179 | float: left; |
---|
180 | width: 700px; |
---|
181 | height: 465px; |
---|
182 | margin-right: 5px; |
---|
183 | } |
---|
184 | |
---|
185 | .leftContainer { |
---|
186 | margin-right: -5px; |
---|
187 | } |
---|
188 | |
---|
189 | .rightContainer { |
---|
190 | padding: 5px; |
---|
191 | } |
---|
192 | |
---|
193 | .tileAnimating { |
---|
194 | width: 230px; |
---|
195 | height: 230px; |
---|
196 | border: none; |
---|
197 | float: left; |
---|
198 | clear: none; |
---|
199 | margin-right: 5px; |
---|
200 | margin-bottom: 5px; |
---|
201 | background: #367ac3; |
---|
202 | } |
---|
203 | |
---|
204 | .tile { |
---|
205 | width: 230px; |
---|
206 | height: 230px; |
---|
207 | border: none; |
---|
208 | float: left; |
---|
209 | clear: none; |
---|
210 | margin-right: 5px; |
---|
211 | margin-bottom: 5px; |
---|
212 | background: #367ac3; |
---|
213 | |
---|
214 | background-image: linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); |
---|
215 | background-image: -o-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); |
---|
216 | background-image: -moz-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); |
---|
217 | background-image: -webkit-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); |
---|
218 | background-image: -ms-linear-gradient(left bottom, rgb(54,122,195) 44%, rgb(74,139,208) 72%); |
---|
219 | |
---|
220 | background-image: -webkit-gradient( |
---|
221 | linear, |
---|
222 | left bottom, |
---|
223 | right top, |
---|
224 | color-stop(0.44, rgb(54,122,195)), |
---|
225 | color-stop(0.72, rgb(74,139,208)) |
---|
226 | ); |
---|
227 | |
---|
228 | |
---|
229 | } |
---|
230 | |
---|
231 | .doubleHeight { |
---|
232 | height: 465px; |
---|
233 | } |
---|
234 | |
---|
235 | .staticTile { |
---|
236 | width: 230px; |
---|
237 | /*height: 230px;*/ |
---|
238 | border: none; |
---|
239 | float: left; |
---|
240 | clear: none; |
---|
241 | margin-right: 5px; |
---|
242 | margin-bottom: 5px; |
---|
243 | background: #367ac3; |
---|
244 | |
---|
245 | } |
---|
246 | |
---|
247 | .tile:hover { |
---|
248 | background-color: #78abe2; |
---|
249 | background-image: linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); |
---|
250 | background-image: -o-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); |
---|
251 | background-image: -moz-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); |
---|
252 | background-image: -webkit-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); |
---|
253 | background-image: -ms-linear-gradient(bottom, rgb(54,122,195) 44%, rgb(120,171,226) 72%); |
---|
254 | |
---|
255 | background-image: -webkit-gradient( |
---|
256 | linear, |
---|
257 | left bottom, |
---|
258 | left top, |
---|
259 | color-stop(0.44, rgb(54,122,195)), |
---|
260 | color-stop(0.72, rgb(120,171,226)) |
---|
261 | ); |
---|
262 | } |
---|
263 | |
---|
264 | .tileText { |
---|
265 | font-family: Segoe, sans-serif; |
---|
266 | width: 220px; |
---|
267 | height: 30px; |
---|
268 | color: #fff; |
---|
269 | margin: 195px 5px 5px 5px; |
---|
270 | font-size: 25px; |
---|
271 | line-height: 30px; |
---|
272 | text-align: left; |
---|
273 | white-space: nowrap; |
---|
274 | user-select: none; |
---|
275 | } |
---|
276 | |
---|
277 | .tileHeader { |
---|
278 | font-family: Segoe, sans-serif; |
---|
279 | width: 220px; |
---|
280 | height: 30px; |
---|
281 | color: #fff; |
---|
282 | margin: 5px 5px 5px 5px; |
---|
283 | font-size: 20px; |
---|
284 | line-height: 20px; |
---|
285 | text-align: left; |
---|
286 | white-space: nowrap; |
---|
287 | user-select: none; |
---|
288 | } |
---|
289 | |
---|
290 | |
---|
291 | #pageInfo { |
---|
292 | background: #508fd2; |
---|
293 | } |
---|
294 | |
---|
295 | .descriptionText { |
---|
296 | font-family: Segoe, sans-serif; |
---|
297 | color: #fff; |
---|
298 | font-size: 12px; |
---|
299 | text-align: left; |
---|
300 | white-space: wrap; |
---|
301 | |
---|
302 | } |
---|
303 | |
---|
304 | .descriptionTitle{ |
---|
305 | font-family: Segoe, sans-serif; |
---|
306 | color: #fff; |
---|
307 | font-size: 30px; |
---|
308 | margin-bottom: 7px; |
---|
309 | } |
---|
310 | |
---|
311 | .breadcrumbs{ |
---|
312 | float: left; |
---|
313 | margin-top: 20px; |
---|
314 | margin-bottom: -2px; |
---|
315 | margin-left: 370px; |
---|
316 | |
---|
317 | } |
---|
318 | |
---|
319 | .tileField { |
---|
320 | width: 224px; |
---|
321 | height: auto; |
---|
322 | margin: 0 3px; |
---|
323 | border: none; |
---|
324 | background: #367ac3; |
---|
325 | color: #fff; |
---|
326 | font-family: segoe, sans-serif; |
---|
327 | outline: none; |
---|
328 | } |
---|
329 | |
---|
330 | .multipleSelect { |
---|
331 | padding: 2px; |
---|
332 | height: 420px; |
---|
333 | } |
---|
334 | |
---|
335 | .controls { |
---|
336 | text-align: right; |
---|
337 | width: 220px; |
---|
338 | padding: 5px; |
---|
339 | } |
---|
340 | |
---|
341 | .smallButton { |
---|
342 | background: #00569b; |
---|
343 | border: none; |
---|
344 | color: #fff; |
---|
345 | font-family: segoe, sans-serif; |
---|
346 | font-size: 16px; |
---|
347 | padding: 5px; |
---|
348 | } |
---|
349 | |
---|
350 | .smallButton:hover { |
---|
351 | background: #0762a8; |
---|
352 | } |
---|
353 | |
---|
354 | .doubleHeight .content { |
---|
355 | height: 375px; |
---|
356 | width: 224px; |
---|
357 | padding: 3px; |
---|
358 | overflow-x: hidden; |
---|
359 | overflow-y: auto; |
---|
360 | color: #fff; |
---|
361 | } |
---|
362 | |
---|
363 | .shoppingCartItem { |
---|
364 | width: 224px; |
---|
365 | height: 18px; |
---|
366 | } |
---|