1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069 |
- /*!
- * jQuery Mobile 1.3.2
- * Git HEAD hash: 528cf0e96940644ea644096bfeb913ed920ffaef <> Date: Fri Jul 19 2013 22:17:57 UTC
- * http://jquerymobile.com
- *
- * Copyright 2010, 2013 jQuery Foundation, Inc. and other contributors
- * Released under the MIT license.
- * http://jquery.org/license
- *
- */
- /* Swatches */
- /* A
- -----------------------------------------------------------------------------------------------------------*/
- .ui-bar-a {
- border: 1px solid #333 /*{a-bar-border}*/;
- background: #111 /*{a-bar-background-color}*/;
- color: #fff /*{a-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #3c3c3c /*{a-bar-background-start}*/), to( #111 /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #3c3c3c /*{a-bar-background-start}*/, #111 /*{a-bar-background-end}*/);
- }
- .ui-bar-a,
- .ui-bar-a input,
- .ui-bar-a select,
- .ui-bar-a textarea,
- .ui-bar-a button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-bar-a .ui-link-inherit {
- color: #fff /*{a-bar-color}*/;
- }
- .ui-bar-a a.ui-link {
- color: #7cc4e7 /*{a-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-a a.ui-link:visited {
- color: #2489ce /*{a-bar-link-visited}*/;
- }
- .ui-bar-a a.ui-link:hover {
- color: #2489ce /*{a-bar-link-hover}*/;
- }
- .ui-bar-a a.ui-link:active {
- color: #2489ce /*{a-bar-link-active}*/;
- }
- .ui-body-a,
- .ui-overlay-a {
- border: 1px solid #444 /*{a-body-border}*/;
- background: #222 /*{a-body-background-color}*/;
- color: #fff /*{a-body-color}*/;
- text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #111 /*{a-body-shadow-color}*/;
- font-weight: normal;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-body-background-start}*/), to( #222 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #444 /*{a-body-background-start}*/, #222 /*{a-body-background-end}*/);
- }
- .ui-overlay-a {
- background-image: none;
- border-width: 0;
- }
- .ui-body-a,
- .ui-body-a input,
- .ui-body-a select,
- .ui-body-a textarea,
- .ui-body-a button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-a .ui-link-inherit {
- color: #fff /*{a-body-color}*/;
- }
- .ui-body-a .ui-link {
- color: #2489ce /*{a-body-link-color}*/;
- font-weight: bold;
- }
- .ui-body-a .ui-link:visited {
- color: #2489ce /*{a-body-link-visited}*/;
- }
- .ui-body-a .ui-link:hover {
- color: #2489ce /*{a-body-link-hover}*/;
- }
- .ui-body-a .ui-link:active {
- color: #2489ce /*{a-body-link-active}*/;
- }
- .ui-btn-up-a {
- border: 1px solid #111 /*{a-bup-border}*/;
- background: #333 /*{a-bup-background-color}*/;
- font-weight: bold;
- color: #fff /*{a-bup-color}*/;
- text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #111 /*{a-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-bup-background-start}*/), to( #2d2d2d /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #444 /*{a-bup-background-start}*/, #2d2d2d /*{a-bup-background-end}*/);
- }
- .ui-btn-up-a:visited,
- .ui-btn-up-a a.ui-link-inherit {
- color: #fff /*{a-bup-color}*/;
- }
- .ui-btn-hover-a {
- border: 1px solid #000 /*{a-bhover-border}*/;
- background: #444 /*{a-bhover-background-color}*/;
- font-weight: bold;
- color: #fff /*{a-bhover-color}*/;
- text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #111 /*{a-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #555 /*{a-bhover-background-start}*/), to( #383838 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #555 /*{a-bhover-background-start}*/, #383838 /*{a-bhover-background-end}*/);
- }
- .ui-btn-hover-a:visited,
- .ui-btn-hover-a:hover,
- .ui-btn-hover-a a.ui-link-inherit {
- color: #fff /*{a-bhover-color}*/;
- }
- .ui-btn-down-a {
- border: 1px solid #000 /*{a-bdown-border}*/;
- background: #222 /*{a-bdown-background-color}*/;
- font-weight: bold;
- color: #fff /*{a-bdown-color}*/;
- text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #111 /*{a-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #202020 /*{a-bdown-background-start}*/), to( #2c2c2c /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #202020 /*{a-bdown-background-start}*/, #2c2c2c /*{a-bdown-background-end}*/);
- }
- .ui-btn-down-a:visited,
- .ui-btn-down-a:hover,
- .ui-btn-down-a a.ui-link-inherit {
- color: #fff /*{a-bdown-color}*/;
- }
- .ui-btn-up-a,
- .ui-btn-hover-a,
- .ui-btn-down-a {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- text-decoration: none;
- }
- /* B
- -----------------------------------------------------------------------------------------------------------*/
- .ui-bar-b {
- border: 1px solid #456f9a /*{b-bar-border}*/;
- background: #5e87b0 /*{b-bar-background-color}*/;
- color: #fff /*{b-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bar-background-start}*/), to( #497bae /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #6facd5 /*{b-bar-background-start}*/, #497bae /*{b-bar-background-end}*/);
- }
- .ui-bar-b,
- .ui-bar-b input,
- .ui-bar-b select,
- .ui-bar-b textarea,
- .ui-bar-b button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-bar-b .ui-link-inherit {
- color: #fff /*{b-bar-color}*/;
- }
- .ui-bar-b a.ui-link {
- color: #ddf0f8 /*{b-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-b a.ui-link:visited {
- color: #ddf0f8 /*{b-bar-link-visited}*/;
- }
- .ui-bar-b a.ui-link:hover {
- color: #ddf0f8 /*{b-bar-link-hover}*/;
- }
- .ui-bar-b a.ui-link:active {
- color: #ddf0f8 /*{b-bar-link-active}*/;
- }
- .ui-body-b,
- .ui-overlay-b {
- border: 1px solid #999 /*{b-body-border}*/;
- background: #f3f3f3 /*{b-body-background-color}*/;
- color: #222 /*{b-body-color}*/;
- text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #fff /*{b-body-shadow-color}*/;
- font-weight: normal;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-body-background-start}*/), to( #ccc /*{b-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #ddd /*{b-body-background-start}*/, #ccc /*{b-body-background-end}*/);
- }
- .ui-overlay-b {
- background-image: none;
- border-width: 0;
- }
- .ui-body-b,
- .ui-body-b input,
- .ui-body-b select,
- .ui-body-b textarea,
- .ui-body-b button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-b .ui-link-inherit {
- color: #333 /*{b-body-color}*/;
- }
- .ui-body-b .ui-link {
- color: #2489ce /*{b-body-link-color}*/;
- font-weight: bold;
- }
- .ui-body-b .ui-link:visited {
- color: #2489ce /*{b-body-link-visited}*/;
- }
- .ui-body-b .ui-link:hover {
- color: #2489ce /*{b-body-link-hover}*/;
- }
- .ui-body-b .ui-link:active {
- color: #2489ce /*{b-body-link-active}*/;
- }
- .ui-btn-up-b {
- border: 1px solid #044062 /*{b-bup-border}*/;
- background: #396b9e /*{b-bup-background-color}*/;
- font-weight: bold;
- color: #fff /*{b-bup-color}*/;
- text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #194b7e /*{b-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #5f9cc5 /*{b-bup-background-start}*/), to( #396b9e /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #5f9cc5 /*{b-bup-background-start}*/, #396b9e /*{b-bup-background-end}*/);
- }
- .ui-btn-up-b:visited,
- .ui-btn-up-b a.ui-link-inherit {
- color: #fff /*{b-bup-color}*/;
- }
- .ui-btn-hover-b {
- border: 1px solid #00415e /*{b-bhover-border}*/;
- background: #4b88b6 /*{b-bhover-background-color}*/;
- font-weight: bold;
- color: #fff /*{b-bhover-color}*/;
- text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #194b7e /*{b-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #6facd5 /*{b-bhover-background-start}*/), to( #4272a4 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #6facd5 /*{b-bhover-background-start}*/, #4272a4 /*{b-bhover-background-end}*/);
- }
- .ui-btn-hover-b:visited,
- .ui-btn-hover-b:hover,
- .ui-btn-hover-b a.ui-link-inherit {
- color: #fff /*{b-bhover-color}*/;
- }
- .ui-btn-down-b {
- border: 1px solid #225377 /*{b-bdown-border}*/;
- background: #4e89c5 /*{b-bdown-background-color}*/;
- font-weight: bold;
- color: #fff /*{b-bdown-color}*/;
- text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #194b7e /*{b-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #295b8e /*{b-bdown-background-start}*/), to( #3e79b5 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #295b8e /*{b-bdown-background-start}*/, #3e79b5 /*{b-bdown-background-end}*/);
- }
- .ui-btn-down-b:visited,
- .ui-btn-down-b:hover,
- .ui-btn-down-b a.ui-link-inherit {
- color: #fff /*{b-bdown-color}*/;
- }
- .ui-btn-up-b,
- .ui-btn-hover-b,
- .ui-btn-down-b {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- text-decoration: none;
- }
- /* C
- -----------------------------------------------------------------------------------------------------------*/
- .ui-bar-c {
- border: 1px solid #b3b3b3 /*{c-bar-border}*/;
- background: #eee /*{c-bar-background-color}*/;
- color: #3e3e3e /*{c-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #ddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #ddd /*{c-bar-background-end}*/);
- }
- .ui-bar-c .ui-link-inherit {
- color: #3e3e3e /*{c-bar-color}*/;
- }
- .ui-bar-c a.ui-link {
- color: #7cc4e7 /*{c-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-c a.ui-link:visited {
- color: #2489ce /*{c-bar-link-visited}*/;
- }
- .ui-bar-c a.ui-link:hover {
- color: #2489ce /*{c-bar-link-hover}*/;
- }
- .ui-bar-c a.ui-link:active {
- color: #2489ce /*{c-bar-link-active}*/;
- }
- .ui-bar-c,
- .ui-bar-c input,
- .ui-bar-c select,
- .ui-bar-c textarea,
- .ui-bar-c button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-c,
- .ui-overlay-c {
- border: 1px solid #aaa /*{c-body-border}*/;
- color: #333 /*{c-body-color}*/;
- text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #fff /*{c-body-shadow-color}*/;
- background: #f9f9f9 /*{c-body-background-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-body-background-start}*/), to( #eee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eee /*{c-body-background-end}*/);
- }
- .ui-overlay-c {
- background-image: none;
- border-width: 0;
- }
- .ui-body-c,
- .ui-body-c input,
- .ui-body-c select,
- .ui-body-c textarea,
- .ui-body-c button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-c .ui-link-inherit {
- color: #333 /*{c-body-color}*/;
- }
- .ui-body-c .ui-link {
- color: #2489ce /*{c-body-link-color}*/;
- font-weight: bold;
- }
- .ui-body-c .ui-link:visited {
- color: #2489ce /*{c-body-link-visited}*/;
- }
- .ui-body-c .ui-link:hover {
- color: #2489ce /*{c-body-link-hover}*/;
- }
- .ui-body-c .ui-link:active {
- color: #2489ce /*{c-body-link-active}*/;
- }
- .ui-btn-up-c {
- border: 1px solid #ccc /*{c-bup-border}*/;
- background: #eee /*{c-bup-background-color}*/;
- font-weight: bold;
- color: #222 /*{c-bup-color}*/;
- text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #fff /*{c-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/);
- }
- .ui-btn-up-c:visited,
- .ui-btn-up-c a.ui-link-inherit {
- color: #2f3e46 /*{c-bup-color}*/;
- }
- .ui-btn-hover-c {
- border: 1px solid #bbb /*{c-bhover-border}*/;
- background: #dfdfdf /*{c-bhover-background-color}*/;
- font-weight: bold;
- color: #222 /*{c-bhover-color}*/;
- text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #fff /*{c-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{c-bhover-background-start}*/), to( #e0e0e0 /*{c-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f6f6f6 /*{c-bhover-background-start}*/, #e0e0e0 /*{c-bhover-background-end}*/);
- }
- .ui-btn-hover-c:visited,
- .ui-btn-hover-c:hover,
- .ui-btn-hover-c a.ui-link-inherit {
- color: #2f3e46 /*{c-bhover-color}*/;
- }
- .ui-btn-down-c {
- border: 1px solid #bbb /*{c-bdown-border}*/;
- background: #d6d6d6 /*{c-bdown-background-color}*/;
- font-weight: bold;
- color: #222 /*{c-bdown-color}*/;
- text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #fff /*{c-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{c-bdown-background-start}*/), to( #dfdfdf /*{c-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #d0d0d0 /*{c-bdown-background-start}*/, #dfdfdf /*{c-bdown-background-end}*/);
- }
- .ui-btn-down-c:visited,
- .ui-btn-down-c:hover,
- .ui-btn-down-c a.ui-link-inherit {
- color: #2f3e46 /*{c-bdown-color}*/;
- }
- .ui-btn-up-c,
- .ui-btn-hover-c,
- .ui-btn-down-c {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- text-decoration: none;
- }
- /* D
- -----------------------------------------------------------------------------------------------------------*/
- .ui-bar-d {
- border: 1px solid #bbb /*{d-bar-border}*/;
- background: #bbb /*{d-bar-background-color}*/;
- color: #333 /*{d-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{d-bar-background-start}*/), to( #bbb /*{d-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #ddd /*{d-bar-background-start}*/, #bbb /*{d-bar-background-end}*/);
- }
- .ui-bar-d,
- .ui-bar-d input,
- .ui-bar-d select,
- .ui-bar-d textarea,
- .ui-bar-d button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-bar-d .ui-link-inherit {
- color: #333 /*{d-bar-color}*/;
- }
- .ui-bar-d a.ui-link {
- color: #2489ce /*{d-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-d a.ui-link:visited {
- color: #2489ce /*{d-bar-link-visited}*/;
- }
- .ui-bar-d a.ui-link:hover {
- color: #2489ce /*{d-bar-link-hover}*/;
- }
- .ui-bar-d a.ui-link:active {
- color: #2489ce /*{d-bar-link-active}*/;
- }
- .ui-body-d,
- .ui-overlay-d {
- border: 1px solid #bbb /*{d-body-border}*/;
- color: #333 /*{d-body-color}*/;
- text-shadow: 0 /*{d-body-shadow-x}*/ 1px /*{d-body-shadow-y}*/ 0 /*{d-body-shadow-radius}*/ #fff /*{d-body-shadow-color}*/;
- background: #fff /*{d-body-background-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-body-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fff /*{d-body-background-start}*/, #fff /*{d-body-background-end}*/);
- }
- .ui-overlay-d {
- background-image: none;
- border-width: 0;
- }
- .ui-body-d,
- .ui-body-d input,
- .ui-body-d select,
- .ui-body-d textarea,
- .ui-body-d button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-d .ui-link-inherit {
- color: #333 /*{d-body-color}*/;
- }
- .ui-body-d .ui-link {
- color: #2489ce /*{d-body-link-color}*/;
- font-weight: bold;
- }
- .ui-body-d .ui-link:visited {
- color: #2489ce /*{d-body-link-visited}*/;
- }
- .ui-body-d .ui-link:hover {
- color: #2489ce /*{d-body-link-hover}*/;
- }
- .ui-body-d .ui-link:active {
- color: #2489ce /*{d-body-link-active}*/;
- }
- .ui-btn-up-d {
- border: 1px solid #bbb /*{d-bup-border}*/;
- background: #fff /*{d-bup-background-color}*/;
- font-weight: bold;
- color: #333 /*{d-bup-color}*/;
- text-shadow: 0 /*{d-bup-shadow-x}*/ 1px /*{d-bup-shadow-y}*/ 0 /*{d-bup-shadow-radius}*/ #fff /*{d-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fafafa /*{d-bup-background-start}*/), to( #f6f6f6 /*{d-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fafafa /*{d-bup-background-start}*/, #f6f6f6 /*{d-bup-background-end}*/);
- }
- .ui-btn-up-d:visited,
- .ui-btn-up-d a.ui-link-inherit {
- color: #333 /*{d-bup-color}*/;
- }
- .ui-btn-hover-d {
- border: 1px solid #aaa /*{d-bhover-border}*/;
- background: #eee /*{d-bhover-background-color}*/;
- font-weight: bold;
- color: #333 /*{d-bhover-color}*/;
- cursor: pointer;
- text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #eee /*{d-bhover-background-start}*/), to( #fff /*{d-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #eee /*{d-bhover-background-start}*/, #fff /*{d-bhover-background-end}*/);
- }
- .ui-btn-hover-d:visited,
- .ui-btn-hover-d:hover,
- .ui-btn-hover-d a.ui-link-inherit {
- color: #333 /*{d-bhover-color}*/;
- }
- .ui-btn-down-d {
- border: 1px solid #aaa /*{d-bdown-border}*/;
- background: #eee /*{d-bdown-background-color}*/;
- font-weight: bold;
- color: #333 /*{d-bdown-color}*/;
- text-shadow: 0 /*{d-bdown-shadow-x}*/ 1px /*{d-bdown-shadow-y}*/ 0 /*{d-bdown-shadow-radius}*/ #fff /*{d-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #e5e5e5 /*{d-bdown-background-start}*/), to( #f2f2f2 /*{d-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #e5e5e5 /*{d-bdown-background-start}*/, #f2f2f2 /*{d-bdown-background-end}*/);
- }
- .ui-btn-down-d:visited,
- .ui-btn-down-d:hover,
- .ui-btn-down-d a.ui-link-inherit {
- color: #333 /*{d-bdown-color}*/;
- }
- .ui-btn-up-d,
- .ui-btn-hover-d,
- .ui-btn-down-d {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- text-decoration: none;
- }
- /* E
- -----------------------------------------------------------------------------------------------------------*/
- .ui-bar-e {
- border: 1px solid #f7c942 /*{e-bar-border}*/;
- background: #fadb4e /*{e-bar-background-color}*/;
- color: #333 /*{e-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fceda7 /*{e-bar-background-start}*/), to( #fbef7e /*{e-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fceda7 /*{e-bar-background-start}*/, #fbef7e /*{e-bar-background-end}*/);
- }
- .ui-bar-e,
- .ui-bar-e input,
- .ui-bar-e select,
- .ui-bar-e textarea,
- .ui-bar-e button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-bar-e .ui-link-inherit {
- color: #333 /*{e-bar-color}*/;
- }
- .ui-bar-e a.ui-link {
- color: #2489ce /*{e-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-e a.ui-link:visited {
- color: #2489ce /*{e-bar-link-visited}*/;
- }
- .ui-bar-e a.ui-link:hover {
- color: #2489ce /*{e-bar-link-hover}*/;
- }
- .ui-bar-e a.ui-link:active {
- color: #2489ce /*{e-bar-link-active}*/;
- }
- .ui-body-e,
- .ui-overlay-e {
- border: 1px solid #f7c942 /*{e-body-border}*/;
- color: #222 /*{e-body-color}*/;
- text-shadow: 0 /*{e-body-shadow-x}*/ 1px /*{e-body-shadow-y}*/ 0 /*{e-body-shadow-radius}*/ #fff /*{e-body-shadow-color}*/;
- background: #fff9df /*{e-body-background-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-body-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fffadf /*{e-body-background-start}*/, #fff3a5 /*{e-body-background-end}*/);
- }
- .ui-overlay-e {
- background-image: none;
- border-width: 0;
- }
- .ui-body-e,
- .ui-body-e input,
- .ui-body-e select,
- .ui-body-e textarea,
- .ui-body-e button {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-body-e .ui-link-inherit {
- color: #222 /*{e-body-color}*/;
- }
- .ui-body-e .ui-link {
- color: #2489ce /*{e-body-link-color}*/;
- font-weight: bold;
- }
- .ui-body-e .ui-link:visited {
- color: #2489ce /*{e-body-link-visited}*/;
- }
- .ui-body-e .ui-link:hover {
- color: #2489ce /*{e-body-link-hover}*/;
- }
- .ui-body-e .ui-link:active {
- color: #2489ce /*{e-body-link-active}*/;
- }
- .ui-btn-up-e {
- border: 1px solid #f4c63f /*{e-bup-border}*/;
- background: #fadb4e /*{e-bup-background-color}*/;
- font-weight: bold;
- color: #222 /*{e-bup-color}*/;
- text-shadow: 0 /*{e-bup-shadow-x}*/ 1px /*{e-bup-shadow-y}*/ 0 /*{e-bup-shadow-radius}*/ #fff /*{e-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ffefaa /*{e-bup-background-start}*/), to( #ffe155 /*{e-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #ffefaa /*{e-bup-background-start}*/, #ffe155 /*{e-bup-background-end}*/);
- }
- .ui-btn-up-e:visited,
- .ui-btn-up-e a.ui-link-inherit {
- color: #222 /*{e-bup-color}*/;
- }
- .ui-btn-hover-e {
- border: 1px solid #f2c43d /*{e-bhover-border}*/;
- background: #fbe26f /*{e-bhover-background-color}*/;
- font-weight: bold;
- color: #111 /*{e-bhover-color}*/;
- text-shadow: 0 /*{e-bhover-shadow-x}*/ 1px /*{e-bhover-shadow-y}*/ 0 /*{e-bhover-shadow-radius}*/ #fff /*{e-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #fff5ba /*{e-bhover-background-start}*/), to( #fbdd52 /*{e-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #fff5ba /*{e-bhover-background-start}*/, #fbdd52 /*{e-bhover-background-end}*/);
- }
- .ui-btn-hover-e:visited,
- .ui-btn-hover-e:hover,
- .ui-btn-hover-e a.ui-link-inherit {
- color: #333 /*{e-bhover-color}*/;
- }
- .ui-btn-down-e {
- border: 1px solid #f2c43d /*{e-bdown-border}*/;
- background: #fceda7 /*{e-bdown-background-color}*/;
- font-weight: bold;
- color: #111 /*{e-bdown-color}*/;
- text-shadow: 0 /*{e-bdown-shadow-x}*/ 1px /*{e-bdown-shadow-y}*/ 0 /*{e-bdown-shadow-radius}*/ #fff /*{e-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f8d94c /*{e-bdown-background-start}*/), to( #fadb4e /*{e-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f8d94c /*{e-bdown-background-start}*/, #fadb4e /*{e-bdown-background-end}*/);
- }
- .ui-btn-down-e:visited,
- .ui-btn-down-e:hover,
- .ui-btn-down-e a.ui-link-inherit {
- color: #333 /*{e-bdown-color}*/;
- }
- .ui-btn-up-e,
- .ui-btn-hover-e,
- .ui-btn-down-e {
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- text-decoration: none;
- }
- /* Structure */
- /* links within "buttons"
- -----------------------------------------------------------------------------------------------------------*/
- a.ui-link-inherit {
- text-decoration: none !important;
- }
- /* Active class used as the "on" state across all themes
- -----------------------------------------------------------------------------------------------------------*/
- .ui-btn-active {
- border: 1px solid #2373a5 /*{global-active-border}*/;
- background: #5393c5 /*{global-active-background-color}*/;
- font-weight: bold;
- color: #fff /*{global-active-color}*/;
- cursor: pointer;
- text-shadow: 0 /*{global-active-shadow-x}*/ 1px /*{global-active-shadow-y}*/ 0 /*{global-active-shadow-radius}*/ #3373a5 /*{global-active-shadow-color}*/;
- text-decoration: none;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{global-active-background-start}*/), to( #6facd5 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #5393c5 /*{global-active-background-start}*/, #6facd5 /*{global-active-background-end}*/);
- font-family: Helvetica, Arial, sans-serif /*{global-font-family}*/;
- }
- .ui-btn-active:visited,
- .ui-btn-active:hover,
- .ui-btn-active a.ui-link-inherit {
- color: #fff /*{global-active-color}*/;
- }
- /* button inner top highlight
- -----------------------------------------------------------------------------------------------------------*/
- .ui-btn-inner {
- border-top: 1px solid #fff;
- border-color: rgba(255,255,255,.3);
- }
- /* corner rounding classes
- -----------------------------------------------------------------------------------------------------------*/
- .ui-corner-all {
- -webkit-border-radius: .6em /*{global-radii-blocks}*/;
- border-radius: .6em /*{global-radii-blocks}*/;
- }
- /* Form field separator
- -----------------------------------------------------------------------------------------------------------*/
- .ui-br {
- border-color: rgb(130,130,130);
- border-color: rgba(130,130,130,.3);
- border-style: solid;
- }
- /* Interaction cues
- -----------------------------------------------------------------------------------------------------------*/
- .ui-disabled {
- filter: Alpha(Opacity=30);
- opacity: .3;
- zoom: 1;
- }
- .ui-disabled,
- .ui-disabled a {
- cursor: default !important;
- pointer-events: none;
- }
- /* Icons
- -----------------------------------------------------------------------------------------------------------*/
- .ui-icon,
- .ui-icon-searchfield:after {
- background: #666 /*{global-icon-color}*/;
- background: rgba(0,0,0,.4) /*{global-icon-disc}*/;
- background-image: url(images/icons-18-white.png) /*{global-icon-set}*/;
- background-repeat: no-repeat;
- -webkit-border-radius: 9px;
- border-radius: 9px;
- }
- /* Alt icon color
- -----------------------------------------------------------------------------------------------------------*/
- .ui-icon-alt .ui-icon,
- .ui-icon-alt .ui-icon-searchfield:after {
- background-color: #fff;
- background-color: rgba(255,255,255,.3);
- background-image: url(images/icons-18-black.png);
- background-repeat: no-repeat;
- }
- /* No disc
- -----------------------------------------------------------------------------------------------------------*/
- .ui-icon-nodisc .ui-icon,
- .ui-icon-nodisc .ui-icon-searchfield:after,
- .ui-icon-nodisc .ui-icon-alt .ui-icon,
- .ui-icon-nodisc .ui-icon-alt .ui-icon-searchfield:after {
- background-color: transparent;
- }
- /* Icon sprite
- -----------------------------------------------------------------------------------------------------------*/
- /* plus minus */
- .ui-icon-plus {
- background-position: -1px -1px;
- }
- .ui-icon-minus {
- background-position: -37px -1px;
- }
- /* delete/close */
- .ui-icon-delete {
- background-position: -73px -1px;
- }
- /* arrows */
- .ui-icon-arrow-r {
- background-position: -108px -1px;
- }
- .ui-icon-arrow-l {
- background-position: -144px -1px;
- }
- .ui-icon-arrow-u {
- background-position: -180px -1px;
- }
- .ui-icon-arrow-d {
- background-position: -216px -1px;
- }
- /* misc */
- .ui-icon-check {
- background-position: -252px -1px;
- }
- .ui-icon-gear {
- background-position: -288px -1px;
- }
- .ui-icon-refresh {
- background-position: -323px -1px;
- }
- .ui-icon-forward {
- background-position: -360px -1px;
- }
- .ui-icon-back {
- background-position: -396px -1px;
- }
- .ui-icon-grid {
- background-position: -432px -1px;
- }
- .ui-icon-star {
- background-position: -467px -1px;
- }
- .ui-icon-alert {
- background-position: -503px -1px;
- }
- .ui-icon-info {
- background-position: -539px -1px;
- }
- .ui-icon-home {
- background-position: -575px -1px;
- }
- /* search */
- .ui-icon-search,
- .ui-icon-searchfield:after {
- background-position: -611px -1px;
- }
- /* checkbox radio */
- .ui-icon-checkbox-on {
- background-position: -647px -1px;
- }
- .ui-icon-checkbox-off {
- background-position: -683px -1px;
- }
- .ui-icon-radio-on {
- background-position: -718px -1px;
- }
- .ui-icon-radio-off {
- background-position: -754px -1px;
- }
- /* menu edit */
- .ui-icon-bars {
- background-position: -788px -1px;
- }
- .ui-icon-edit {
- background-position: -824px -1px;
- }
- /* HD/"retina" sprite
- -----------------------------------------------------------------------------------------------------------*/
- @media only screen and (-webkit-min-device-pixel-ratio: 1.3),
- only screen and (min--moz-device-pixel-ratio: 1.3),
- only screen and (min-resolution: 200dpi) {
-
- .ui-icon-plus, .ui-icon-minus, .ui-icon-delete, .ui-icon-arrow-r,
- .ui-icon-arrow-l, .ui-icon-arrow-u, .ui-icon-arrow-d, .ui-icon-check,
- .ui-icon-gear, .ui-icon-refresh, .ui-icon-forward, .ui-icon-back,
- .ui-icon-grid, .ui-icon-star, .ui-icon-alert, .ui-icon-info, .ui-icon-home, .ui-icon-bars, .ui-icon-edit,
- .ui-icon-search, .ui-icon-searchfield:after,
- .ui-icon-checkbox-off, .ui-icon-checkbox-on, .ui-icon-radio-off, .ui-icon-radio-on {
- background-image: url(images/icons-36-white.png);
- -moz-background-size: 864px 18px;
- -o-background-size: 864px 18px;
- -webkit-background-size: 864px 18px;
- background-size: 864px 18px;
- }
- .ui-icon-alt .ui-icon {
- background-image: url(images/icons-36-black.png);
- }
- .ui-icon-plus {
- background-position: 0 50%;
- }
- .ui-icon-minus {
- background-position: -36px 50%;
- }
- .ui-icon-delete {
- background-position: -72px 50%;
- }
- .ui-icon-arrow-r {
- background-position: -108px 50%;
- }
- .ui-icon-arrow-l {
- background-position: -144px 50%;
- }
- .ui-icon-arrow-u {
- background-position: -179px 50%;
- }
- .ui-icon-arrow-d {
- background-position: -215px 50%;
- }
- .ui-icon-check {
- background-position: -252px 50%;
- }
- .ui-icon-gear {
- background-position: -287px 50%;
- }
- .ui-icon-refresh {
- background-position: -323px 50%;
- }
- .ui-icon-forward {
- background-position: -360px 50%;
- }
- .ui-icon-back {
- background-position: -395px 50%;
- }
- .ui-icon-grid {
- background-position: -431px 50%;
- }
- .ui-icon-star {
- background-position: -467px 50%;
- }
- .ui-icon-alert {
- background-position: -503px 50%;
- }
- .ui-icon-info {
- background-position: -538px 50%;
- }
- .ui-icon-home {
- background-position: -575px 50%;
- }
- .ui-icon-search,
- .ui-icon-searchfield:after {
- background-position: -611px 50%;
- }
- .ui-icon-checkbox-on {
- background-position: -647px 50%;
- }
- .ui-icon-checkbox-off {
- background-position: -683px 50%;
- }
- .ui-icon-radio-on {
- background-position: -718px 50%;
- }
- .ui-icon-radio-off {
- background-position: -754px 50%;
- }
- .ui-icon-bars {
- background-position: -788px 50%;
-
- }.ui-icon-edit {
- background-position: -824px 50%;
- }
- }
- /* checks,radios */
- .ui-checkbox .ui-icon,
- .ui-selectmenu-list .ui-icon {
- -webkit-border-radius: 3px;
- border-radius: 3px;
- }
- .ui-icon-checkbox-off,
- .ui-icon-radio-off {
- background-color: transparent;
- }
- .ui-checkbox-on .ui-icon,
- .ui-radio-on .ui-icon {
- background-color: #4596ce /*{global-active-background-color}*/; /* NOTE: this hex should match the active state color. It's repeated here for cascade */
- }
- /* loading icon */
- .ui-icon-loading {
- background: url(images/ajax-loader.gif);
- background-size: 46px 46px;
- }
- /* Button corner class
- -----------------------------------------------------------------------------------------------------------*/
- .ui-btn-corner-all {
- -webkit-border-radius: 1em /*{global-radii-buttons}*/;
- border-radius: 1em /*{global-radii-buttons}*/;
- }
- /* radius clip workaround for cleaning up corner trapping */
- .ui-corner-all,
- .ui-btn-corner-all {
- -webkit-background-clip: padding;
- background-clip: padding-box;
- }
- /* Overlay / modal
- -----------------------------------------------------------------------------------------------------------*/
- .ui-overlay {
- background: #666;
- filter: Alpha(Opacity=50);
- opacity: .5;
- position: absolute;
- width: 100%;
- height: 100%;
- }
- .ui-overlay-shadow {
- -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
- -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
- box-shadow: 0 0 12px rgba(0,0,0,.6);
- }
- .ui-shadow {
- -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
- -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/;
- box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/
- }
- .ui-bar-a .ui-shadow,
- .ui-bar-b .ui-shadow ,
- .ui-bar-c .ui-shadow {
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3);
- -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3);
- box-shadow: 0 1px 0 rgba(255,255,255,.3);
- }
- .ui-shadow-inset {
- -moz-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
- -webkit-box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
- box-shadow: inset 0 1px 4px rgba(0,0,0,.2);
- }
- .ui-icon-shadow {
- -moz-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
- -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
- box-shadow: 0 1px 0 rgba(255,255,255,.4) /*{global-icon-shadow}*/;
- }
- /* Focus state - set here for specificity (note: these classes are added by JavaScript)
- -----------------------------------------------------------------------------------------------------------*/
- .ui-btn:focus, .ui-link-inherit:focus {
- outline: 0;
- }
- .ui-btn.ui-focus {
- z-index: 1;
- }
- .ui-focus,
- .ui-btn:focus {
- -moz-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
- -webkit-box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
- box-shadow: inset 0 0 3px #387bbe /*{global-active-background-color}*/, 0 0 9px #387bbe /*{global-active-background-color}*/;
- }
- .ui-input-text.ui-focus,
- .ui-input-search.ui-focus {
- -moz-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
- -webkit-box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
- box-shadow: 0 0 12px #387bbe /*{global-active-background-color}*/;
- }
- /* unset box shadow in browsers that don't do it right
- -----------------------------------------------------------------------------------------------------------*/
- .ui-mobile-nosupport-boxshadow * {
- -moz-box-shadow: none !important;
- -webkit-box-shadow: none !important;
- box-shadow: none !important;
- }
- /* ...and bring back focus */
- .ui-mobile-nosupport-boxshadow .ui-focus,
- .ui-mobile-nosupport-boxshadow .ui-btn:focus,
- .ui-mobile-nosupport-boxshadow .ui-link-inherit:focus {
- outline-width: 1px;
- outline-style: auto;
- }
|