[231] | 1 | /*
|
---|
| 2 | * jQuery Mobile Framework Git Build: SHA1: c2d61e2e592c67519d9a9ed0ba796fa44787e136 <> Date: Tue Sep 25 10:38:12 2012 -0700
|
---|
| 3 | * http://jquerymobile.com
|
---|
| 4 | *
|
---|
| 5 | * Copyright 2012 jQuery Foundation and other contributors
|
---|
| 6 | * Released under the MIT license.
|
---|
| 7 | * http://jquery.org/license
|
---|
| 8 | *
|
---|
| 9 | */
|
---|
| 10 |
|
---|
| 11 |
|
---|
| 12 | /* Swatches */
|
---|
| 13 |
|
---|
| 14 | /* A
|
---|
| 15 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 16 |
|
---|
| 17 | .ui-bar-a {
|
---|
| 18 | border: 1px solid #2A2A2A /*{a-bar-border}*/;
|
---|
| 19 | background: #222222 /*{a-bar-background-color}*/;
|
---|
| 20 | color: #ffffff /*{a-bar-color}*/;
|
---|
| 21 | font-weight: bold;
|
---|
| 22 | text-shadow: 0 /*{a-bar-shadow-x}*/ 0 /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000000 /*{a-bar-shadow-color}*/;
|
---|
| 23 | background-image: -webkit-gradient(linear, left top, left bottom, from( #333333 /*{a-bar-background-start}*/), to( #222222 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 24 | background-image: -webkit-linear-gradient( #333333 /*{a-bar-background-start}*/, #222222 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 25 | background-image: -moz-linear-gradient( #333333 /*{a-bar-background-start}*/, #222222 /*{a-bar-background-end}*/); /* FF3.6 */
|
---|
| 26 | background-image: -ms-linear-gradient( #333333 /*{a-bar-background-start}*/, #222222 /*{a-bar-background-end}*/); /* IE10 */
|
---|
| 27 | background-image: -o-linear-gradient( #333333 /*{a-bar-background-start}*/, #222222 /*{a-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 28 | background-image: linear-gradient( #333333 /*{a-bar-background-start}*/, #222222 /*{a-bar-background-end}*/);
|
---|
| 29 | }
|
---|
| 30 | .ui-bar-a .ui-link-inherit {
|
---|
| 31 | color: #ffffff /*{a-bar-color}*/;
|
---|
| 32 | }
|
---|
| 33 |
|
---|
| 34 | .ui-bar-a a.ui-link {
|
---|
| 35 | color: #7cc4e7 /*{a-bar-link-color}*/;
|
---|
| 36 | font-weight: bold;
|
---|
| 37 | }
|
---|
| 38 |
|
---|
| 39 | .ui-bar-a a.ui-link:visited {
|
---|
| 40 | color: #2489CE /*{a-bar-link-visited}*/;
|
---|
| 41 | }
|
---|
| 42 |
|
---|
| 43 | .ui-bar-a a.ui-link:hover {
|
---|
| 44 | color: #2489CE /*{a-bar-link-hover}*/;
|
---|
| 45 | }
|
---|
| 46 |
|
---|
| 47 | .ui-bar-a a.ui-link:active {
|
---|
| 48 | color: #2489CE /*{a-bar-link-active}*/;
|
---|
| 49 | }
|
---|
| 50 |
|
---|
| 51 | .ui-bar-a,
|
---|
| 52 | .ui-bar-a input,
|
---|
| 53 | .ui-bar-a select,
|
---|
| 54 | .ui-bar-a textarea,
|
---|
| 55 | .ui-bar-a button {
|
---|
| 56 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 57 | }
|
---|
| 58 | .ui-body-a,
|
---|
| 59 | .ui-overlay-a {
|
---|
| 60 | border: 1px solid #cccccc /*{a-body-border}*/;
|
---|
| 61 | color: #333333 /*{a-body-color}*/;
|
---|
| 62 | text-shadow: 0 /*{a-body-shadow-x}*/ 0 /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #000000 /*{a-body-shadow-color}*/;
|
---|
| 63 | background: #ffffff /*{a-body-background-color}*/;
|
---|
| 64 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{a-body-background-start}*/), to( #FFFFFF /*{a-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 65 | background-image: -webkit-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 66 | background-image: -moz-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* FF3.6 */
|
---|
| 67 | background-image: -ms-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* IE10 */
|
---|
| 68 | background-image: -o-linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 69 | background-image: linear-gradient( #FFFFFF /*{a-body-background-start}*/, #FFFFFF /*{a-body-background-end}*/);
|
---|
| 70 | }
|
---|
| 71 | .ui-overlay-a {
|
---|
| 72 | background-image: none;
|
---|
| 73 | border-width: 0;
|
---|
| 74 | }
|
---|
| 75 | .ui-body-a,
|
---|
| 76 | .ui-body-a input,
|
---|
| 77 | .ui-body-a select,
|
---|
| 78 | .ui-body-a textarea,
|
---|
| 79 | .ui-body-a button {
|
---|
| 80 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 81 | }
|
---|
| 82 | .ui-body-a .ui-link-inherit {
|
---|
| 83 | color: #333333 /*{a-body-color}*/;
|
---|
| 84 | }
|
---|
| 85 |
|
---|
| 86 | .ui-body-a .ui-link {
|
---|
| 87 | color: #2489CE /*{a-body-link-color}*/;
|
---|
| 88 | font-weight: bold;
|
---|
| 89 | }
|
---|
| 90 |
|
---|
| 91 | .ui-body-a .ui-link:visited {
|
---|
| 92 | color: #2489CE /*{a-body-link-visited}*/;
|
---|
| 93 | }
|
---|
| 94 |
|
---|
| 95 | .ui-body-a .ui-link:hover {
|
---|
| 96 | color: #2489CE /*{a-body-link-hover}*/;
|
---|
| 97 | }
|
---|
| 98 |
|
---|
| 99 | .ui-body-a .ui-link:active {
|
---|
| 100 | color: #2489CE /*{a-body-link-active}*/;
|
---|
| 101 | }
|
---|
| 102 |
|
---|
| 103 | .ui-btn-up-a {
|
---|
| 104 | border: 1px solid #cccccc /*{a-bup-border}*/;
|
---|
| 105 | background: #E6E6E6 /*{a-bup-background-color}*/;
|
---|
| 106 | font-weight: bold;
|
---|
| 107 | color: #333333 /*{a-bup-color}*/;
|
---|
| 108 | text-shadow: undefined /*{a-bup-shadow-x}*/ undefined /*{a-bup-shadow-y}*/ undefined /*{a-bup-shadow-radius}*/ undefined /*{a-bup-shadow-color}*/;
|
---|
| 109 | background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bup-background-start}*/), to( #E6E6E6 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 110 | background-image: -webkit-linear-gradient( #ffffff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 111 | background-image: -moz-linear-gradient( #ffffff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* FF3.6 */
|
---|
| 112 | background-image: -ms-linear-gradient( #ffffff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* IE10 */
|
---|
| 113 | background-image: -o-linear-gradient( #ffffff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 114 | background-image: linear-gradient( #ffffff /*{a-bup-background-start}*/, #E6E6E6 /*{a-bup-background-end}*/);
|
---|
| 115 | }
|
---|
| 116 | .ui-btn-up-a:visited,
|
---|
| 117 | .ui-btn-up-a a.ui-link-inherit {
|
---|
| 118 | color: #333333 /*{a-bup-color}*/;
|
---|
| 119 | }
|
---|
| 120 | .ui-btn-hover-a {
|
---|
| 121 | border: 1px solid #cccccc /*{a-bhover-border}*/;
|
---|
| 122 | background: #e6e6e6 /*{a-bhover-background-color}*/;
|
---|
| 123 | font-weight: bold;
|
---|
| 124 | color: #333333 /*{a-bhover-color}*/;
|
---|
| 125 | text-shadow: undefined /*{a-bhover-shadow-x}*/ undefined /*{a-bhover-shadow-y}*/ undefined /*{a-bhover-shadow-radius}*/ undefined /*{a-bhover-shadow-color}*/;
|
---|
| 126 | background-image: -webkit-gradient(linear, left top, left bottom, from( #E6E6E6 /*{a-bhover-background-start}*/), to( #E6E6E6 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 127 | background-image: -webkit-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 128 | background-image: -moz-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* FF3.6 */
|
---|
| 129 | background-image: -ms-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* IE10 */
|
---|
| 130 | background-image: -o-linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 131 | background-image: linear-gradient( #E6E6E6 /*{a-bhover-background-start}*/, #E6E6E6 /*{a-bhover-background-end}*/);
|
---|
| 132 | }
|
---|
| 133 | .ui-btn-hover-a:visited,
|
---|
| 134 | .ui-btn-hover-a:hover,
|
---|
| 135 | .ui-btn-hover-a a.ui-link-inherit {
|
---|
| 136 | color: #333333 /*{a-bhover-color}*/;
|
---|
| 137 | }
|
---|
| 138 | .ui-btn-down-a {
|
---|
| 139 | border: 1px solid #cccccc /*{a-bdown-border}*/;
|
---|
| 140 | background: #d6d6d6 /*{a-bdown-background-color}*/;
|
---|
| 141 | font-weight: bold;
|
---|
| 142 | color: #333333 /*{a-bdown-color}*/;
|
---|
| 143 | text-shadow: undefined /*{a-bdown-shadow-x}*/ undefined /*{a-bdown-shadow-y}*/ undefined /*{a-bdown-shadow-radius}*/ undefined /*{a-bdown-shadow-color}*/;
|
---|
| 144 | background-image: -webkit-gradient(linear, left top, left bottom, from( #D6D6D6 /*{a-bdown-background-start}*/), to( #D6D6D6 /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 145 | background-image: -webkit-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 146 | background-image: -moz-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* FF3.6 */
|
---|
| 147 | background-image: -ms-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* IE10 */
|
---|
| 148 | background-image: -o-linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 149 | background-image: linear-gradient( #D6D6D6 /*{a-bdown-background-start}*/, #D6D6D6 /*{a-bdown-background-end}*/);
|
---|
| 150 | }
|
---|
| 151 | .ui-btn-down-a:visited,
|
---|
| 152 | .ui-btn-down-a:hover,
|
---|
| 153 | .ui-btn-down-a a.ui-link-inherit {
|
---|
| 154 | color: #333333 /*{a-bdown-color}*/;
|
---|
| 155 | }
|
---|
| 156 | .ui-btn-up-a,
|
---|
| 157 | .ui-btn-hover-a,
|
---|
| 158 | .ui-btn-down-a {
|
---|
| 159 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 160 | text-decoration: none;
|
---|
| 161 | }
|
---|
| 162 |
|
---|
| 163 |
|
---|
| 164 | /* B
|
---|
| 165 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 166 |
|
---|
| 167 | .ui-bar-b {
|
---|
| 168 | border: 1px solid #cccccc /*{b-bar-border}*/;
|
---|
| 169 | background: #0044cc /*{b-bar-background-color}*/;
|
---|
| 170 | color: #ffffff /*{b-bar-color}*/;
|
---|
| 171 | font-weight: bold;
|
---|
| 172 | text-shadow: undefined /*{b-bar-shadow-x}*/ undefined /*{b-bar-shadow-y}*/ undefined /*{b-bar-shadow-radius}*/ undefined /*{b-bar-shadow-color}*/;
|
---|
| 173 | background-image: -webkit-gradient(linear, left top, left bottom, from( #0088cc /*{b-bar-background-start}*/), to( #0044cc /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 174 | background-image: -webkit-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 175 | background-image: -moz-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* FF3.6 */
|
---|
| 176 | background-image: -ms-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* IE10 */
|
---|
| 177 | background-image: -o-linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 178 | background-image: linear-gradient( #0088cc /*{b-bar-background-start}*/, #0044cc /*{b-bar-background-end}*/);
|
---|
| 179 | }
|
---|
| 180 | .ui-bar-b .ui-link-inherit {
|
---|
| 181 | color: #ffffff /*{b-bar-color}*/;
|
---|
| 182 | }
|
---|
| 183 |
|
---|
| 184 | .ui-bar-b a.ui-link {
|
---|
| 185 | color: #7cc4e7 /*{b-bar-link-color}*/;
|
---|
| 186 | font-weight: bold;
|
---|
| 187 | }
|
---|
| 188 |
|
---|
| 189 | .ui-bar-b a.ui-link:visited {
|
---|
| 190 | color: #2489CE /*{b-bar-link-visited}*/;
|
---|
| 191 | }
|
---|
| 192 |
|
---|
| 193 | .ui-bar-b a.ui-link:hover {
|
---|
| 194 | color: #2489CE /*{b-bar-link-hover}*/;
|
---|
| 195 | }
|
---|
| 196 |
|
---|
| 197 | .ui-bar-b a.ui-link:active {
|
---|
| 198 | color: #2489CE /*{b-bar-link-active}*/;
|
---|
| 199 | }
|
---|
| 200 |
|
---|
| 201 | .ui-bar-b,
|
---|
| 202 | .ui-bar-b input,
|
---|
| 203 | .ui-bar-b select,
|
---|
| 204 | .ui-bar-b textarea,
|
---|
| 205 | .ui-bar-b button {
|
---|
| 206 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 207 | }
|
---|
| 208 | .ui-body-b,
|
---|
| 209 | .ui-overlay-b {
|
---|
| 210 | border: 1px solid #cccccc /*{b-body-border}*/;
|
---|
| 211 | color: #333333 /*{b-body-color}*/;
|
---|
| 212 | text-shadow: 0 /*{b-body-shadow-x}*/ 0 /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #000000 /*{b-body-shadow-color}*/;
|
---|
| 213 | background: #ffffff /*{b-body-background-color}*/;
|
---|
| 214 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{b-body-background-start}*/), to( #FFFFFF /*{b-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 215 | background-image: -webkit-linear-gradient( #FFFFFF /*{b-body-background-start}*/, #FFFFFF /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 216 | background-image: -moz-linear-gradient( #FFFFFF /*{b-body-background-start}*/, #FFFFFF /*{b-body-background-end}*/); /* FF3.6 */
|
---|
| 217 | background-image: -ms-linear-gradient( #FFFFFF /*{b-body-background-start}*/, #FFFFFF /*{b-body-background-end}*/); /* IE10 */
|
---|
| 218 | background-image: -o-linear-gradient( #FFFFFF /*{b-body-background-start}*/, #FFFFFF /*{b-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 219 | background-image: linear-gradient( #FFFFFF /*{b-body-background-start}*/, #FFFFFF /*{b-body-background-end}*/);
|
---|
| 220 | }
|
---|
| 221 | .ui-overlay-b {
|
---|
| 222 | background-image: none;
|
---|
| 223 | border-width: 0;
|
---|
| 224 | }
|
---|
| 225 | .ui-body-b,
|
---|
| 226 | .ui-body-b input,
|
---|
| 227 | .ui-body-b select,
|
---|
| 228 | .ui-body-b textarea,
|
---|
| 229 | .ui-body-b button {
|
---|
| 230 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 231 | }
|
---|
| 232 | .ui-body-b .ui-link-inherit {
|
---|
| 233 | color: #333333 /*{b-body-color}*/;
|
---|
| 234 | }
|
---|
| 235 |
|
---|
| 236 | .ui-body-b .ui-link {
|
---|
| 237 | color: #2489CE /*{b-body-link-color}*/;
|
---|
| 238 | font-weight: bold;
|
---|
| 239 | }
|
---|
| 240 |
|
---|
| 241 | .ui-body-b .ui-link:visited {
|
---|
| 242 | color: #2489CE /*{b-body-link-visited}*/;
|
---|
| 243 | }
|
---|
| 244 |
|
---|
| 245 | .ui-body-b .ui-link:hover {
|
---|
| 246 | color: #2489CE /*{b-body-link-hover}*/;
|
---|
| 247 | }
|
---|
| 248 |
|
---|
| 249 | .ui-body-b .ui-link:active {
|
---|
| 250 | color: #2489CE /*{b-body-link-active}*/;
|
---|
| 251 | }
|
---|
| 252 |
|
---|
| 253 | .ui-btn-up-b {
|
---|
| 254 | border: 1px solid #0056bc /*{b-bup-border}*/;
|
---|
| 255 | background: #0044cc /*{b-bup-background-color}*/;
|
---|
| 256 | font-weight: bold;
|
---|
| 257 | color: #ffffff /*{b-bup-color}*/;
|
---|
| 258 | text-shadow: 0 /*{b-bup-shadow-x}*/ 0 /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #ffffff /*{b-bup-shadow-color}*/;
|
---|
| 259 | background-image: -webkit-gradient(linear, left top, left bottom, from( #0088cc /*{b-bup-background-start}*/), to( #0044cc /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 260 | background-image: -webkit-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 261 | background-image: -moz-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* FF3.6 */
|
---|
| 262 | background-image: -ms-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* IE10 */
|
---|
| 263 | background-image: -o-linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 264 | background-image: linear-gradient( #0088cc /*{b-bup-background-start}*/, #0044cc /*{b-bup-background-end}*/);
|
---|
| 265 | }
|
---|
| 266 | .ui-btn-up-b:visited,
|
---|
| 267 | .ui-btn-up-b a.ui-link-inherit {
|
---|
| 268 | color: #ffffff /*{b-bup-color}*/;
|
---|
| 269 | }
|
---|
| 270 | .ui-btn-hover-b {
|
---|
| 271 | border: 1px solid #0056bc /*{b-bhover-border}*/;
|
---|
| 272 | background: #0044CC /*{b-bhover-background-color}*/;
|
---|
| 273 | font-weight: bold;
|
---|
| 274 | color: #ffffff /*{b-bhover-color}*/;
|
---|
| 275 | text-shadow: undefined /*{b-bhover-shadow-x}*/ undefined /*{b-bhover-shadow-y}*/ undefined /*{b-bhover-shadow-radius}*/ undefined /*{b-bhover-shadow-color}*/;
|
---|
| 276 | background-image: -webkit-gradient(linear, left top, left bottom, from( #0044CC /*{b-bhover-background-start}*/), to( #0044CC /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 277 | background-image: -webkit-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 278 | background-image: -moz-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* FF3.6 */
|
---|
| 279 | background-image: -ms-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* IE10 */
|
---|
| 280 | background-image: -o-linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 281 | background-image: linear-gradient( #0044CC /*{b-bhover-background-start}*/, #0044CC /*{b-bhover-background-end}*/);
|
---|
| 282 | }
|
---|
| 283 | .ui-btn-hover-b:visited,
|
---|
| 284 | .ui-btn-hover-b:hover,
|
---|
| 285 | .ui-btn-hover-b a.ui-link-inherit {
|
---|
| 286 | color: #ffffff /*{b-bhover-color}*/;
|
---|
| 287 | }
|
---|
| 288 | .ui-btn-down-b {
|
---|
| 289 | border: 1px solid #0056bc /*{b-bdown-border}*/;
|
---|
| 290 | background: #003AAD /*{b-bdown-background-color}*/;
|
---|
| 291 | font-weight: bold;
|
---|
| 292 | color: #ffffff /*{b-bdown-color}*/;
|
---|
| 293 | text-shadow: undefined /*{b-bdown-shadow-x}*/ undefined /*{b-bdown-shadow-y}*/ undefined /*{b-bdown-shadow-radius}*/ undefined /*{b-bdown-shadow-color}*/;
|
---|
| 294 | background-image: -webkit-gradient(linear, left top, left bottom, from( #003AAD /*{b-bdown-background-start}*/), to( #003AAD /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 295 | background-image: -webkit-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 296 | background-image: -moz-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* FF3.6 */
|
---|
| 297 | background-image: -ms-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* IE10 */
|
---|
| 298 | background-image: -o-linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 299 | background-image: linear-gradient( #003AAD /*{b-bdown-background-start}*/, #003AAD /*{b-bdown-background-end}*/);
|
---|
| 300 | }
|
---|
| 301 | .ui-btn-down-b:visited,
|
---|
| 302 | .ui-btn-down-b:hover,
|
---|
| 303 | .ui-btn-down-b a.ui-link-inherit {
|
---|
| 304 | color: #ffffff /*{b-bdown-color}*/;
|
---|
| 305 | }
|
---|
| 306 | .ui-btn-up-b,
|
---|
| 307 | .ui-btn-hover-b,
|
---|
| 308 | .ui-btn-down-b {
|
---|
| 309 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 310 | text-decoration: none;
|
---|
| 311 | }
|
---|
| 312 |
|
---|
| 313 |
|
---|
| 314 |
|
---|
| 315 |
|
---|
| 316 | /* C
|
---|
| 317 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 318 |
|
---|
| 319 | .ui-bar-c {
|
---|
| 320 | border: 1px solid #2A2A2A /*{c-bar-border}*/;
|
---|
| 321 | background: #BD362F /*{c-bar-background-color}*/;
|
---|
| 322 | color: #ffffff /*{c-bar-color}*/;
|
---|
| 323 | font-weight: bold;
|
---|
| 324 | text-shadow: 0 /*{c-bar-shadow-x}*/ 0 /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #000000 /*{c-bar-shadow-color}*/;
|
---|
| 325 | background-image: -webkit-gradient(linear, left top, left bottom, from( #EE5F5B /*{c-bar-background-start}*/), to( #BD362F /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 326 | background-image: -webkit-linear-gradient( #EE5F5B /*{c-bar-background-start}*/, #BD362F /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 327 | background-image: -moz-linear-gradient( #EE5F5B /*{c-bar-background-start}*/, #BD362F /*{c-bar-background-end}*/); /* FF3.6 */
|
---|
| 328 | background-image: -ms-linear-gradient( #EE5F5B /*{c-bar-background-start}*/, #BD362F /*{c-bar-background-end}*/); /* IE10 */
|
---|
| 329 | background-image: -o-linear-gradient( #EE5F5B /*{c-bar-background-start}*/, #BD362F /*{c-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 330 | background-image: linear-gradient( #EE5F5B /*{c-bar-background-start}*/, #BD362F /*{c-bar-background-end}*/);
|
---|
| 331 | }
|
---|
| 332 | .ui-bar-c .ui-link-inherit {
|
---|
| 333 | color: #ffffff /*{c-bar-color}*/;
|
---|
| 334 | }
|
---|
| 335 |
|
---|
| 336 | .ui-bar-c a.ui-link {
|
---|
| 337 | color: #7cc4e7 /*{c-bar-link-color}*/;
|
---|
| 338 | font-weight: bold;
|
---|
| 339 | }
|
---|
| 340 |
|
---|
| 341 | .ui-bar-c a.ui-link:visited {
|
---|
| 342 | color: #2489CE /*{c-bar-link-visited}*/;
|
---|
| 343 | }
|
---|
| 344 |
|
---|
| 345 | .ui-bar-c a.ui-link:hover {
|
---|
| 346 | color: #2489CE /*{c-bar-link-hover}*/;
|
---|
| 347 | }
|
---|
| 348 |
|
---|
| 349 | .ui-bar-c a.ui-link:active {
|
---|
| 350 | color: #2489CE /*{c-bar-link-active}*/;
|
---|
| 351 | }
|
---|
| 352 |
|
---|
| 353 | .ui-bar-c,
|
---|
| 354 | .ui-bar-c input,
|
---|
| 355 | .ui-bar-c select,
|
---|
| 356 | .ui-bar-c textarea,
|
---|
| 357 | .ui-bar-c button {
|
---|
| 358 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 359 | }
|
---|
| 360 | .ui-body-c,
|
---|
| 361 | .ui-overlay-c {
|
---|
| 362 | border: 1px solid #cccccc /*{c-body-border}*/;
|
---|
| 363 | color: #333333 /*{c-body-color}*/;
|
---|
| 364 | text-shadow: 0 /*{c-body-shadow-x}*/ 0 /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #000000 /*{c-body-shadow-color}*/;
|
---|
| 365 | background: #ffffff /*{c-body-background-color}*/;
|
---|
| 366 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{c-body-background-start}*/), to( #FFFFFF /*{c-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 367 | background-image: -webkit-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #FFFFFF /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 368 | background-image: -moz-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #FFFFFF /*{c-body-background-end}*/); /* FF3.6 */
|
---|
| 369 | background-image: -ms-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #FFFFFF /*{c-body-background-end}*/); /* IE10 */
|
---|
| 370 | background-image: -o-linear-gradient( #FFFFFF /*{c-body-background-start}*/, #FFFFFF /*{c-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 371 | background-image: linear-gradient( #FFFFFF /*{c-body-background-start}*/, #FFFFFF /*{c-body-background-end}*/);
|
---|
| 372 | }
|
---|
| 373 | .ui-overlay-c {
|
---|
| 374 | background-image: none;
|
---|
| 375 | border-width: 0;
|
---|
| 376 | }
|
---|
| 377 | .ui-body-c,
|
---|
| 378 | .ui-body-c input,
|
---|
| 379 | .ui-body-c select,
|
---|
| 380 | .ui-body-c textarea,
|
---|
| 381 | .ui-body-c button {
|
---|
| 382 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 383 | }
|
---|
| 384 | .ui-body-c .ui-link-inherit {
|
---|
| 385 | color: #333333 /*{c-body-color}*/;
|
---|
| 386 | }
|
---|
| 387 |
|
---|
| 388 | .ui-body-c .ui-link {
|
---|
| 389 | color: #2489CE /*{c-body-link-color}*/;
|
---|
| 390 | font-weight: bold;
|
---|
| 391 | }
|
---|
| 392 |
|
---|
| 393 | .ui-body-c .ui-link:visited {
|
---|
| 394 | color: #2489CE /*{c-body-link-visited}*/;
|
---|
| 395 | }
|
---|
| 396 |
|
---|
| 397 | .ui-body-c .ui-link:hover {
|
---|
| 398 | color: #2489CE /*{c-body-link-hover}*/;
|
---|
| 399 | }
|
---|
| 400 |
|
---|
| 401 | .ui-body-c .ui-link:active {
|
---|
| 402 | color: #2489CE /*{c-body-link-active}*/;
|
---|
| 403 | }
|
---|
| 404 |
|
---|
| 405 | .ui-btn-up-c {
|
---|
| 406 | border: 1px solid #d82c35 /*{c-bup-border}*/;
|
---|
| 407 | background: #BD362F /*{c-bup-background-color}*/;
|
---|
| 408 | font-weight: bold;
|
---|
| 409 | color: #ffffff /*{c-bup-color}*/;
|
---|
| 410 | text-shadow: undefined /*{c-bup-shadow-x}*/ undefined /*{c-bup-shadow-y}*/ undefined /*{c-bup-shadow-radius}*/ undefined /*{c-bup-shadow-color}*/;
|
---|
| 411 | background-image: -webkit-gradient(linear, left top, left bottom, from( #EE5F5B /*{c-bup-background-start}*/), to( #BD362F /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 412 | background-image: -webkit-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 413 | background-image: -moz-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* FF3.6 */
|
---|
| 414 | background-image: -ms-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* IE10 */
|
---|
| 415 | background-image: -o-linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 416 | background-image: linear-gradient( #EE5F5B /*{c-bup-background-start}*/, #BD362F /*{c-bup-background-end}*/);
|
---|
| 417 | }
|
---|
| 418 | .ui-btn-up-c:visited,
|
---|
| 419 | .ui-btn-up-c a.ui-link-inherit {
|
---|
| 420 | color: #ffffff /*{c-bup-color}*/;
|
---|
| 421 | }
|
---|
| 422 | .ui-btn-hover-c {
|
---|
| 423 | border: 1px solid #d82c35 /*{c-bhover-border}*/;
|
---|
| 424 | background: #DA4F49 /*{c-bhover-background-color}*/;
|
---|
| 425 | font-weight: bold;
|
---|
| 426 | color: #ffffff /*{c-bhover-color}*/;
|
---|
| 427 | text-shadow: undefined /*{c-bhover-shadow-x}*/ undefined /*{c-bhover-shadow-y}*/ undefined /*{c-bhover-shadow-radius}*/ undefined /*{c-bhover-shadow-color}*/;
|
---|
| 428 | background-image: -webkit-gradient(linear, left top, left bottom, from( #DA4F49 /*{c-bhover-background-start}*/), to( #DA4F49 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 429 | background-image: -webkit-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 430 | background-image: -moz-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* FF3.6 */
|
---|
| 431 | background-image: -ms-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* IE10 */
|
---|
| 432 | background-image: -o-linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 433 | background-image: linear-gradient( #DA4F49 /*{c-bhover-background-start}*/, #DA4F49 /*{c-bhover-background-end}*/);
|
---|
| 434 | }
|
---|
| 435 | .ui-btn-hover-c:visited,
|
---|
| 436 | .ui-btn-hover-c:hover,
|
---|
| 437 | .ui-btn-hover-c a.ui-link-inherit {
|
---|
| 438 | color: #ffffff /*{c-bhover-color}*/;
|
---|
| 439 | }
|
---|
| 440 | .ui-btn-down-c {
|
---|
| 441 | border: 1px solid #d82c35 /*{c-bdown-border}*/;
|
---|
| 442 | background: #d2332d /*{c-bdown-background-color}*/;
|
---|
| 443 | font-weight: bold;
|
---|
| 444 | color: #ffffff /*{c-bdown-color}*/;
|
---|
| 445 | text-shadow: undefined /*{c-bdown-shadow-x}*/ undefined /*{c-bdown-shadow-y}*/ undefined /*{c-bdown-shadow-radius}*/ undefined /*{c-bdown-shadow-color}*/;
|
---|
| 446 | background-image: -webkit-gradient(linear, left top, left bottom, from( #D2332D /*{c-bdown-background-start}*/), to( #D2332D /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 447 | background-image: -webkit-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 448 | background-image: -moz-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* FF3.6 */
|
---|
| 449 | background-image: -ms-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* IE10 */
|
---|
| 450 | background-image: -o-linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 451 | background-image: linear-gradient( #D2332D /*{c-bdown-background-start}*/, #D2332D /*{c-bdown-background-end}*/);
|
---|
| 452 | }
|
---|
| 453 | .ui-btn-down-c:visited,
|
---|
| 454 | .ui-btn-down-c:hover,
|
---|
| 455 | .ui-btn-down-c a.ui-link-inherit {
|
---|
| 456 | color: #ffffff /*{c-bdown-color}*/;
|
---|
| 457 | }
|
---|
| 458 | .ui-btn-up-c,
|
---|
| 459 | .ui-btn-hover-c,
|
---|
| 460 | .ui-btn-down-c {
|
---|
| 461 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 462 | text-decoration: none;
|
---|
| 463 | }
|
---|
| 464 |
|
---|
| 465 |
|
---|
| 466 |
|
---|
| 467 |
|
---|
| 468 | /* D
|
---|
| 469 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 470 |
|
---|
| 471 | .ui-bar-d {
|
---|
| 472 | border: 1px solid #2A2A2A /*{d-bar-border}*/;
|
---|
| 473 | background: #51A351 /*{d-bar-background-color}*/;
|
---|
| 474 | color: #ffffff /*{d-bar-color}*/;
|
---|
| 475 | font-weight: bold;
|
---|
| 476 | text-shadow: 0 /*{d-bar-shadow-x}*/ 0 /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #000000 /*{d-bar-shadow-color}*/;
|
---|
| 477 | background-image: -webkit-gradient(linear, left top, left bottom, from( #62C462 /*{d-bar-background-start}*/), to( #51A351 /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 478 | background-image: -webkit-linear-gradient( #62C462 /*{d-bar-background-start}*/, #51A351 /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 479 | background-image: -moz-linear-gradient( #62C462 /*{d-bar-background-start}*/, #51A351 /*{d-bar-background-end}*/); /* FF3.6 */
|
---|
| 480 | background-image: -ms-linear-gradient( #62C462 /*{d-bar-background-start}*/, #51A351 /*{d-bar-background-end}*/); /* IE10 */
|
---|
| 481 | background-image: -o-linear-gradient( #62C462 /*{d-bar-background-start}*/, #51A351 /*{d-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 482 | background-image: linear-gradient( #62C462 /*{d-bar-background-start}*/, #51A351 /*{d-bar-background-end}*/);
|
---|
| 483 | }
|
---|
| 484 | .ui-bar-d .ui-link-inherit {
|
---|
| 485 | color: #ffffff /*{d-bar-color}*/;
|
---|
| 486 | }
|
---|
| 487 |
|
---|
| 488 | .ui-bar-d a.ui-link {
|
---|
| 489 | color: #7cc4e7 /*{d-bar-link-color}*/;
|
---|
| 490 | font-weight: bold;
|
---|
| 491 | }
|
---|
| 492 |
|
---|
| 493 | .ui-bar-d a.ui-link:visited {
|
---|
| 494 | color: #2489CE /*{d-bar-link-visited}*/;
|
---|
| 495 | }
|
---|
| 496 |
|
---|
| 497 | .ui-bar-d a.ui-link:hover {
|
---|
| 498 | color: #2489CE /*{d-bar-link-hover}*/;
|
---|
| 499 | }
|
---|
| 500 |
|
---|
| 501 | .ui-bar-d a.ui-link:active {
|
---|
| 502 | color: #2489CE /*{d-bar-link-active}*/;
|
---|
| 503 | }
|
---|
| 504 |
|
---|
| 505 | .ui-bar-d,
|
---|
| 506 | .ui-bar-d input,
|
---|
| 507 | .ui-bar-d select,
|
---|
| 508 | .ui-bar-d textarea,
|
---|
| 509 | .ui-bar-d button {
|
---|
| 510 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 511 | }
|
---|
| 512 | .ui-body-d,
|
---|
| 513 | .ui-overlay-d {
|
---|
| 514 | border: 1px solid #cccccc /*{d-body-border}*/;
|
---|
| 515 | color: #333333 /*{d-body-color}*/;
|
---|
| 516 | text-shadow: 0 /*{d-body-shadow-x}*/ 0 /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #000000 /*{d-body-shadow-color}*/;
|
---|
| 517 | background: #FFFFFF /*{d-body-background-color}*/;
|
---|
| 518 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{d-body-background-start}*/), to( #FFFFFF /*{d-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 519 | background-image: -webkit-linear-gradient( #FFFFFF /*{d-body-background-start}*/, #FFFFFF /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 520 | background-image: -moz-linear-gradient( #FFFFFF /*{d-body-background-start}*/, #FFFFFF /*{d-body-background-end}*/); /* FF3.6 */
|
---|
| 521 | background-image: -ms-linear-gradient( #FFFFFF /*{d-body-background-start}*/, #FFFFFF /*{d-body-background-end}*/); /* IE10 */
|
---|
| 522 | background-image: -o-linear-gradient( #FFFFFF /*{d-body-background-start}*/, #FFFFFF /*{d-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 523 | background-image: linear-gradient( #FFFFFF /*{d-body-background-start}*/, #FFFFFF /*{d-body-background-end}*/);
|
---|
| 524 | }
|
---|
| 525 | .ui-overlay-d {
|
---|
| 526 | background-image: none;
|
---|
| 527 | border-width: 0;
|
---|
| 528 | }
|
---|
| 529 | .ui-body-d,
|
---|
| 530 | .ui-body-d input,
|
---|
| 531 | .ui-body-d select,
|
---|
| 532 | .ui-body-d textarea,
|
---|
| 533 | .ui-body-d button {
|
---|
| 534 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 535 | }
|
---|
| 536 | .ui-body-d .ui-link-inherit {
|
---|
| 537 | color: #333333 /*{d-body-color}*/;
|
---|
| 538 | }
|
---|
| 539 |
|
---|
| 540 | .ui-body-d .ui-link {
|
---|
| 541 | color: #2489CE /*{d-body-link-color}*/;
|
---|
| 542 | font-weight: bold;
|
---|
| 543 | }
|
---|
| 544 |
|
---|
| 545 | .ui-body-d .ui-link:visited {
|
---|
| 546 | color: #2489CE /*{d-body-link-visited}*/;
|
---|
| 547 | }
|
---|
| 548 |
|
---|
| 549 | .ui-body-d .ui-link:hover {
|
---|
| 550 | color: #2489CE /*{d-body-link-hover}*/;
|
---|
| 551 | }
|
---|
| 552 |
|
---|
| 553 | .ui-body-d .ui-link:active {
|
---|
| 554 | color: #2489CE /*{d-body-link-active}*/;
|
---|
| 555 | }
|
---|
| 556 |
|
---|
| 557 | .ui-btn-up-d {
|
---|
| 558 | border: 1px solid #00a84c /*{d-bup-border}*/;
|
---|
| 559 | background: #51A351 /*{d-bup-background-color}*/;
|
---|
| 560 | font-weight: bold;
|
---|
| 561 | color: #ffffff /*{d-bup-color}*/;
|
---|
| 562 | text-shadow: undefined /*{d-bup-shadow-x}*/ undefined /*{d-bup-shadow-y}*/ undefined /*{d-bup-shadow-radius}*/ undefined /*{d-bup-shadow-color}*/;
|
---|
| 563 | background-image: -webkit-gradient(linear, left top, left bottom, from( #62C462 /*{d-bup-background-start}*/), to( #51A351 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 564 | background-image: -webkit-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 565 | background-image: -moz-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* FF3.6 */
|
---|
| 566 | background-image: -ms-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* IE10 */
|
---|
| 567 | background-image: -o-linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 568 | background-image: linear-gradient( #62C462 /*{d-bup-background-start}*/, #51A351 /*{d-bup-background-end}*/);
|
---|
| 569 | }
|
---|
| 570 | .ui-btn-up-d:visited,
|
---|
| 571 | .ui-btn-up-d a.ui-link-inherit {
|
---|
| 572 | color: #ffffff /*{d-bup-color}*/;
|
---|
| 573 | }
|
---|
| 574 | .ui-btn-hover-d {
|
---|
| 575 | border: 1px solid #00a84c /*{d-bhover-border}*/;
|
---|
| 576 | background: #5BB75B /*{d-bhover-background-color}*/;
|
---|
| 577 | font-weight: bold;
|
---|
| 578 | color: #ffffff /*{d-bhover-color}*/;
|
---|
| 579 | text-shadow: undefined /*{d-bhover-shadow-x}*/ undefined /*{d-bhover-shadow-y}*/ undefined /*{d-bhover-shadow-radius}*/ undefined /*{d-bhover-shadow-color}*/;
|
---|
| 580 | background-image: -webkit-gradient(linear, left top, left bottom, from( #5BB75B /*{d-bhover-background-start}*/), to( #5BB75B /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 581 | background-image: -webkit-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 582 | background-image: -moz-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* FF3.6 */
|
---|
| 583 | background-image: -ms-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* IE10 */
|
---|
| 584 | background-image: -o-linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 585 | background-image: linear-gradient( #5BB75B /*{d-bhover-background-start}*/, #5BB75B /*{d-bhover-background-end}*/);
|
---|
| 586 | }
|
---|
| 587 | .ui-btn-hover-d:visited,
|
---|
| 588 | .ui-btn-hover-d:hover,
|
---|
| 589 | .ui-btn-hover-d a.ui-link-inherit {
|
---|
| 590 | color: #ffffff /*{d-bhover-color}*/;
|
---|
| 591 | }
|
---|
| 592 | .ui-btn-down-d {
|
---|
| 593 | border: 1px solid #00a84c /*{d-bdown-border}*/;
|
---|
| 594 | background: #51a451 /*{d-bdown-background-color}*/;
|
---|
| 595 | font-weight: bold;
|
---|
| 596 | color: #ffffff /*{d-bdown-color}*/;
|
---|
| 597 | text-shadow: undefined /*{d-bdown-shadow-x}*/ undefined /*{d-bdown-shadow-y}*/ undefined /*{d-bdown-shadow-radius}*/ undefined /*{d-bdown-shadow-color}*/;
|
---|
| 598 | background-image: -webkit-gradient(linear, left top, left bottom, from( #51A451 /*{d-bdown-background-start}*/), to( #51A451 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 599 | background-image: -webkit-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 600 | background-image: -moz-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* FF3.6 */
|
---|
| 601 | background-image: -ms-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* IE10 */
|
---|
| 602 | background-image: -o-linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 603 | background-image: linear-gradient( #51A451 /*{d-bdown-background-start}*/, #51A451 /*{d-bdown-background-end}*/);
|
---|
| 604 | }
|
---|
| 605 | .ui-btn-down-d:visited,
|
---|
| 606 | .ui-btn-down-d:hover,
|
---|
| 607 | .ui-btn-down-d a.ui-link-inherit {
|
---|
| 608 | color: #ffffff /*{d-bdown-color}*/;
|
---|
| 609 | }
|
---|
| 610 | .ui-btn-up-d,
|
---|
| 611 | .ui-btn-hover-d,
|
---|
| 612 | .ui-btn-down-d {
|
---|
| 613 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 614 | text-decoration: none;
|
---|
| 615 | }
|
---|
| 616 |
|
---|
| 617 |
|
---|
| 618 |
|
---|
| 619 |
|
---|
| 620 | /* E
|
---|
| 621 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 622 |
|
---|
| 623 | .ui-bar-e {
|
---|
| 624 | border: 1px solid #2A2A2A /*{e-bar-border}*/;
|
---|
| 625 | background: #2F96B4 /*{e-bar-background-color}*/;
|
---|
| 626 | color: #ffffff /*{e-bar-color}*/;
|
---|
| 627 | font-weight: bold;
|
---|
| 628 | text-shadow: 0 /*{e-bar-shadow-x}*/ 0 /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #000000 /*{e-bar-shadow-color}*/;
|
---|
| 629 | background-image: -webkit-gradient(linear, left top, left bottom, from( #5BC0DE /*{e-bar-background-start}*/), to( #2F96B4 /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 630 | background-image: -webkit-linear-gradient( #5BC0DE /*{e-bar-background-start}*/, #2F96B4 /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 631 | background-image: -moz-linear-gradient( #5BC0DE /*{e-bar-background-start}*/, #2F96B4 /*{e-bar-background-end}*/); /* FF3.6 */
|
---|
| 632 | background-image: -ms-linear-gradient( #5BC0DE /*{e-bar-background-start}*/, #2F96B4 /*{e-bar-background-end}*/); /* IE10 */
|
---|
| 633 | background-image: -o-linear-gradient( #5BC0DE /*{e-bar-background-start}*/, #2F96B4 /*{e-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 634 | background-image: linear-gradient( #5BC0DE /*{e-bar-background-start}*/, #2F96B4 /*{e-bar-background-end}*/);
|
---|
| 635 | }
|
---|
| 636 | .ui-bar-e .ui-link-inherit {
|
---|
| 637 | color: #ffffff /*{e-bar-color}*/;
|
---|
| 638 | }
|
---|
| 639 |
|
---|
| 640 | .ui-bar-e a.ui-link {
|
---|
| 641 | color: #7cc4e7 /*{e-bar-link-color}*/;
|
---|
| 642 | font-weight: bold;
|
---|
| 643 | }
|
---|
| 644 |
|
---|
| 645 | .ui-bar-e a.ui-link:visited {
|
---|
| 646 | color: #2489CE /*{e-bar-link-visited}*/;
|
---|
| 647 | }
|
---|
| 648 |
|
---|
| 649 | .ui-bar-e a.ui-link:hover {
|
---|
| 650 | color: #2489CE /*{e-bar-link-hover}*/;
|
---|
| 651 | }
|
---|
| 652 |
|
---|
| 653 | .ui-bar-e a.ui-link:active {
|
---|
| 654 | color: #2489CE /*{e-bar-link-active}*/;
|
---|
| 655 | }
|
---|
| 656 |
|
---|
| 657 | .ui-bar-e,
|
---|
| 658 | .ui-bar-e input,
|
---|
| 659 | .ui-bar-e select,
|
---|
| 660 | .ui-bar-e textarea,
|
---|
| 661 | .ui-bar-e button {
|
---|
| 662 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 663 | }
|
---|
| 664 | .ui-body-e,
|
---|
| 665 | .ui-overlay-e {
|
---|
| 666 | border: 1px solid #cccccc /*{e-body-border}*/;
|
---|
| 667 | color: #333333 /*{e-body-color}*/;
|
---|
| 668 | text-shadow: 0 /*{e-body-shadow-x}*/ 0 /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #000000 /*{e-body-shadow-color}*/;
|
---|
| 669 | background: #ffffff /*{e-body-background-color}*/;
|
---|
| 670 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{e-body-background-start}*/), to( #FFFFFF /*{e-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 671 | background-image: -webkit-linear-gradient( #FFFFFF /*{e-body-background-start}*/, #FFFFFF /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 672 | background-image: -moz-linear-gradient( #FFFFFF /*{e-body-background-start}*/, #FFFFFF /*{e-body-background-end}*/); /* FF3.6 */
|
---|
| 673 | background-image: -ms-linear-gradient( #FFFFFF /*{e-body-background-start}*/, #FFFFFF /*{e-body-background-end}*/); /* IE10 */
|
---|
| 674 | background-image: -o-linear-gradient( #FFFFFF /*{e-body-background-start}*/, #FFFFFF /*{e-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 675 | background-image: linear-gradient( #FFFFFF /*{e-body-background-start}*/, #FFFFFF /*{e-body-background-end}*/);
|
---|
| 676 | }
|
---|
| 677 | .ui-overlay-e {
|
---|
| 678 | background-image: none;
|
---|
| 679 | border-width: 0;
|
---|
| 680 | }
|
---|
| 681 | .ui-body-e,
|
---|
| 682 | .ui-body-e input,
|
---|
| 683 | .ui-body-e select,
|
---|
| 684 | .ui-body-e textarea,
|
---|
| 685 | .ui-body-e button {
|
---|
| 686 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 687 | }
|
---|
| 688 | .ui-body-e .ui-link-inherit {
|
---|
| 689 | color: #333333 /*{e-body-color}*/;
|
---|
| 690 | }
|
---|
| 691 |
|
---|
| 692 | .ui-body-e .ui-link {
|
---|
| 693 | color: #2489CE /*{e-body-link-color}*/;
|
---|
| 694 | font-weight: bold;
|
---|
| 695 | }
|
---|
| 696 |
|
---|
| 697 | .ui-body-e .ui-link:visited {
|
---|
| 698 | color: #2489CE /*{e-body-link-visited}*/;
|
---|
| 699 | }
|
---|
| 700 |
|
---|
| 701 | .ui-body-e .ui-link:hover {
|
---|
| 702 | color: #2489CE /*{e-body-link-hover}*/;
|
---|
| 703 | }
|
---|
| 704 |
|
---|
| 705 | .ui-body-e .ui-link:active {
|
---|
| 706 | color: #2489CE /*{e-body-link-active}*/;
|
---|
| 707 | }
|
---|
| 708 |
|
---|
| 709 | .ui-btn-up-e {
|
---|
| 710 | border: 1px solid #cccccc /*{e-bup-border}*/;
|
---|
| 711 | background: #2F96B4 /*{e-bup-background-color}*/;
|
---|
| 712 | font-weight: bold;
|
---|
| 713 | color: #ffffff /*{e-bup-color}*/;
|
---|
| 714 | text-shadow: 0 /*{e-bup-shadow-x}*/ 0 /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #ffffff /*{e-bup-shadow-color}*/;
|
---|
| 715 | background-image: -webkit-gradient(linear, left top, left bottom, from( #5BC0DE /*{e-bup-background-start}*/), to( #2F96B4 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 716 | background-image: -webkit-linear-gradient( #5BC0DE /*{e-bup-background-start}*/, #2F96B4 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 717 | background-image: -moz-linear-gradient( #5BC0DE /*{e-bup-background-start}*/, #2F96B4 /*{e-bup-background-end}*/); /* FF3.6 */
|
---|
| 718 | background-image: -ms-linear-gradient( #5BC0DE /*{e-bup-background-start}*/, #2F96B4 /*{e-bup-background-end}*/); /* IE10 */
|
---|
| 719 | background-image: -o-linear-gradient( #5BC0DE /*{e-bup-background-start}*/, #2F96B4 /*{e-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 720 | background-image: linear-gradient( #5BC0DE /*{e-bup-background-start}*/, #2F96B4 /*{e-bup-background-end}*/);
|
---|
| 721 | }
|
---|
| 722 | .ui-btn-up-e:visited,
|
---|
| 723 | .ui-btn-up-e a.ui-link-inherit {
|
---|
| 724 | color: #ffffff /*{e-bup-color}*/;
|
---|
| 725 | }
|
---|
| 726 | .ui-btn-hover-e {
|
---|
| 727 | border: 1px solid #009bb7 /*{e-bhover-border}*/;
|
---|
| 728 | background: #49AFCD /*{e-bhover-background-color}*/;
|
---|
| 729 | font-weight: bold;
|
---|
| 730 | color: #ffffff /*{e-bhover-color}*/;
|
---|
| 731 | text-shadow: undefined /*{e-bhover-shadow-x}*/ undefined /*{e-bhover-shadow-y}*/ undefined /*{e-bhover-shadow-radius}*/ undefined /*{e-bhover-shadow-color}*/;
|
---|
| 732 | background-image: -webkit-gradient(linear, left top, left bottom, from( #49AFCD /*{e-bhover-background-start}*/), to( #49AFCD /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 733 | background-image: -webkit-linear-gradient( #49AFCD /*{e-bhover-background-start}*/, #49AFCD /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 734 | background-image: -moz-linear-gradient( #49AFCD /*{e-bhover-background-start}*/, #49AFCD /*{e-bhover-background-end}*/); /* FF3.6 */
|
---|
| 735 | background-image: -ms-linear-gradient( #49AFCD /*{e-bhover-background-start}*/, #49AFCD /*{e-bhover-background-end}*/); /* IE10 */
|
---|
| 736 | background-image: -o-linear-gradient( #49AFCD /*{e-bhover-background-start}*/, #49AFCD /*{e-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 737 | background-image: linear-gradient( #49AFCD /*{e-bhover-background-start}*/, #49AFCD /*{e-bhover-background-end}*/);
|
---|
| 738 | }
|
---|
| 739 | .ui-btn-hover-e:visited,
|
---|
| 740 | .ui-btn-hover-e:hover,
|
---|
| 741 | .ui-btn-hover-e a.ui-link-inherit {
|
---|
| 742 | color: #ffffff /*{e-bhover-color}*/;
|
---|
| 743 | }
|
---|
| 744 | .ui-btn-down-e {
|
---|
| 745 | border: 1px solid #009bb7 /*{e-bdown-border}*/;
|
---|
| 746 | background: #2e90ad /*{e-bdown-background-color}*/;
|
---|
| 747 | font-weight: bold;
|
---|
| 748 | color: #ffffff /*{e-bdown-color}*/;
|
---|
| 749 | text-shadow: undefined /*{e-bdown-shadow-x}*/ undefined /*{e-bdown-shadow-y}*/ undefined /*{e-bdown-shadow-radius}*/ undefined /*{e-bdown-shadow-color}*/;
|
---|
| 750 | background-image: -webkit-gradient(linear, left top, left bottom, from( #2E90AD /*{e-bdown-background-start}*/), to( #2E90AD /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 751 | background-image: -webkit-linear-gradient( #2E90AD /*{e-bdown-background-start}*/, #2E90AD /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 752 | background-image: -moz-linear-gradient( #2E90AD /*{e-bdown-background-start}*/, #2E90AD /*{e-bdown-background-end}*/); /* FF3.6 */
|
---|
| 753 | background-image: -ms-linear-gradient( #2E90AD /*{e-bdown-background-start}*/, #2E90AD /*{e-bdown-background-end}*/); /* IE10 */
|
---|
| 754 | background-image: -o-linear-gradient( #2E90AD /*{e-bdown-background-start}*/, #2E90AD /*{e-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 755 | background-image: linear-gradient( #2E90AD /*{e-bdown-background-start}*/, #2E90AD /*{e-bdown-background-end}*/);
|
---|
| 756 | }
|
---|
| 757 | .ui-btn-down-e:visited,
|
---|
| 758 | .ui-btn-down-e:hover,
|
---|
| 759 | .ui-btn-down-e a.ui-link-inherit {
|
---|
| 760 | color: #ffffff /*{e-bdown-color}*/;
|
---|
| 761 | }
|
---|
| 762 | .ui-btn-up-e,
|
---|
| 763 | .ui-btn-hover-e,
|
---|
| 764 | .ui-btn-down-e {
|
---|
| 765 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 766 | text-decoration: none;
|
---|
| 767 | }
|
---|
| 768 |
|
---|
| 769 |
|
---|
| 770 |
|
---|
| 771 |
|
---|
| 772 | /* F
|
---|
| 773 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 774 |
|
---|
| 775 | .ui-bar-f {
|
---|
| 776 | border: 1px solid #2A2A2A /*{f-bar-border}*/;
|
---|
| 777 | background: #F89406 /*{f-bar-background-color}*/;
|
---|
| 778 | color: #ffffff /*{f-bar-color}*/;
|
---|
| 779 | font-weight: bold;
|
---|
| 780 | text-shadow: 0 /*{f-bar-shadow-x}*/ 0 /*{f-bar-shadow-y}*/ 0 /*{f-bar-shadow-radius}*/ #000000 /*{f-bar-shadow-color}*/;
|
---|
| 781 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FBB450 /*{f-bar-background-start}*/), to( #F89406 /*{f-bar-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 782 | background-image: -webkit-linear-gradient( #FBB450 /*{f-bar-background-start}*/, #F89406 /*{f-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 783 | background-image: -moz-linear-gradient( #FBB450 /*{f-bar-background-start}*/, #F89406 /*{f-bar-background-end}*/); /* FF3.6 */
|
---|
| 784 | background-image: -ms-linear-gradient( #FBB450 /*{f-bar-background-start}*/, #F89406 /*{f-bar-background-end}*/); /* IE10 */
|
---|
| 785 | background-image: -o-linear-gradient( #FBB450 /*{f-bar-background-start}*/, #F89406 /*{f-bar-background-end}*/); /* Opera 11.10+ */
|
---|
| 786 | background-image: linear-gradient( #FBB450 /*{f-bar-background-start}*/, #F89406 /*{f-bar-background-end}*/);
|
---|
| 787 | }
|
---|
| 788 | .ui-bar-f .ui-link-inherit {
|
---|
| 789 | color: #ffffff /*{f-bar-color}*/;
|
---|
| 790 | }
|
---|
| 791 |
|
---|
| 792 | .ui-bar-f a.ui-link {
|
---|
| 793 | color: #7cc4e7 /*{f-bar-link-color}*/;
|
---|
| 794 | font-weight: bold;
|
---|
| 795 | }
|
---|
| 796 |
|
---|
| 797 | .ui-bar-f a.ui-link:visited {
|
---|
| 798 | color: #2489CE /*{f-bar-link-visited}*/;
|
---|
| 799 | }
|
---|
| 800 |
|
---|
| 801 | .ui-bar-f a.ui-link:hover {
|
---|
| 802 | color: #2489CE /*{f-bar-link-hover}*/;
|
---|
| 803 | }
|
---|
| 804 |
|
---|
| 805 | .ui-bar-f a.ui-link:active {
|
---|
| 806 | color: #2489CE /*{f-bar-link-active}*/;
|
---|
| 807 | }
|
---|
| 808 |
|
---|
| 809 | .ui-bar-f,
|
---|
| 810 | .ui-bar-f input,
|
---|
| 811 | .ui-bar-f select,
|
---|
| 812 | .ui-bar-f textarea,
|
---|
| 813 | .ui-bar-f button {
|
---|
| 814 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 815 | }
|
---|
| 816 | .ui-body-f,
|
---|
| 817 | .ui-overlay-f {
|
---|
| 818 | border: 1px solid #cccccc /*{f-body-border}*/;
|
---|
| 819 | color: #333333 /*{f-body-color}*/;
|
---|
| 820 | text-shadow: 0 /*{f-body-shadow-x}*/ 0 /*{f-body-shadow-y}*/ 0 /*{f-body-shadow-radius}*/ #000000 /*{f-body-shadow-color}*/;
|
---|
| 821 | background: #ffffff /*{f-body-background-color}*/;
|
---|
| 822 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FFFFFF /*{f-body-background-start}*/), to( #FFFFFF /*{f-body-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 823 | background-image: -webkit-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #FFFFFF /*{f-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 824 | background-image: -moz-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #FFFFFF /*{f-body-background-end}*/); /* FF3.6 */
|
---|
| 825 | background-image: -ms-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #FFFFFF /*{f-body-background-end}*/); /* IE10 */
|
---|
| 826 | background-image: -o-linear-gradient( #FFFFFF /*{f-body-background-start}*/, #FFFFFF /*{f-body-background-end}*/); /* Opera 11.10+ */
|
---|
| 827 | background-image: linear-gradient( #FFFFFF /*{f-body-background-start}*/, #FFFFFF /*{f-body-background-end}*/);
|
---|
| 828 | }
|
---|
| 829 | .ui-overlay-f {
|
---|
| 830 | background-image: none;
|
---|
| 831 | border-width: 0;
|
---|
| 832 | }
|
---|
| 833 | .ui-body-f,
|
---|
| 834 | .ui-body-f input,
|
---|
| 835 | .ui-body-f select,
|
---|
| 836 | .ui-body-f textarea,
|
---|
| 837 | .ui-body-f button {
|
---|
| 838 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 839 | }
|
---|
| 840 | .ui-body-f .ui-link-inherit {
|
---|
| 841 | color: #333333 /*{f-body-color}*/;
|
---|
| 842 | }
|
---|
| 843 |
|
---|
| 844 | .ui-body-f .ui-link {
|
---|
| 845 | color: #2489CE /*{f-body-link-color}*/;
|
---|
| 846 | font-weight: bold;
|
---|
| 847 | }
|
---|
| 848 |
|
---|
| 849 | .ui-body-f .ui-link:visited {
|
---|
| 850 | color: #2489CE /*{f-body-link-visited}*/;
|
---|
| 851 | }
|
---|
| 852 |
|
---|
| 853 | .ui-body-f .ui-link:hover {
|
---|
| 854 | color: #2489CE /*{f-body-link-hover}*/;
|
---|
| 855 | }
|
---|
| 856 |
|
---|
| 857 | .ui-body-f .ui-link:active {
|
---|
| 858 | color: #2489CE /*{f-body-link-active}*/;
|
---|
| 859 | }
|
---|
| 860 |
|
---|
| 861 | .ui-btn-up-f {
|
---|
| 862 | border: 1px solid #cccccc /*{f-bup-border}*/;
|
---|
| 863 | background: #F89406 /*{f-bup-background-color}*/;
|
---|
| 864 | font-weight: bold;
|
---|
| 865 | color: #ffffff /*{f-bup-color}*/;
|
---|
| 866 | text-shadow: undefined /*{f-bup-shadow-x}*/ undefined /*{f-bup-shadow-y}*/ undefined /*{f-bup-shadow-radius}*/ undefined /*{f-bup-shadow-color}*/;
|
---|
| 867 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FBB450 /*{f-bup-background-start}*/), to( #F89406 /*{f-bup-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 868 | background-image: -webkit-linear-gradient( #FBB450 /*{f-bup-background-start}*/, #F89406 /*{f-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 869 | background-image: -moz-linear-gradient( #FBB450 /*{f-bup-background-start}*/, #F89406 /*{f-bup-background-end}*/); /* FF3.6 */
|
---|
| 870 | background-image: -ms-linear-gradient( #FBB450 /*{f-bup-background-start}*/, #F89406 /*{f-bup-background-end}*/); /* IE10 */
|
---|
| 871 | background-image: -o-linear-gradient( #FBB450 /*{f-bup-background-start}*/, #F89406 /*{f-bup-background-end}*/); /* Opera 11.10+ */
|
---|
| 872 | background-image: linear-gradient( #FBB450 /*{f-bup-background-start}*/, #F89406 /*{f-bup-background-end}*/);
|
---|
| 873 | }
|
---|
| 874 | .ui-btn-up-f:visited,
|
---|
| 875 | .ui-btn-up-f a.ui-link-inherit {
|
---|
| 876 | color: #ffffff /*{f-bup-color}*/;
|
---|
| 877 | }
|
---|
| 878 | .ui-btn-hover-f {
|
---|
| 879 | border: 1px solid #f28f00 /*{f-bhover-border}*/;
|
---|
| 880 | background: #FAA732 /*{f-bhover-background-color}*/;
|
---|
| 881 | font-weight: bold;
|
---|
| 882 | color: #ffffff /*{f-bhover-color}*/;
|
---|
| 883 | text-shadow: undefined /*{f-bhover-shadow-x}*/ undefined /*{f-bhover-shadow-y}*/ undefined /*{f-bhover-shadow-radius}*/ undefined /*{f-bhover-shadow-color}*/;
|
---|
| 884 | background-image: -webkit-gradient(linear, left top, left bottom, from( #FAA732 /*{f-bhover-background-start}*/), to( #FAA732 /*{f-bhover-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 885 | background-image: -webkit-linear-gradient( #FAA732 /*{f-bhover-background-start}*/, #FAA732 /*{f-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 886 | background-image: -moz-linear-gradient( #FAA732 /*{f-bhover-background-start}*/, #FAA732 /*{f-bhover-background-end}*/); /* FF3.6 */
|
---|
| 887 | background-image: -ms-linear-gradient( #FAA732 /*{f-bhover-background-start}*/, #FAA732 /*{f-bhover-background-end}*/); /* IE10 */
|
---|
| 888 | background-image: -o-linear-gradient( #FAA732 /*{f-bhover-background-start}*/, #FAA732 /*{f-bhover-background-end}*/); /* Opera 11.10+ */
|
---|
| 889 | background-image: linear-gradient( #FAA732 /*{f-bhover-background-start}*/, #FAA732 /*{f-bhover-background-end}*/);
|
---|
| 890 | }
|
---|
| 891 | .ui-btn-hover-f:visited,
|
---|
| 892 | .ui-btn-hover-f:hover,
|
---|
| 893 | .ui-btn-hover-f a.ui-link-inherit {
|
---|
| 894 | color: #ffffff /*{f-bhover-color}*/;
|
---|
| 895 | }
|
---|
| 896 | .ui-btn-down-f {
|
---|
| 897 | border: 1px solid #f28f00 /*{f-bdown-border}*/;
|
---|
| 898 | background: #f99406 /*{f-bdown-background-color}*/;
|
---|
| 899 | font-weight: bold;
|
---|
| 900 | color: #ffffff /*{f-bdown-color}*/;
|
---|
| 901 | text-shadow: undefined /*{f-bdown-shadow-x}*/ undefined /*{f-bdown-shadow-y}*/ undefined /*{f-bdown-shadow-radius}*/ undefined /*{f-bdown-shadow-color}*/;
|
---|
| 902 | background-image: -webkit-gradient(linear, left top, left bottom, from( #F99406 /*{f-bdown-background-start}*/), to( #F99406 /*{f-bdown-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 903 | background-image: -webkit-linear-gradient( #F99406 /*{f-bdown-background-start}*/, #F99406 /*{f-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 904 | background-image: -moz-linear-gradient( #F99406 /*{f-bdown-background-start}*/, #F99406 /*{f-bdown-background-end}*/); /* FF3.6 */
|
---|
| 905 | background-image: -ms-linear-gradient( #F99406 /*{f-bdown-background-start}*/, #F99406 /*{f-bdown-background-end}*/); /* IE10 */
|
---|
| 906 | background-image: -o-linear-gradient( #F99406 /*{f-bdown-background-start}*/, #F99406 /*{f-bdown-background-end}*/); /* Opera 11.10+ */
|
---|
| 907 | background-image: linear-gradient( #F99406 /*{f-bdown-background-start}*/, #F99406 /*{f-bdown-background-end}*/);
|
---|
| 908 | }
|
---|
| 909 | .ui-btn-down-f:visited,
|
---|
| 910 | .ui-btn-down-f:hover,
|
---|
| 911 | .ui-btn-down-f a.ui-link-inherit {
|
---|
| 912 | color: #ffffff /*{f-bdown-color}*/;
|
---|
| 913 | }
|
---|
| 914 | .ui-btn-up-f,
|
---|
| 915 | .ui-btn-hover-f,
|
---|
| 916 | .ui-btn-down-f {
|
---|
| 917 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 918 | text-decoration: none;
|
---|
| 919 | }
|
---|
| 920 |
|
---|
| 921 |
|
---|
| 922 |
|
---|
| 923 |
|
---|
| 924 | /* Structure */
|
---|
| 925 |
|
---|
| 926 | /* links within "buttons"
|
---|
| 927 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 928 |
|
---|
| 929 | a.ui-link-inherit {
|
---|
| 930 | text-decoration: none !important;
|
---|
| 931 | }
|
---|
| 932 |
|
---|
| 933 |
|
---|
| 934 | /* Active class used as the "on" state across all themes
|
---|
| 935 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 936 | .ui-btn-active {
|
---|
| 937 | border: 1px solid #155678 /*{global-active-border}*/;
|
---|
| 938 | background: #8f8f8f /*{global-active-background-color}*/;
|
---|
| 939 | font-weight: bold;
|
---|
| 940 | color: #ffffff /*{global-active-color}*/;
|
---|
| 941 | cursor: pointer;
|
---|
| 942 | text-shadow: undefined /*{global-active-shadow-x}*/ undefined /*{global-active-shadow-y}*/ undefined /*{global-active-shadow-radius}*/ undefined /*{global-active-shadow-color}*/;
|
---|
| 943 | text-decoration: none;
|
---|
| 944 | background-image: -webkit-gradient(linear, left top, left bottom, from( #8F8F8F /*{global-active-background-start}*/), to( #8F8F8F /*{global-active-background-end}*/)); /* Saf4+, Chrome */
|
---|
| 945 | background-image: -webkit-linear-gradient( #8F8F8F /*{global-active-background-start}*/, #8F8F8F /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
|
---|
| 946 | background-image: -moz-linear-gradient( #8F8F8F /*{global-active-background-start}*/, #8F8F8F /*{global-active-background-end}*/); /* FF3.6 */
|
---|
| 947 | background-image: -ms-linear-gradient( #8F8F8F /*{global-active-background-start}*/, #8F8F8F /*{global-active-background-end}*/); /* IE10 */
|
---|
| 948 | background-image: -o-linear-gradient( #8F8F8F /*{global-active-background-start}*/, #8F8F8F /*{global-active-background-end}*/); /* Opera 11.10+ */
|
---|
| 949 | background-image: linear-gradient( #8F8F8F /*{global-active-background-start}*/, #8F8F8F /*{global-active-background-end}*/);
|
---|
| 950 | font-family: "Helvetica Neue",Helvetica,Arial,sans-serif /*{global-font-family}*/;
|
---|
| 951 | }
|
---|
| 952 | .ui-btn-active:visited,
|
---|
| 953 | .ui-btn-active:hover,
|
---|
| 954 | .ui-btn-active a.ui-link-inherit {
|
---|
| 955 | color: #ffffff /*{global-active-color}*/;
|
---|
| 956 | }
|
---|
| 957 |
|
---|
| 958 |
|
---|
| 959 | /* button inner top highlight
|
---|
| 960 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 961 |
|
---|
| 962 | .ui-btn-inner {
|
---|
| 963 | border-top: 1px solid #fff;
|
---|
| 964 | border-color: rgba(255,255,255,.3);
|
---|
| 965 | }
|
---|
| 966 |
|
---|
| 967 |
|
---|
| 968 | /* corner rounding classes
|
---|
| 969 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 970 |
|
---|
| 971 | .ui-corner-tl {
|
---|
| 972 | -moz-border-radius-topleft: .25em /*{global-radii-blocks}*/;
|
---|
| 973 | -webkit-border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 974 | border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 975 | }
|
---|
| 976 | .ui-corner-tr {
|
---|
| 977 | -moz-border-radius-topright: .25em /*{global-radii-blocks}*/;
|
---|
| 978 | -webkit-border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 979 | border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 980 | }
|
---|
| 981 | .ui-corner-bl {
|
---|
| 982 | -moz-border-radius-bottomleft: .25em /*{global-radii-blocks}*/;
|
---|
| 983 | -webkit-border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 984 | border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 985 | }
|
---|
| 986 | .ui-corner-br {
|
---|
| 987 | -moz-border-radius-bottomright: .25em /*{global-radii-blocks}*/;
|
---|
| 988 | -webkit-border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 989 | border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 990 | }
|
---|
| 991 | .ui-corner-top {
|
---|
| 992 | -moz-border-radius-topleft: .25em /*{global-radii-blocks}*/;
|
---|
| 993 | -webkit-border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 994 | border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 995 | -moz-border-radius-topright: .25em /*{global-radii-blocks}*/;
|
---|
| 996 | -webkit-border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 997 | border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 998 | }
|
---|
| 999 | .ui-corner-bottom {
|
---|
| 1000 | -moz-border-radius-bottomleft: .25em /*{global-radii-blocks}*/;
|
---|
| 1001 | -webkit-border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1002 | border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1003 | -moz-border-radius-bottomright: .25em /*{global-radii-blocks}*/;
|
---|
| 1004 | -webkit-border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1005 | border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1006 | }
|
---|
| 1007 | .ui-corner-right {
|
---|
| 1008 | -moz-border-radius-topright: .25em /*{global-radii-blocks}*/;
|
---|
| 1009 | -webkit-border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1010 | border-top-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1011 | -moz-border-radius-bottomright: .25em /*{global-radii-blocks}*/;
|
---|
| 1012 | -webkit-border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1013 | border-bottom-right-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1014 | }
|
---|
| 1015 | .ui-corner-left {
|
---|
| 1016 | -moz-border-radius-topleft: .25em /*{global-radii-blocks}*/;
|
---|
| 1017 | -webkit-border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1018 | border-top-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1019 | -moz-border-radius-bottomleft: .25em /*{global-radii-blocks}*/;
|
---|
| 1020 | -webkit-border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1021 | border-bottom-left-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1022 | }
|
---|
| 1023 | .ui-corner-all {
|
---|
| 1024 | -moz-border-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1025 | -webkit-border-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1026 | border-radius: .25em /*{global-radii-blocks}*/;
|
---|
| 1027 | }
|
---|
| 1028 | .ui-corner-none {
|
---|
| 1029 | -moz-border-radius: 0;
|
---|
| 1030 | -webkit-border-radius: 0;
|
---|
| 1031 | border-radius: 0;
|
---|
| 1032 | }
|
---|
| 1033 |
|
---|
| 1034 | /* Form field separator
|
---|
| 1035 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1036 | .ui-br {
|
---|
| 1037 | border-bottom: rgb(130,130,130);
|
---|
| 1038 | border-bottom: rgba(130,130,130,.3);
|
---|
| 1039 | border-bottom-width: 1px;
|
---|
| 1040 | border-bottom-style: solid;
|
---|
| 1041 | }
|
---|
| 1042 |
|
---|
| 1043 | /* Interaction cues
|
---|
| 1044 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1045 | .ui-disabled {
|
---|
| 1046 | filter: Alpha(Opacity=30);
|
---|
| 1047 | opacity: .3;
|
---|
| 1048 | zoom: 1;
|
---|
| 1049 | }
|
---|
| 1050 | .ui-disabled,
|
---|
| 1051 | .ui-disabled a {
|
---|
| 1052 | cursor: default !important;
|
---|
| 1053 | pointer-events: none;
|
---|
| 1054 | }
|
---|
| 1055 |
|
---|
| 1056 | /* Icons
|
---|
| 1057 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1058 |
|
---|
| 1059 | .ui-icon,
|
---|
| 1060 | .ui-icon-searchfield:after {
|
---|
| 1061 | background: #666666 /*{global-icon-color}*/;
|
---|
| 1062 | background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
|
---|
| 1063 | background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
|
---|
| 1064 | background-repeat: no-repeat;
|
---|
| 1065 | -moz-border-radius: 9px;
|
---|
| 1066 | -webkit-border-radius: 9px;
|
---|
| 1067 | border-radius: 9px;
|
---|
| 1068 | }
|
---|
| 1069 |
|
---|
| 1070 |
|
---|
| 1071 | /* Alt icon color
|
---|
| 1072 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1073 |
|
---|
| 1074 | .ui-icon-alt {
|
---|
| 1075 | background: #fff;
|
---|
| 1076 | background: rgba(255,255,255,.3);
|
---|
| 1077 | background-image: url(images/icons-18-black.png);
|
---|
| 1078 | background-repeat: no-repeat;
|
---|
| 1079 | }
|
---|
| 1080 |
|
---|
| 1081 | /* HD/"retina" sprite
|
---|
| 1082 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1083 |
|
---|
| 1084 | @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
|
---|
| 1085 | only screen and (min--moz-device-pixel-ratio: 1.5),
|
---|
| 1086 | only screen and (min-resolution: 240dpi) {
|
---|
| 1087 |
|
---|
| 1088 | .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
|
---|
| 1089 | .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
|
---|
| 1090 | .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
|
---|
| 1091 | .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-search, .ui-icon-searchfield:after,
|
---|
| 1092 | .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
|
---|
| 1093 | background-image: url(images/icons-36-white.png);
|
---|
| 1094 | -moz-background-size: 776px 18px;
|
---|
| 1095 | -o-background-size: 776px 18px;
|
---|
| 1096 | -webkit-background-size: 776px 18px;
|
---|
| 1097 | background-size: 776px 18px;
|
---|
| 1098 | }
|
---|
| 1099 | .ui-icon-alt {
|
---|
| 1100 | background-image: url(images/icons-36-black.png);
|
---|
| 1101 | }
|
---|
| 1102 | }
|
---|
| 1103 |
|
---|
| 1104 | /* plus minus */
|
---|
| 1105 | .ui-icon-plus {
|
---|
| 1106 | background-position: -0 50%;
|
---|
| 1107 | }
|
---|
| 1108 | .ui-icon-minus {
|
---|
| 1109 | background-position: -36px 50%;
|
---|
| 1110 | }
|
---|
| 1111 |
|
---|
| 1112 | /* delete/close */
|
---|
| 1113 | .ui-icon-delete {
|
---|
| 1114 | background-position: -72px 50%;
|
---|
| 1115 | }
|
---|
| 1116 |
|
---|
| 1117 | /* arrows */
|
---|
| 1118 | .ui-icon-arrow-r {
|
---|
| 1119 | background-position: -108px 50%;
|
---|
| 1120 | }
|
---|
| 1121 | .ui-icon-arrow-l {
|
---|
| 1122 | background-position: -144px 50%;
|
---|
| 1123 | }
|
---|
| 1124 | .ui-icon-arrow-u {
|
---|
| 1125 | background-position: -180px 50%;
|
---|
| 1126 | }
|
---|
| 1127 | .ui-icon-arrow-d {
|
---|
| 1128 | background-position: -216px 50%;
|
---|
| 1129 | }
|
---|
| 1130 |
|
---|
| 1131 | /* misc */
|
---|
| 1132 | .ui-icon-check {
|
---|
| 1133 | background-position: -252px 50%;
|
---|
| 1134 | }
|
---|
| 1135 | .ui-icon-gear {
|
---|
| 1136 | background-position: -288px 50%;
|
---|
| 1137 | }
|
---|
| 1138 | .ui-icon-refresh {
|
---|
| 1139 | background-position: -324px 50%;
|
---|
| 1140 | }
|
---|
| 1141 | .ui-icon-forward {
|
---|
| 1142 | background-position: -360px 50%;
|
---|
| 1143 | }
|
---|
| 1144 | .ui-icon-back {
|
---|
| 1145 | background-position: -396px 50%;
|
---|
| 1146 | }
|
---|
| 1147 | .ui-icon-grid {
|
---|
| 1148 | background-position: -432px 50%;
|
---|
| 1149 | }
|
---|
| 1150 | .ui-icon-star {
|
---|
| 1151 | background-position: -468px 50%;
|
---|
| 1152 | }
|
---|
| 1153 | .ui-icon-alert {
|
---|
| 1154 | background-position: -504px 50%;
|
---|
| 1155 | }
|
---|
| 1156 | .ui-icon-info {
|
---|
| 1157 | background-position: -540px 50%;
|
---|
| 1158 | }
|
---|
| 1159 | .ui-icon-home {
|
---|
| 1160 | background-position: -576px 50%;
|
---|
| 1161 | }
|
---|
| 1162 | .ui-icon-search,
|
---|
| 1163 | .ui-icon-searchfield:after {
|
---|
| 1164 | background-position: -612px 50%;
|
---|
| 1165 | }
|
---|
| 1166 | .ui-icon-checkbox-off {
|
---|
| 1167 | background-position: -684px 50%;
|
---|
| 1168 | }
|
---|
| 1169 | .ui-icon-checkbox-on {
|
---|
| 1170 | background-position: -648px 50%;
|
---|
| 1171 | }
|
---|
| 1172 | .ui-icon-radio-off {
|
---|
| 1173 | background-position: -756px 50%;
|
---|
| 1174 | }
|
---|
| 1175 | .ui-icon-radio-on {
|
---|
| 1176 | background-position: -720px 50%;
|
---|
| 1177 | }
|
---|
| 1178 |
|
---|
| 1179 |
|
---|
| 1180 | /* checks,radios */
|
---|
| 1181 | .ui-checkbox .ui-icon,
|
---|
| 1182 | .ui-selectmenu-list .ui-icon {
|
---|
| 1183 | -moz-border-radius: 3px;
|
---|
| 1184 | -webkit-border-radius: 3px;
|
---|
| 1185 | border-radius: 3px;
|
---|
| 1186 | }
|
---|
| 1187 | .ui-icon-checkbox-off,
|
---|
| 1188 | .ui-icon-radio-off {
|
---|
| 1189 | background-color: transparent;
|
---|
| 1190 | }
|
---|
| 1191 | .ui-checkbox-on .ui-icon,
|
---|
| 1192 | .ui-radio-on .ui-icon {
|
---|
| 1193 | background-color: #8f8f8f /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
|
---|
| 1194 | }
|
---|
| 1195 |
|
---|
| 1196 | /* loading icon */
|
---|
| 1197 | .ui-icon-loading {
|
---|
| 1198 | background: url(images/ajax-loader.gif);
|
---|
| 1199 | background-size: 46px 46px;
|
---|
| 1200 | }
|
---|
| 1201 |
|
---|
| 1202 |
|
---|
| 1203 | /* Button corner classes
|
---|
| 1204 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1205 |
|
---|
| 1206 | .ui-btn-corner-tl {
|
---|
| 1207 | -moz-border-radius-topleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1208 | -webkit-border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1209 | border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1210 | }
|
---|
| 1211 | .ui-btn-corner-tr {
|
---|
| 1212 | -moz-border-radius-topright: .25em /*{global-radii-buttons}*/;
|
---|
| 1213 | -webkit-border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1214 | border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1215 | }
|
---|
| 1216 | .ui-btn-corner-bl {
|
---|
| 1217 | -moz-border-radius-bottomleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1218 | -webkit-border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1219 | border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1220 | }
|
---|
| 1221 | .ui-btn-corner-br {
|
---|
| 1222 | -moz-border-radius-bottomright: .25em /*{global-radii-buttons}*/;
|
---|
| 1223 | -webkit-border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1224 | border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1225 | }
|
---|
| 1226 | .ui-btn-corner-top {
|
---|
| 1227 | -moz-border-radius-topleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1228 | -webkit-border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1229 | border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1230 | -moz-border-radius-topright: .25em /*{global-radii-buttons}*/;
|
---|
| 1231 | -webkit-border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1232 | border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1233 | }
|
---|
| 1234 | .ui-btn-corner-bottom {
|
---|
| 1235 | -moz-border-radius-bottomleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1236 | -webkit-border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1237 | border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1238 | -moz-border-radius-bottomright: .25em /*{global-radii-buttons}*/;
|
---|
| 1239 | -webkit-border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1240 | border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1241 | }
|
---|
| 1242 | .ui-btn-corner-right {
|
---|
| 1243 | -moz-border-radius-topright: .25em /*{global-radii-buttons}*/;
|
---|
| 1244 | -webkit-border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1245 | border-top-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1246 | -moz-border-radius-bottomright: .25em /*{global-radii-buttons}*/;
|
---|
| 1247 | -webkit-border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1248 | border-bottom-right-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1249 | }
|
---|
| 1250 | .ui-btn-corner-left {
|
---|
| 1251 | -moz-border-radius-topleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1252 | -webkit-border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1253 | border-top-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1254 | -moz-border-radius-bottomleft: .25em /*{global-radii-buttons}*/;
|
---|
| 1255 | -webkit-border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1256 | border-bottom-left-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1257 | }
|
---|
| 1258 | .ui-btn-corner-all {
|
---|
| 1259 | -moz-border-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1260 | -webkit-border-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1261 | border-radius: .25em /*{global-radii-buttons}*/;
|
---|
| 1262 | }
|
---|
| 1263 |
|
---|
| 1264 | /* radius clip workaround for cleaning up corner trapping */
|
---|
| 1265 | .ui-corner-tl,
|
---|
| 1266 | .ui-corner-tr,
|
---|
| 1267 | .ui-corner-bl,
|
---|
| 1268 | .ui-corner-br,
|
---|
| 1269 | .ui-corner-top,
|
---|
| 1270 | .ui-corner-bottom,
|
---|
| 1271 | .ui-corner-right,
|
---|
| 1272 | .ui-corner-left,
|
---|
| 1273 | .ui-corner-all,
|
---|
| 1274 | .ui-btn-corner-tl,
|
---|
| 1275 | .ui-btn-corner-tr,
|
---|
| 1276 | .ui-btn-corner-bl,
|
---|
| 1277 | .ui-btn-corner-br,
|
---|
| 1278 | .ui-btn-corner-top,
|
---|
| 1279 | .ui-btn-corner-bottom,
|
---|
| 1280 | .ui-btn-corner-right,
|
---|
| 1281 | .ui-btn-corner-left,
|
---|
| 1282 | .ui-btn-corner-all {
|
---|
| 1283 | -webkit-background-clip: padding-box;
|
---|
| 1284 | -moz-background-clip: padding;
|
---|
| 1285 | background-clip: padding-box;
|
---|
| 1286 | }
|
---|
| 1287 |
|
---|
| 1288 | /* Overlay / modal
|
---|
| 1289 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1290 |
|
---|
| 1291 | .ui-overlay {
|
---|
| 1292 | background: #666;
|
---|
| 1293 | filter: Alpha(Opacity=50);
|
---|
| 1294 | opacity: .5;
|
---|
| 1295 | position: absolute;
|
---|
| 1296 | width: 100%;
|
---|
| 1297 | height: 100%;
|
---|
| 1298 | }
|
---|
| 1299 | .ui-overlay-shadow {
|
---|
| 1300 | -moz-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
|
---|
| 1301 | -webkit-box-shadow: 0px 0px 12px rgba(0,0,0,.6);
|
---|
| 1302 | box-shadow: 0px 0px 12px rgba(0,0,0,.6);
|
---|
| 1303 | }
|
---|
| 1304 | .ui-shadow {
|
---|
| 1305 | -moz-box-shadow: 0px 1px 0 /*{global-box-shadow-size}*/ rgba(0,0,0,0) /*{global-box-shadow-color}*/;
|
---|
| 1306 | -webkit-box-shadow: 0px 1px 0 /*{global-box-shadow-size}*/ rgba(0,0,0,0) /*{global-box-shadow-color}*/;
|
---|
| 1307 | box-shadow: 0px 1px 0 /*{global-box-shadow-size}*/ rgba(0,0,0,0) /*{global-box-shadow-color}*/;
|
---|
| 1308 | }
|
---|
| 1309 | .ui-bar-a .ui-shadow,
|
---|
| 1310 | .ui-bar-b .ui-shadow ,
|
---|
| 1311 | .ui-bar-c .ui-shadow {
|
---|
| 1312 | -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
|
---|
| 1313 | -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.3);
|
---|
| 1314 | box-shadow: 0px 1px 0 rgba(255,255,255,.3);
|
---|
| 1315 | }
|
---|
| 1316 | .ui-shadow-inset {
|
---|
| 1317 | -moz-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
|
---|
| 1318 | -webkit-box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
|
---|
| 1319 | box-shadow: inset 0px 1px 4px rgba(0,0,0,.2);
|
---|
| 1320 | }
|
---|
| 1321 | .ui-icon-shadow {
|
---|
| 1322 | -moz-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
|
---|
| 1323 | -webkit-box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
|
---|
| 1324 | box-shadow: 0px 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
|
---|
| 1325 | }
|
---|
| 1326 |
|
---|
| 1327 | /* Focus state - set here for specificity (note: these classes are added by JavaScript)
|
---|
| 1328 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1329 |
|
---|
| 1330 | .ui-btn:focus, .ui-link-inherit:focus {
|
---|
| 1331 | outline: 0;
|
---|
| 1332 | }
|
---|
| 1333 | .ui-btn.ui-focus {
|
---|
| 1334 | z-index: 1;
|
---|
| 1335 | }
|
---|
| 1336 | .ui-focus,
|
---|
| 1337 | .ui-btn:focus {
|
---|
| 1338 | -moz-box-shadow: inset 0px 0px 3px #8f8f8f /*{global-active-background-color}*/, 0px 0px 9px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1339 | -webkit-box-shadow: inset 0px 0px 3px #8f8f8f /*{global-active-background-color}*/, 0px 0px 9px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1340 | box-shadow: inset 0px 0px 3px #8f8f8f /*{global-active-background-color}*/, 0px 0px 9px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1341 | }
|
---|
| 1342 | .ui-input-text.ui-focus,
|
---|
| 1343 | .ui-input-search.ui-focus {
|
---|
| 1344 | -moz-box-shadow: 0px 0px 12px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1345 | -webkit-box-shadow: 0px 0px 12px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1346 | box-shadow: 0px 0px 12px #8f8f8f /*{global-active-background-color}*/;
|
---|
| 1347 | }
|
---|
| 1348 |
|
---|
| 1349 | /* unset box shadow in browsers that don't do it right
|
---|
| 1350 | -----------------------------------------------------------------------------------------------------------*/
|
---|
| 1351 |
|
---|
| 1352 | .ui-mobile-nosupport-boxshadow * {
|
---|
| 1353 | -moz-box-shadow: none !important;
|
---|
| 1354 | -webkit-box-shadow: none !important;
|
---|
| 1355 | box-shadow: none !important;
|
---|
| 1356 | }
|
---|
| 1357 |
|
---|
| 1358 | /* ...and bring back focus */
|
---|
| 1359 | .ui-mobile-nosupport-boxshadow .ui-focus,
|
---|
| 1360 | .ui-mobile-nosupport-boxshadow .ui-btn:focus,
|
---|
| 1361 | .ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
|
---|
| 1362 | outline-width: 1px;
|
---|
| 1363 | outline-style: auto;
|
---|
| 1364 | }
|
---|