Linux multi-monitor fullscreen support
[ryzomcore.git] / web / public_php / ams / css / jquery.iphone.toggle.css
blobf84e8855729984f42601bc569ac334dd9ca5a58e
1 .iPhoneCheckContainer {
2 position: relative;
3 height: 27px;
4 cursor: pointer;
5 overflow: hidden; }
6 .iPhoneCheckContainer input {
7 position: absolute;
8 top: 5px;
9 left: 30px;
10 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
11 opacity: 0; }
12 .iPhoneCheckContainer label {
13 white-space: nowrap;
14 font-size: 17px;
15 line-height: 17px;
16 font-weight: bold;
17 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
18 cursor: pointer;
19 display: block;
20 height: 27px;
21 position: absolute;
22 width: auto;
23 top: 0;
24 padding-top: 5px;
25 overflow: hidden; }
26 .iPhoneCheckContainer, .iPhoneCheckContainer label {
27 user-select: none;
28 -moz-user-select: none;
29 -khtml-user-select: none; }
31 .iPhoneCheckDisabled {
32 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
33 opacity: 0.5; }
35 label.iPhoneCheckLabelOn {
36 color: white;
37 background: url('../img/iphone-style-checkboxes/on.png?1284697268') no-repeat;
38 text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
39 left: 0;
40 padding-top: 5px; }
41 label.iPhoneCheckLabelOn span {
42 padding-left: 8px; }
43 label.iPhoneCheckLabelOff {
44 color: #8b8b8b;
45 background: url('../img/iphone-style-checkboxes/off.png?1284697268') no-repeat right 0;
46 text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
47 text-align: right;
48 right: 0; }
49 label.iPhoneCheckLabelOff span {
50 padding-right: 8px; }
52 .iPhoneCheckHandle {
53 display: block;
54 height: 27px;
55 cursor: pointer;
56 position: absolute;
57 top: 0;
58 left: 0;
59 width: 0;
60 background: url('../img/iphone-style-checkboxes/slider_left.png?1284697268') no-repeat;
61 padding-left: 3px; }
63 .iPhoneCheckHandleRight {
64 height: 100%;
65 width: 100%;
66 padding-right: 3px;
67 background: url('../img/iphone-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }
69 .iPhoneCheckHandleCenter {
70 height: 100%;
71 width: 100%;
72 background: url('../img/iphone-style-checkboxes/slider_center.png?1284697268'); }
74 .iOSCheckContainer {
75 position: relative;
76 height: 27px;
77 cursor: pointer;
78 overflow: hidden; }
79 .iOSCheckContainer input {
80 position: absolute;
81 top: 5px;
82 left: 30px;
83 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
84 opacity: 0; }
85 .iOSCheckContainer label {
86 white-space: nowrap;
87 font-size: 17px;
88 line-height: 17px;
89 font-weight: bold;
90 font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
91 cursor: pointer;
92 display: block;
93 height: 27px;
94 position: absolute;
95 width: auto;
96 top: 0;
97 padding-top: 5px;
98 overflow: hidden; }
99 .iOSCheckContainer, .iOSCheckContainer label {
100 user-select: none;
101 -moz-user-select: none;
102 -khtml-user-select: none; }
104 .iOSCheckDisabled {
105 filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
106 opacity: 0.5; }
108 label.iOSCheckLabelOn {
109 color: white;
110 background: url('../img/ios-style-checkboxes/on.png?1284697268') no-repeat;
111 text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.6);
112 left: 0;
113 padding-top: 5px; }
114 label.iOSCheckLabelOn span {
115 padding-left: 8px; }
116 label.iOSCheckLabelOff {
117 color: #8b8b8b;
118 background: url('../img/ios-style-checkboxes/off.png?1284697268') no-repeat right 0;
119 text-shadow: 0px 0px 2px rgba(255, 255, 255, 0.6);
120 text-align: right;
121 right: 0; }
122 label.iOSCheckLabelOff span {
123 padding-right: 8px; }
125 .iOSCheckHandle {
126 display: block;
127 height: 27px;
128 cursor: pointer;
129 position: absolute;
130 top: 0;
131 left: 0;
132 width: 0;
133 background: url('../img/ios-style-checkboxes/slider_left.png?1284697268') no-repeat;
134 padding-left: 3px; }
136 .iOSCheckHandleRight {
137 height: 100%;
138 width: 100%;
139 padding-right: 3px;
140 background: url('../img/ios-style-checkboxes/slider_right.png?1284697268') no-repeat right 0; }
142 .iOSCheckHandleCenter {
143 height: 100%;
144 width: 100%;
145 background: url('../img/ios-style-checkboxes/slider_center.png?1284697268'); }