2.0_beta sync to rsa
[framework/web/web-ui-fw.git] / libs / js / jquery-mobile-1.1.0 / css / structure / jquery.mobile.core.css
1 /* some unsets - more probably needed */
2 .ui-mobile, .ui-mobile body { height: 99.9%; }
3 .ui-mobile fieldset, .ui-page { padding: 0; margin: 0; }
4 .ui-mobile a img, .ui-mobile fieldset { border-width: 0; }
5
6 /* responsive page widths */
7 .ui-mobile-viewport {  margin: 0; overflow-x: visible; -webkit-text-size-adjust: none; -ms-text-size-adjust:none; -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
8 /* Issue #2066 */
9 body.ui-mobile-viewport,
10 div.ui-mobile-viewport { overflow-x: hidden; }
11
12 /* "page" containers - full-screen views, one should always be in view post-pageload */
13 .ui-mobile [data-role=page], .ui-mobile [data-role=dialog], .ui-page { top: 0; left: 0; width: 100%; min-height: 100%; position: absolute; display: none; border: 0; }
14 .ui-mobile .ui-page-active { display: block; overflow: visible; }
15
16 /* on ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */
17 .ui-page { outline: none; }
18
19 /*orientations from js are available */
20 @media screen and (orientation: portrait){
21 .ui-mobile, .ui-mobile .ui-page { min-height: 420px; }
22 }
23 @media screen and (orientation: landscape){
24 .ui-mobile, .ui-mobile .ui-page { min-height: 300px; }
25 }
26
27 /* loading screen */
28 .ui-loading .ui-loader { display: block; }
29 .ui-loader { display: none; z-index: 9999999; position: fixed; top: 50%; box-shadow: 0 1px 1px -1px #fff; left: 50%; border:0; }
30 .ui-loader-default { background: none; opacity: .18; width: 46px; height: 46px; margin-left: -23px; margin-top: -23px; }
31 .ui-loader-verbose { width: 200px; opacity: .88; height: auto; margin-left: -110px; margin-top: -43px; padding: 10px; }
32 .ui-loader-default h1 { font-size: 0; width: 0; height: 0; overflow: hidden; }
33 .ui-loader-verbose h1 { font-size: 16px; margin: 0; text-align: center; }
34 .ui-loader .ui-icon { background-color: #000; display: block; margin: 0; width: 44px; height: 44px; padding: 1px; -webkit-border-radius: 36px; -moz-border-radius: 36px; border-radius: 36px; }
35 .ui-loader-verbose .ui-icon { margin: 0 auto 10px; opacity: .75; }
36 .ui-loader-textonly { padding: 15px; margin-left: -115px;  }
37 .ui-loader-textonly .ui-icon { display: none; }
38 .ui-loader-fakefix { position: absolute; }
39 /*fouc*/
40 .ui-mobile-rendering > * { visibility: hidden; }
41
42 /*headers, content panels*/
43 .ui-bar, .ui-body { position: relative; padding: .4em 15px;  overflow: hidden; display: block;  clear:both;  }
44 .ui-bar { font-size: 16px; margin: 0; }
45 .ui-bar h1, .ui-bar h2, .ui-bar h3, .ui-bar h4, .ui-bar h5, .ui-bar h6 { margin: 0; padding: 0; font-size: 16px; display: inline-block; }
46
47 .ui-header, .ui-footer { position: relative; border-left-width: 0; border-right-width: 0; }
48 .ui-header .ui-btn-left,
49 .ui-header .ui-btn-right,
50 .ui-footer .ui-btn-left,
51 .ui-footer .ui-btn-right { position: absolute; top: 3px; }
52 .ui-header .ui-btn-left,
53 .ui-footer .ui-btn-left { left: 5px; }
54 .ui-header .ui-btn-right,
55 .ui-footer .ui-btn-right { right: 5px; }
56 .ui-footer .ui-btn-icon-notext,
57 .ui-header .ui-btn-icon-notext { top: 6px; }
58 .ui-header .ui-title, .ui-footer .ui-title { min-height: 1.1em; text-align: center; font-size: 16px; display: block; margin: .6em 30% .8em;  padding: 0;  text-overflow: ellipsis; overflow: hidden; white-space: nowrap; outline: 0 !important; }
59 .ui-footer .ui-title { margin: .6em 15px .8em;  }
60
61 /*content area*/
62 .ui-content { border-width: 0; overflow: visible; overflow-x: hidden; padding: 15px; }
63
64 /* icons sizing */
65 .ui-icon { width: 18px; height: 18px; }
66
67 /* non-js content hiding */
68 .ui-nojs { position: absolute; left: -9999px; }
69
70 /* accessible content hiding */
71 .ui-hide-label label,
72 .ui-hidden-accessible { position: absolute !important; left: -9999px; clip: rect(1px 1px 1px 1px); clip: rect(1px,1px,1px,1px); }