4c27467dd00360c4b2669a2b96b260645afa284c
[platform/framework/web/web-ui-fw.git] / libs / js / jquery-geo-1.0b2 / docs / examples / utah / css / style.css
1 /* HTML5 ✰ Boilerplate */
2
3 html, body, div, span, object, iframe,
4 h1, h2, h3, h4, h5, h6, p, blockquote, pre,
5 abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
6 small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
7 fieldset, form, label, legend,
8 table, caption, tbody, tfoot, thead, tr, th, td,
9 article, aside, canvas, details, figcaption, figure,
10 footer, header, hgroup, menu, nav, section, summary,
11 time, mark, audio, video {
12   margin: 0;
13   padding: 0;
14   border: 0;
15   font-size: 100%;
16   font: inherit;
17   vertical-align: baseline;
18 }
19
20 article, aside, details, figcaption, figure,
21 footer, header, hgroup, menu, nav, section {
22   display: block;
23 }
24
25 blockquote, q { quotes: none; }
26 blockquote:before, blockquote:after,
27 q:before, q:after { content: ""; content: none; }
28 ins { background-color: #ff9; color: #000; text-decoration: none; }
29 mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
30 del { text-decoration: line-through; }
31 abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
32 table { border-collapse: collapse; border-spacing: 0; }
33 hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
34 input, select { vertical-align: middle; }
35
36 body { font:13px/1.231 sans-serif; *font-size:small; }
37 select, input, textarea, button { font:99% sans-serif; }
38 pre, code, kbd, samp { font-family: monospace, sans-serif; }
39
40 a:hover, a:active { outline: none; }
41 ul, ol { margin-left: 2em; }
42 ol { list-style-type: decimal; }
43 nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
44 small { font-size: 85%; }
45 strong, th { font-weight: bold; }
46 td { vertical-align: top; }
47 sub, sup { font-size: 75%; line-height: 0; position: relative; }
48 sup { top: -0.5em; }
49 sub { bottom: -0.25em; }
50
51 pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
52 textarea { overflow: auto; } 
53 .ie6 legend, .ie7 legend { margin-left: -7px; } 
54 input[type="radio"] { vertical-align: text-bottom; }
55 input[type="checkbox"] { vertical-align: bottom; }
56 .ie7 input[type="checkbox"] { vertical-align: baseline; }
57 .ie6 input { vertical-align: text-bottom; }
58 label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
59 button, input, select, textarea { margin: 0; }
60 input:valid, textarea:valid   {  }
61 input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
62 .no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }
63
64
65 a:link { -webkit-tap-highlight-color: #FF5E99; }
66 button {  width: auto; overflow: visible; }
67 .ie7 img { -ms-interpolation-mode: bicubic; }
68
69 body, select, input, textarea { color: #444; }
70 h1, h2, h3, h4, h5, h6 { font-weight: bold; }
71 a, a:active, a:visited { color: #607890; }
72 a:hover { color: #036; }
73
74
75 /**
76  * Primary styles
77  *
78  * Author: Ryan Westphal
79  */
80
81 body { background: #ccc; }
82 #index { bottom: 0; left: 32px; min-width: 800px; position: absolute; right: 32px; top: 0; }
83 header
84 {
85   background: #fdfdfd;
86   -moz-border-radius-bottomright: 16px;
87   -moz-border-radius-bottomleft: 16px;
88   -webkit-border-bottom-right-radius: 16px;
89   -webkit-border-bottom-left-radius: 16px;
90   border-bottom-right-radius: 16px;
91   border-bottom-left-radius: 16px;
92   padding: 16px 12px 16px 12px;
93 }
94 h1 { color: #1C56A3; display: inline; font-family: Georgia; font-size: 32px; }
95 #basemapButtons { float: right; }
96 span.selector { background: url(../img/BaseMapSelectorSprite-v1.1.png) no-repeat scroll; display: block; height: 49px; width: 50px; }
97 span.Lite { background-position: -90px -276px; }
98 span.Hybrid { background-position: -15px -276px; }
99 span.Hillshade { background-position: -15px -213px; }
100 span.Terrain { background-position: -91px -18px; }
101 span.Vector { background-position: -15px -84px; }
102 span.Imagery2009 { background-position: -15px -149px; }
103 span.Topo { background-position: -15px -18px; }
104
105 #pnlInfoAndSearch
106 {
107   left: 12px;
108   position: relative;
109   top: 12px;
110 }
111
112 #lblCoords 
113 {
114   color: #1C56A3;
115   display: inline-block;
116   font-size: 14px;
117   font-weight: bold;
118   width: 512px;
119 }
120
121 .ie7 #lblCoords
122 {
123   float: left;
124 }
125
126 #pnlSearch
127 {
128   display: inline-block;
129   font-size: 14px;
130   font-weight: bold;
131 }
132
133 .ie7 #pnlSearch
134 {
135   float: left;
136 }
137
138 #pnlSearch label span
139 {
140   color: #1C56A3;
141   margin-right: 4px;
142 }
143
144 #pnlSearch input
145 {
146   width: 192px;
147 }
148
149 #pnlSearch button
150 {
151   display: none;
152 }
153
154 #map 
155 {
156   background: #ccc;
157   -moz-border-radius-topleft: 16px;
158   -moz-border-radius-topright: 16px;
159   -webkit-border-top-left-radius: 16px;
160   -webkit-border-top-right-radius: 16px;
161   border-top-left-radius: 16px;
162   border-top-right-radius: 16px;
163   bottom: 0;
164   left: 0;
165   position: fixed;
166   right: 0;
167   top: 128px;
168 }
169
170 #infoBar
171 {
172   background: #ccc;
173   bottom: 0;
174   color: #1C56A3;
175   font-size: 14px;
176   font-weight: bold;
177   left: 0;
178   padding: 16px;
179   position: absolute;
180   right: 0;
181 }
182
183 .ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
184 .hidden { display: none; visibility: hidden; }
185 .visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
186 .visuallyhidden.focusable:active,
187 .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
188 .invisible { visibility: hidden; }
189 .clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
190 .clearfix:after { clear: both; }
191 .clearfix { zoom: 1; }
192
193
194 @media all and (orientation:portrait) {
195
196 }
197
198 @media all and (orientation:landscape) {
199
200 }
201
202 @media screen and (max-device-width: 480px) {
203   
204   /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
205 }
206
207
208 @media print {
209   * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
210   -ms-filter: none !important; } 
211   a, a:visited { color: #444 !important; text-decoration: underline; }
212   a[href]:after { content: " (" attr(href) ")"; }
213   abbr[title]:after { content: " (" attr(title) ")"; }
214   .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
215   pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
216   thead { display: table-header-group; } 
217   tr, img { page-break-inside: avoid; }
218   @page { margin: 0.5cm; }
219   p, h2, h3 { orphans: 3; widows: 3; }
220   h2, h3{ page-break-after: avoid; }
221 }
222