123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080 |
- /*
- * jQuery Mobile 1.3.1
- * Git HEAD hash: 74b4bec049fd93e4fe40205e6157de16eb64eb46 <> Date: Mon Apr 8 2013 19:41:28 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 #232323 /*{a-bar-border}*/;
- background: #232323 /*{a-bar-background-color}*/;
- color: #d6d8d5 /*{a-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #666666 /*{a-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #272727 /*{a-bar-background-start}*/), to( #1e1e1e /*{a-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #272727 /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #272727 /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #272727 /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #272727 /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #272727 /*{a-bar-background-start}*/, #1e1e1e /*{a-bar-background-end}*/);
- }
- .ui-bar-a .ui-link-inherit {
- color: #d6d8d5 /*{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-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-body-a,
- .ui-overlay-a {
- border: 1px solid #aaaaaa /*{a-body-border}*/;
- color: #333333 /*{a-body-color}*/;
- text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #ffffff /*{a-body-shadow-color}*/;
- background: #e8e9e9 /*{a-body-background-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #e8e9e9 /*{a-body-background-start}*/), to( #e8e9e9 /*{a-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #e8e9e9 /*{a-body-background-start}*/, #e8e9e9 /*{a-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #e8e9e9 /*{a-body-background-start}*/, #e8e9e9 /*{a-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #e8e9e9 /*{a-body-background-start}*/, #e8e9e9 /*{a-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #e8e9e9 /*{a-body-background-start}*/, #e8e9e9 /*{a-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #e8e9e9 /*{a-body-background-start}*/, #e8e9e9 /*{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: #333333 /*{a-body-color}*/;
- }
- .ui-body-a .ui-link {
- color: #248bd1 /*{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 #cccccc /*{a-bup-border}*/;
- background: #eeeeee /*{a-bup-background-color}*/;
- font-weight: bold;
- color: #232323 /*{a-bup-color}*/;
- text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #ffffff /*{a-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{a-bup-background-start}*/), to( #f1f1f1 /*{a-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #ffffff /*{a-bup-background-start}*/, #f1f1f1 /*{a-bup-background-end}*/);
- }
- .ui-btn-up-a:visited,
- .ui-btn-up-a a.ui-link-inherit {
- color: #232323 /*{a-bup-color}*/;
- }
- .ui-btn-hover-a {
- border: 1px solid #bbbbbb /*{a-bhover-border}*/;
- background: #dfdfdf /*{a-bhover-background-color}*/;
- font-weight: bold;
- color: #5ccbf6 /*{a-bhover-color}*/;
- text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #ffffff /*{a-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f6f6f6 /*{a-bhover-background-start}*/), to( #e0e0e0 /*{a-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f6f6f6 /*{a-bhover-background-start}*/, #e0e0e0 /*{a-bhover-background-end}*/);
- }
- .ui-btn-hover-a:visited,
- .ui-btn-hover-a:hover,
- .ui-btn-hover-a a.ui-link-inherit {
- color: #5ccbf6 /*{a-bhover-color}*/;
- }
- .ui-btn-down-a {
- border: 1px solid #bbbbbb /*{a-bdown-border}*/;
- background: #d6d6d6 /*{a-bdown-background-color}*/;
- font-weight: bold;
- color: #1db1ed /*{a-bdown-color}*/;
- text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #ffffff /*{a-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #d0d0d0 /*{a-bdown-background-start}*/), to( #dfdfdf /*{a-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #d0d0d0 /*{a-bdown-background-start}*/, #dfdfdf /*{a-bdown-background-end}*/);
- }
- .ui-btn-down-a:visited,
- .ui-btn-down-a:hover,
- .ui-btn-down-a a.ui-link-inherit {
- color: #1db1ed /*{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 #232323 /*{b-bar-border}*/;
- background: #232323 /*{b-bar-background-color}*/;
- color: #d6d8d5 /*{b-bar-color}*/;
- font-weight: bold;
- text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #666666 /*{b-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #232323 /*{b-bar-background-start}*/), to( #232323 /*{b-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #232323 /*{b-bar-background-start}*/, #232323 /*{b-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #232323 /*{b-bar-background-start}*/, #232323 /*{b-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #232323 /*{b-bar-background-start}*/, #232323 /*{b-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #232323 /*{b-bar-background-start}*/, #232323 /*{b-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #232323 /*{b-bar-background-start}*/, #232323 /*{b-bar-background-end}*/);
- }
- .ui-bar-b .ui-link-inherit {
- color: #d6d8d5 /*{b-bar-color}*/;
- }
- .ui-bar-b a.ui-link {
- color: #7cc4e7 /*{b-bar-link-color}*/;
- font-weight: bold;
- }
- .ui-bar-b a.ui-link:visited {
- color: #2489ce /*{b-bar-link-visited}*/;
- }
- .ui-bar-b a.ui-link:hover {
- color: #2489ce /*{b-bar-link-hover}*/;
- }
- .ui-bar-b a.ui-link:active {
- color: #2489ce /*{b-bar-link-active}*/;
- }
- .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-body-b,
- .ui-overlay-b {
- border: 1px solid #aaaaaa /*{b-body-border}*/;
- color: #333333 /*{b-body-color}*/;
- text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #ffffff /*{b-body-shadow-color}*/;
- background: #e8e9e9 /*{b-body-background-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #e8e9e9 /*{b-body-background-start}*/), to( #e8e9e9 /*{b-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #e8e9e9 /*{b-body-background-start}*/, #e8e9e9 /*{b-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #e8e9e9 /*{b-body-background-start}*/, #e8e9e9 /*{b-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #e8e9e9 /*{b-body-background-start}*/, #e8e9e9 /*{b-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #e8e9e9 /*{b-body-background-start}*/, #e8e9e9 /*{b-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #e8e9e9 /*{b-body-background-start}*/, #e8e9e9 /*{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: #333333 /*{b-body-color}*/;
- }
- .ui-body-b .ui-link {
- color: #248bd1 /*{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 #333333 /*{b-bup-border}*/;
- background: #232323 /*{b-bup-background-color}*/;
- font-weight: bold;
- color: #d6d8d5 /*{b-bup-color}*/;
- text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #bfbfbf /*{b-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #232323 /*{b-bup-background-start}*/), to( #232323 /*{b-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #232323 /*{b-bup-background-start}*/, #232323 /*{b-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #232323 /*{b-bup-background-start}*/, #232323 /*{b-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #232323 /*{b-bup-background-start}*/, #232323 /*{b-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #232323 /*{b-bup-background-start}*/, #232323 /*{b-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #232323 /*{b-bup-background-start}*/, #232323 /*{b-bup-background-end}*/);
- }
- .ui-btn-up-b:visited,
- .ui-btn-up-b a.ui-link-inherit {
- color: #d6d8d5 /*{b-bup-color}*/;
- }
- .ui-btn-hover-b {
- border: 1px solid #333333 /*{b-bhover-border}*/;
- background: #232323 /*{b-bhover-background-color}*/;
- font-weight: bold;
- color: #5ccbf6 /*{b-bhover-color}*/;
- text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #ffffff /*{b-bhover-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #232323 /*{b-bhover-background-start}*/), to( #232323 /*{b-bhover-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #232323 /*{b-bhover-background-start}*/, #232323 /*{b-bhover-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #232323 /*{b-bhover-background-start}*/, #232323 /*{b-bhover-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #232323 /*{b-bhover-background-start}*/, #232323 /*{b-bhover-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #232323 /*{b-bhover-background-start}*/, #232323 /*{b-bhover-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #232323 /*{b-bhover-background-start}*/, #232323 /*{b-bhover-background-end}*/);
- }
- .ui-btn-hover-b:visited,
- .ui-btn-hover-b:hover,
- .ui-btn-hover-b a.ui-link-inherit {
- color: #5ccbf6 /*{b-bhover-color}*/;
- }
- .ui-btn-down-b {
- border: 1px solid #333333 /*{b-bdown-border}*/;
- background: #232323 /*{b-bdown-background-color}*/;
- font-weight: bold;
- color: #1db1ed /*{b-bdown-color}*/;
- text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #ffffff /*{b-bdown-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #232323 /*{b-bdown-background-start}*/), to( #232323 /*{b-bdown-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #232323 /*{b-bdown-background-start}*/, #232323 /*{b-bdown-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #232323 /*{b-bdown-background-start}*/, #232323 /*{b-bdown-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #232323 /*{b-bdown-background-start}*/, #232323 /*{b-bdown-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #232323 /*{b-bdown-background-start}*/, #232323 /*{b-bdown-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #232323 /*{b-bdown-background-start}*/, #232323 /*{b-bdown-background-end}*/);
- }
- .ui-btn-down-b:visited,
- .ui-btn-down-b:hover,
- .ui-btn-down-b a.ui-link-inherit {
- color: #1db1ed /*{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: #eeeeee /*{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}*/ #ffffff /*{c-bar-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #f0f0f0 /*{c-bar-background-start}*/), to( #dddddd /*{c-bar-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{c-bar-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f0f0f0 /*{c-bar-background-start}*/, #dddddd /*{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 #aaaaaa /*{c-body-border}*/;
- color: #333333 /*{c-body-color}*/;
- text-shadow: 0 /*{c-body-shadow-x}*/ 1px /*{c-body-shadow-y}*/ 0 /*{c-body-shadow-radius}*/ #ffffff /*{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( #eeeeee /*{c-body-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{c-body-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #f9f9f9 /*{c-body-background-start}*/, #eeeeee /*{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: #333333 /*{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 #cccccc /*{c-bup-border}*/;
- background: #eeeeee /*{c-bup-background-color}*/;
- font-weight: bold;
- color: #2f3e46 /*{c-bup-color}*/;
- text-shadow: 0 /*{c-bup-shadow-x}*/ 1px /*{c-bup-shadow-y}*/ 0 /*{c-bup-shadow-radius}*/ #ffffff /*{c-bup-shadow-color}*/;
- background-image: -webkit-gradient(linear, left top, left bottom, from( #ffffff /*{c-bup-background-start}*/), to( #f1f1f1 /*{c-bup-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #ffffff /*{c-bup-background-start}*/, #f1f1f1 /*{c-bup-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #ffffff /*{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 #bbbbbb /*{c-bhover-border}*/;
- background: #dfdfdf /*{c-bhover-background-color}*/;
- font-weight: bold;
- color: #2f3e46 /*{c-bhover-color}*/;
- text-shadow: 0 /*{c-bhover-shadow-x}*/ 1px /*{c-bhover-shadow-y}*/ 0 /*{c-bhover-shadow-radius}*/ #ffffff /*{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 #bbbbbb /*{c-bdown-border}*/;
- background: #d6d6d6 /*{c-bdown-background-color}*/;
- font-weight: bold;
- color: #2f3e46 /*{c-bdown-color}*/;
- text-shadow: 0 /*{c-bdown-shadow-x}*/ 1px /*{c-bdown-shadow-y}*/ 0 /*{c-bdown-shadow-radius}*/ #ffffff /*{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;
- }
- /* Structure */
- /* links within "buttons"
- -----------------------------------------------------------------------------------------------------------*/
- a.ui-link-inherit {
- text-decoration: none !important;
- }
- /* Bctive class used as the "on" state across all themes
- -----------------------------------------------------------------------------------------------------------*/
- .ui-btn-active {
- border: 1px solid #d6d8d5 /*{global-active-border}*/;
- background: #5ccbf6 /*{global-active-background-color}*/;
- font-weight: bold;
- color: #ffffff /*{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( #5ccbf6 /*{global-active-background-start}*/), to( #63cff8 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{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: #ffffff /*{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: 0.3em /*{global-radii-blocks}*/;
- border-radius: 0.3em /*{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-color: #232323 /*{global-icon-color}*/;
- background-color: rgba(35,35,35,0.7) /*{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;
- }
- /* Blt 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: #5ccbf6 /*{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;
- }
- /* 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 #d6d8d5 /*{global-active-border}*/;
- background: #5ccbf6 /*{global-active-background-color}*/;
- font-weight: bold;
- color: #ffffff /*{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( #5ccbf6 /*{global-active-background-start}*/), to( #63cff8 /*{global-active-background-end}*/)); /* Saf4+, Chrome */
- background-image: -webkit-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* Chrome 10+, Saf5.1+ */
- background-image: -moz-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* FF3.6 */
- background-image: -ms-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* IE10 */
- background-image: -o-linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{global-active-background-end}*/); /* Opera 11.10+ */
- background-image: linear-gradient( #5ccbf6 /*{global-active-background-start}*/, #63cff8 /*{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: #ffffff /*{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: 0.3em /*{global-radii-blocks}*/;
- border-radius: 0.3em /*{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-color: #232323 /*{global-icon-color}*/;
- background-color: rgba(35,35,35,0.7) /*{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: #5ccbf6 /*{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: 0.3em /*{global-radii-buttons}*/;
- border-radius: 0.3em /*{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 #5ccbf6 /*{global-active-background-color}*/, 0 0 9px #5ccbf6 /*{global-active-background-color}*/;
- -webkit-box-shadow: inset 0 0 3px #5ccbf6 /*{global-active-background-color}*/, 0 0 9px #5ccbf6 /*{global-active-background-color}*/;
- box-shadow: inset 0 0 3px #5ccbf6 /*{global-active-background-color}*/, 0 0 9px #5ccbf6 /*{global-active-background-color}*/;
- }
- .ui-input-text.ui-focus,
- .ui-input-search.ui-focus {
- -moz-box-shadow: 0 0 12px #5ccbf6 /*{global-active-background-color}*/;
- -webkit-box-shadow: 0 0 12px #5ccbf6 /*{global-active-background-color}*/;
- box-shadow: 0 0 12px #5ccbf6 /*{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;
- }
-
|