From 7512b680b6ff4eb4ff20a7a14cf0bc0726825d58 Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 24 Apr 2014 12:09:08 +0200 Subject: [PATCH 01/68] Reorganised files Moved files meant for release to www folder Removed old files --- .gitignore | 6 +- less/add2home.css | 180 ++++++++++++++++++ www/api/connect.php | 20 ++ www/api/create_table.php | 24 +++ www/api/list.example | 21 ++ www/api/list.php | 21 ++ www/api/signin.php | 68 +++++++ .../apple-touch-icon-144x144-precomposed.png | Bin 0 -> 8524 bytes www/img/favicon.ico | Bin 0 -> 1150 bytes www/img/favicon.png | Bin 0 -> 814 bytes www/img/logo_full.png | Bin 0 -> 67980 bytes www/img/logo_small.png | Bin 0 -> 47556 bytes www/img/logo_smaller_wide.png | Bin 0 -> 32622 bytes 13 files changed, 339 insertions(+), 1 deletion(-) create mode 100644 less/add2home.css create mode 100644 www/api/connect.php create mode 100644 www/api/create_table.php create mode 100644 www/api/list.example create mode 100644 www/api/list.php create mode 100644 www/api/signin.php create mode 100644 www/img/apple-touch-icon-144x144-precomposed.png create mode 100755 www/img/favicon.ico create mode 100644 www/img/favicon.png create mode 100755 www/img/logo_full.png create mode 100644 www/img/logo_small.png create mode 100644 www/img/logo_smaller_wide.png diff --git a/.gitignore b/.gitignore index 4e923db..8508e37 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,6 @@ - credentials.php +.* +**/.*/** +!/.gitignore +www/js/*.js +www/css/*.css diff --git a/less/add2home.css b/less/add2home.css new file mode 100644 index 0000000..a2d64ae --- /dev/null +++ b/less/add2home.css @@ -0,0 +1,180 @@ +/** + * + * Main container + * + */ +#addToHomeScreen { + z-index:9999; + -webkit-user-select:none; + user-select:none; + -webkit-box-sizing:border-box; + box-sizing:border-box; + -webkit-touch-callout:none; + touch-callout:none; + width:240px; + font-size:15px; + padding:12px 14px; + text-align:left; + font-family:helvetica; + background-image:-webkit-gradient(linear,0 0,0 100%,color-stop(0,#fff),color-stop(0.02,#eee),color-stop(0.98,#ccc),color-stop(1,#a3a3a3)); + border:1px solid #505050; + -webkit-border-radius:8px; + -webkit-background-clip:padding-box; + color:#333; + text-shadow:0 1px 0 rgba(255,255,255,0.75); + line-height:130%; + -webkit-box-shadow:0 0 4px rgba(0,0,0,0.5); +} + +#addToHomeScreen.addToHomeIOS7 { + background:#f2f2f2 !important; + -webkit-border-radius:1px !important; + border:1px solid #ccc; + -webkit-box-shadow:0 0 4px rgba(0,0,0,0.2); +} + +#addToHomeScreen.addToHomeIpad { + width:268px; + font-size:18px; + padding:14px; +} + +/** + * + * The 'wide' class is added when the popup contains the touch icon + * + */ +#addToHomeScreen.addToHomeWide { + width:296px; +} + +#addToHomeScreen.addToHomeIpad.addToHomeWide { + width:320px; + font-size:18px; + padding:14px; +} + +/** + * + * The balloon arrow + * + */ +#addToHomeScreen .addToHomeArrow { + position:absolute; + background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#ccc)); + border-width:0 1px 1px 0; + border-style:solid; + border-color:#505050; + width:16px; height:16px; + -webkit-transform:rotateZ(45deg); + bottom:-9px; + left:50%; + margin-left:-8px; + -webkit-box-shadow:inset -1px -1px 0 #a9a9a9; + -webkit-border-bottom-right-radius:2px; +} + +#addToHomeScreen.addToHomeIOS7 .addToHomeArrow { + background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(204,204,204,0)),color-stop(0.4,rgba(204,204,204,0)),color-stop(0.4,#f2f2f2)) !important; + -webkit-box-shadow:inset -1px -1px 0 #fff !important; + border-color:#ccc !important; +} + +/** + * + * The balloon arrow for iPad + * + */ +#addToHomeScreen.addToHomeIpad .addToHomeArrow { + -webkit-transform:rotateZ(-135deg); + background-image:-webkit-gradient(linear,0 0,100% 100%,color-stop(0,rgba(238,238,238,0)),color-stop(0.4,rgba(238,238,238,0)),color-stop(0.4,#eee)); + -webkit-box-shadow:inset -1px -1px 0 #fff; + top:-9px; bottom:auto; left:50%; +} + + +/** + * + * Close button + * + */ +#addToHomeScreen .addToHomeClose { + -webkit-box-sizing:border-box; + position:absolute; + right:4px; + top:4px; + width:18px; + height:18px; line-height:14px; + text-align:center; + text-indent:1px; + -webkit-border-radius:9px; + background:rgba(0,0,0,0.12); + color:#888; + -webkit-box-shadow:0 1px 0 #fff; + font-size:16px; +} + +#addToHomeScreen.addToHomeIOS7 .addToHomeClose { + line-height:12px; + padding-right:1px; + background:transparent; + border: 1px solid #888; + -webkit-box-shadow:none; +} + +/** + * + * The '+' icon, displayed only on iOS < 4.2 + * + */ +#addToHomeScreen .addToHomePlus { + font-weight:bold; + font-size:1.3em; +} + + +/** + * + * The 'share' icon, displayed only on iOS >= 4.2 + * + */ +#addToHomeScreen .addToHomeShare { + display:inline-block; + width:18px; + height:15px; + background-repeat:no-repeat; + background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACQAAAAeCAQAAADu6HTYAAADPElEQVR4Xq3TX2gcRRzA8e/M7mVv2+TSNpc/TZtrY6jUGqgaSAmEChKLrYK0YH0RFC2CSCkEfCghiKU04J8qNigq6os+iQV98MHWFwVBrQQRWs21lBw5cw3NNb1/udu72RGG5Y77IzXW77D7sAwf5scyYoL6BGXSDKFZwaGpLvIUaeoCkvX1MmsM0Ny6oRSQYOLuIS+YZOpfQdqslpUxcZrzTVAz4qPwW2O3CeIwC/RSzeY6Ow1QhUrkr+YOWfEKDkEP8Rij7CHKJmrFSDHBdwGEE5wiGChPN+PnT8VdRtEIl1d4gRj/1EVe5ZSBKGh8iqQpo/Fo5+3C/gz0MYg4zgwbqday1/Q4B8BGQ45d/Hi54lakCrU5obOcidJpu1+Lg9whjabyaOYLnrIBFFaRD+xe2ybMDWY66GmP/WA9cGfGp0CWhy0wkMN8inepFiH2rV1j0NQSNQbFLRQnS8/8YSDBBpadfv4CYDub2fmeHDNAsL1MBWUel0iA+Xik6eHcyvD3vAMSU1TGuA/YRS+dD7ovCQN43GKRFCU20Kd3V/avDVVyAZ5niTEuLA5/zBGWg9EEEhfJKN200Tat8CmRAQb9+wv7soPlHt2tQorsz1uPbr0HTY4sJwrH47zJZwABBAKLMBoQXepwgTwdHCo+fXMkQ4lrxEmQ5AaXipPqDY9V2vn09tgvTPI71EEGYxM+/uMJLJ4svpgaWGKOi/xKgmqLSUGSUd5f2vIVJ/CgBaTIUsZ7ZBsn0+NzfMOXLFCXQyTcybN6ep5ZZgUOHn7jpfUpsZshdugPGf+E5zjbyHTSRyQ8xfRPPM/s63RHeuknSoT22mjmmnAOIMkUZ6D1xSfPPAfd1WFKM3sO2CMaHx8M1NjnXKHaAGGkOW0C02WeYHUz4qMtx+w5gUDS8NckYe5lHsMYwCZEPyEEmjLDZFmAS7CDviMdxyTkMNVBKEmYLvbiQQBIBBbCQG04bGQvFWz6CfsCQLWCigILFwcfkGYBiOpbYuOizTAyYyDdCtrGaRG1LCkIgMYEFhI0WqQZoSlbGRyHKe4qOx7iv2bVQW9dp4dlM/x6kmwnWQcd/Q3FCqwTEiT5s+6D5v/pb0SSHyg7uhMWAAAAAElFTkSuQmCC); + background-size:18px 15px; + text-indent:-9999em; + overflow:hidden; +} + +#addToHomeScreen.addToHomeIOS7 .addToHomeShare { + width:11px; + background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACoAAAA8CAYAAAAQTCjdAAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAASCQAAEgkB80sG3AAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAKjSURBVGiB7dpPiFVVHMDxz7m9NCtMyI2bEJEC25WrEkzHUXCRraIwdNE8ZxfYIlcis1ZEbGEzT1QCF4XgH1CyWhUoJKIWNRGEiCNKmkSiYTzfcfGuOokx77x3ZlS8382959zfn+/invvn3RdijHIRBrwkOINCYXEcdjpb7VyiYdBsLScwt5y6IloYdzqXo36Ro0gY9IKWo+5JwmzBt2HQnBw9ehYNazyn5TBee8Dh+Vq+CWu92GufnkTDR6ab7gDeBNHouMM/l9tXTXM0fGBmL726Fg1Dam74EsvKqR8VNowL2Yzj5f7rnnE4DHq2235diYYhhTGfC94up35T0y+6di/ITU0rKVd+sEi0P7xr2pSJOu8zvF+OzqEv7vDH/WFxt7/cshy/ticsN8sXYUht0kXDOlsF9XJ4UaEvNoz9X3zc5bKaZThbyr5jzJ4wlNY7KTgM+ES0vhz+KeiPw36fKC/ucAF9uFBOrTZm26SJCtaV27+xIo7cXdkTEhvOoh+XyxprU1qnim7CQdGK2HAyKRexYVShT3RItDElN+mkjiP2Ym+S3f01hv2EVal5WW6hU0ElmptaqJuBpXg6MbeFH2LDpU6CQ93zWIKnEvs0cayGU3glMfkOo1jQYewZzOuyz7FC95Jwo5OgUFfgeg993hh/eTqCTxOSm/iuk8DY0Ap1b2GhtHXxsfZN4j/X0fOx4auEIknEhqv4OiUn1L13Z/+xWfWVaG4q0dxUormpRHNTieamEs1NJZqbJ1Q0jHvdiJo5S2cVjSNOCHZhn3/SnuYnIvl3yomIIz7MXZMn9hydRCrR3FSiualEc1OJ5qYSzU0lmptKNDePjWgwcPePT7/g+4cp8wCW4GXaryK3tL+mLdD5x62ppllgu7bso8q/2HIbzGWdNmWnSJwAAAAASUVORK5CYII=); + background-size:11px 15px; +} + +/** + * + * The touch icon (if available) + * + */ +#addToHomeScreen .addToHomeTouchIcon { + display:block; + float:left; + -webkit-border-radius:6px; + border-radius:6px; + -webkit-box-shadow:0 1px 3px rgba(0,0,0,0.5), + inset 0 0 2px rgba(255,255,255,0.9); + box-shadow:0 1px 3px rgba(0,0,0,0.5), + inset 0 0 2px rgba(255,255,255,0.9); + background-repeat:no-repeat; + width:57px; height:57px; + -webkit-background-size:57px 57px; + background-size:57px 57px; + margin:0 12px 0 0; + border:1px solid #333; + -webkit-background-clip:padding-box; + background-clip:padding-box; +} diff --git a/www/api/connect.php b/www/api/connect.php new file mode 100644 index 0000000..075064d --- /dev/null +++ b/www/api/connect.php @@ -0,0 +1,20 @@ +setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); + } catch (PDOException $e) { + $response = array( "status" => "error", + "msg" => $e->getMessage()." (".$e->getCode().")"); + exit(json_encode($response)."\r\n"); + } +?> diff --git a/www/api/create_table.php b/www/api/create_table.php new file mode 100644 index 0000000..5b68a6a --- /dev/null +++ b/www/api/create_table.php @@ -0,0 +1,24 @@ +prepare("CREATE TABLE IF NOT EXISTS $table (" . + "`id` varchar(31) NOT NULL," . + "`remoteip` varchar(15) NOT NULL," . + "`localip` varchar(15) NOT NULL," . + "`wifiboxid` varchar(140) NOT NULL," . + "`hidden` tinyint(1) NOT NULL DEFAULT '0'," . + "`date` datetime NOT NULL," . + "PRIMARY KEY (`id`)" . + ") ENGINE=InnoDB DEFAULT CHARSET=latin1;"); + + if($createsql->execute() == TRUE) + echo "$table created"; + } catch (PDOException $e) { + $response = array( "status" => "error", + "msg" => $e->getMessage()." (".$e->getCode().")"); + exit(json_encode($response)."\r\n"); + } +?> diff --git a/www/api/list.example b/www/api/list.example new file mode 100644 index 0000000..a353498 --- /dev/null +++ b/www/api/list.example @@ -0,0 +1,21 @@ +{ + "status":"success", + "data":[ + { + "id":"62.216.8.197\/10.0.0.18", + "remoteip":"62.216.8.197", + "localip":"10.0.0.18", + "wifiboxid":"Albert", + "hidden":"0", + "date":"2013-10-03 17:24:33", + }, + { + "id":"62.216.8.197\/10.0.0.29", + "remoteip":"62.216.8.197", + "localip":"10.0.0.29", + "wifiboxid":"Wilbert", + "hidden":"0", + "date":"2013-10-03 17:52:19" + } + ], +} \ No newline at end of file diff --git a/www/api/list.php b/www/api/list.php new file mode 100644 index 0000000..b560dcd --- /dev/null +++ b/www/api/list.php @@ -0,0 +1,21 @@ +prepare("SELECT * FROM $table where date >= FROM_UNIXTIME(:hourago) AND remoteip = :remoteip"); + $statement->execute(array( ':hourago' => $hourago, + ':remoteip' => $remoteip)); + $boxes = $statement->fetchAll(PDO::FETCH_CLASS); + } catch (PDOException $e) { + $response = array( "status" => "error", + "msg" => $e->getMessage()." (".$e->getCode().")"); + exit(json_encode($response)."\r\n"); + } + + $response = array( "status" => "success", + "data" => $boxes); + exit(json_encode($response)."\r\n"); +?> \ No newline at end of file diff --git a/www/api/signin.php b/www/api/signin.php new file mode 100644 index 0000000..3837f3a --- /dev/null +++ b/www/api/signin.php @@ -0,0 +1,68 @@ + "error", + "msg" => "'signin' can only be accessed with the POST method"); + + + exit(json_encode($response)."\r\n"); + }*/ + + require 'connect.php'; + + if(!isset($_GET['localip'])) { + $response = array( "status" => "error", + "msg" => "missing localip"); + exit(json_encode($response)."\r\n"); + } + $localip = $_GET['localip']; + + if(!isset($_GET['wifiboxid'])) { + $response = array( "status" => "error", + "msg" => "missing wifiboxid"); + exit(json_encode($response)."\r\n"); + } + $wifiboxid = $_GET['wifiboxid']; + + $remoteip = getenv('REMOTE_ADDR'); + + $timestamp = time(); + + $id = $remoteip.'/'.$localip; //TODO: column length: 31 + + try { + $statement = $db->prepare( "REPLACE INTO $table " . + "SET id = :id, " . + " remoteip = :remoteip, " . + " localip = :localip, " . + " wifiboxid = :wifiboxid, " . + " date = FROM_UNIXTIME(:timestamp)"); + $statement->execute(array( ":id" => $id, + ":remoteip" => $remoteip, + ":localip" => $localip, + ":wifiboxid" => $wifiboxid, + ":timestamp" => $timestamp)); + } catch (PDOException $e) { + $response = array( "status" => "error", + "msg" => $e->getMessage()." (".$e->getCode().")"); + exit(json_encode($response)."\r\n"); + } + + // Remove old signins + $hourago = time() - 60*60; + try { + $statement = $db->prepare("DELETE FROM $table WHERE date < FROM_UNIXTIME(:hourago)"); + $statement->execute(array( ':hourago' => $hourago)); + } catch (PDOException $e) { + $response = array( "status" => "error", + "msg" => $e->getMessage()." (".$e->getCode().")"); + exit(json_encode($response)."\r\n"); + } + + $responseData = array( "remoteip" => $remoteip, + "localip" => $localip, + "wifiboxid" => $wifiboxid, + "timestamp" => $timestamp); + $response = array( "status" => "success", + "data" => $responseData); + exit(json_encode($response)."\r\n"); +?> diff --git a/www/img/apple-touch-icon-144x144-precomposed.png b/www/img/apple-touch-icon-144x144-precomposed.png new file mode 100644 index 0000000000000000000000000000000000000000..e3c478b13ebb04d31712f8f45fe69564c0c068a9 GIT binary patch literal 8524 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]q`}Hf4T=g6 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%0DRpo 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 literal 0 HcmV?d00001 From f247f1b3dc7ed19c56bc97b0a57d3643b07afc7c Mon Sep 17 00:00:00 2001 From: peteruithoven Date: Thu, 24 Apr 2014 12:13:53 +0200 Subject: [PATCH 02/68] Added jQuery and jQuery mobile Needed for offline development --- js/libs/jquery-1.11.0.min.js | 4 + js/libs/jquery-1.8.3.min.js | 2 - .../demos/_assets/css/jqm-demos.css | 732 + .../demos/_assets/img/album-af.jpg | Bin 0 -> 10197 bytes .../demos/_assets/img/album-ag.jpg | Bin 0 -> 9044 bytes .../demos/_assets/img/album-bb.jpg | Bin 0 -> 38106 bytes .../demos/_assets/img/album-bk.jpg | Bin 0 -> 7671 bytes .../demos/_assets/img/album-hc.jpg | Bin 0 -> 12825 bytes .../demos/_assets/img/album-k.jpg | Bin 0 -> 4120 bytes .../demos/_assets/img/album-mg.jpg | Bin 0 -> 5955 bytes .../demos/_assets/img/album-ok.jpg | Bin 0 -> 11084 bytes .../demos/_assets/img/album-p.jpg | Bin 0 -> 8342 bytes .../demos/_assets/img/album-rh.jpg | Bin 0 -> 9336 bytes .../demos/_assets/img/album-ws.jpg | Bin 0 -> 5569 bytes .../demos/_assets/img/album-xx.jpg | Bin 0 -> 3593 bytes .../jquery.mobile/demos/_assets/img/apple.png | Bin 0 -> 30939 bytes .../demos/_assets/img/bg-pattern.png | Bin 0 -> 948 bytes .../jquery.mobile/demos/_assets/img/bike.jpg | Bin 0 -> 147412 bytes .../demos/_assets/img/blackberry_10.png | Bin 0 -> 136886 bytes .../demos/_assets/img/bmw-thumb.jpg | Bin 0 -> 25303 bytes .../jquery.mobile/demos/_assets/img/bmw.jpg | Bin 0 -> 536254 bytes .../demos/_assets/img/buenosaires.jpg | Bin 0 -> 285724 bytes .../demos/_assets/img/capetown.jpg | Bin 0 -> 266939 bytes .../jquery.mobile/demos/_assets/img/de.png | Bin 0 -> 545 bytes .../demos/_assets/img/devices.png | Bin 0 -> 200941 bytes .../jquery.mobile/demos/_assets/img/fi.png | Bin 0 -> 489 bytes .../demos/_assets/img/firefox-logo.png | Bin 0 -> 89232 bytes .../demos/_assets/img/firefox_os.png | Bin 0 -> 51495 bytes .../demos/_assets/img/galaxy_express.png | Bin 0 -> 111745 bytes .../jquery.mobile/demos/_assets/img/gb.png | Bin 0 -> 599 bytes .../jquery.mobile/demos/_assets/img/gf.png | Bin 0 -> 545 bytes .../_assets/img/glyphish-icons/09-chat2.png | Bin 0 -> 3022 bytes .../_assets/img/glyphish-icons/100-coffee.png | Bin 0 -> 2967 bytes .../img/glyphish-icons/18-envelope.png | Bin 0 -> 2946 bytes .../_assets/img/glyphish-icons/19-gear.png | Bin 0 -> 3133 bytes .../_assets/img/glyphish-icons/21-skull.png | Bin 0 -> 3105 bytes .../_assets/img/glyphish-icons/30-key.png | Bin 0 -> 2972 bytes .../_assets/img/glyphish-icons/34-coffee.png | Bin 0 -> 3052 bytes .../_assets/img/glyphish-icons/88-beermug.png | Bin 0 -> 3080 bytes .../Read me first - license.txt | 13 + .../demos/_assets/img/jquery-logo.png | Bin 0 -> 12351 bytes .../demos/_assets/img/landrover-thumb.jpg | Bin 0 -> 17580 bytes .../demos/_assets/img/landrover.jpg | Bin 0 -> 226615 bytes .../demos/_assets/img/lumia_800.png | Bin 0 -> 49199 bytes .../demos/_assets/img/newyork.jpg | Bin 0 -> 240053 bytes .../demos/_assets/img/nexus_7.png | Bin 0 -> 55073 bytes .../jquery.mobile/demos/_assets/img/paris.jpg | Bin 0 -> 200022 bytes .../demos/_assets/img/phone_galaxy3.png | Bin 0 -> 43927 bytes .../demos/_assets/img/phone_iphone5.png | Bin 0 -> 43453 bytes .../demos/_assets/img/phone_lumia920.png | Bin 0 -> 54252 bytes .../demos/_assets/img/phone_onex.png | Bin 0 -> 38644 bytes .../demos/_assets/img/photo-landscape.jpg | Bin 0 -> 622878 bytes .../demos/_assets/img/photo-portrait.jpg | Bin 0 -> 974900 bytes .../demos/_assets/img/photo-run.jpeg | Bin 0 -> 120968 bytes .../jquery.mobile/demos/_assets/img/seoul.jpg | Bin 0 -> 344607 bytes .../demos/_assets/img/sydney.jpg | Bin 0 -> 109957 bytes .../demos/_assets/img/tesla-thumb.jpg | Bin 0 -> 25301 bytes .../jquery.mobile/demos/_assets/img/tesla.jpg | Bin 0 -> 303983 bytes .../jquery.mobile/demos/_assets/img/tizen.png | Bin 0 -> 69275 bytes .../jquery.mobile/demos/_assets/img/us.png | Bin 0 -> 609 bytes .../demos/_assets/js/h2widget.js | 169 + .../jquery.mobile/demos/_assets/js/index.html | 9 + .../jquery.mobile/demos/_assets/js/index.js | 1027 ++ .../demos/_assets/js/jqm-demos.js | 311 + .../demos/_assets/js/view-source.js | 545 + .../jquery.mobile/demos/_search/index.html | 616 + .../backbone-requirejs/backbone-require.html | 83 + .../demos/backbone-requirejs/index.html | 541 + .../demos/backbone-requirejs/index.php | 160 + .../js/collections/CategoriesCollection.js | 101 + .../demos/backbone-requirejs/js/main.js | 55 + .../js/models/CategoryModel.js | 18 + .../js/routers/mobileRouter.js | 89 + .../js/views/CategoryView.js | 41 + .../demos/body-bar-classes/index.html | 492 + .../demos/button-markup/index.html | 540 + js/libs/jquery.mobile/demos/button/index.html | 612 + .../demos/checkboxradio-checkbox/index.html | 538 + .../demos/checkboxradio-radio/index.html | 551 + .../demos/collapsible-dynamic/index.html | 461 + .../demos/collapsible/index.html | 634 + .../demos/collapsibleset/index.html | 609 + .../demos/controlgroup-dynamic/index.html | 539 + .../demos/controlgroup/index.html | 795 + .../css/themes/default/images/ajax-loader.gif | Bin 0 -> 6242 bytes .../default/images/icons-png/action-black.png | Bin 0 -> 219 bytes .../default/images/icons-png/action-white.png | Bin 0 -> 227 bytes .../default/images/icons-png/alert-black.png | Bin 0 -> 244 bytes .../default/images/icons-png/alert-white.png | Bin 0 -> 243 bytes .../images/icons-png/arrow-d-black.png | Bin 0 -> 146 bytes .../images/icons-png/arrow-d-l-black.png | Bin 0 -> 167 bytes .../images/icons-png/arrow-d-l-white.png | Bin 0 -> 173 bytes .../images/icons-png/arrow-d-r-black.png | Bin 0 -> 159 bytes .../images/icons-png/arrow-d-r-white.png | Bin 0 -> 171 bytes .../images/icons-png/arrow-d-white.png | Bin 0 -> 149 bytes .../images/icons-png/arrow-l-black.png | Bin 0 -> 149 bytes .../images/icons-png/arrow-l-white.png | Bin 0 -> 156 bytes .../images/icons-png/arrow-r-black.png | Bin 0 -> 147 bytes .../images/icons-png/arrow-r-white.png | Bin 0 -> 152 bytes .../images/icons-png/arrow-u-black.png | Bin 0 -> 147 bytes .../images/icons-png/arrow-u-l-black.png | Bin 0 -> 163 bytes .../images/icons-png/arrow-u-l-white.png | Bin 0 -> 169 bytes .../images/icons-png/arrow-u-r-black.png | Bin 0 -> 163 bytes .../images/icons-png/arrow-u-r-white.png | Bin 0 -> 165 bytes .../images/icons-png/arrow-u-white.png | Bin 0 -> 151 bytes .../default/images/icons-png/audio-black.png | Bin 0 -> 307 bytes .../default/images/icons-png/audio-white.png | Bin 0 -> 314 bytes .../default/images/icons-png/back-black.png | Bin 0 -> 233 bytes .../default/images/icons-png/back-white.png | Bin 0 -> 240 bytes .../default/images/icons-png/bars-black.png | Bin 0 -> 132 bytes .../default/images/icons-png/bars-white.png | Bin 0 -> 135 bytes .../images/icons-png/bullets-black.png | Bin 0 -> 147 bytes .../images/icons-png/bullets-white.png | Bin 0 -> 152 bytes .../images/icons-png/calendar-black.png | Bin 0 -> 146 bytes .../images/icons-png/calendar-white.png | Bin 0 -> 143 bytes .../default/images/icons-png/camera-black.png | Bin 0 -> 250 bytes .../default/images/icons-png/camera-white.png | Bin 0 -> 251 bytes .../images/icons-png/carat-d-black.png | Bin 0 -> 207 bytes .../images/icons-png/carat-d-white.png | Bin 0 -> 213 bytes .../images/icons-png/carat-l-black.png | Bin 0 -> 174 bytes .../images/icons-png/carat-l-white.png | Bin 0 -> 177 bytes .../images/icons-png/carat-r-black.png | Bin 0 -> 184 bytes .../images/icons-png/carat-r-white.png | Bin 0 -> 194 bytes .../images/icons-png/carat-u-black.png | Bin 0 -> 196 bytes .../images/icons-png/carat-u-white.png | Bin 0 -> 204 bytes .../default/images/icons-png/check-black.png | Bin 0 -> 169 bytes .../default/images/icons-png/check-white.png | Bin 0 -> 172 bytes .../default/images/icons-png/clock-black.png | Bin 0 -> 310 bytes .../default/images/icons-png/clock-white.png | Bin 0 -> 316 bytes .../default/images/icons-png/cloud-black.png | Bin 0 -> 212 bytes .../default/images/icons-png/cloud-white.png | Bin 0 -> 210 bytes .../images/icons-png/comment-black.png | Bin 0 -> 165 bytes .../images/icons-png/comment-white.png | Bin 0 -> 160 bytes .../default/images/icons-png/delete-black.png | Bin 0 -> 171 bytes .../default/images/icons-png/delete-white.png | Bin 0 -> 185 bytes .../default/images/icons-png/edit-black.png | Bin 0 -> 163 bytes .../default/images/icons-png/edit-white.png | Bin 0 -> 170 bytes .../default/images/icons-png/eye-black.png | Bin 0 -> 249 bytes .../default/images/icons-png/eye-white.png | Bin 0 -> 253 bytes .../images/icons-png/forbidden-black.png | Bin 0 -> 299 bytes .../images/icons-png/forbidden-white.png | Bin 0 -> 308 bytes .../images/icons-png/forward-black.png | Bin 0 -> 233 bytes .../images/icons-png/forward-white.png | Bin 0 -> 243 bytes .../default/images/icons-png/gear-black.png | Bin 0 -> 318 bytes .../default/images/icons-png/gear-white.png | Bin 0 -> 302 bytes .../default/images/icons-png/grid-black.png | Bin 0 -> 160 bytes .../default/images/icons-png/grid-white.png | Bin 0 -> 167 bytes .../default/images/icons-png/heart-black.png | Bin 0 -> 242 bytes .../default/images/icons-png/heart-white.png | Bin 0 -> 246 bytes .../default/images/icons-png/home-black.png | Bin 0 -> 150 bytes .../default/images/icons-png/home-white.png | Bin 0 -> 154 bytes .../default/images/icons-png/info-black.png | Bin 0 -> 250 bytes .../default/images/icons-png/info-white.png | Bin 0 -> 251 bytes .../images/icons-png/location-black.png | Bin 0 -> 245 bytes .../images/icons-png/location-white.png | Bin 0 -> 247 bytes .../default/images/icons-png/lock-black.png | Bin 0 -> 204 bytes .../default/images/icons-png/lock-white.png | Bin 0 -> 207 bytes .../default/images/icons-png/mail-black.png | Bin 0 -> 226 bytes .../default/images/icons-png/mail-white.png | Bin 0 -> 227 bytes .../default/images/icons-png/minus-black.png | Bin 0 -> 116 bytes .../default/images/icons-png/minus-white.png | Bin 0 -> 116 bytes .../images/icons-png/navigation-black.png | Bin 0 -> 242 bytes .../images/icons-png/navigation-white.png | Bin 0 -> 241 bytes .../default/images/icons-png/phone-black.png | Bin 0 -> 270 bytes .../default/images/icons-png/phone-white.png | Bin 0 -> 274 bytes .../default/images/icons-png/plus-black.png | Bin 0 -> 123 bytes .../default/images/icons-png/plus-white.png | Bin 0 -> 124 bytes .../default/images/icons-png/power-black.png | Bin 0 -> 292 bytes .../default/images/icons-png/power-white.png | Bin 0 -> 302 bytes .../images/icons-png/recycle-black.png | Bin 0 -> 243 bytes .../images/icons-png/recycle-white.png | Bin 0 -> 253 bytes .../images/icons-png/refresh-black.png | Bin 0 -> 295 bytes .../images/icons-png/refresh-white.png | Bin 0 -> 301 bytes .../default/images/icons-png/search-black.png | Bin 0 -> 324 bytes .../default/images/icons-png/search-white.png | Bin 0 -> 321 bytes .../default/images/icons-png/shop-black.png | Bin 0 -> 174 bytes .../default/images/icons-png/shop-white.png | Bin 0 -> 173 bytes .../default/images/icons-png/star-black.png | Bin 0 -> 231 bytes .../default/images/icons-png/star-white.png | Bin 0 -> 239 bytes .../default/images/icons-png/tag-black.png | Bin 0 -> 159 bytes .../default/images/icons-png/tag-white.png | Bin 0 -> 159 bytes .../default/images/icons-png/user-black.png | Bin 0 -> 245 bytes .../default/images/icons-png/user-white.png | Bin 0 -> 245 bytes .../default/images/icons-png/video-black.png | Bin 0 -> 171 bytes .../default/images/icons-png/video-white.png | Bin 0 -> 170 bytes .../default/images/icons-svg/action-black.svg | 7 + .../default/images/icons-svg/action-white.svg | 7 + .../default/images/icons-svg/alert-black.svg | 8 + .../default/images/icons-svg/alert-white.svg | 8 + .../images/icons-svg/arrow-d-black.svg | 37 + .../images/icons-svg/arrow-d-l-black.svg | 37 + .../images/icons-svg/arrow-d-l-white.svg | 37 + .../images/icons-svg/arrow-d-r-black.svg | 37 + .../images/icons-svg/arrow-d-r-white.svg | 37 + .../images/icons-svg/arrow-d-white.svg | 37 + .../images/icons-svg/arrow-l-black.svg | 37 + .../images/icons-svg/arrow-l-white.svg | 37 + .../images/icons-svg/arrow-r-black.svg | 37 + .../images/icons-svg/arrow-r-white.svg | 37 + .../images/icons-svg/arrow-u-black.svg | 37 + .../images/icons-svg/arrow-u-l-black.svg | 37 + .../images/icons-svg/arrow-u-l-white.svg | 37 + .../images/icons-svg/arrow-u-r-black.svg | 37 + .../images/icons-svg/arrow-u-r-white.svg | 37 + .../images/icons-svg/arrow-u-white.svg | 37 + .../default/images/icons-svg/audio-black.svg | 40 + .../default/images/icons-svg/audio-white.svg | 40 + .../default/images/icons-svg/back-black.svg | 7 + .../default/images/icons-svg/back-white.svg | 7 + .../default/images/icons-svg/bars-black.svg | 9 + .../default/images/icons-svg/bars-white.svg | 9 + .../images/icons-svg/bullets-black.svg | 10 + .../images/icons-svg/bullets-white.svg | 11 + .../images/icons-svg/calendar-black.svg | 39 + .../images/icons-svg/calendar-white.svg | 39 + .../default/images/icons-svg/camera-black.svg | 9 + .../default/images/icons-svg/camera-white.svg | 10 + .../images/icons-svg/carat-d-black.svg | 7 + .../images/icons-svg/carat-d-white.svg | 7 + .../images/icons-svg/carat-l-black.svg | 7 + .../images/icons-svg/carat-l-white.svg | 7 + .../images/icons-svg/carat-r-black.svg | 7 + .../images/icons-svg/carat-r-white.svg | 7 + .../images/icons-svg/carat-u-black.svg | 7 + .../images/icons-svg/carat-u-white.svg | 7 + .../default/images/icons-svg/check-black.svg | 7 + .../default/images/icons-svg/check-white.svg | 7 + .../default/images/icons-svg/clock-black.svg | 38 + .../default/images/icons-svg/clock-white.svg | 38 + .../default/images/icons-svg/cloud-black.svg | 9 + .../default/images/icons-svg/cloud-white.svg | 9 + .../images/icons-svg/comment-black.svg | 37 + .../images/icons-svg/comment-white.svg | 37 + .../default/images/icons-svg/delete-black.svg | 37 + .../default/images/icons-svg/delete-white.svg | 37 + .../default/images/icons-svg/edit-black.svg | 37 + .../default/images/icons-svg/edit-white.svg | 37 + .../default/images/icons-svg/eye-black.svg | 8 + .../default/images/icons-svg/eye-white.svg | 8 + .../images/icons-svg/forbidden-black.svg | 40 + .../images/icons-svg/forbidden-white.svg | 40 + .../images/icons-svg/forward-black.svg | 7 + .../images/icons-svg/forward-white.svg | 7 + .../default/images/icons-svg/gear-black.svg | 52 + .../default/images/icons-svg/gear-white.svg | 52 + .../default/images/icons-svg/grid-black.svg | 44 + .../default/images/icons-svg/grid-white.svg | 44 + .../default/images/icons-svg/heart-black.svg | 7 + .../default/images/icons-svg/heart-white.svg | 8 + .../default/images/icons-svg/home-black.svg | 37 + .../default/images/icons-svg/home-white.svg | 37 + .../default/images/icons-svg/info-black.svg | 38 + .../default/images/icons-svg/info-white.svg | 38 + .../images/icons-svg/location-black.svg | 8 + .../images/icons-svg/location-white.svg | 8 + .../default/images/icons-svg/lock-black.svg | 8 + .../default/images/icons-svg/lock-white.svg | 9 + .../default/images/icons-svg/mail-black.svg | 7 + .../default/images/icons-svg/mail-white.svg | 7 + .../default/images/icons-svg/minus-black.svg | 7 + .../default/images/icons-svg/minus-white.svg | 7 + .../images/icons-svg/navigation-black.svg | 7 + .../images/icons-svg/navigation-white.svg | 7 + .../default/images/icons-svg/phone-black.svg | 12 + .../default/images/icons-svg/phone-white.svg | 12 + .../default/images/icons-svg/plus-black.svg | 37 + .../default/images/icons-svg/plus-white.svg | 37 + .../default/images/icons-svg/power-black.svg | 12 + .../default/images/icons-svg/power-white.svg | 12 + .../images/icons-svg/recycle-black.svg | 8 + .../images/icons-svg/recycle-white.svg | 9 + .../images/icons-svg/refresh-black.svg | 40 + .../images/icons-svg/refresh-white.svg | 40 + .../default/images/icons-svg/search-black.svg | 9 + .../default/images/icons-svg/search-white.svg | 9 + .../default/images/icons-svg/shop-black.svg | 9 + .../default/images/icons-svg/shop-white.svg | 9 + .../default/images/icons-svg/star-black.svg | 7 + .../default/images/icons-svg/star-white.svg | 7 + .../default/images/icons-svg/tag-black.svg | 37 + .../default/images/icons-svg/tag-white.svg | 37 + .../default/images/icons-svg/user-black.svg | 41 + .../default/images/icons-svg/user-white.svg | 41 + .../default/images/icons-svg/video-black.svg | 7 + .../default/images/icons-svg/video-white.svg | 8 + .../default/jquery.mobile-1.4.2.min.css | 3 + .../jquery.mobile.external-png-1.4.2.min.css | 3 + .../default/jquery.mobile.icons-1.4.2.min.css | 3 + .../jquery.mobile.inline-png-1.4.2.min.css | 3 + .../jquery.mobile.inline-svg-1.4.2.min.css | 3 + .../jquery.mobile.structure-1.4.2.min.css | 3 + .../default/jquery.mobile.theme-1.4.2.min.css | 3 + .../jquery.mobile/demos/datepicker/index.html | 449 + .../jquery.mobile/demos/filterable/index.html | 736 + .../jquery.mobile/demos/flipswitch/index.html | 608 + .../demos/forms-disabled/index.html | 892 + .../fieldcontain-hide-label-deprecated.html | 884 + .../demos/forms-field-contain/index.html | 886 + .../demos/forms-gallery/index.html | 819 + .../forms-label-hidden-accessible/index.html | 812 + js/libs/jquery.mobile/demos/forms/index.html | 813 + .../demos/grids-buttons/index.html | 546 + .../demos/grids-custom-responsive/index.html | 556 + js/libs/jquery.mobile/demos/grids/index.html | 598 + .../demos/icons-grunticon/index.html | 617 + js/libs/jquery.mobile/demos/icons/index.html | 617 + js/libs/jquery.mobile/demos/index.html | 478 + js/libs/jquery.mobile/demos/intro/index.html | 504 + js/libs/jquery.mobile/demos/jqm-contents.html | 185 + js/libs/jquery.mobile/demos/jqm-contents.php | 185 + js/libs/jquery.mobile/demos/jqm-navmenu.html | 190 + js/libs/jquery.mobile/demos/jqm-navmenu.php | 190 + js/libs/jquery.mobile/demos/jqm-search.html | 193 + js/libs/jquery.mobile/demos/jqm-search.php | 193 + js/libs/jquery.mobile/demos/js/jquery.js | 9789 ++++++++++ .../demos/js/jquery.mobile-1.4.2.js | 15056 ++++++++++++++++ .../demos/js/jquery.mobile-1.4.2.min.js | 10 + .../demos/js/jquery.mobile-1.4.2.min.map | 1 + .../listview-autocomplete-remote/index.html | 471 + .../demos/listview-autocomplete/index.html | 513 + .../autodividers-linkbar-demo.html | 159 + .../autodividers-linkbar.css | 20 + .../autodividers-linkbar.js | 58 + .../listview-autodividers-linkbar/index.html | 574 + .../listview-autodividers-selector/index.html | 465 + .../listview-collapsible-item-flat/index.html | 513 + .../index.html | 541 + .../demos/listview-grid/index.html | 505 + .../demos/listview-grid/listview-grid.css | 139 + .../demos/listview-grid/listview-grid.html | 78 + .../demos/listview-nested-lists/index.html | 498 + .../jquery.mobile/demos/listview/index.html | 889 + js/libs/jquery.mobile/demos/loader/index.html | 474 + .../demos/map-geolocation/index.html | 494 + .../demos/map-list-toggle/index.html | 610 + .../demos/map-list-toggle/jquery.gmap.js | 185 + .../demos/map-list-toggle/showMore.html | 28 + js/libs/jquery.mobile/demos/navbar/index.html | 691 + .../navigation-hash-processing/index.html | 510 + .../demos/navigation-linking-pages/index.html | 510 + .../jquery.mobile/demos/navigation/demo.js | 38 + .../jquery.mobile/demos/navigation/index.html | 526 + .../controls-in-header-footer.html | 432 + .../disabling-a-button-does-not-work.html | 432 + .../old-faq-pages/dom-ready-not-working.html | 447 + ...to-enhancement-of-a-block-of-elements.html | 440 + ...n-i-stop-auto-enhancement-of-elements.html | 446 + .../how-configure-phonegap-cordova.html | 506 + .../how-do-i-control-page-titles.html | 442 + .../old-faq-pages/how-do-i-load-a-page.html | 437 + .../how-do-i-scroll-to-a-position.html | 438 + .../how-do-i-turn-off-url-hiding.html | 437 + .../how-do-i-use-touch-mouse-events.html | 433 + .../old-faq-pages/how-does-theming-work.html | 529 + .../demos/old-faq-pages/index.html | 52 + .../injected-content-is-not-enhanced.html | 458 + ...l-5-inputs-look-different-in-browsers.html | 432 + ...ge-search-input-type-is-being-changed.html | 432 + .../pass-query-params-to-page.html | 441 + .../pass-via-the-hash-to-page.html | 432 + .../scripts-and-styles-not-loading.html | 440 + ...s-custom-select-shows-as-dialog-popup.html | 432 + .../the-application-cache-is-not-working.html | 444 + ...ate-on-injected-content-does-not-work.html | 444 + ...-enhanced-form-elements-does-not-work.html | 459 + .../why-is-only-the-first-page-loaded.html | 432 + ...ss-styles-apply-correctly-to-a-widget.html | 451 + .../demos/pages-dialog/dialog-alt.html | 31 + .../demos/pages-dialog/dialog-buttons.html | 35 + .../demos/pages-dialog/dialog-corners.html | 29 + .../demos/pages-dialog/dialog-noclosebtn.html | 29 + .../demos/pages-dialog/dialog-overlay.html | 30 + .../pages-dialog/dialog-rightclosebtn.html | 29 + .../demos/pages-dialog/dialog-success.html | 32 + .../pages-dialog/dialog-with-select.html | 109 + .../demos/pages-dialog/dialog.html | 31 + .../demos/pages-dialog/index.html | 502 + .../demos/pages-multi-page/index.html | 83 + .../demos/pages-single-page/index.html | 37 + js/libs/jquery.mobile/demos/pages/index.html | 623 + .../demos/pages/samepagetransition.html | 80 + .../jquery.mobile/demos/pages/startpage.html | 51 + .../demos/panel-external-internal/index.html | 81 + .../demos/panel-external-internal/page-b.html | 81 + .../demos/panel-external-internal/page-c.html | 81 + .../demos/panel-external/index.html | 111 + .../demos/panel-external/page-b.html | 44 + .../demos/panel-fixed/index.html | 149 + .../demos/panel-responsive/index.html | 120 + .../demos/panel-styling/index.html | 634 + .../demos/panel-swipe-open/index.html | 501 + js/libs/jquery.mobile/demos/panel/index.html | 830 + .../demos/popup-alignment/index.html | 465 + .../demos/popup-alignment/popup.alignment.js | 132 + .../demos/popup-arrow-size/index.html | 593 + .../demos/popup-dynamic/index.html | 504 + .../demos/popup-iframe/index.html | 516 + .../jquery.mobile/demos/popup-iframe/map.html | 38 + .../demos/popup-iframe/popup-iframe-map.js | 60 + .../demos/popup-iframe/popup-iframe-video.js | 52 + .../demos/popup-image-scaling/index.html | 442 + .../popup-image-scaling.js | 8 + .../demos/popup-outside-multipage/index.html | 468 + js/libs/jquery.mobile/demos/popup/index.html | 730 + .../demos/rangeslider/index.html | 550 + js/libs/jquery.mobile/demos/rwd/index.html | 506 + .../demos/selectmenu-custom-filter/index.html | 516 + .../demos/selectmenu-custom/index.html | 774 + .../jquery.mobile/demos/selectmenu/index.html | 642 + .../demos/slider-flipswitch/index.html | 514 + .../demos/slider-tooltip/index.html | 436 + js/libs/jquery.mobile/demos/slider/index.html | 532 + .../jquery.mobile/demos/swipe-list/index.html | 706 + .../demos/swipe-page/buenosaires.html | 46 + .../demos/swipe-page/capetown.html | 46 + .../jquery.mobile/demos/swipe-page/index.html | 471 + .../demos/swipe-page/newyork.html | 46 + .../jquery.mobile/demos/swipe-page/paris.html | 46 + .../jquery.mobile/demos/swipe-page/seoul.html | 46 + .../demos/swipe-page/swipe-page.css | 32 + .../demos/swipe-page/swipe-page.js | 97 + .../demos/swipe-page/sydney.html | 46 + .../table-column-toggle-example/index.html | 574 + .../index.html | 603 + .../table-column-toggle-options/index.html | 519 + .../demos/table-column-toggle/index.html | 705 + .../table-reflow-heading-groups/index.html | 600 + .../table-reflow-stripes-strokes/index.html | 546 + .../demos/table-reflow-styling/index.html | 635 + .../demos/table-reflow/index.html | 664 + .../demos/tabs/ajax-content.html | 1 + js/libs/jquery.mobile/demos/tabs/index.html | 487 + .../demos/tabs/tabbed-content.html | 48 + .../jquery.mobile/demos/textinput/index.html | 781 + .../theme-classic/images/ajax-loader.gif | Bin 0 -> 6242 bytes .../demos/theme-classic/index.html | 395 + .../demos/theme-classic/theme-classic.css | 1359 ++ .../demos/theme-default/index.html | 344 + .../demos/toolbar-dynamic/index.html | 46 + .../demos/toolbar-external/index.html | 77 + .../demos/toolbar-external/index2.html | 41 + .../demos/toolbar-fixed-external/index.html | 63 + .../demos/toolbar-fixed-forms/index.html | 132 + .../demos/toolbar-fixed-fullscreen/index.html | 46 + .../index.html | 62 + .../page-b.html | 90 + .../page-c.html | 128 + .../page-d.html | 106 + .../demos/toolbar-fixed-persistent/index.html | 86 + .../toolbar-fixed-persistent/page-b.html | 103 + .../toolbar-fixed-persistent/page-c.html | 141 + .../toolbar-fixed-persistent/page-d.html | 119 + .../demos/toolbar-fixed/index.html | 111 + .../jquery.mobile/demos/toolbar/index.html | 571 + .../demos/transitions/index.html | 544 + .../transitions/page-transitions-dialog.html | 34 + .../transitions/page-transitions-page.html | 67 + js/libs/jquery.mobile/images/ajax-loader.gif | Bin 0 -> 6242 bytes .../images/icons-png/action-black.png | Bin 0 -> 219 bytes .../images/icons-png/action-white.png | Bin 0 -> 227 bytes .../images/icons-png/alert-black.png | Bin 0 -> 244 bytes .../images/icons-png/alert-white.png | Bin 0 -> 243 bytes .../images/icons-png/arrow-d-black.png | Bin 0 -> 146 bytes .../images/icons-png/arrow-d-l-black.png | Bin 0 -> 167 bytes .../images/icons-png/arrow-d-l-white.png | Bin 0 -> 173 bytes .../images/icons-png/arrow-d-r-black.png | Bin 0 -> 159 bytes .../images/icons-png/arrow-d-r-white.png | Bin 0 -> 171 bytes .../images/icons-png/arrow-d-white.png | Bin 0 -> 149 bytes .../images/icons-png/arrow-l-black.png | Bin 0 -> 149 bytes .../images/icons-png/arrow-l-white.png | Bin 0 -> 156 bytes .../images/icons-png/arrow-r-black.png | Bin 0 -> 147 bytes .../images/icons-png/arrow-r-white.png | Bin 0 -> 152 bytes .../images/icons-png/arrow-u-black.png | Bin 0 -> 147 bytes .../images/icons-png/arrow-u-l-black.png | Bin 0 -> 163 bytes .../images/icons-png/arrow-u-l-white.png | Bin 0 -> 169 bytes .../images/icons-png/arrow-u-r-black.png | Bin 0 -> 163 bytes .../images/icons-png/arrow-u-r-white.png | Bin 0 -> 165 bytes .../images/icons-png/arrow-u-white.png | Bin 0 -> 151 bytes .../images/icons-png/audio-black.png | Bin 0 -> 307 bytes .../images/icons-png/audio-white.png | Bin 0 -> 314 bytes .../images/icons-png/back-black.png | Bin 0 -> 233 bytes .../images/icons-png/back-white.png | Bin 0 -> 240 bytes .../images/icons-png/bars-black.png | Bin 0 -> 132 bytes .../images/icons-png/bars-white.png | Bin 0 -> 135 bytes .../images/icons-png/bullets-black.png | Bin 0 -> 147 bytes .../images/icons-png/bullets-white.png | Bin 0 -> 152 bytes .../images/icons-png/calendar-black.png | Bin 0 -> 146 bytes .../images/icons-png/calendar-white.png | Bin 0 -> 143 bytes .../images/icons-png/camera-black.png | Bin 0 -> 250 bytes .../images/icons-png/camera-white.png | Bin 0 -> 251 bytes .../images/icons-png/carat-d-black.png | Bin 0 -> 207 bytes .../images/icons-png/carat-d-white.png | Bin 0 -> 213 bytes .../images/icons-png/carat-l-black.png | Bin 0 -> 174 bytes .../images/icons-png/carat-l-white.png | Bin 0 -> 177 bytes .../images/icons-png/carat-r-black.png | Bin 0 -> 184 bytes .../images/icons-png/carat-r-white.png | Bin 0 -> 194 bytes .../images/icons-png/carat-u-black.png | Bin 0 -> 196 bytes .../images/icons-png/carat-u-white.png | Bin 0 -> 204 bytes .../images/icons-png/check-black.png | Bin 0 -> 169 bytes .../images/icons-png/check-white.png | Bin 0 -> 172 bytes .../images/icons-png/clock-black.png | Bin 0 -> 310 bytes .../images/icons-png/clock-white.png | Bin 0 -> 316 bytes .../images/icons-png/cloud-black.png | Bin 0 -> 212 bytes .../images/icons-png/cloud-white.png | Bin 0 -> 210 bytes .../images/icons-png/comment-black.png | Bin 0 -> 165 bytes .../images/icons-png/comment-white.png | Bin 0 -> 160 bytes .../images/icons-png/delete-black.png | Bin 0 -> 171 bytes .../images/icons-png/delete-white.png | Bin 0 -> 185 bytes .../images/icons-png/edit-black.png | Bin 0 -> 163 bytes .../images/icons-png/edit-white.png | Bin 0 -> 170 bytes .../images/icons-png/eye-black.png | Bin 0 -> 249 bytes .../images/icons-png/eye-white.png | Bin 0 -> 253 bytes .../images/icons-png/forbidden-black.png | Bin 0 -> 299 bytes .../images/icons-png/forbidden-white.png | Bin 0 -> 308 bytes .../images/icons-png/forward-black.png | Bin 0 -> 233 bytes .../images/icons-png/forward-white.png | Bin 0 -> 243 bytes .../images/icons-png/gear-black.png | Bin 0 -> 318 bytes .../images/icons-png/gear-white.png | Bin 0 -> 302 bytes .../images/icons-png/grid-black.png | Bin 0 -> 160 bytes .../images/icons-png/grid-white.png | Bin 0 -> 167 bytes .../images/icons-png/heart-black.png | Bin 0 -> 242 bytes .../images/icons-png/heart-white.png | Bin 0 -> 246 bytes .../images/icons-png/home-black.png | Bin 0 -> 150 bytes .../images/icons-png/home-white.png | Bin 0 -> 154 bytes .../images/icons-png/info-black.png | Bin 0 -> 250 bytes .../images/icons-png/info-white.png | Bin 0 -> 251 bytes .../images/icons-png/location-black.png | Bin 0 -> 245 bytes .../images/icons-png/location-white.png | Bin 0 -> 247 bytes .../images/icons-png/lock-black.png | Bin 0 -> 204 bytes .../images/icons-png/lock-white.png | Bin 0 -> 207 bytes .../images/icons-png/mail-black.png | Bin 0 -> 226 bytes .../images/icons-png/mail-white.png | Bin 0 -> 227 bytes .../images/icons-png/minus-black.png | Bin 0 -> 116 bytes .../images/icons-png/minus-white.png | Bin 0 -> 116 bytes .../images/icons-png/navigation-black.png | Bin 0 -> 242 bytes .../images/icons-png/navigation-white.png | Bin 0 -> 241 bytes .../images/icons-png/phone-black.png | Bin 0 -> 270 bytes .../images/icons-png/phone-white.png | Bin 0 -> 274 bytes .../images/icons-png/plus-black.png | Bin 0 -> 123 bytes .../images/icons-png/plus-white.png | Bin 0 -> 124 bytes .../images/icons-png/power-black.png | Bin 0 -> 292 bytes .../images/icons-png/power-white.png | Bin 0 -> 302 bytes .../images/icons-png/recycle-black.png | Bin 0 -> 243 bytes .../images/icons-png/recycle-white.png | Bin 0 -> 253 bytes .../images/icons-png/refresh-black.png | Bin 0 -> 295 bytes .../images/icons-png/refresh-white.png | Bin 0 -> 301 bytes .../images/icons-png/search-black.png | Bin 0 -> 324 bytes .../images/icons-png/search-white.png | Bin 0 -> 321 bytes .../images/icons-png/shop-black.png | Bin 0 -> 174 bytes .../images/icons-png/shop-white.png | Bin 0 -> 173 bytes .../images/icons-png/star-black.png | Bin 0 -> 231 bytes .../images/icons-png/star-white.png | Bin 0 -> 239 bytes .../images/icons-png/tag-black.png | Bin 0 -> 159 bytes .../images/icons-png/tag-white.png | Bin 0 -> 159 bytes .../images/icons-png/user-black.png | Bin 0 -> 245 bytes .../images/icons-png/user-white.png | Bin 0 -> 245 bytes .../images/icons-png/video-black.png | Bin 0 -> 171 bytes .../images/icons-png/video-white.png | Bin 0 -> 170 bytes .../images/icons-svg/action-black.svg | 7 + .../images/icons-svg/action-white.svg | 7 + .../images/icons-svg/alert-black.svg | 8 + .../images/icons-svg/alert-white.svg | 8 + .../images/icons-svg/arrow-d-black.svg | 37 + .../images/icons-svg/arrow-d-l-black.svg | 37 + .../images/icons-svg/arrow-d-l-white.svg | 37 + .../images/icons-svg/arrow-d-r-black.svg | 37 + .../images/icons-svg/arrow-d-r-white.svg | 37 + .../images/icons-svg/arrow-d-white.svg | 37 + .../images/icons-svg/arrow-l-black.svg | 37 + .../images/icons-svg/arrow-l-white.svg | 37 + .../images/icons-svg/arrow-r-black.svg | 37 + .../images/icons-svg/arrow-r-white.svg | 37 + .../images/icons-svg/arrow-u-black.svg | 37 + .../images/icons-svg/arrow-u-l-black.svg | 37 + .../images/icons-svg/arrow-u-l-white.svg | 37 + .../images/icons-svg/arrow-u-r-black.svg | 37 + .../images/icons-svg/arrow-u-r-white.svg | 37 + .../images/icons-svg/arrow-u-white.svg | 37 + .../images/icons-svg/audio-black.svg | 40 + .../images/icons-svg/audio-white.svg | 40 + .../images/icons-svg/back-black.svg | 7 + .../images/icons-svg/back-white.svg | 7 + .../images/icons-svg/bars-black.svg | 9 + .../images/icons-svg/bars-white.svg | 9 + .../images/icons-svg/bullets-black.svg | 10 + .../images/icons-svg/bullets-white.svg | 11 + .../images/icons-svg/calendar-black.svg | 39 + .../images/icons-svg/calendar-white.svg | 39 + .../images/icons-svg/camera-black.svg | 9 + .../images/icons-svg/camera-white.svg | 10 + .../images/icons-svg/carat-d-black.svg | 7 + .../images/icons-svg/carat-d-white.svg | 7 + .../images/icons-svg/carat-l-black.svg | 7 + .../images/icons-svg/carat-l-white.svg | 7 + .../images/icons-svg/carat-r-black.svg | 7 + .../images/icons-svg/carat-r-white.svg | 7 + .../images/icons-svg/carat-u-black.svg | 7 + .../images/icons-svg/carat-u-white.svg | 7 + .../images/icons-svg/check-black.svg | 7 + .../images/icons-svg/check-white.svg | 7 + .../images/icons-svg/clock-black.svg | 38 + .../images/icons-svg/clock-white.svg | 38 + .../images/icons-svg/cloud-black.svg | 9 + .../images/icons-svg/cloud-white.svg | 9 + .../images/icons-svg/comment-black.svg | 37 + .../images/icons-svg/comment-white.svg | 37 + .../images/icons-svg/delete-black.svg | 37 + .../images/icons-svg/delete-white.svg | 37 + .../images/icons-svg/edit-black.svg | 37 + .../images/icons-svg/edit-white.svg | 37 + .../images/icons-svg/eye-black.svg | 8 + .../images/icons-svg/eye-white.svg | 8 + .../images/icons-svg/forbidden-black.svg | 40 + .../images/icons-svg/forbidden-white.svg | 40 + .../images/icons-svg/forward-black.svg | 7 + .../images/icons-svg/forward-white.svg | 7 + .../images/icons-svg/gear-black.svg | 52 + .../images/icons-svg/gear-white.svg | 52 + .../images/icons-svg/grid-black.svg | 44 + .../images/icons-svg/grid-white.svg | 44 + .../images/icons-svg/heart-black.svg | 7 + .../images/icons-svg/heart-white.svg | 8 + .../images/icons-svg/home-black.svg | 37 + .../images/icons-svg/home-white.svg | 37 + .../images/icons-svg/info-black.svg | 38 + .../images/icons-svg/info-white.svg | 38 + .../images/icons-svg/location-black.svg | 8 + .../images/icons-svg/location-white.svg | 8 + .../images/icons-svg/lock-black.svg | 8 + .../images/icons-svg/lock-white.svg | 9 + .../images/icons-svg/mail-black.svg | 7 + .../images/icons-svg/mail-white.svg | 7 + .../images/icons-svg/minus-black.svg | 7 + .../images/icons-svg/minus-white.svg | 7 + .../images/icons-svg/navigation-black.svg | 7 + .../images/icons-svg/navigation-white.svg | 7 + .../images/icons-svg/phone-black.svg | 12 + .../images/icons-svg/phone-white.svg | 12 + .../images/icons-svg/plus-black.svg | 37 + .../images/icons-svg/plus-white.svg | 37 + .../images/icons-svg/power-black.svg | 12 + .../images/icons-svg/power-white.svg | 12 + .../images/icons-svg/recycle-black.svg | 8 + .../images/icons-svg/recycle-white.svg | 9 + .../images/icons-svg/refresh-black.svg | 40 + .../images/icons-svg/refresh-white.svg | 40 + .../images/icons-svg/search-black.svg | 9 + .../images/icons-svg/search-white.svg | 9 + .../images/icons-svg/shop-black.svg | 9 + .../images/icons-svg/shop-white.svg | 9 + .../images/icons-svg/star-black.svg | 7 + .../images/icons-svg/star-white.svg | 7 + .../images/icons-svg/tag-black.svg | 37 + .../images/icons-svg/tag-white.svg | 37 + .../images/icons-svg/user-black.svg | 41 + .../images/icons-svg/user-white.svg | 41 + .../images/icons-svg/video-black.svg | 7 + .../images/icons-svg/video-white.svg | 8 + js/libs/jquery.mobile/jquery.mobile-1.4.2.css | 4698 +++++ js/libs/jquery.mobile/jquery.mobile-1.4.2.js | 15056 ++++++++++++++++ .../jquery.mobile/jquery.mobile-1.4.2.min.css | 3 + .../jquery.mobile/jquery.mobile-1.4.2.min.js | 10 + .../jquery.mobile/jquery.mobile-1.4.2.min.map | 1 + .../jquery.mobile.external-png-1.4.2.css | 4341 +++++ .../jquery.mobile.external-png-1.4.2.min.css | 3 + .../jquery.mobile.icons-1.4.2.css | 725 + .../jquery.mobile.icons-1.4.2.min.css | 3 + .../jquery.mobile.inline-png-1.4.2.css | 4341 +++++ .../jquery.mobile.inline-png-1.4.2.min.css | 3 + .../jquery.mobile.inline-svg-1.4.2.css | 4341 +++++ .../jquery.mobile.inline-svg-1.4.2.min.css | 3 + .../jquery.mobile.structure-1.4.2.css | 3421 ++++ .../jquery.mobile.structure-1.4.2.min.css | 3 + .../jquery.mobile.theme-1.4.2.css | 576 + .../jquery.mobile.theme-1.4.2.min.css | 3 + 675 files changed, 134592 insertions(+), 2 deletions(-) create mode 100644 js/libs/jquery-1.11.0.min.js delete mode 100644 js/libs/jquery-1.8.3.min.js create mode 100644 js/libs/jquery.mobile/demos/_assets/css/jqm-demos.css create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-af.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-ag.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-bb.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-bk.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-hc.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-k.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-mg.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-ok.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-p.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-rh.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-ws.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/album-xx.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/apple.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/bg-pattern.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/bike.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/blackberry_10.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/bmw-thumb.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/bmw.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/buenosaires.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/capetown.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/de.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/devices.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/fi.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/firefox-logo.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/firefox_os.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/galaxy_express.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/gb.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/gf.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/09-chat2.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/100-coffee.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/18-envelope.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/19-gear.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/21-skull.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/30-key.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/34-coffee.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/88-beermug.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/glyphish-icons/Read me first - license.txt create mode 100644 js/libs/jquery.mobile/demos/_assets/img/jquery-logo.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/landrover-thumb.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/landrover.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/lumia_800.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/newyork.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/nexus_7.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/paris.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/phone_galaxy3.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/phone_iphone5.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/phone_lumia920.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/phone_onex.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/photo-landscape.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/photo-portrait.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/photo-run.jpeg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/seoul.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/sydney.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/tesla-thumb.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/tesla.jpg create mode 100644 js/libs/jquery.mobile/demos/_assets/img/tizen.png create mode 100644 js/libs/jquery.mobile/demos/_assets/img/us.png create mode 100644 js/libs/jquery.mobile/demos/_assets/js/h2widget.js create mode 100644 js/libs/jquery.mobile/demos/_assets/js/index.html create mode 100644 js/libs/jquery.mobile/demos/_assets/js/index.js create mode 100644 js/libs/jquery.mobile/demos/_assets/js/jqm-demos.js create mode 100644 js/libs/jquery.mobile/demos/_assets/js/view-source.js create mode 100644 js/libs/jquery.mobile/demos/_search/index.html create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/backbone-require.html create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/index.html create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/index.php create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/js/collections/CategoriesCollection.js create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/js/main.js create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/js/models/CategoryModel.js create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/js/routers/mobileRouter.js create mode 100644 js/libs/jquery.mobile/demos/backbone-requirejs/js/views/CategoryView.js create mode 100644 js/libs/jquery.mobile/demos/body-bar-classes/index.html create mode 100644 js/libs/jquery.mobile/demos/button-markup/index.html create mode 100644 js/libs/jquery.mobile/demos/button/index.html create mode 100644 js/libs/jquery.mobile/demos/checkboxradio-checkbox/index.html create mode 100644 js/libs/jquery.mobile/demos/checkboxradio-radio/index.html create mode 100644 js/libs/jquery.mobile/demos/collapsible-dynamic/index.html create mode 100644 js/libs/jquery.mobile/demos/collapsible/index.html create mode 100644 js/libs/jquery.mobile/demos/collapsibleset/index.html create mode 100644 js/libs/jquery.mobile/demos/controlgroup-dynamic/index.html create mode 100644 js/libs/jquery.mobile/demos/controlgroup/index.html create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/ajax-loader.gif create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/action-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/action-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/alert-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/alert-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-l-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-l-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-r-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-r-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-d-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-l-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-l-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-r-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-r-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-l-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-l-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-r-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-r-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/arrow-u-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/audio-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/audio-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/back-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/back-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/bars-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/bars-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/bullets-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/bullets-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/calendar-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/calendar-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/camera-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/camera-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-d-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-d-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-l-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-l-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-r-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-r-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-u-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/carat-u-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/check-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/check-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/clock-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/clock-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/cloud-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/cloud-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/comment-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/comment-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/delete-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/delete-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/edit-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/edit-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/eye-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/eye-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/forbidden-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/forbidden-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/forward-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/forward-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/gear-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/gear-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/grid-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/grid-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/heart-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/heart-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/home-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/home-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/info-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/info-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/location-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/location-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/lock-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/lock-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/mail-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/mail-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/minus-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/minus-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/navigation-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/navigation-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/phone-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/phone-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/plus-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/plus-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/power-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/power-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/recycle-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/recycle-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/refresh-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/refresh-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/search-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/search-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/shop-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/shop-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/star-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/star-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/tag-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/tag-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/user-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/user-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/video-black.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-png/video-white.png create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/action-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/action-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/alert-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/alert-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-l-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-l-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-r-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-r-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-d-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-l-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-l-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-r-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-r-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-l-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-l-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-r-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-r-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/arrow-u-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/audio-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/audio-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/back-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/back-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/bars-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/bars-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/bullets-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/bullets-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/calendar-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/calendar-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/camera-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/camera-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-d-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-d-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-l-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-l-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-r-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-r-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-u-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/carat-u-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/check-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/check-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/clock-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/clock-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/cloud-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/cloud-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/comment-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/comment-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/delete-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/delete-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/edit-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/edit-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/eye-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/eye-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/forbidden-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/forbidden-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/forward-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/forward-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/gear-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/gear-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/grid-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/grid-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/heart-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/heart-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/home-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/home-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/info-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/info-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/location-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/location-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/lock-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/lock-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/mail-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/mail-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/minus-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/minus-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/navigation-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/navigation-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/phone-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/phone-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/plus-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/plus-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/power-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/power-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/recycle-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/recycle-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/refresh-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/refresh-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/search-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/search-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/shop-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/shop-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/star-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/star-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/tag-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/tag-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/user-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/user-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/video-black.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/images/icons-svg/video-white.svg create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.external-png-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.icons-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.inline-png-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.inline-svg-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.structure-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/css/themes/default/jquery.mobile.theme-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/demos/datepicker/index.html create mode 100644 js/libs/jquery.mobile/demos/filterable/index.html create mode 100644 js/libs/jquery.mobile/demos/flipswitch/index.html create mode 100644 js/libs/jquery.mobile/demos/forms-disabled/index.html create mode 100644 js/libs/jquery.mobile/demos/forms-field-contain/fieldcontain-hide-label-deprecated.html create mode 100644 js/libs/jquery.mobile/demos/forms-field-contain/index.html create mode 100644 js/libs/jquery.mobile/demos/forms-gallery/index.html create mode 100644 js/libs/jquery.mobile/demos/forms-label-hidden-accessible/index.html create mode 100644 js/libs/jquery.mobile/demos/forms/index.html create mode 100644 js/libs/jquery.mobile/demos/grids-buttons/index.html create mode 100644 js/libs/jquery.mobile/demos/grids-custom-responsive/index.html create mode 100644 js/libs/jquery.mobile/demos/grids/index.html create mode 100644 js/libs/jquery.mobile/demos/icons-grunticon/index.html create mode 100644 js/libs/jquery.mobile/demos/icons/index.html create mode 100644 js/libs/jquery.mobile/demos/index.html create mode 100644 js/libs/jquery.mobile/demos/intro/index.html create mode 100644 js/libs/jquery.mobile/demos/jqm-contents.html create mode 100644 js/libs/jquery.mobile/demos/jqm-contents.php create mode 100644 js/libs/jquery.mobile/demos/jqm-navmenu.html create mode 100644 js/libs/jquery.mobile/demos/jqm-navmenu.php create mode 100644 js/libs/jquery.mobile/demos/jqm-search.html create mode 100644 js/libs/jquery.mobile/demos/jqm-search.php create mode 100644 js/libs/jquery.mobile/demos/js/jquery.js create mode 100644 js/libs/jquery.mobile/demos/js/jquery.mobile-1.4.2.js create mode 100644 js/libs/jquery.mobile/demos/js/jquery.mobile-1.4.2.min.js create mode 100644 js/libs/jquery.mobile/demos/js/jquery.mobile-1.4.2.min.map create mode 100644 js/libs/jquery.mobile/demos/listview-autocomplete-remote/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-autocomplete/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-autodividers-linkbar/autodividers-linkbar-demo.html create mode 100644 js/libs/jquery.mobile/demos/listview-autodividers-linkbar/autodividers-linkbar.css create mode 100644 js/libs/jquery.mobile/demos/listview-autodividers-linkbar/autodividers-linkbar.js create mode 100644 js/libs/jquery.mobile/demos/listview-autodividers-linkbar/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-autodividers-selector/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-collapsible-item-flat/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-collapsible-item-indented/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-grid/index.html create mode 100644 js/libs/jquery.mobile/demos/listview-grid/listview-grid.css create mode 100644 js/libs/jquery.mobile/demos/listview-grid/listview-grid.html create mode 100644 js/libs/jquery.mobile/demos/listview-nested-lists/index.html create mode 100644 js/libs/jquery.mobile/demos/listview/index.html create mode 100644 js/libs/jquery.mobile/demos/loader/index.html create mode 100644 js/libs/jquery.mobile/demos/map-geolocation/index.html create mode 100644 js/libs/jquery.mobile/demos/map-list-toggle/index.html create mode 100644 js/libs/jquery.mobile/demos/map-list-toggle/jquery.gmap.js create mode 100644 js/libs/jquery.mobile/demos/map-list-toggle/showMore.html create mode 100644 js/libs/jquery.mobile/demos/navbar/index.html create mode 100644 js/libs/jquery.mobile/demos/navigation-hash-processing/index.html create mode 100644 js/libs/jquery.mobile/demos/navigation-linking-pages/index.html create mode 100644 js/libs/jquery.mobile/demos/navigation/demo.js create mode 100644 js/libs/jquery.mobile/demos/navigation/index.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/controls-in-header-footer.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/disabling-a-button-does-not-work.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/dom-ready-not-working.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-a-block-of-elements.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-can-i-stop-auto-enhancement-of-elements.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-configure-phonegap-cordova.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-do-i-control-page-titles.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-do-i-load-a-page.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-do-i-scroll-to-a-position.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-do-i-turn-off-url-hiding.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-do-i-use-touch-mouse-events.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/how-does-theming-work.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/index.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/injected-content-is-not-enhanced.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/my-html-5-inputs-look-different-in-browsers.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/my-range-search-input-type-is-being-changed.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/pass-query-params-to-page.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/pass-via-the-hash-to-page.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/scripts-and-styles-not-loading.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/sometimes-custom-select-shows-as-dialog-popup.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/the-application-cache-is-not-working.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/triggering-create-on-injected-content-does-not-work.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/updating-the-value-of-enhanced-form-elements-does-not-work.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/why-is-only-the-first-page-loaded.html create mode 100644 js/libs/jquery.mobile/demos/old-faq-pages/why-wont-my-css-styles-apply-correctly-to-a-widget.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-alt.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-buttons.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-corners.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-noclosebtn.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-overlay.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-rightclosebtn.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-success.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog-with-select.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/dialog.html create mode 100644 js/libs/jquery.mobile/demos/pages-dialog/index.html create mode 100644 js/libs/jquery.mobile/demos/pages-multi-page/index.html create mode 100644 js/libs/jquery.mobile/demos/pages-single-page/index.html create mode 100644 js/libs/jquery.mobile/demos/pages/index.html create mode 100644 js/libs/jquery.mobile/demos/pages/samepagetransition.html create mode 100644 js/libs/jquery.mobile/demos/pages/startpage.html create mode 100644 js/libs/jquery.mobile/demos/panel-external-internal/index.html create mode 100644 js/libs/jquery.mobile/demos/panel-external-internal/page-b.html create mode 100644 js/libs/jquery.mobile/demos/panel-external-internal/page-c.html create mode 100644 js/libs/jquery.mobile/demos/panel-external/index.html create mode 100644 js/libs/jquery.mobile/demos/panel-external/page-b.html create mode 100644 js/libs/jquery.mobile/demos/panel-fixed/index.html create mode 100644 js/libs/jquery.mobile/demos/panel-responsive/index.html create mode 100644 js/libs/jquery.mobile/demos/panel-styling/index.html create mode 100644 js/libs/jquery.mobile/demos/panel-swipe-open/index.html create mode 100644 js/libs/jquery.mobile/demos/panel/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-alignment/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-alignment/popup.alignment.js create mode 100644 js/libs/jquery.mobile/demos/popup-arrow-size/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-dynamic/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-iframe/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-iframe/map.html create mode 100644 js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-map.js create mode 100644 js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-video.js create mode 100644 js/libs/jquery.mobile/demos/popup-image-scaling/index.html create mode 100644 js/libs/jquery.mobile/demos/popup-image-scaling/popup-image-scaling.js create mode 100644 js/libs/jquery.mobile/demos/popup-outside-multipage/index.html create mode 100644 js/libs/jquery.mobile/demos/popup/index.html create mode 100644 js/libs/jquery.mobile/demos/rangeslider/index.html create mode 100644 js/libs/jquery.mobile/demos/rwd/index.html create mode 100644 js/libs/jquery.mobile/demos/selectmenu-custom-filter/index.html create mode 100644 js/libs/jquery.mobile/demos/selectmenu-custom/index.html create mode 100644 js/libs/jquery.mobile/demos/selectmenu/index.html create mode 100644 js/libs/jquery.mobile/demos/slider-flipswitch/index.html create mode 100644 js/libs/jquery.mobile/demos/slider-tooltip/index.html create mode 100644 js/libs/jquery.mobile/demos/slider/index.html create mode 100644 js/libs/jquery.mobile/demos/swipe-list/index.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/buenosaires.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/capetown.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/index.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/newyork.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/paris.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/seoul.html create mode 100644 js/libs/jquery.mobile/demos/swipe-page/swipe-page.css create mode 100644 js/libs/jquery.mobile/demos/swipe-page/swipe-page.js create mode 100644 js/libs/jquery.mobile/demos/swipe-page/sydney.html create mode 100644 js/libs/jquery.mobile/demos/table-column-toggle-example/index.html create mode 100644 js/libs/jquery.mobile/demos/table-column-toggle-heading-groups/index.html create mode 100644 js/libs/jquery.mobile/demos/table-column-toggle-options/index.html create mode 100644 js/libs/jquery.mobile/demos/table-column-toggle/index.html create mode 100644 js/libs/jquery.mobile/demos/table-reflow-heading-groups/index.html create mode 100644 js/libs/jquery.mobile/demos/table-reflow-stripes-strokes/index.html create mode 100644 js/libs/jquery.mobile/demos/table-reflow-styling/index.html create mode 100644 js/libs/jquery.mobile/demos/table-reflow/index.html create mode 100644 js/libs/jquery.mobile/demos/tabs/ajax-content.html create mode 100644 js/libs/jquery.mobile/demos/tabs/index.html create mode 100644 js/libs/jquery.mobile/demos/tabs/tabbed-content.html create mode 100644 js/libs/jquery.mobile/demos/textinput/index.html create mode 100644 js/libs/jquery.mobile/demos/theme-classic/images/ajax-loader.gif create mode 100644 js/libs/jquery.mobile/demos/theme-classic/index.html create mode 100644 js/libs/jquery.mobile/demos/theme-classic/theme-classic.css create mode 100644 js/libs/jquery.mobile/demos/theme-default/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-dynamic/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-external/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-external/index2.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-external/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-forms/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-fullscreen/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-b.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-c.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-d.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-b.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-c.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-d.html create mode 100644 js/libs/jquery.mobile/demos/toolbar-fixed/index.html create mode 100644 js/libs/jquery.mobile/demos/toolbar/index.html create mode 100644 js/libs/jquery.mobile/demos/transitions/index.html create mode 100644 js/libs/jquery.mobile/demos/transitions/page-transitions-dialog.html create mode 100644 js/libs/jquery.mobile/demos/transitions/page-transitions-page.html create mode 100644 js/libs/jquery.mobile/images/ajax-loader.gif create mode 100644 js/libs/jquery.mobile/images/icons-png/action-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/action-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/alert-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/alert-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-l-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-l-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-r-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-r-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-d-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-l-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-l-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-r-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-r-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-l-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-l-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-r-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-r-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/arrow-u-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/audio-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/audio-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/back-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/back-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/bars-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/bars-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/bullets-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/bullets-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/calendar-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/calendar-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/camera-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/camera-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-d-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-d-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-l-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-l-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-r-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-r-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-u-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/carat-u-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/check-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/check-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/clock-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/clock-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/cloud-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/cloud-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/comment-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/comment-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/delete-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/delete-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/edit-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/edit-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/eye-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/eye-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/forbidden-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/forbidden-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/forward-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/forward-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/gear-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/gear-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/grid-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/grid-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/heart-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/heart-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/home-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/home-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/info-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/info-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/location-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/location-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/lock-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/lock-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/mail-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/mail-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/minus-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/minus-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/navigation-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/navigation-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/phone-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/phone-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/plus-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/plus-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/power-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/power-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/recycle-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/recycle-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/refresh-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/refresh-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/search-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/search-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/shop-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/shop-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/star-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/star-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/tag-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/tag-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/user-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/user-white.png create mode 100644 js/libs/jquery.mobile/images/icons-png/video-black.png create mode 100644 js/libs/jquery.mobile/images/icons-png/video-white.png create mode 100644 js/libs/jquery.mobile/images/icons-svg/action-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/action-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/alert-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/alert-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-l-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-l-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-r-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-r-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-d-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-l-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-l-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-r-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-r-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-l-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-l-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-r-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-r-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/arrow-u-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/audio-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/audio-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/back-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/back-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/bars-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/bars-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/bullets-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/bullets-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/calendar-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/calendar-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/camera-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/camera-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-d-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-d-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-l-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-l-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-r-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-r-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-u-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/carat-u-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/check-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/check-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/clock-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/clock-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/cloud-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/cloud-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/comment-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/comment-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/delete-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/delete-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/edit-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/edit-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/eye-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/eye-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/forbidden-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/forbidden-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/forward-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/forward-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/gear-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/gear-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/grid-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/grid-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/heart-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/heart-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/home-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/home-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/info-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/info-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/location-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/location-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/lock-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/lock-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/mail-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/mail-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/minus-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/minus-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/navigation-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/navigation-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/phone-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/phone-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/plus-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/plus-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/power-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/power-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/recycle-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/recycle-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/refresh-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/refresh-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/search-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/search-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/shop-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/shop-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/star-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/star-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/tag-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/tag-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/user-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/user-white.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/video-black.svg create mode 100644 js/libs/jquery.mobile/images/icons-svg/video-white.svg create mode 100644 js/libs/jquery.mobile/jquery.mobile-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile-1.4.2.js create mode 100644 js/libs/jquery.mobile/jquery.mobile-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile-1.4.2.min.js create mode 100644 js/libs/jquery.mobile/jquery.mobile-1.4.2.min.map create mode 100644 js/libs/jquery.mobile/jquery.mobile.external-png-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.external-png-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.icons-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.icons-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.inline-png-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.inline-png-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.inline-svg-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.inline-svg-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.structure-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.structure-1.4.2.min.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.theme-1.4.2.css create mode 100644 js/libs/jquery.mobile/jquery.mobile.theme-1.4.2.min.css diff --git a/js/libs/jquery-1.11.0.min.js b/js/libs/jquery-1.11.0.min.js new file mode 100644 index 0000000..73f33fb --- /dev/null +++ b/js/libs/jquery-1.11.0.min.js @@ -0,0 +1,4 @@ +/*! jQuery v1.11.0 | (c) 2005, 2014 jQuery Foundation, Inc. | jquery.org/license */ +!function(a,b){"object"==typeof module&&"object"==typeof module.exports?module.exports=a.document?b(a,!0):function(a){if(!a.document)throw new Error("jQuery requires a window with a document");return b(a)}:b(a)}("undefined"!=typeof window?window:this,function(a,b){var c=[],d=c.slice,e=c.concat,f=c.push,g=c.indexOf,h={},i=h.toString,j=h.hasOwnProperty,k="".trim,l={},m="1.11.0",n=function(a,b){return new n.fn.init(a,b)},o=/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,p=/^-ms-/,q=/-([\da-z])/gi,r=function(a,b){return b.toUpperCase()};n.fn=n.prototype={jquery:m,constructor:n,selector:"",length:0,toArray:function(){return d.call(this)},get:function(a){return null!=a?0>a?this[a+this.length]:this[a]:d.call(this)},pushStack:function(a){var b=n.merge(this.constructor(),a);return b.prevObject=this,b.context=this.context,b},each:function(a,b){return n.each(this,a,b)},map:function(a){return this.pushStack(n.map(this,function(b,c){return a.call(b,c,b)}))},slice:function(){return this.pushStack(d.apply(this,arguments))},first:function(){return this.eq(0)},last:function(){return this.eq(-1)},eq:function(a){var b=this.length,c=+a+(0>a?b:0);return this.pushStack(c>=0&&b>c?[this[c]]:[])},end:function(){return this.prevObject||this.constructor(null)},push:f,sort:c.sort,splice:c.splice},n.extend=n.fn.extend=function(){var a,b,c,d,e,f,g=arguments[0]||{},h=1,i=arguments.length,j=!1;for("boolean"==typeof g&&(j=g,g=arguments[h]||{},h++),"object"==typeof g||n.isFunction(g)||(g={}),h===i&&(g=this,h--);i>h;h++)if(null!=(e=arguments[h]))for(d in e)a=g[d],c=e[d],g!==c&&(j&&c&&(n.isPlainObject(c)||(b=n.isArray(c)))?(b?(b=!1,f=a&&n.isArray(a)?a:[]):f=a&&n.isPlainObject(a)?a:{},g[d]=n.extend(j,f,c)):void 0!==c&&(g[d]=c));return g},n.extend({expando:"jQuery"+(m+Math.random()).replace(/\D/g,""),isReady:!0,error:function(a){throw new Error(a)},noop:function(){},isFunction:function(a){return"function"===n.type(a)},isArray:Array.isArray||function(a){return"array"===n.type(a)},isWindow:function(a){return null!=a&&a==a.window},isNumeric:function(a){return a-parseFloat(a)>=0},isEmptyObject:function(a){var b;for(b in a)return!1;return!0},isPlainObject:function(a){var b;if(!a||"object"!==n.type(a)||a.nodeType||n.isWindow(a))return!1;try{if(a.constructor&&!j.call(a,"constructor")&&!j.call(a.constructor.prototype,"isPrototypeOf"))return!1}catch(c){return!1}if(l.ownLast)for(b in a)return j.call(a,b);for(b in a);return void 0===b||j.call(a,b)},type:function(a){return null==a?a+"":"object"==typeof a||"function"==typeof a?h[i.call(a)]||"object":typeof a},globalEval:function(b){b&&n.trim(b)&&(a.execScript||function(b){a.eval.call(a,b)})(b)},camelCase:function(a){return a.replace(p,"ms-").replace(q,r)},nodeName:function(a,b){return a.nodeName&&a.nodeName.toLowerCase()===b.toLowerCase()},each:function(a,b,c){var d,e=0,f=a.length,g=s(a);if(c){if(g){for(;f>e;e++)if(d=b.apply(a[e],c),d===!1)break}else for(e in a)if(d=b.apply(a[e],c),d===!1)break}else if(g){for(;f>e;e++)if(d=b.call(a[e],e,a[e]),d===!1)break}else for(e in a)if(d=b.call(a[e],e,a[e]),d===!1)break;return a},trim:k&&!k.call("\ufeff\xa0")?function(a){return null==a?"":k.call(a)}:function(a){return null==a?"":(a+"").replace(o,"")},makeArray:function(a,b){var c=b||[];return null!=a&&(s(Object(a))?n.merge(c,"string"==typeof a?[a]:a):f.call(c,a)),c},inArray:function(a,b,c){var d;if(b){if(g)return g.call(b,a,c);for(d=b.length,c=c?0>c?Math.max(0,d+c):c:0;d>c;c++)if(c in b&&b[c]===a)return c}return-1},merge:function(a,b){var c=+b.length,d=0,e=a.length;while(c>d)a[e++]=b[d++];if(c!==c)while(void 0!==b[d])a[e++]=b[d++];return a.length=e,a},grep:function(a,b,c){for(var d,e=[],f=0,g=a.length,h=!c;g>f;f++)d=!b(a[f],f),d!==h&&e.push(a[f]);return e},map:function(a,b,c){var d,f=0,g=a.length,h=s(a),i=[];if(h)for(;g>f;f++)d=b(a[f],f,c),null!=d&&i.push(d);else for(f in a)d=b(a[f],f,c),null!=d&&i.push(d);return e.apply([],i)},guid:1,proxy:function(a,b){var c,e,f;return"string"==typeof b&&(f=a[b],b=a,a=f),n.isFunction(a)?(c=d.call(arguments,2),e=function(){return a.apply(b||this,c.concat(d.call(arguments)))},e.guid=a.guid=a.guid||n.guid++,e):void 0},now:function(){return+new Date},support:l}),n.each("Boolean Number String Function Array Date RegExp Object Error".split(" "),function(a,b){h["[object "+b+"]"]=b.toLowerCase()});function s(a){var b=a.length,c=n.type(a);return"function"===c||n.isWindow(a)?!1:1===a.nodeType&&b?!0:"array"===c||0===b||"number"==typeof b&&b>0&&b-1 in a}var t=function(a){var b,c,d,e,f,g,h,i,j,k,l,m,n,o,p,q,r,s="sizzle"+-new Date,t=a.document,u=0,v=0,w=eb(),x=eb(),y=eb(),z=function(a,b){return a===b&&(j=!0),0},A="undefined",B=1<<31,C={}.hasOwnProperty,D=[],E=D.pop,F=D.push,G=D.push,H=D.slice,I=D.indexOf||function(a){for(var b=0,c=this.length;c>b;b++)if(this[b]===a)return b;return-1},J="checked|selected|async|autofocus|autoplay|controls|defer|disabled|hidden|ismap|loop|multiple|open|readonly|required|scoped",K="[\\x20\\t\\r\\n\\f]",L="(?:\\\\.|[\\w-]|[^\\x00-\\xa0])+",M=L.replace("w","w#"),N="\\["+K+"*("+L+")"+K+"*(?:([*^$|!~]?=)"+K+"*(?:(['\"])((?:\\\\.|[^\\\\])*?)\\3|("+M+")|)|)"+K+"*\\]",O=":("+L+")(?:\\(((['\"])((?:\\\\.|[^\\\\])*?)\\3|((?:\\\\.|[^\\\\()[\\]]|"+N.replace(3,8)+")*)|.*)\\)|)",P=new RegExp("^"+K+"+|((?:^|[^\\\\])(?:\\\\.)*)"+K+"+$","g"),Q=new RegExp("^"+K+"*,"+K+"*"),R=new RegExp("^"+K+"*([>+~]|"+K+")"+K+"*"),S=new RegExp("="+K+"*([^\\]'\"]*?)"+K+"*\\]","g"),T=new RegExp(O),U=new RegExp("^"+M+"$"),V={ID:new RegExp("^#("+L+")"),CLASS:new RegExp("^\\.("+L+")"),TAG:new RegExp("^("+L.replace("w","w*")+")"),ATTR:new RegExp("^"+N),PSEUDO:new RegExp("^"+O),CHILD:new RegExp("^:(only|first|last|nth|nth-last)-(child|of-type)(?:\\("+K+"*(even|odd|(([+-]|)(\\d*)n|)"+K+"*(?:([+-]|)"+K+"*(\\d+)|))"+K+"*\\)|)","i"),bool:new RegExp("^(?:"+J+")$","i"),needsContext:new RegExp("^"+K+"*[>+~]|:(even|odd|eq|gt|lt|nth|first|last)(?:\\("+K+"*((?:-\\d)?\\d*)"+K+"*\\)|)(?=[^-]|$)","i")},W=/^(?:input|select|textarea|button)$/i,X=/^h\d$/i,Y=/^[^{]+\{\s*\[native \w/,Z=/^(?:#([\w-]+)|(\w+)|\.([\w-]+))$/,$=/[+~]/,_=/'|\\/g,ab=new RegExp("\\\\([\\da-f]{1,6}"+K+"?|("+K+")|.)","ig"),bb=function(a,b,c){var d="0x"+b-65536;return d!==d||c?b:0>d?String.fromCharCode(d+65536):String.fromCharCode(d>>10|55296,1023&d|56320)};try{G.apply(D=H.call(t.childNodes),t.childNodes),D[t.childNodes.length].nodeType}catch(cb){G={apply:D.length?function(a,b){F.apply(a,H.call(b))}:function(a,b){var c=a.length,d=0;while(a[c++]=b[d++]);a.length=c-1}}}function db(a,b,d,e){var f,g,h,i,j,m,p,q,u,v;if((b?b.ownerDocument||b:t)!==l&&k(b),b=b||l,d=d||[],!a||"string"!=typeof a)return d;if(1!==(i=b.nodeType)&&9!==i)return[];if(n&&!e){if(f=Z.exec(a))if(h=f[1]){if(9===i){if(g=b.getElementById(h),!g||!g.parentNode)return d;if(g.id===h)return d.push(g),d}else if(b.ownerDocument&&(g=b.ownerDocument.getElementById(h))&&r(b,g)&&g.id===h)return d.push(g),d}else{if(f[2])return G.apply(d,b.getElementsByTagName(a)),d;if((h=f[3])&&c.getElementsByClassName&&b.getElementsByClassName)return G.apply(d,b.getElementsByClassName(h)),d}if(c.qsa&&(!o||!o.test(a))){if(q=p=s,u=b,v=9===i&&a,1===i&&"object"!==b.nodeName.toLowerCase()){m=ob(a),(p=b.getAttribute("id"))?q=p.replace(_,"\\$&"):b.setAttribute("id",q),q="[id='"+q+"'] ",j=m.length;while(j--)m[j]=q+pb(m[j]);u=$.test(a)&&mb(b.parentNode)||b,v=m.join(",")}if(v)try{return G.apply(d,u.querySelectorAll(v)),d}catch(w){}finally{p||b.removeAttribute("id")}}}return xb(a.replace(P,"$1"),b,d,e)}function eb(){var a=[];function b(c,e){return a.push(c+" ")>d.cacheLength&&delete b[a.shift()],b[c+" "]=e}return b}function fb(a){return a[s]=!0,a}function gb(a){var b=l.createElement("div");try{return!!a(b)}catch(c){return!1}finally{b.parentNode&&b.parentNode.removeChild(b),b=null}}function hb(a,b){var c=a.split("|"),e=a.length;while(e--)d.attrHandle[c[e]]=b}function ib(a,b){var c=b&&a,d=c&&1===a.nodeType&&1===b.nodeType&&(~b.sourceIndex||B)-(~a.sourceIndex||B);if(d)return d;if(c)while(c=c.nextSibling)if(c===b)return-1;return a?1:-1}function jb(a){return function(b){var c=b.nodeName.toLowerCase();return"input"===c&&b.type===a}}function kb(a){return function(b){var c=b.nodeName.toLowerCase();return("input"===c||"button"===c)&&b.type===a}}function lb(a){return fb(function(b){return b=+b,fb(function(c,d){var e,f=a([],c.length,b),g=f.length;while(g--)c[e=f[g]]&&(c[e]=!(d[e]=c[e]))})})}function mb(a){return a&&typeof a.getElementsByTagName!==A&&a}c=db.support={},f=db.isXML=function(a){var b=a&&(a.ownerDocument||a).documentElement;return b?"HTML"!==b.nodeName:!1},k=db.setDocument=function(a){var b,e=a?a.ownerDocument||a:t,g=e.defaultView;return e!==l&&9===e.nodeType&&e.documentElement?(l=e,m=e.documentElement,n=!f(e),g&&g!==g.top&&(g.addEventListener?g.addEventListener("unload",function(){k()},!1):g.attachEvent&&g.attachEvent("onunload",function(){k()})),c.attributes=gb(function(a){return a.className="i",!a.getAttribute("className")}),c.getElementsByTagName=gb(function(a){return a.appendChild(e.createComment("")),!a.getElementsByTagName("*").length}),c.getElementsByClassName=Y.test(e.getElementsByClassName)&&gb(function(a){return a.innerHTML="
",a.firstChild.className="i",2===a.getElementsByClassName("i").length}),c.getById=gb(function(a){return m.appendChild(a).id=s,!e.getElementsByName||!e.getElementsByName(s).length}),c.getById?(d.find.ID=function(a,b){if(typeof b.getElementById!==A&&n){var c=b.getElementById(a);return c&&c.parentNode?[c]:[]}},d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){return a.getAttribute("id")===b}}):(delete d.find.ID,d.filter.ID=function(a){var b=a.replace(ab,bb);return function(a){var c=typeof a.getAttributeNode!==A&&a.getAttributeNode("id");return c&&c.value===b}}),d.find.TAG=c.getElementsByTagName?function(a,b){return typeof b.getElementsByTagName!==A?b.getElementsByTagName(a):void 0}:function(a,b){var c,d=[],e=0,f=b.getElementsByTagName(a);if("*"===a){while(c=f[e++])1===c.nodeType&&d.push(c);return d}return f},d.find.CLASS=c.getElementsByClassName&&function(a,b){return typeof b.getElementsByClassName!==A&&n?b.getElementsByClassName(a):void 0},p=[],o=[],(c.qsa=Y.test(e.querySelectorAll))&&(gb(function(a){a.innerHTML="",a.querySelectorAll("[t^='']").length&&o.push("[*^$]="+K+"*(?:''|\"\")"),a.querySelectorAll("[selected]").length||o.push("\\["+K+"*(?:value|"+J+")"),a.querySelectorAll(":checked").length||o.push(":checked")}),gb(function(a){var b=e.createElement("input");b.setAttribute("type","hidden"),a.appendChild(b).setAttribute("name","D"),a.querySelectorAll("[name=d]").length&&o.push("name"+K+"*[*^$|!~]?="),a.querySelectorAll(":enabled").length||o.push(":enabled",":disabled"),a.querySelectorAll("*,:x"),o.push(",.*:")})),(c.matchesSelector=Y.test(q=m.webkitMatchesSelector||m.mozMatchesSelector||m.oMatchesSelector||m.msMatchesSelector))&&gb(function(a){c.disconnectedMatch=q.call(a,"div"),q.call(a,"[s!='']:x"),p.push("!=",O)}),o=o.length&&new RegExp(o.join("|")),p=p.length&&new RegExp(p.join("|")),b=Y.test(m.compareDocumentPosition),r=b||Y.test(m.contains)?function(a,b){var c=9===a.nodeType?a.documentElement:a,d=b&&b.parentNode;return a===d||!(!d||1!==d.nodeType||!(c.contains?c.contains(d):a.compareDocumentPosition&&16&a.compareDocumentPosition(d)))}:function(a,b){if(b)while(b=b.parentNode)if(b===a)return!0;return!1},z=b?function(a,b){if(a===b)return j=!0,0;var d=!a.compareDocumentPosition-!b.compareDocumentPosition;return d?d:(d=(a.ownerDocument||a)===(b.ownerDocument||b)?a.compareDocumentPosition(b):1,1&d||!c.sortDetached&&b.compareDocumentPosition(a)===d?a===e||a.ownerDocument===t&&r(t,a)?-1:b===e||b.ownerDocument===t&&r(t,b)?1:i?I.call(i,a)-I.call(i,b):0:4&d?-1:1)}:function(a,b){if(a===b)return j=!0,0;var c,d=0,f=a.parentNode,g=b.parentNode,h=[a],k=[b];if(!f||!g)return a===e?-1:b===e?1:f?-1:g?1:i?I.call(i,a)-I.call(i,b):0;if(f===g)return ib(a,b);c=a;while(c=c.parentNode)h.unshift(c);c=b;while(c=c.parentNode)k.unshift(c);while(h[d]===k[d])d++;return d?ib(h[d],k[d]):h[d]===t?-1:k[d]===t?1:0},e):l},db.matches=function(a,b){return db(a,null,null,b)},db.matchesSelector=function(a,b){if((a.ownerDocument||a)!==l&&k(a),b=b.replace(S,"='$1']"),!(!c.matchesSelector||!n||p&&p.test(b)||o&&o.test(b)))try{var d=q.call(a,b);if(d||c.disconnectedMatch||a.document&&11!==a.document.nodeType)return d}catch(e){}return db(b,l,null,[a]).length>0},db.contains=function(a,b){return(a.ownerDocument||a)!==l&&k(a),r(a,b)},db.attr=function(a,b){(a.ownerDocument||a)!==l&&k(a);var e=d.attrHandle[b.toLowerCase()],f=e&&C.call(d.attrHandle,b.toLowerCase())?e(a,b,!n):void 0;return void 0!==f?f:c.attributes||!n?a.getAttribute(b):(f=a.getAttributeNode(b))&&f.specified?f.value:null},db.error=function(a){throw new Error("Syntax error, unrecognized expression: "+a)},db.uniqueSort=function(a){var b,d=[],e=0,f=0;if(j=!c.detectDuplicates,i=!c.sortStable&&a.slice(0),a.sort(z),j){while(b=a[f++])b===a[f]&&(e=d.push(f));while(e--)a.splice(d[e],1)}return i=null,a},e=db.getText=function(a){var b,c="",d=0,f=a.nodeType;if(f){if(1===f||9===f||11===f){if("string"==typeof a.textContent)return a.textContent;for(a=a.firstChild;a;a=a.nextSibling)c+=e(a)}else if(3===f||4===f)return a.nodeValue}else while(b=a[d++])c+=e(b);return c},d=db.selectors={cacheLength:50,createPseudo:fb,match:V,attrHandle:{},find:{},relative:{">":{dir:"parentNode",first:!0}," ":{dir:"parentNode"},"+":{dir:"previousSibling",first:!0},"~":{dir:"previousSibling"}},preFilter:{ATTR:function(a){return a[1]=a[1].replace(ab,bb),a[3]=(a[4]||a[5]||"").replace(ab,bb),"~="===a[2]&&(a[3]=" "+a[3]+" "),a.slice(0,4)},CHILD:function(a){return a[1]=a[1].toLowerCase(),"nth"===a[1].slice(0,3)?(a[3]||db.error(a[0]),a[4]=+(a[4]?a[5]+(a[6]||1):2*("even"===a[3]||"odd"===a[3])),a[5]=+(a[7]+a[8]||"odd"===a[3])):a[3]&&db.error(a[0]),a},PSEUDO:function(a){var b,c=!a[5]&&a[2];return V.CHILD.test(a[0])?null:(a[3]&&void 0!==a[4]?a[2]=a[4]:c&&T.test(c)&&(b=ob(c,!0))&&(b=c.indexOf(")",c.length-b)-c.length)&&(a[0]=a[0].slice(0,b),a[2]=c.slice(0,b)),a.slice(0,3))}},filter:{TAG:function(a){var b=a.replace(ab,bb).toLowerCase();return"*"===a?function(){return!0}:function(a){return a.nodeName&&a.nodeName.toLowerCase()===b}},CLASS:function(a){var b=w[a+" "];return b||(b=new RegExp("(^|"+K+")"+a+"("+K+"|$)"))&&w(a,function(a){return b.test("string"==typeof a.className&&a.className||typeof a.getAttribute!==A&&a.getAttribute("class")||"")})},ATTR:function(a,b,c){return function(d){var e=db.attr(d,a);return null==e?"!="===b:b?(e+="","="===b?e===c:"!="===b?e!==c:"^="===b?c&&0===e.indexOf(c):"*="===b?c&&e.indexOf(c)>-1:"$="===b?c&&e.slice(-c.length)===c:"~="===b?(" "+e+" ").indexOf(c)>-1:"|="===b?e===c||e.slice(0,c.length+1)===c+"-":!1):!0}},CHILD:function(a,b,c,d,e){var f="nth"!==a.slice(0,3),g="last"!==a.slice(-4),h="of-type"===b;return 1===d&&0===e?function(a){return!!a.parentNode}:function(b,c,i){var j,k,l,m,n,o,p=f!==g?"nextSibling":"previousSibling",q=b.parentNode,r=h&&b.nodeName.toLowerCase(),t=!i&&!h;if(q){if(f){while(p){l=b;while(l=l[p])if(h?l.nodeName.toLowerCase()===r:1===l.nodeType)return!1;o=p="only"===a&&!o&&"nextSibling"}return!0}if(o=[g?q.firstChild:q.lastChild],g&&t){k=q[s]||(q[s]={}),j=k[a]||[],n=j[0]===u&&j[1],m=j[0]===u&&j[2],l=n&&q.childNodes[n];while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if(1===l.nodeType&&++m&&l===b){k[a]=[u,n,m];break}}else if(t&&(j=(b[s]||(b[s]={}))[a])&&j[0]===u)m=j[1];else while(l=++n&&l&&l[p]||(m=n=0)||o.pop())if((h?l.nodeName.toLowerCase()===r:1===l.nodeType)&&++m&&(t&&((l[s]||(l[s]={}))[a]=[u,m]),l===b))break;return m-=e,m===d||m%d===0&&m/d>=0}}},PSEUDO:function(a,b){var c,e=d.pseudos[a]||d.setFilters[a.toLowerCase()]||db.error("unsupported pseudo: "+a);return e[s]?e(b):e.length>1?(c=[a,a,"",b],d.setFilters.hasOwnProperty(a.toLowerCase())?fb(function(a,c){var d,f=e(a,b),g=f.length;while(g--)d=I.call(a,f[g]),a[d]=!(c[d]=f[g])}):function(a){return e(a,0,c)}):e}},pseudos:{not:fb(function(a){var b=[],c=[],d=g(a.replace(P,"$1"));return d[s]?fb(function(a,b,c,e){var f,g=d(a,null,e,[]),h=a.length;while(h--)(f=g[h])&&(a[h]=!(b[h]=f))}):function(a,e,f){return b[0]=a,d(b,null,f,c),!c.pop()}}),has:fb(function(a){return function(b){return db(a,b).length>0}}),contains:fb(function(a){return function(b){return(b.textContent||b.innerText||e(b)).indexOf(a)>-1}}),lang:fb(function(a){return U.test(a||"")||db.error("unsupported lang: "+a),a=a.replace(ab,bb).toLowerCase(),function(b){var c;do if(c=n?b.lang:b.getAttribute("xml:lang")||b.getAttribute("lang"))return c=c.toLowerCase(),c===a||0===c.indexOf(a+"-");while((b=b.parentNode)&&1===b.nodeType);return!1}}),target:function(b){var c=a.location&&a.location.hash;return c&&c.slice(1)===b.id},root:function(a){return a===m},focus:function(a){return a===l.activeElement&&(!l.hasFocus||l.hasFocus())&&!!(a.type||a.href||~a.tabIndex)},enabled:function(a){return a.disabled===!1},disabled:function(a){return a.disabled===!0},checked:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&!!a.checked||"option"===b&&!!a.selected},selected:function(a){return a.parentNode&&a.parentNode.selectedIndex,a.selected===!0},empty:function(a){for(a=a.firstChild;a;a=a.nextSibling)if(a.nodeType<6)return!1;return!0},parent:function(a){return!d.pseudos.empty(a)},header:function(a){return X.test(a.nodeName)},input:function(a){return W.test(a.nodeName)},button:function(a){var b=a.nodeName.toLowerCase();return"input"===b&&"button"===a.type||"button"===b},text:function(a){var b;return"input"===a.nodeName.toLowerCase()&&"text"===a.type&&(null==(b=a.getAttribute("type"))||"text"===b.toLowerCase())},first:lb(function(){return[0]}),last:lb(function(a,b){return[b-1]}),eq:lb(function(a,b,c){return[0>c?c+b:c]}),even:lb(function(a,b){for(var c=0;b>c;c+=2)a.push(c);return a}),odd:lb(function(a,b){for(var c=1;b>c;c+=2)a.push(c);return a}),lt:lb(function(a,b,c){for(var d=0>c?c+b:c;--d>=0;)a.push(d);return a}),gt:lb(function(a,b,c){for(var d=0>c?c+b:c;++db;b++)d+=a[b].value;return d}function qb(a,b,c){var d=b.dir,e=c&&"parentNode"===d,f=v++;return b.first?function(b,c,f){while(b=b[d])if(1===b.nodeType||e)return a(b,c,f)}:function(b,c,g){var h,i,j=[u,f];if(g){while(b=b[d])if((1===b.nodeType||e)&&a(b,c,g))return!0}else while(b=b[d])if(1===b.nodeType||e){if(i=b[s]||(b[s]={}),(h=i[d])&&h[0]===u&&h[1]===f)return j[2]=h[2];if(i[d]=j,j[2]=a(b,c,g))return!0}}}function rb(a){return a.length>1?function(b,c,d){var e=a.length;while(e--)if(!a[e](b,c,d))return!1;return!0}:a[0]}function sb(a,b,c,d,e){for(var f,g=[],h=0,i=a.length,j=null!=b;i>h;h++)(f=a[h])&&(!c||c(f,d,e))&&(g.push(f),j&&b.push(h));return g}function tb(a,b,c,d,e,f){return d&&!d[s]&&(d=tb(d)),e&&!e[s]&&(e=tb(e,f)),fb(function(f,g,h,i){var j,k,l,m=[],n=[],o=g.length,p=f||wb(b||"*",h.nodeType?[h]:h,[]),q=!a||!f&&b?p:sb(p,m,a,h,i),r=c?e||(f?a:o||d)?[]:g:q;if(c&&c(q,r,h,i),d){j=sb(r,n),d(j,[],h,i),k=j.length;while(k--)(l=j[k])&&(r[n[k]]=!(q[n[k]]=l))}if(f){if(e||a){if(e){j=[],k=r.length;while(k--)(l=r[k])&&j.push(q[k]=l);e(null,r=[],j,i)}k=r.length;while(k--)(l=r[k])&&(j=e?I.call(f,l):m[k])>-1&&(f[j]=!(g[j]=l))}}else r=sb(r===g?r.splice(o,r.length):r),e?e(null,g,r,i):G.apply(g,r)})}function ub(a){for(var b,c,e,f=a.length,g=d.relative[a[0].type],i=g||d.relative[" "],j=g?1:0,k=qb(function(a){return a===b},i,!0),l=qb(function(a){return I.call(b,a)>-1},i,!0),m=[function(a,c,d){return!g&&(d||c!==h)||((b=c).nodeType?k(a,c,d):l(a,c,d))}];f>j;j++)if(c=d.relative[a[j].type])m=[qb(rb(m),c)];else{if(c=d.filter[a[j].type].apply(null,a[j].matches),c[s]){for(e=++j;f>e;e++)if(d.relative[a[e].type])break;return tb(j>1&&rb(m),j>1&&pb(a.slice(0,j-1).concat({value:" "===a[j-2].type?"*":""})).replace(P,"$1"),c,e>j&&ub(a.slice(j,e)),f>e&&ub(a=a.slice(e)),f>e&&pb(a))}m.push(c)}return rb(m)}function vb(a,b){var c=b.length>0,e=a.length>0,f=function(f,g,i,j,k){var m,n,o,p=0,q="0",r=f&&[],s=[],t=h,v=f||e&&d.find.TAG("*",k),w=u+=null==t?1:Math.random()||.1,x=v.length;for(k&&(h=g!==l&&g);q!==x&&null!=(m=v[q]);q++){if(e&&m){n=0;while(o=a[n++])if(o(m,g,i)){j.push(m);break}k&&(u=w)}c&&((m=!o&&m)&&p--,f&&r.push(m))}if(p+=q,c&&q!==p){n=0;while(o=b[n++])o(r,s,g,i);if(f){if(p>0)while(q--)r[q]||s[q]||(s[q]=E.call(j));s=sb(s)}G.apply(j,s),k&&!f&&s.length>0&&p+b.length>1&&db.uniqueSort(j)}return k&&(u=w,h=t),r};return c?fb(f):f}g=db.compile=function(a,b){var c,d=[],e=[],f=y[a+" "];if(!f){b||(b=ob(a)),c=b.length;while(c--)f=ub(b[c]),f[s]?d.push(f):e.push(f);f=y(a,vb(e,d))}return f};function wb(a,b,c){for(var d=0,e=b.length;e>d;d++)db(a,b[d],c);return c}function xb(a,b,e,f){var h,i,j,k,l,m=ob(a);if(!f&&1===m.length){if(i=m[0]=m[0].slice(0),i.length>2&&"ID"===(j=i[0]).type&&c.getById&&9===b.nodeType&&n&&d.relative[i[1].type]){if(b=(d.find.ID(j.matches[0].replace(ab,bb),b)||[])[0],!b)return e;a=a.slice(i.shift().value.length)}h=V.needsContext.test(a)?0:i.length;while(h--){if(j=i[h],d.relative[k=j.type])break;if((l=d.find[k])&&(f=l(j.matches[0].replace(ab,bb),$.test(i[0].type)&&mb(b.parentNode)||b))){if(i.splice(h,1),a=f.length&&pb(i),!a)return G.apply(e,f),e;break}}}return g(a,m)(f,b,!n,e,$.test(a)&&mb(b.parentNode)||b),e}return c.sortStable=s.split("").sort(z).join("")===s,c.detectDuplicates=!!j,k(),c.sortDetached=gb(function(a){return 1&a.compareDocumentPosition(l.createElement("div"))}),gb(function(a){return a.innerHTML="
","#"===a.firstChild.getAttribute("href")})||hb("type|href|height|width",function(a,b,c){return c?void 0:a.getAttribute(b,"type"===b.toLowerCase()?1:2)}),c.attributes&&gb(function(a){return a.innerHTML="",a.firstChild.setAttribute("value",""),""===a.firstChild.getAttribute("value")})||hb("value",function(a,b,c){return c||"input"!==a.nodeName.toLowerCase()?void 0:a.defaultValue}),gb(function(a){return null==a.getAttribute("disabled")})||hb(J,function(a,b,c){var d;return c?void 0:a[b]===!0?b.toLowerCase():(d=a.getAttributeNode(b))&&d.specified?d.value:null}),db}(a);n.find=t,n.expr=t.selectors,n.expr[":"]=n.expr.pseudos,n.unique=t.uniqueSort,n.text=t.getText,n.isXMLDoc=t.isXML,n.contains=t.contains;var u=n.expr.match.needsContext,v=/^<(\w+)\s*\/?>(?:<\/\1>|)$/,w=/^.[^:#\[\.,]*$/;function x(a,b,c){if(n.isFunction(b))return n.grep(a,function(a,d){return!!b.call(a,d,a)!==c});if(b.nodeType)return n.grep(a,function(a){return a===b!==c});if("string"==typeof b){if(w.test(b))return n.filter(b,a,c);b=n.filter(b,a)}return n.grep(a,function(a){return n.inArray(a,b)>=0!==c})}n.filter=function(a,b,c){var d=b[0];return c&&(a=":not("+a+")"),1===b.length&&1===d.nodeType?n.find.matchesSelector(d,a)?[d]:[]:n.find.matches(a,n.grep(b,function(a){return 1===a.nodeType}))},n.fn.extend({find:function(a){var b,c=[],d=this,e=d.length;if("string"!=typeof a)return this.pushStack(n(a).filter(function(){for(b=0;e>b;b++)if(n.contains(d[b],this))return!0}));for(b=0;e>b;b++)n.find(a,d[b],c);return c=this.pushStack(e>1?n.unique(c):c),c.selector=this.selector?this.selector+" "+a:a,c},filter:function(a){return this.pushStack(x(this,a||[],!1))},not:function(a){return this.pushStack(x(this,a||[],!0))},is:function(a){return!!x(this,"string"==typeof a&&u.test(a)?n(a):a||[],!1).length}});var y,z=a.document,A=/^(?:\s*(<[\w\W]+>)[^>]*|#([\w-]*))$/,B=n.fn.init=function(a,b){var c,d;if(!a)return this;if("string"==typeof a){if(c="<"===a.charAt(0)&&">"===a.charAt(a.length-1)&&a.length>=3?[null,a,null]:A.exec(a),!c||!c[1]&&b)return!b||b.jquery?(b||y).find(a):this.constructor(b).find(a);if(c[1]){if(b=b instanceof n?b[0]:b,n.merge(this,n.parseHTML(c[1],b&&b.nodeType?b.ownerDocument||b:z,!0)),v.test(c[1])&&n.isPlainObject(b))for(c in b)n.isFunction(this[c])?this[c](b[c]):this.attr(c,b[c]);return this}if(d=z.getElementById(c[2]),d&&d.parentNode){if(d.id!==c[2])return y.find(a);this.length=1,this[0]=d}return this.context=z,this.selector=a,this}return a.nodeType?(this.context=this[0]=a,this.length=1,this):n.isFunction(a)?"undefined"!=typeof y.ready?y.ready(a):a(n):(void 0!==a.selector&&(this.selector=a.selector,this.context=a.context),n.makeArray(a,this))};B.prototype=n.fn,y=n(z);var C=/^(?:parents|prev(?:Until|All))/,D={children:!0,contents:!0,next:!0,prev:!0};n.extend({dir:function(a,b,c){var d=[],e=a[b];while(e&&9!==e.nodeType&&(void 0===c||1!==e.nodeType||!n(e).is(c)))1===e.nodeType&&d.push(e),e=e[b];return d},sibling:function(a,b){for(var c=[];a;a=a.nextSibling)1===a.nodeType&&a!==b&&c.push(a);return c}}),n.fn.extend({has:function(a){var b,c=n(a,this),d=c.length;return this.filter(function(){for(b=0;d>b;b++)if(n.contains(this,c[b]))return!0})},closest:function(a,b){for(var c,d=0,e=this.length,f=[],g=u.test(a)||"string"!=typeof a?n(a,b||this.context):0;e>d;d++)for(c=this[d];c&&c!==b;c=c.parentNode)if(c.nodeType<11&&(g?g.index(c)>-1:1===c.nodeType&&n.find.matchesSelector(c,a))){f.push(c);break}return this.pushStack(f.length>1?n.unique(f):f)},index:function(a){return a?"string"==typeof a?n.inArray(this[0],n(a)):n.inArray(a.jquery?a[0]:a,this):this[0]&&this[0].parentNode?this.first().prevAll().length:-1},add:function(a,b){return this.pushStack(n.unique(n.merge(this.get(),n(a,b))))},addBack:function(a){return this.add(null==a?this.prevObject:this.prevObject.filter(a))}});function E(a,b){do a=a[b];while(a&&1!==a.nodeType);return a}n.each({parent:function(a){var b=a.parentNode;return b&&11!==b.nodeType?b:null},parents:function(a){return n.dir(a,"parentNode")},parentsUntil:function(a,b,c){return n.dir(a,"parentNode",c)},next:function(a){return E(a,"nextSibling")},prev:function(a){return E(a,"previousSibling")},nextAll:function(a){return n.dir(a,"nextSibling")},prevAll:function(a){return n.dir(a,"previousSibling")},nextUntil:function(a,b,c){return n.dir(a,"nextSibling",c)},prevUntil:function(a,b,c){return n.dir(a,"previousSibling",c)},siblings:function(a){return n.sibling((a.parentNode||{}).firstChild,a)},children:function(a){return n.sibling(a.firstChild)},contents:function(a){return n.nodeName(a,"iframe")?a.contentDocument||a.contentWindow.document:n.merge([],a.childNodes)}},function(a,b){n.fn[a]=function(c,d){var e=n.map(this,b,c);return"Until"!==a.slice(-5)&&(d=c),d&&"string"==typeof d&&(e=n.filter(d,e)),this.length>1&&(D[a]||(e=n.unique(e)),C.test(a)&&(e=e.reverse())),this.pushStack(e)}});var F=/\S+/g,G={};function H(a){var b=G[a]={};return n.each(a.match(F)||[],function(a,c){b[c]=!0}),b}n.Callbacks=function(a){a="string"==typeof a?G[a]||H(a):n.extend({},a);var b,c,d,e,f,g,h=[],i=!a.once&&[],j=function(l){for(c=a.memory&&l,d=!0,f=g||0,g=0,e=h.length,b=!0;h&&e>f;f++)if(h[f].apply(l[0],l[1])===!1&&a.stopOnFalse){c=!1;break}b=!1,h&&(i?i.length&&j(i.shift()):c?h=[]:k.disable())},k={add:function(){if(h){var d=h.length;!function f(b){n.each(b,function(b,c){var d=n.type(c);"function"===d?a.unique&&k.has(c)||h.push(c):c&&c.length&&"string"!==d&&f(c)})}(arguments),b?e=h.length:c&&(g=d,j(c))}return this},remove:function(){return h&&n.each(arguments,function(a,c){var d;while((d=n.inArray(c,h,d))>-1)h.splice(d,1),b&&(e>=d&&e--,f>=d&&f--)}),this},has:function(a){return a?n.inArray(a,h)>-1:!(!h||!h.length)},empty:function(){return h=[],e=0,this},disable:function(){return h=i=c=void 0,this},disabled:function(){return!h},lock:function(){return i=void 0,c||k.disable(),this},locked:function(){return!i},fireWith:function(a,c){return!h||d&&!i||(c=c||[],c=[a,c.slice?c.slice():c],b?i.push(c):j(c)),this},fire:function(){return k.fireWith(this,arguments),this},fired:function(){return!!d}};return k},n.extend({Deferred:function(a){var b=[["resolve","done",n.Callbacks("once memory"),"resolved"],["reject","fail",n.Callbacks("once memory"),"rejected"],["notify","progress",n.Callbacks("memory")]],c="pending",d={state:function(){return c},always:function(){return e.done(arguments).fail(arguments),this},then:function(){var a=arguments;return n.Deferred(function(c){n.each(b,function(b,f){var g=n.isFunction(a[b])&&a[b];e[f[1]](function(){var a=g&&g.apply(this,arguments);a&&n.isFunction(a.promise)?a.promise().done(c.resolve).fail(c.reject).progress(c.notify):c[f[0]+"With"](this===d?c.promise():this,g?[a]:arguments)})}),a=null}).promise()},promise:function(a){return null!=a?n.extend(a,d):d}},e={};return d.pipe=d.then,n.each(b,function(a,f){var g=f[2],h=f[3];d[f[1]]=g.add,h&&g.add(function(){c=h},b[1^a][2].disable,b[2][2].lock),e[f[0]]=function(){return e[f[0]+"With"](this===e?d:this,arguments),this},e[f[0]+"With"]=g.fireWith}),d.promise(e),a&&a.call(e,e),e},when:function(a){var b=0,c=d.call(arguments),e=c.length,f=1!==e||a&&n.isFunction(a.promise)?e:0,g=1===f?a:n.Deferred(),h=function(a,b,c){return function(e){b[a]=this,c[a]=arguments.length>1?d.call(arguments):e,c===i?g.notifyWith(b,c):--f||g.resolveWith(b,c)}},i,j,k;if(e>1)for(i=new Array(e),j=new Array(e),k=new Array(e);e>b;b++)c[b]&&n.isFunction(c[b].promise)?c[b].promise().done(h(b,k,c)).fail(g.reject).progress(h(b,j,i)):--f;return f||g.resolveWith(k,c),g.promise()}});var I;n.fn.ready=function(a){return n.ready.promise().done(a),this},n.extend({isReady:!1,readyWait:1,holdReady:function(a){a?n.readyWait++:n.ready(!0)},ready:function(a){if(a===!0?!--n.readyWait:!n.isReady){if(!z.body)return setTimeout(n.ready);n.isReady=!0,a!==!0&&--n.readyWait>0||(I.resolveWith(z,[n]),n.fn.trigger&&n(z).trigger("ready").off("ready"))}}});function J(){z.addEventListener?(z.removeEventListener("DOMContentLoaded",K,!1),a.removeEventListener("load",K,!1)):(z.detachEvent("onreadystatechange",K),a.detachEvent("onload",K))}function K(){(z.addEventListener||"load"===event.type||"complete"===z.readyState)&&(J(),n.ready())}n.ready.promise=function(b){if(!I)if(I=n.Deferred(),"complete"===z.readyState)setTimeout(n.ready);else if(z.addEventListener)z.addEventListener("DOMContentLoaded",K,!1),a.addEventListener("load",K,!1);else{z.attachEvent("onreadystatechange",K),a.attachEvent("onload",K);var c=!1;try{c=null==a.frameElement&&z.documentElement}catch(d){}c&&c.doScroll&&!function e(){if(!n.isReady){try{c.doScroll("left")}catch(a){return setTimeout(e,50)}J(),n.ready()}}()}return I.promise(b)};var L="undefined",M;for(M in n(l))break;l.ownLast="0"!==M,l.inlineBlockNeedsLayout=!1,n(function(){var a,b,c=z.getElementsByTagName("body")[0];c&&(a=z.createElement("div"),a.style.cssText="border:0;width:0;height:0;position:absolute;top:0;left:-9999px;margin-top:1px",b=z.createElement("div"),c.appendChild(a).appendChild(b),typeof b.style.zoom!==L&&(b.style.cssText="border:0;margin:0;width:1px;padding:1px;display:inline;zoom:1",(l.inlineBlockNeedsLayout=3===b.offsetWidth)&&(c.style.zoom=1)),c.removeChild(a),a=b=null)}),function(){var a=z.createElement("div");if(null==l.deleteExpando){l.deleteExpando=!0;try{delete a.test}catch(b){l.deleteExpando=!1}}a=null}(),n.acceptData=function(a){var b=n.noData[(a.nodeName+" ").toLowerCase()],c=+a.nodeType||1;return 1!==c&&9!==c?!1:!b||b!==!0&&a.getAttribute("classid")===b};var N=/^(?:\{[\w\W]*\}|\[[\w\W]*\])$/,O=/([A-Z])/g;function P(a,b,c){if(void 0===c&&1===a.nodeType){var d="data-"+b.replace(O,"-$1").toLowerCase();if(c=a.getAttribute(d),"string"==typeof c){try{c="true"===c?!0:"false"===c?!1:"null"===c?null:+c+""===c?+c:N.test(c)?n.parseJSON(c):c}catch(e){}n.data(a,b,c)}else c=void 0}return c}function Q(a){var b;for(b in a)if(("data"!==b||!n.isEmptyObject(a[b]))&&"toJSON"!==b)return!1;return!0}function R(a,b,d,e){if(n.acceptData(a)){var f,g,h=n.expando,i=a.nodeType,j=i?n.cache:a,k=i?a[h]:a[h]&&h;if(k&&j[k]&&(e||j[k].data)||void 0!==d||"string"!=typeof b)return k||(k=i?a[h]=c.pop()||n.guid++:h),j[k]||(j[k]=i?{}:{toJSON:n.noop}),("object"==typeof b||"function"==typeof b)&&(e?j[k]=n.extend(j[k],b):j[k].data=n.extend(j[k].data,b)),g=j[k],e||(g.data||(g.data={}),g=g.data),void 0!==d&&(g[n.camelCase(b)]=d),"string"==typeof b?(f=g[b],null==f&&(f=g[n.camelCase(b)])):f=g,f +}}function S(a,b,c){if(n.acceptData(a)){var d,e,f=a.nodeType,g=f?n.cache:a,h=f?a[n.expando]:n.expando;if(g[h]){if(b&&(d=c?g[h]:g[h].data)){n.isArray(b)?b=b.concat(n.map(b,n.camelCase)):b in d?b=[b]:(b=n.camelCase(b),b=b in d?[b]:b.split(" ")),e=b.length;while(e--)delete d[b[e]];if(c?!Q(d):!n.isEmptyObject(d))return}(c||(delete g[h].data,Q(g[h])))&&(f?n.cleanData([a],!0):l.deleteExpando||g!=g.window?delete g[h]:g[h]=null)}}}n.extend({cache:{},noData:{"applet ":!0,"embed ":!0,"object ":"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"},hasData:function(a){return a=a.nodeType?n.cache[a[n.expando]]:a[n.expando],!!a&&!Q(a)},data:function(a,b,c){return R(a,b,c)},removeData:function(a,b){return S(a,b)},_data:function(a,b,c){return R(a,b,c,!0)},_removeData:function(a,b){return S(a,b,!0)}}),n.fn.extend({data:function(a,b){var c,d,e,f=this[0],g=f&&f.attributes;if(void 0===a){if(this.length&&(e=n.data(f),1===f.nodeType&&!n._data(f,"parsedAttrs"))){c=g.length;while(c--)d=g[c].name,0===d.indexOf("data-")&&(d=n.camelCase(d.slice(5)),P(f,d,e[d]));n._data(f,"parsedAttrs",!0)}return e}return"object"==typeof a?this.each(function(){n.data(this,a)}):arguments.length>1?this.each(function(){n.data(this,a,b)}):f?P(f,a,n.data(f,a)):void 0},removeData:function(a){return this.each(function(){n.removeData(this,a)})}}),n.extend({queue:function(a,b,c){var d;return a?(b=(b||"fx")+"queue",d=n._data(a,b),c&&(!d||n.isArray(c)?d=n._data(a,b,n.makeArray(c)):d.push(c)),d||[]):void 0},dequeue:function(a,b){b=b||"fx";var c=n.queue(a,b),d=c.length,e=c.shift(),f=n._queueHooks(a,b),g=function(){n.dequeue(a,b)};"inprogress"===e&&(e=c.shift(),d--),e&&("fx"===b&&c.unshift("inprogress"),delete f.stop,e.call(a,g,f)),!d&&f&&f.empty.fire()},_queueHooks:function(a,b){var c=b+"queueHooks";return n._data(a,c)||n._data(a,c,{empty:n.Callbacks("once memory").add(function(){n._removeData(a,b+"queue"),n._removeData(a,c)})})}}),n.fn.extend({queue:function(a,b){var c=2;return"string"!=typeof a&&(b=a,a="fx",c--),arguments.lengthh;h++)b(a[h],c,g?d:d.call(a[h],h,b(a[h],c)));return e?a:j?b.call(a):i?b(a[0],c):f},X=/^(?:checkbox|radio)$/i;!function(){var a=z.createDocumentFragment(),b=z.createElement("div"),c=z.createElement("input");if(b.setAttribute("className","t"),b.innerHTML="
a",l.leadingWhitespace=3===b.firstChild.nodeType,l.tbody=!b.getElementsByTagName("tbody").length,l.htmlSerialize=!!b.getElementsByTagName("link").length,l.html5Clone="<:nav>"!==z.createElement("nav").cloneNode(!0).outerHTML,c.type="checkbox",c.checked=!0,a.appendChild(c),l.appendChecked=c.checked,b.innerHTML="",l.noCloneChecked=!!b.cloneNode(!0).lastChild.defaultValue,a.appendChild(b),b.innerHTML="",l.checkClone=b.cloneNode(!0).cloneNode(!0).lastChild.checked,l.noCloneEvent=!0,b.attachEvent&&(b.attachEvent("onclick",function(){l.noCloneEvent=!1}),b.cloneNode(!0).click()),null==l.deleteExpando){l.deleteExpando=!0;try{delete b.test}catch(d){l.deleteExpando=!1}}a=b=c=null}(),function(){var b,c,d=z.createElement("div");for(b in{submit:!0,change:!0,focusin:!0})c="on"+b,(l[b+"Bubbles"]=c in a)||(d.setAttribute(c,"t"),l[b+"Bubbles"]=d.attributes[c].expando===!1);d=null}();var Y=/^(?:input|select|textarea)$/i,Z=/^key/,$=/^(?:mouse|contextmenu)|click/,_=/^(?:focusinfocus|focusoutblur)$/,ab=/^([^.]*)(?:\.(.+)|)$/;function bb(){return!0}function cb(){return!1}function db(){try{return z.activeElement}catch(a){}}n.event={global:{},add:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n._data(a);if(r){c.handler&&(i=c,c=i.handler,e=i.selector),c.guid||(c.guid=n.guid++),(g=r.events)||(g=r.events={}),(k=r.handle)||(k=r.handle=function(a){return typeof n===L||a&&n.event.triggered===a.type?void 0:n.event.dispatch.apply(k.elem,arguments)},k.elem=a),b=(b||"").match(F)||[""],h=b.length;while(h--)f=ab.exec(b[h])||[],o=q=f[1],p=(f[2]||"").split(".").sort(),o&&(j=n.event.special[o]||{},o=(e?j.delegateType:j.bindType)||o,j=n.event.special[o]||{},l=n.extend({type:o,origType:q,data:d,handler:c,guid:c.guid,selector:e,needsContext:e&&n.expr.match.needsContext.test(e),namespace:p.join(".")},i),(m=g[o])||(m=g[o]=[],m.delegateCount=0,j.setup&&j.setup.call(a,d,p,k)!==!1||(a.addEventListener?a.addEventListener(o,k,!1):a.attachEvent&&a.attachEvent("on"+o,k))),j.add&&(j.add.call(a,l),l.handler.guid||(l.handler.guid=c.guid)),e?m.splice(m.delegateCount++,0,l):m.push(l),n.event.global[o]=!0);a=null}},remove:function(a,b,c,d,e){var f,g,h,i,j,k,l,m,o,p,q,r=n.hasData(a)&&n._data(a);if(r&&(k=r.events)){b=(b||"").match(F)||[""],j=b.length;while(j--)if(h=ab.exec(b[j])||[],o=q=h[1],p=(h[2]||"").split(".").sort(),o){l=n.event.special[o]||{},o=(d?l.delegateType:l.bindType)||o,m=k[o]||[],h=h[2]&&new RegExp("(^|\\.)"+p.join("\\.(?:.*\\.|)")+"(\\.|$)"),i=f=m.length;while(f--)g=m[f],!e&&q!==g.origType||c&&c.guid!==g.guid||h&&!h.test(g.namespace)||d&&d!==g.selector&&("**"!==d||!g.selector)||(m.splice(f,1),g.selector&&m.delegateCount--,l.remove&&l.remove.call(a,g));i&&!m.length&&(l.teardown&&l.teardown.call(a,p,r.handle)!==!1||n.removeEvent(a,o,r.handle),delete k[o])}else for(o in k)n.event.remove(a,o+b[j],c,d,!0);n.isEmptyObject(k)&&(delete r.handle,n._removeData(a,"events"))}},trigger:function(b,c,d,e){var f,g,h,i,k,l,m,o=[d||z],p=j.call(b,"type")?b.type:b,q=j.call(b,"namespace")?b.namespace.split("."):[];if(h=l=d=d||z,3!==d.nodeType&&8!==d.nodeType&&!_.test(p+n.event.triggered)&&(p.indexOf(".")>=0&&(q=p.split("."),p=q.shift(),q.sort()),g=p.indexOf(":")<0&&"on"+p,b=b[n.expando]?b:new n.Event(p,"object"==typeof b&&b),b.isTrigger=e?2:3,b.namespace=q.join("."),b.namespace_re=b.namespace?new RegExp("(^|\\.)"+q.join("\\.(?:.*\\.|)")+"(\\.|$)"):null,b.result=void 0,b.target||(b.target=d),c=null==c?[b]:n.makeArray(c,[b]),k=n.event.special[p]||{},e||!k.trigger||k.trigger.apply(d,c)!==!1)){if(!e&&!k.noBubble&&!n.isWindow(d)){for(i=k.delegateType||p,_.test(i+p)||(h=h.parentNode);h;h=h.parentNode)o.push(h),l=h;l===(d.ownerDocument||z)&&o.push(l.defaultView||l.parentWindow||a)}m=0;while((h=o[m++])&&!b.isPropagationStopped())b.type=m>1?i:k.bindType||p,f=(n._data(h,"events")||{})[b.type]&&n._data(h,"handle"),f&&f.apply(h,c),f=g&&h[g],f&&f.apply&&n.acceptData(h)&&(b.result=f.apply(h,c),b.result===!1&&b.preventDefault());if(b.type=p,!e&&!b.isDefaultPrevented()&&(!k._default||k._default.apply(o.pop(),c)===!1)&&n.acceptData(d)&&g&&d[p]&&!n.isWindow(d)){l=d[g],l&&(d[g]=null),n.event.triggered=p;try{d[p]()}catch(r){}n.event.triggered=void 0,l&&(d[g]=l)}return b.result}},dispatch:function(a){a=n.event.fix(a);var b,c,e,f,g,h=[],i=d.call(arguments),j=(n._data(this,"events")||{})[a.type]||[],k=n.event.special[a.type]||{};if(i[0]=a,a.delegateTarget=this,!k.preDispatch||k.preDispatch.call(this,a)!==!1){h=n.event.handlers.call(this,a,j),b=0;while((f=h[b++])&&!a.isPropagationStopped()){a.currentTarget=f.elem,g=0;while((e=f.handlers[g++])&&!a.isImmediatePropagationStopped())(!a.namespace_re||a.namespace_re.test(e.namespace))&&(a.handleObj=e,a.data=e.data,c=((n.event.special[e.origType]||{}).handle||e.handler).apply(f.elem,i),void 0!==c&&(a.result=c)===!1&&(a.preventDefault(),a.stopPropagation()))}return k.postDispatch&&k.postDispatch.call(this,a),a.result}},handlers:function(a,b){var c,d,e,f,g=[],h=b.delegateCount,i=a.target;if(h&&i.nodeType&&(!a.button||"click"!==a.type))for(;i!=this;i=i.parentNode||this)if(1===i.nodeType&&(i.disabled!==!0||"click"!==a.type)){for(e=[],f=0;h>f;f++)d=b[f],c=d.selector+" ",void 0===e[c]&&(e[c]=d.needsContext?n(c,this).index(i)>=0:n.find(c,this,null,[i]).length),e[c]&&e.push(d);e.length&&g.push({elem:i,handlers:e})}return h]","i"),ib=/^\s+/,jb=/<(?!area|br|col|embed|hr|img|input|link|meta|param)(([\w:]+)[^>]*)\/>/gi,kb=/<([\w:]+)/,lb=/\s*$/g,sb={option:[1,""],legend:[1,"
","
"],area:[1,"",""],param:[1,"",""],thead:[1,"","
"],tr:[2,"","
"],col:[2,"","
"],td:[3,"","
"],_default:l.htmlSerialize?[0,"",""]:[1,"X
","
"]},tb=eb(z),ub=tb.appendChild(z.createElement("div"));sb.optgroup=sb.option,sb.tbody=sb.tfoot=sb.colgroup=sb.caption=sb.thead,sb.th=sb.td;function vb(a,b){var c,d,e=0,f=typeof a.getElementsByTagName!==L?a.getElementsByTagName(b||"*"):typeof a.querySelectorAll!==L?a.querySelectorAll(b||"*"):void 0;if(!f)for(f=[],c=a.childNodes||a;null!=(d=c[e]);e++)!b||n.nodeName(d,b)?f.push(d):n.merge(f,vb(d,b));return void 0===b||b&&n.nodeName(a,b)?n.merge([a],f):f}function wb(a){X.test(a.type)&&(a.defaultChecked=a.checked)}function xb(a,b){return n.nodeName(a,"table")&&n.nodeName(11!==b.nodeType?b:b.firstChild,"tr")?a.getElementsByTagName("tbody")[0]||a.appendChild(a.ownerDocument.createElement("tbody")):a}function yb(a){return a.type=(null!==n.find.attr(a,"type"))+"/"+a.type,a}function zb(a){var b=qb.exec(a.type);return b?a.type=b[1]:a.removeAttribute("type"),a}function Ab(a,b){for(var c,d=0;null!=(c=a[d]);d++)n._data(c,"globalEval",!b||n._data(b[d],"globalEval"))}function Bb(a,b){if(1===b.nodeType&&n.hasData(a)){var c,d,e,f=n._data(a),g=n._data(b,f),h=f.events;if(h){delete g.handle,g.events={};for(c in h)for(d=0,e=h[c].length;e>d;d++)n.event.add(b,c,h[c][d])}g.data&&(g.data=n.extend({},g.data))}}function Cb(a,b){var c,d,e;if(1===b.nodeType){if(c=b.nodeName.toLowerCase(),!l.noCloneEvent&&b[n.expando]){e=n._data(b);for(d in e.events)n.removeEvent(b,d,e.handle);b.removeAttribute(n.expando)}"script"===c&&b.text!==a.text?(yb(b).text=a.text,zb(b)):"object"===c?(b.parentNode&&(b.outerHTML=a.outerHTML),l.html5Clone&&a.innerHTML&&!n.trim(b.innerHTML)&&(b.innerHTML=a.innerHTML)):"input"===c&&X.test(a.type)?(b.defaultChecked=b.checked=a.checked,b.value!==a.value&&(b.value=a.value)):"option"===c?b.defaultSelected=b.selected=a.defaultSelected:("input"===c||"textarea"===c)&&(b.defaultValue=a.defaultValue)}}n.extend({clone:function(a,b,c){var d,e,f,g,h,i=n.contains(a.ownerDocument,a);if(l.html5Clone||n.isXMLDoc(a)||!hb.test("<"+a.nodeName+">")?f=a.cloneNode(!0):(ub.innerHTML=a.outerHTML,ub.removeChild(f=ub.firstChild)),!(l.noCloneEvent&&l.noCloneChecked||1!==a.nodeType&&11!==a.nodeType||n.isXMLDoc(a)))for(d=vb(f),h=vb(a),g=0;null!=(e=h[g]);++g)d[g]&&Cb(e,d[g]);if(b)if(c)for(h=h||vb(a),d=d||vb(f),g=0;null!=(e=h[g]);g++)Bb(e,d[g]);else Bb(a,f);return d=vb(f,"script"),d.length>0&&Ab(d,!i&&vb(a,"script")),d=h=e=null,f},buildFragment:function(a,b,c,d){for(var e,f,g,h,i,j,k,m=a.length,o=eb(b),p=[],q=0;m>q;q++)if(f=a[q],f||0===f)if("object"===n.type(f))n.merge(p,f.nodeType?[f]:f);else if(mb.test(f)){h=h||o.appendChild(b.createElement("div")),i=(kb.exec(f)||["",""])[1].toLowerCase(),k=sb[i]||sb._default,h.innerHTML=k[1]+f.replace(jb,"<$1>")+k[2],e=k[0];while(e--)h=h.lastChild;if(!l.leadingWhitespace&&ib.test(f)&&p.push(b.createTextNode(ib.exec(f)[0])),!l.tbody){f="table"!==i||lb.test(f)?""!==k[1]||lb.test(f)?0:h:h.firstChild,e=f&&f.childNodes.length;while(e--)n.nodeName(j=f.childNodes[e],"tbody")&&!j.childNodes.length&&f.removeChild(j)}n.merge(p,h.childNodes),h.textContent="";while(h.firstChild)h.removeChild(h.firstChild);h=o.lastChild}else p.push(b.createTextNode(f));h&&o.removeChild(h),l.appendChecked||n.grep(vb(p,"input"),wb),q=0;while(f=p[q++])if((!d||-1===n.inArray(f,d))&&(g=n.contains(f.ownerDocument,f),h=vb(o.appendChild(f),"script"),g&&Ab(h),c)){e=0;while(f=h[e++])pb.test(f.type||"")&&c.push(f)}return h=null,o},cleanData:function(a,b){for(var d,e,f,g,h=0,i=n.expando,j=n.cache,k=l.deleteExpando,m=n.event.special;null!=(d=a[h]);h++)if((b||n.acceptData(d))&&(f=d[i],g=f&&j[f])){if(g.events)for(e in g.events)m[e]?n.event.remove(d,e):n.removeEvent(d,e,g.handle);j[f]&&(delete j[f],k?delete d[i]:typeof d.removeAttribute!==L?d.removeAttribute(i):d[i]=null,c.push(f))}}}),n.fn.extend({text:function(a){return W(this,function(a){return void 0===a?n.text(this):this.empty().append((this[0]&&this[0].ownerDocument||z).createTextNode(a))},null,a,arguments.length)},append:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.appendChild(a)}})},prepend:function(){return this.domManip(arguments,function(a){if(1===this.nodeType||11===this.nodeType||9===this.nodeType){var b=xb(this,a);b.insertBefore(a,b.firstChild)}})},before:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this)})},after:function(){return this.domManip(arguments,function(a){this.parentNode&&this.parentNode.insertBefore(a,this.nextSibling)})},remove:function(a,b){for(var c,d=a?n.filter(a,this):this,e=0;null!=(c=d[e]);e++)b||1!==c.nodeType||n.cleanData(vb(c)),c.parentNode&&(b&&n.contains(c.ownerDocument,c)&&Ab(vb(c,"script")),c.parentNode.removeChild(c));return this},empty:function(){for(var a,b=0;null!=(a=this[b]);b++){1===a.nodeType&&n.cleanData(vb(a,!1));while(a.firstChild)a.removeChild(a.firstChild);a.options&&n.nodeName(a,"select")&&(a.options.length=0)}return this},clone:function(a,b){return a=null==a?!1:a,b=null==b?a:b,this.map(function(){return n.clone(this,a,b)})},html:function(a){return W(this,function(a){var b=this[0]||{},c=0,d=this.length;if(void 0===a)return 1===b.nodeType?b.innerHTML.replace(gb,""):void 0;if(!("string"!=typeof a||nb.test(a)||!l.htmlSerialize&&hb.test(a)||!l.leadingWhitespace&&ib.test(a)||sb[(kb.exec(a)||["",""])[1].toLowerCase()])){a=a.replace(jb,"<$1>");try{for(;d>c;c++)b=this[c]||{},1===b.nodeType&&(n.cleanData(vb(b,!1)),b.innerHTML=a);b=0}catch(e){}}b&&this.empty().append(a)},null,a,arguments.length)},replaceWith:function(){var a=arguments[0];return this.domManip(arguments,function(b){a=this.parentNode,n.cleanData(vb(this)),a&&a.replaceChild(b,this)}),a&&(a.length||a.nodeType)?this:this.remove()},detach:function(a){return this.remove(a,!0)},domManip:function(a,b){a=e.apply([],a);var c,d,f,g,h,i,j=0,k=this.length,m=this,o=k-1,p=a[0],q=n.isFunction(p);if(q||k>1&&"string"==typeof p&&!l.checkClone&&ob.test(p))return this.each(function(c){var d=m.eq(c);q&&(a[0]=p.call(this,c,d.html())),d.domManip(a,b)});if(k&&(i=n.buildFragment(a,this[0].ownerDocument,!1,this),c=i.firstChild,1===i.childNodes.length&&(i=c),c)){for(g=n.map(vb(i,"script"),yb),f=g.length;k>j;j++)d=i,j!==o&&(d=n.clone(d,!0,!0),f&&n.merge(g,vb(d,"script"))),b.call(this[j],d,j);if(f)for(h=g[g.length-1].ownerDocument,n.map(g,zb),j=0;f>j;j++)d=g[j],pb.test(d.type||"")&&!n._data(d,"globalEval")&&n.contains(h,d)&&(d.src?n._evalUrl&&n._evalUrl(d.src):n.globalEval((d.text||d.textContent||d.innerHTML||"").replace(rb,"")));i=c=null}return this}}),n.each({appendTo:"append",prependTo:"prepend",insertBefore:"before",insertAfter:"after",replaceAll:"replaceWith"},function(a,b){n.fn[a]=function(a){for(var c,d=0,e=[],g=n(a),h=g.length-1;h>=d;d++)c=d===h?this:this.clone(!0),n(g[d])[b](c),f.apply(e,c.get());return this.pushStack(e)}});var Db,Eb={};function Fb(b,c){var d=n(c.createElement(b)).appendTo(c.body),e=a.getDefaultComputedStyle?a.getDefaultComputedStyle(d[0]).display:n.css(d[0],"display");return d.detach(),e}function Gb(a){var b=z,c=Eb[a];return c||(c=Fb(a,b),"none"!==c&&c||(Db=(Db||n(" + + + +

The markup is an iframe inside a popup container. The popup will have a 15 pixels padding because of class ui-content and a one pixel border because the framework will add class ui-body-a to the popup.

+ +

When using an iframe inside a popup it is important to initially set the width and height attributes to 0. This prevents the page to breaking on platforms like Android 2.3. Note that you have to set the attributes, because setting the width and height with CSS is not sufficient. You can leave the actual width and height in the markup for browsers that have JavaScript disabled and use attr() to set the zero values upon the pagecreate event.

+ +

Next, bind to the popupbeforeposition event to set the desired size of the iframe when the popup is shown or when the window is resized (e.g. orientation change). For the iframe examples on this page a custom function scale() is used to scale down the iframe to fit smaller screens.

+ +

When the popup is closed the width and height should be set back to 0. You can do this by binding to the popupafterclose event.

+ +

Note that the video will still be playing in the iframe when the popup is closed. If available you can use the 3rd party API to stop the video on the popupafterclose event. Another way is to create the iframe when the popup is opened and destroy it when the popup is closed, but this would drop support for browsers that have JavaScript disabled.

+ +

Map example

+ +

In the second example, an iframe is used to display Google Maps API. Using an iframe prevents issues with the controls of the map.

+ +
+ Open Map + +
+ Close + +
+
+ +

Expand the section below to view the source of the iframe.

+ +
+

map.html

+

+<!DOCTYPE html>
+<html>
+<head>
+    <meta charset="utf-8">
+    <title>Map</title>
+    <script>
+        function initialize() {
+            var myLatlng = new google.maps.LatLng( 51.520838, -0.140261 );
+            var myOptions = {
+                zoom: 15,
+                center: myLatlng,
+                mapTypeId: google.maps.MapTypeId.ROADMAP
+            }
+            var map = new google.maps.Map( document.getElementById( "map_canvas" ), myOptions );
+        }
+    </script>
+    <script src="http://maps.google.com/maps/api/js?sensor=false"></script>
+    <style>
+        html {
+            height: 100%;
+            overflow: hidden;
+        }
+        body {
+            margin: 0;
+            padding: 0;
+            height: 100%;
+        }
+        #map_canvas {
+            height: 100%;
+        }
+    </style>
+</head>
+<body onload="initialize()">
+
+    <div id="map_canvas"></div>
+
+</body>
+</html>
+
+
+ +

Setting the size of the iframe is done exactly the same as for the video example, with one exception. You should also set the width and height of the div that contains the map to prevent the page to break on platforms like Android 2.3. In this example the ID of this div is #map_canvas.

+ + +
+ +
+ + + + +
+ +
+ + + + + + diff --git a/js/libs/jquery.mobile/demos/popup-iframe/map.html b/js/libs/jquery.mobile/demos/popup-iframe/map.html new file mode 100644 index 0000000..802c818 --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-iframe/map.html @@ -0,0 +1,38 @@ + + + + + Map + + + + + + +
+ + + diff --git a/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-map.js b/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-map.js new file mode 100644 index 0000000..7b4671d --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-map.js @@ -0,0 +1,60 @@ +// popup examples +$( document ).on( "pagecreate", function() { + + // The window width and height are decreased by 30 to take the tolerance of 15 pixels at each side into account + function scale( width, height, padding, border ) { + var scrWidth = $( window ).width() - 30, + scrHeight = $( window ).height() - 30, + ifrPadding = 2 * padding, + ifrBorder = 2 * border, + ifrWidth = width + ifrPadding + ifrBorder, + ifrHeight = height + ifrPadding + ifrBorder, + h, w; + + if ( ifrWidth < scrWidth && ifrHeight < scrHeight ) { + w = ifrWidth; + h = ifrHeight; + } else if ( ( ifrWidth / scrWidth ) > ( ifrHeight / scrHeight ) ) { + w = scrWidth; + h = ( scrWidth / ifrWidth ) * ifrHeight; + } else { + h = scrHeight; + w = ( scrHeight / ifrHeight ) * ifrWidth; + } + + return { + 'width': w - ( ifrPadding + ifrBorder ), + 'height': h - ( ifrPadding + ifrBorder ) + }; + }; + + $( ".ui-popup iframe" ) + .attr( "width", 0 ) + .attr( "height", "auto" ); + + $( "#popupMap iframe" ).contents().find( "#map_canvas" ) + .css( { "width" : 0, "height" : 0 } ); + + $( "#popupMap" ).on({ + popupbeforeposition: function() { + var size = scale( 480, 320, 0, 1 ), + w = size.width, + h = size.height; + + $( "#popupMap iframe" ) + .attr( "width", w ) + .attr( "height", h ); + + $( "#popupMap iframe" ).contents().find( "#map_canvas" ) + .css( { "width": w, "height" : h } ); + }, + popupafterclose: function() { + $( "#popupMap iframe" ) + .attr( "width", 0 ) + .attr( "height", 0 ); + + $( "#popupMap iframe" ).contents().find( "#map_canvas" ) + .css( { "width": 0, "height" : 0 } ); + } + }); +}); diff --git a/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-video.js b/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-video.js new file mode 100644 index 0000000..8471753 --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-iframe/popup-iframe-video.js @@ -0,0 +1,52 @@ +// popup examples +$( document ).on( "pagecreate", function() { + + // The window width and height are decreased by 30 to take the tolerance of 15 pixels at each side into account + function scale( width, height, padding, border ) { + var scrWidth = $( window ).width() - 30, + scrHeight = $( window ).height() - 30, + ifrPadding = 2 * padding, + ifrBorder = 2 * border, + ifrWidth = width + ifrPadding + ifrBorder, + ifrHeight = height + ifrPadding + ifrBorder, + h, w; + + if ( ifrWidth < scrWidth && ifrHeight < scrHeight ) { + w = ifrWidth; + h = ifrHeight; + } else if ( ( ifrWidth / scrWidth ) > ( ifrHeight / scrHeight ) ) { + w = scrWidth; + h = ( scrWidth / ifrWidth ) * ifrHeight; + } else { + h = scrHeight; + w = ( scrHeight / ifrHeight ) * ifrWidth; + } + + return { + 'width': w - ( ifrPadding + ifrBorder ), + 'height': h - ( ifrPadding + ifrBorder ) + }; + }; + + $( ".ui-popup iframe" ) + .attr( "width", 0 ) + .attr( "height", "auto" ); + + $( "#popupVideo" ).on({ + popupbeforeposition: function() { + // call our custom function scale() to get the width and height + var size = scale( 497, 298, 15, 1 ), + w = size.width, + h = size.height; + + $( "#popupVideo iframe" ) + .attr( "width", w ) + .attr( "height", h ); + }, + popupafterclose: function() { + $( "#popupVideo iframe" ) + .attr( "width", 0 ) + .attr( "height", 0 ); + } + }); +}); diff --git a/js/libs/jquery.mobile/demos/popup-image-scaling/index.html b/js/libs/jquery.mobile/demos/popup-image-scaling/index.html new file mode 100644 index 0000000..4b744e5 --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-image-scaling/index.html @@ -0,0 +1,442 @@ + + + + + + Popup image scaling - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Scaling images

+ +

The framework CSS contains rules that make images that are immediate children of the popup scale to fit the screen. Because of the absolute positioning of the popup container and screen, the height is not adjusted to screen height on all browsers. You can prevent vertical scrolling with a simple script that sets the max-height of the image.

+ +

The handler is bound to the popupbeforeposition event, which ensures the image is not only scaled before it is shown but also when the window is resized (e.g. orientation change). In this code example the height is reduced by 60 to take a top and bottom tolerance of 30 pixels into account.

+ +
+ Photo landscape + Photo portrait + +
+ ClosePhoto landscape +
+ +
+ ClosePhoto portrait +
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/popup-image-scaling/popup-image-scaling.js b/js/libs/jquery.mobile/demos/popup-image-scaling/popup-image-scaling.js new file mode 100644 index 0000000..3a60efe --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-image-scaling/popup-image-scaling.js @@ -0,0 +1,8 @@ +$( document ).on( "pagecreate", function() { + $( ".photopopup" ).on({ + popupbeforeposition: function() { + var maxHeight = $( window ).height() - 60 + "px"; + $( ".photopopup img" ).css( "max-height", maxHeight ); + } + }); +}); diff --git a/js/libs/jquery.mobile/demos/popup-outside-multipage/index.html b/js/libs/jquery.mobile/demos/popup-outside-multipage/index.html new file mode 100644 index 0000000..28bf6e6 --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup-outside-multipage/index.html @@ -0,0 +1,468 @@ + + + + + + Popup across multiple pages - jQuery Mobile Demos + + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Using the same popup across multiple pages

+ +

You can reuse the same popup on multiple pages if you declare it as a direct child of the body element. It can then appear on any page in the document.

+

If you define the popup outside of any page, then you must take care to instantiate the popup widget yourself. You can do this as early as DOMReady, because the popup is not on any page.

+

If you wish the popup to be opened from a set of links, then you must also handle that manually, because automatic handling via data-rel="popup" is restricted to popups on the active page.

+

The example below illustrates the setup with two pages.

+
+ Menu +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ +
+
+ Menu +

Another Page

+
+
+

This is another page that can be reached using the links in the global menu.

+
+
+
+
+ Menu +

Third Page

+
+
+

This is a third page that can be reached using the links in the global menu.

+
+
+ + + diff --git a/js/libs/jquery.mobile/demos/popup/index.html b/js/libs/jquery.mobile/demos/popup/index.html new file mode 100644 index 0000000..6edada4 --- /dev/null +++ b/js/libs/jquery.mobile/demos/popup/index.html @@ -0,0 +1,730 @@ + + + + + + Popup - jQuery Mobile Demos + + + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Popup

+ +

The popup widget can be used for various types of popups. From a small tooltip popup to a large photo lightbox.

+ +

Popup basics

+ +

To create a popup, add the data-role="popup" attribute to a div with the popup contents. Then create a link with the href set to the id of the popup div, and add the attribute data-rel="popup" to tell the framework to open the popup when the link is tapped. A popup div has to be nested inside the same page as the link.

+ +
+ Basic Popup + +
+

This is a completely basic popup, no options set.

+
+
+ +

Tooltip

+

A tooltip can be created by adding a theme swatch to a basic popup and adding padding via the ui-content class. Here we also show how you can custom style the tooltip button.

+
+

A paragraph with a tooltip. Learn more

+ +
+

Here is a tiny popup being used like a tooltip. The text will wrap to multiple lines as needed.

+
+
+ +

Photo lightbox

+

A lightbox for displaying images can be created easily by placing an image in a popup. In this example, a close button is added to the markup by adding a link. The data-overlay-theme="b" attribute adds a dark backdrop behind the photos. For advanced photo techniques, see scaling images in popups.

+ +
+ Paris, France + Sydney, Australia + New York, USA + +
+ CloseParis, France +
+
+ CloseSydney, Australia +
+
+ CloseNew York, USA +
+
+ +

Menu

+

A menu can be created by adding a listview inside a popup.

+
+ Actions... + +
+ +
+
+ +

Nested menu

+

A nested menu can be created by placing listviews into an accordion inside a popup.

+
+ Choose a creature... + +
+
+
+

Farm animals

+ +
+
+

Pets

+ +
+
+

Ocean Creatures

+ +
+
+

Wild Animals

+ +
+
+
+
+ +

Form

+

You can place a form inside a popup. When it opens, focus will be restricted to elements inside the popup.

+
+ Sign in + +
+
+
+

Please sign in

+ + + + + + + +
+ +
+
+ +

Dialog

+

Standard dialog markup can be placed into a popup. To create a modal style dialog, add the data-dismissible="false" attribute to the popup to prevent the click-outside-to-close behavior so people need to interact with popup buttons to close it.

+
+ Delete page... + +
+
+

Delete Page?

+
+
+

Are you sure you want to delete this page?

+

This action cannot be undone.

+ Cancel + Delete +
+
+
+ +

Adding padding

+

For popups with formatted text, padding is needed. The ui-content class can be added to the popup to add the standard 15px of padding. When padding is added, we apply a few style rules to negate the top margin for the first heading or paragraph in the popup and do the same for the last element's bottom margin.

+
+ Popup with padding + +
+

This is a popup with the ui-content class added to the popup container.

+
+ +
+ +

Closing popups

+

By default popups can be closed either by clicking outside the popup widget or by pressing the Esc key. To prevent this, the data-dismissible="false" attribute can be added to the popup. To add an explicit close button to a popup, add a link with the role of button into the popup container with a data-rel="back" attribute and position via a class.

+ +
+ Right close button + Left close button + Undismissible Popup + +
+ Close +

I have a close button at the top right corner with simple HTML markup.

+
+ +
+ Close +

I have a close button at the top left corner with simple HTML markup.

+
+ +
+ Close +

I have the data-dismissible attribute set to false. I'm not closeable by clicking outside of me.

+
+
+ +

Position

+

By default, popups open centered vertically and horizontally over the element you clicked (the origin) which is good for popups used as tooltips or menus. If a popup should appear centered within the window instead of over the origin, add the data-position-to attribute to the link and specify a value of window. It's also possible to specify any valid selector as the value of position-to in addition to origin and window.

+ +
+ Position to window + Position to origin + Position to #position-header + +
+

I am positioned to the window.

+
+ +
+

I am positioned over the origin.

+
+ +
+

I am positioned over the header for this section via a selector. If the header isn't scrolled into view, collision detection will place the popup so it's in view.

+
+
+ +

Transitions

+

By default, popups have no transition to make them open as quickly as possible. To set the transition used for a popup, add the data-transition attribute to the link that references the popup. The reverse transition will be used when closing the popup. For performance reasons on mobile devices, we recommend using simpler transitions like pop, fade or none for smooth and fast popup animations.

+ +
+ No transition + Pop + Fade + Flip + Turn + Flow + Slide + Slidefade + Slide up + Slide down + +
+

I'm a simple popup.

+
+
+ +

Theme

+ +

The popup has two theme-related options: data-theme and data-overlay-theme. The data-theme option refers to the theme of the popup itself, whereas data-overlay-theme controls the semi-opaque layer behind the popup. The theme is inherited from the page; specify data-theme="none" for a popup with a transparent background.

+ +
+ Theme A +
+

I have data-theme="a" set on me

+
+ + Theme "none", no shadow +
+ Close + firefox logo on a transparent popup +
+ + Overlay theme A +
+

I have a data-overlay-theme="a" set on me

+
+ + Theme B + overlay A +
+

I have data-theme="b" and data-overlay-theme="a" set on me

+
+
+ +

Arrow

+

The popup can display an arrow along one of its edges when it opens if the data-arrow attribute is set. The attribute can take a value of true, false, or a string containing a comma-separated list of edge abbreviations ("l" for left, "t" for top, "r" for right, and "b" for bottom). For example, if you set data-arrow="r,b" then the arrow will only ever appear along the bottom or right edge of the popup. true is the same as "l,t,r,b" and false or "" indicates that the popup should be displayed without an arrow.

+

Click in the pink area below to display a popup with an arrow.

+
+
+

A paragraph inside the popup with an arrow.

+

This second paragraph serves to increase the height of the popup

+
+ +
+ +

Pre-rendered markup

+

You can supply pre-rendered popup markup to save startup time. The page in the example below contains a popup with pre-rendered markup supplied as part of the original page markup.

+ + +
+
+ +
+ + + + +
+ +
+ + +
+ +
+
+

Pre-rendered popup demo

+
+
+ +
+
+
+
+
+

This is the contents of the pre-rendered popup

+
+
+
+ + + diff --git a/js/libs/jquery.mobile/demos/rangeslider/index.html b/js/libs/jquery.mobile/demos/rangeslider/index.html new file mode 100644 index 0000000..ded8348 --- /dev/null +++ b/js/libs/jquery.mobile/demos/rangeslider/index.html @@ -0,0 +1,550 @@ + + + + + + Rangeslider - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Range slider

+ +

Range slider offer two handles to set a min and max value along a numeric continuum. +

+ +

Basic range slider

+ +
+
+
+ + + + +
+ + +
+ +

Step attribute

+ +
+
+ +
+ + + + +
+ +
+ +

No highlight

+ +
+
+
+ + + + +
+ +
+ +

Theme

+ +
+
+
+ + + + +
+ +
+ +

Mini

+ +
+
+
+ + + + +
+ +
+ +

Disabled

+ +
+
+
+ + + + +
+ +
+ +

Label hidden

+ +
+
+
+ + + + +
+ +
+ +

Fieldcontain

+ +
+
+
+
+ + + + +
+
+ +
+ +

Fieldcontain, mini

+ +
+
+
+
+ + + + +
+
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/rwd/index.html b/js/libs/jquery.mobile/demos/rwd/index.html new file mode 100644 index 0000000..3669ea7 --- /dev/null +++ b/js/libs/jquery.mobile/demos/rwd/index.html @@ -0,0 +1,506 @@ + + + + + + Responsive Web Design - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Responsive Web Design

+ +

Responsive web design (RWD) is a design and technical approach that aims to adapt the layout and interaction of a site or app to work optimally across a wide range of device resolutions, screen densities and interaction modes with the same underlying codebase. The framework has a number of responsive widgets: responsive grids, reflow tables and column chooser tables, and panels.

+ +

RWD basics

+

RWD has three key elements:

+

    +
  • CSS media queries, used to target styles to specific device characteristics such as screen width breakpoint or resolution.
  • +
  • A fluid grid, that specifies elements and widgets in flexible units with the goal of making them flow to fill their containers.
  • +
  • Flexible images and media, are also sized in relative units so they re-size to fit within their containers.
  • +
+ +

By creating all screen elements to be fluid and flexible, it allows the media queries to focus primarily on controlling layout rules for containers; the modules inside simply re-size to fit their containers.

+ +

A simple responsive example may be two stacked containers, each with flexible content or widgets inside. At greater widths, media queries are used to float both containers to create a two column layout to take better advantage of the wider screen.

+ +

Since the content inside each container is designed to re-flow to fit its parent, the media queries can focus just on the rules for making the columns stack or float, and to override or add styles only needed at greater widths.

+ +

Progressive Enhancement

+ +

In addition to these three core RWD principles, we advocate following progressive enhancement (PE) practices. This means always starting with semantic HTML which will work on any device, then unobtrusively layering in advanced CSS and JS only for capable browsers. This provides a solid foundation for the device-level optimizations that RWD provides and is how the jQuery Mobile library is built.

+ +

Responsive & Responsible

+ +

When working with RWD, it's very important to consider performance to ensure that you're not simply taking a heavy desktop site and shrinking it down to mobile screens. We recommend following a "mobile-first" approach to keep development focused on reducing bandwidth, server requests and optimizing source order.

+ +

When building a page, start by creating the lightest and most semantic HTML possible. Think about how the source order of the markup would work if you didn't have CSS or JS. Do not include code that is only needed for larger viewports and hide it at smaller widths. Instead, use Ajax to conditionally load these assets when larger screens are detected via JS.

+ +

When writing CSS for a responsive site or app, it's usually most efficient to write all the core typography and basic style elements outside of a media query to form the styles for the smallest devices, such as phones. This is a good approach because the majority of these core styles are usually also shared at greater widths, albeit in a different layout and it leverages the cascading power of CSS. Build up breakpoints using multiple min-width media queries to layer in additional style rules that should only apply above a certain screen width.

+ +

For images in your pages, we recommend starting with images sized for mobile screens in the markup. It doesn't make sense to serve a 1,000 pixel wide photo to a smartphone with a 480 pixel max resolution because this is a waste of bandwidth and memory. Instead, include an image targeted for a mobile size. Add a width: 100%; style rule to make images scale to the page or container, but not larger because this would look blurry.

+ +

For larger or higher resolution screens, there is a wide range of JS-based techniques and services to conditionally load a higher quality image. The forthcoming pictureelement will address the need to handle multiple image sources natively in HTML and can be used today with a polyfill script.

+ +

Always look for ways to limit the number of server requests on a page by concatenating files into a single request and always use minification and compression (gzip).

+ +

Responsive in jQuery Mobile

+ +

jQuery Mobile has always been designed to work within a responsive context and our docs and forms had a few responsive elements from the very start. All the widgets are built to be 100% flexible in width to fit easily inside any responsive layout system you choose to build.

+ +

Here is a checklist of RWD tips to keep in mind:

+ +
    +
  • Create a style override stylesheet and include it after the jQuery Mobile framework stylesheet. This will hold all your custom styles, tweaks to the default widgets and media queries.
  • +
  • Start by writing the styles you want to see at the narrowest screen width (i.e. "mobile first"). These should be outside a media query. This mobile-first approach is efficient because you can lay down the core typography, colors and styles for mobile knowing that these tend to also be used for wider breakpoints.
  • +
  • Choose the breakpoints based on your content, not a specific device. Since there are devices of every imaginable width, it's smarter to choose breakpoints based on how your content looks in your design system. As you re-size the window to greater widths, identify where your content hits a point where it could adapt to take advantage of a wider width.
  • +
  • Write media queries' widths in ems, not pixels. This ensures the layout will adapt to font size changes in addition to screen widths. To calculate the width in ems, divide the target breakpoint in pixels (320px) by 16px (the default font size) to get the em-based width (20em).
  • +
  • Use min-width breakpoints that build on top of the mobile styles. The first breakpoint applies layout adjustments on top of the standard mobile styles so these can be fairly lightweight. Additional min-width breakpoints can be added for even wider screens that each build on the previous breakpoint styles.
  • +
  • To override framework styles only for smaller screens, use a max-width breakpoint instead. This allows you to constrain your style overrides to only apply below a certain screen width. Above this width, all the normal styles will apply so this is good for certain types of overrides.
  • +
+ +

Putting it together

+ +

Here is a simple skeleton of a mobile-first stylesheet that starts with mobile-first styles, then builds up a responsive layout by adding two breakpoints:

+ +

+/* Start with core styles outside of a media query that apply to mobile and up */
+/* Global typography and design elements, stacked containers */
+body { font-family: Helvetica, san-serif; }
+H1 { color: green; }
+a:link { color:purple; }
+
+/* Stack the two content containers */
+.main,
+.sidebar { display:block; width:100%; }
+
+/* First breakpoint at 576px */
+/* Inherits mobile styles, but floats containers to make columns */
+@media all and (min-width: 36em){
+	.main { float: left; width:60%; }
+	.sidebar { float: left; width:40%; }
+}
+
+/* Second breakpoint at 800px */
+/* Adjusts column proportions, tweaks base H1 */
+@media all and (min-width: 50em){
+	.main { width:70%; }
+	.sidebar { width:30%; }
+
+	/* You can also tweak any other styles in a breakpoint */
+	H1 { color: blue; font-size:1.2em }
+}
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/selectmenu-custom-filter/index.html b/js/libs/jquery.mobile/demos/selectmenu-custom-filter/index.html new file mode 100644 index 0000000..59a504c --- /dev/null +++ b/js/libs/jquery.mobile/demos/selectmenu-custom-filter/index.html @@ -0,0 +1,516 @@ + + + + + + Filterable inside custom select - jQuery Mobile Demos + + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Filterable inside custom select

+ +

+ This examples shows how you can filter the list inside a custom select menu. +

+ +

You can create an input field and prepend it to the popup and/or the dialog used by the custom select menu list and you can use it to filter items inside the list by instantiating a filterable widget on the list.

+ +
+
+ + +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/selectmenu-custom/index.html b/js/libs/jquery.mobile/demos/selectmenu-custom/index.html new file mode 100644 index 0000000..62a6133 --- /dev/null +++ b/js/libs/jquery.mobile/demos/selectmenu-custom/index.html @@ -0,0 +1,774 @@ + + + + + + Custom selects - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Custom select menu

+ +

The custom select uses a popup with a listview to display the menu. For long lists a dialog will be used. +

+ +

Examples

+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ + +
+
+ +
+
+ Vertical controlgroup: + + + + + + +
+
+ +
+
+ Vertical controlgroup, icon left, mini sized: + + + + + + +
+
+ +
+
+ Horizontal controlgroup: + + + + + + +
+
+ +
+
+ Horizontal controlgroup, mini sized: + + + + + + +
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/selectmenu/index.html b/js/libs/jquery.mobile/demos/selectmenu/index.html new file mode 100644 index 0000000..b95b67c --- /dev/null +++ b/js/libs/jquery.mobile/demos/selectmenu/index.html @@ -0,0 +1,642 @@ + + + + + + Selects - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Select menu

+ +

The select menu is based on a native select element, which is hidden from view and replaced with a custom-styled select button. Tapping it opens the native menu. There is also a custom select menu widget, which also replaces the native dropdown. +

+ +

Basic select

+
+
+
+ + +
+ +
+ +

Mini

+ +
+
+
+ + +
+ +
+ +

Icon position

+ +
+
+
+ + +
+ +
+ +

Selected option

+ +
+
+
+ + +
+ +
+ +

Disabled option

+ +
+
+
+ + +
+ +
+ +

Optgroup

+ +
+
+
+ + +
+ +
+ +

Vertical group

+ +
+
+
+ Vertical controlgroup: + + + + + + +
+ +
+ +

Vertical group, mini

+ +
+
+
+ Vertical controlgroup, icon left, mini sized: + + + + + + +
+ +
+ +

Horizontal group

+ +
+
+
+ Horizontal controlgroup: + + + + + + +
+ +
+ +

Horizontal group, mini

+ +
+
+
+ Horizontal controlgroup, mini sized: + + + + + + +
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/slider-flipswitch/index.html b/js/libs/jquery.mobile/demos/slider-flipswitch/index.html new file mode 100644 index 0000000..cfcea9f --- /dev/null +++ b/js/libs/jquery.mobile/demos/slider-flipswitch/index.html @@ -0,0 +1,514 @@ + + + + + + Flip Toggle Switch - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Flip switch

+ +

Flip switches are used for boolean style inputs like true/false or on/off in a compact UI element. +

+ +

Basic

+
+
+ + + +
+ +

Theme

+ +
+
+ + + +
+ +

Mini

+ +
+
+ + + +
+ +

Disabled

+ +
+
+ + + +
+ +

Label hidden

+ +
+
+ + + +
+ +

Fieldcontain

+ +
+
+
+ + +
+ +
+ +

Fieldcontain, mini

+ +
+
+
+ + +
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/slider-tooltip/index.html b/js/libs/jquery.mobile/demos/slider-tooltip/index.html new file mode 100644 index 0000000..bd6f274 --- /dev/null +++ b/js/libs/jquery.mobile/demos/slider-tooltip/index.html @@ -0,0 +1,436 @@ + + + + + + Slider Tooltip Extension - jQuery Mobile Demos + + + + + + + + + +
+
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Slider tooltip extension

+ +
+
+ + + + + + + + + +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/slider/index.html b/js/libs/jquery.mobile/demos/slider/index.html new file mode 100644 index 0000000..83d5c7e --- /dev/null +++ b/js/libs/jquery.mobile/demos/slider/index.html @@ -0,0 +1,532 @@ + + + + + + Slider - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Slider

+ +

Sliders are used to enter numeric values along a continuum and can also be dual handle range sliders or flip switches. +

+ +

Basic slider

+ +
+
+ + + +
+ +

Step attribute

+ +
+
+ + + +
+ +

Highlight

+ +
+
+ + + +
+ +

Theme

+ +
+
+ + + +
+ +

Mini sized

+ +
+
+ + + +
+ +

Disabled

+ +
+
+ + + +
+ +

Label hidden

+ +
+
+ + + +
+ +

Fieldcontain

+ +
+
+
+ + +
+ +
+ +

Fieldcontain, mini sized

+ +
+
+
+ + +
+ +
+ +

Full width slider, no input

+ +

Here we show how you can hide the number input and make the slider full width with custom CSS.

+ +
+
+ + + +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/swipe-list/index.html b/js/libs/jquery.mobile/demos/swipe-list/index.html new file mode 100644 index 0000000..3211e4d --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-list/index.html @@ -0,0 +1,706 @@ + + + + + + Swipe to delete list item - jQuery Mobile Demos + + + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Swipe to delete list item

+ +

This demo shows how you can remove list items by swiping left or right. For devices without touchscreen there is a delete button. This demo also contains a custom styled confirmation popup.

+ +

Open swipe list demo

+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ +
+ +
+

Inbox

+ Back + Refresh +
+ +
+ + + +
+ +
+ +

Are you sure you want to delete:

+ +
+
+ Yes +
+
+ Cancel +
+
+ +
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/buenosaires.html b/js/libs/jquery.mobile/demos/swipe-page/buenosaires.html new file mode 100644 index 0000000..1e93547 --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/buenosaires.html @@ -0,0 +1,46 @@ + + + + + + Buenos Aires + + + + + + + + + + + + + +
+ +
+ +
+ Close +

At 140 meters (16 lanes), Avenida 9 de Julio in Buenos Aires is the world’s widest avenue. Its name honors Argentina’s birthdate. (July 9, 1816). The avenue runs roughly one kilometer to the west of the Río de la Plata waterfront, from the Retiro district in the north to Constitución station in the south. source: inautonews.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/capetown.html b/js/libs/jquery.mobile/demos/swipe-page/capetown.html new file mode 100644 index 0000000..7d0503e --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/capetown.html @@ -0,0 +1,46 @@ + + + + + + Cape Town + + + + + + + + + + + + + +
+ +
+ +
+ Close +

Although it’s the youngest official language in the world, Afrikaans is most widely spoken and is home language for 40% of the Cape's population. The remainder of the population speaks either Xhosa or English as a home language. source: gotravel24.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/index.html b/js/libs/jquery.mobile/demos/swipe-page/index.html new file mode 100644 index 0000000..fbff795 --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/index.html @@ -0,0 +1,471 @@ + + + + + + Swipe to navigate - jQuery Mobile Demos + + + + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Swipe to navigate

+ +
+

This demo shows how you can use the swipe event to navigate between pages. We are using single HTML files for each page. Here you can see the JavaScript and CSS source. On each of the demo pages you can see the page markup as well.

+ +

Open swipe page demo

+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + + + + + +
+

City

+ Back +
+ +
+ +
+ +
+ Close +

Here some text.

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/newyork.html b/js/libs/jquery.mobile/demos/swipe-page/newyork.html new file mode 100644 index 0000000..b866a8a --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/newyork.html @@ -0,0 +1,46 @@ + + + + + + New York + + + + + + + + + + + + + +
+ +
+ +
+ Close +

Although many legends exist about the origin of New York City's nickname, the Big Apple, most historians agree that it can be traced back to a writer who covered horse racing in the 1920s. In The Morning Telegraph, he wrote that stable hands often referred to New York as the Big Apple, meaning that any thoroughbred that raced in New York had reached the pinnacle of racing. source: nylady.hubpages.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/paris.html b/js/libs/jquery.mobile/demos/swipe-page/paris.html new file mode 100644 index 0000000..e6a130b --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/paris.html @@ -0,0 +1,46 @@ + + + + + + Paris + + + + + + + + + + + + + +
+ +
+ +
+ Close +

Each year, 44 million tourists visit Paris and the surrounding Ile de France region. Paris is year after year the most visited city in the world. source: parisdigest.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/seoul.html b/js/libs/jquery.mobile/demos/swipe-page/seoul.html new file mode 100644 index 0000000..402a1be --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/seoul.html @@ -0,0 +1,46 @@ + + + + + + Seoul + + + + + + + + + + + + + +
+ +
+ +
+ Close +

Seoul, officially the Seoul Special City, is the capital and largest city of South Korea. With a population of over 10 million, it is one of the world's largest cities. The Seoul National Capital Area, which includes the Incheon metropolis and most of Gyeonggi province, has 24.5 million inhabitants. source: bezbrige.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/swipe-page/swipe-page.css b/js/libs/jquery.mobile/demos/swipe-page/swipe-page.css new file mode 100644 index 0000000..b302ff2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/swipe-page.css @@ -0,0 +1,32 @@ +/* Set the background image sources */ +#newyork { background-image: url("../_assets/img/newyork.jpg"); } +#buenosaires { background-image: url("../_assets/img/buenosaires.jpg"); } +#paris { background-image: url("../_assets/img/paris.jpg"); } +#capetown { background-image: url("../_assets/img/capetown.jpg"); } +#seoul { background-image: url("../_assets/img/seoul.jpg"); } +#sydney { background-image: url("../_assets/img/sydney.jpg"); } +/* Background settings */ +.demo-page { + background-size: cover; + background-position: center center; + background-repeat: no-repeat; +} +/* Transparent footer */ +.demo-page .ui-footer { + background: none; + border: none; + bottom: 0; +} +/* The footer won't have a height because there are only two absolute positioned elements in it. +So we position the buttons from the bottom. */ +.control.ui-btn-left, +.trivia-btn.ui-btn-right { + top: auto; + bottom: 7px; + margin: 0; +} +/* Custom styling for the trivia source */ +small { + font-size: .75em; + color: #666; +} diff --git a/js/libs/jquery.mobile/demos/swipe-page/swipe-page.js b/js/libs/jquery.mobile/demos/swipe-page/swipe-page.js new file mode 100644 index 0000000..a4d1d76 --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/swipe-page.js @@ -0,0 +1,97 @@ +// Pagecreate will fire for each of the pages in this demo +// but we only need to bind once so we use "one()" +$( document ).one( "pagecreate", ".demo-page", function() { + // Initialize the external persistent header and footer + $( "#header" ).toolbar({ theme: "b" }); + $( "#footer" ).toolbar({ theme: "b" }); + + // Handler for navigating to the next page + function navnext( next ) { + $( ":mobile-pagecontainer" ).pagecontainer( "change", next + ".html", { + transition: "slide" + }); + } + + // Handler for navigating to the previous page + function navprev( prev ) { + $( ":mobile-pagecontainer" ).pagecontainer( "change", prev + ".html", { + transition: "slide", + reverse: true + }); + } + + // Navigate to the next page on swipeleft + $( document ).on( "swipeleft", ".ui-page", function( event ) { + // Get the filename of the next page. We stored that in the data-next + // attribute in the original markup. + var next = $( this ).jqmData( "next" ); + + // Check if there is a next page and + // swipes may also happen when the user highlights text, so ignore those. + // We're only interested in swipes on the page. + if ( next && ( event.target === $( this )[ 0 ] ) ) { + navnext( next ); + } + }); + + // Navigate to the next page when the "next" button in the footer is clicked + $( document ).on( "click", ".next", function() { + var next = $( ".ui-page-active" ).jqmData( "next" ); + + // Check if there is a next page + if ( next ) { + navnext( next ); + } + }); + + // The same for the navigating to the previous page + $( document ).on( "swiperight", ".ui-page", function( event ) { + var prev = $( this ).jqmData( "prev" ); + + if ( prev && ( event.target === $( this )[ 0 ] ) ) { + navprev( prev ); + } + }); + + $( document ).on( "click", ".prev", function() { + var prev = $( ".ui-page-active" ).jqmData( "prev" ); + + if ( prev ) { + navprev( prev ); + } + }); +}); + +$( document ).on( "pageshow", ".demo-page", function() { + var thePage = $( this ), + title = thePage.jqmData( "title" ), + next = thePage.jqmData( "next" ), + prev = thePage.jqmData( "prev" ); + + // Point the "Trivia" button to the popup for the current page. + $( "#trivia-button" ).attr( "href", "#" + thePage.find( ".trivia" ).attr( "id" ) ); + + // We use the same header on each page + // so we have to update the title + $( "#header h1" ).text( title ); + + // Prefetch the next page + // We added data-dom-cache="true" to the page so it won't be deleted + // so there is no need to prefetch it + if ( next ) { + $( ":mobile-pagecontainer" ).pagecontainer( "load", next + ".html" ); + } + + // We disable the next or previous buttons in the footer + // if there is no next or previous page + // We use the same footer on each page + // so first we remove the disabled class if it is there + $( ".next.ui-state-disabled, .prev.ui-state-disabled" ).removeClass( "ui-state-disabled" ); + + if ( ! next ) { + $( ".next" ).addClass( "ui-state-disabled" ); + } + if ( ! prev ) { + $( ".prev" ).addClass( "ui-state-disabled" ); + } +}); diff --git a/js/libs/jquery.mobile/demos/swipe-page/sydney.html b/js/libs/jquery.mobile/demos/swipe-page/sydney.html new file mode 100644 index 0000000..a31eef3 --- /dev/null +++ b/js/libs/jquery.mobile/demos/swipe-page/sydney.html @@ -0,0 +1,46 @@ + + + + + + Sydney + + + + + + + + + + + + + +
+ +
+ +
+ Close +

The Sydney Opera House provides 45,000 square metres (11 acres) of usable office space out of 18,000 square metres (4.5 acres) of land. It is 183 metres (600 feet) tall and about 120 metres (388 feet) wide at its widest point. It is supported on 580 concrete piers sunk up to 25 metres below sea level. It has about 1000 rooms. It has five theatres, five rehearsal studios, two main halls, four restaurants, six bars and numerous souvenir shops. source: sheppardsoftware.com

+
+ +
+ +
+ + + + + diff --git a/js/libs/jquery.mobile/demos/table-column-toggle-example/index.html b/js/libs/jquery.mobile/demos/table-column-toggle-example/index.html new file mode 100644 index 0000000..1e43064 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-column-toggle-example/index.html @@ -0,0 +1,574 @@ + + + + + + Table Column toggle demo: Phone comparison - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Popular Phones

+ +

This is an example of how to use the column toggle table to create a comparison view where products can be shown or hidden.

+ +
+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Model +

Apple

+

iPhone 5

+
+

Samsung

+

Galaxy S III

+
+

Nokia

+

Lumia 920

+
+

HTC

+

One X

+
Photo
Height4.87"5.38"5.11"5.3"
Width2.31"2.78"2.79"2.75"
Depth0.3"0.34"0.42"0.37"
Weight (lbs.)0.250.290.410.29
+ + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + + +
+ +
+ + + + +
+ +
+ + + + + + diff --git a/js/libs/jquery.mobile/demos/table-column-toggle-heading-groups/index.html b/js/libs/jquery.mobile/demos/table-column-toggle-heading-groups/index.html new file mode 100644 index 0000000..f14767d --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-column-toggle-heading-groups/index.html @@ -0,0 +1,603 @@ + + + + + + Table Column toggle: Heading groups - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table Column toggle: Heading groups

+ +

The columns of data are shown and toggled as sets under each grouped heading for each financial quarter. In this example, the totals are shown at narrow widths, then more historical quarters are revealed at wider widths by assigning priorities to the columns.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Q1 2012Q2 2012Q3 2012Q4 2012YTD Totals
StoreIncomeProfitChangeIncomeProfitChangeIncomeProfitChangeIncomeProfitChangeIncomeProfitChange
Boston2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
Chicago2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
NYC2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-column-toggle-options/index.html b/js/libs/jquery.mobile/demos/table-column-toggle-options/index.html new file mode 100644 index 0000000..8d5fd04 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-column-toggle-options/index.html @@ -0,0 +1,519 @@ + + + + + + Table Column toggle: Customization options - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table Column toggle: Customization options

+ +

This table illustrates the standard customization options for a column toggle table. The table has a custom theme and label text for the column chooser button, and a theme set on the popup.

+ +

The table background is themed by adding class="ui-body-d" to the table element. The table header is given a themed appearance by adding the class="ui-bar-d" to the header row. The striped rows are created by adding the table-stripe class to the table element.

+ +

Top Movies

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviews
1Citizen Kane1941100%74
2Casablanca194297%64
3The Godfather197297%87
4Gone with the Wind193996%87
5Lawrence of Arabia196294%87
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74
7The Graduate196791%122
8The Wizard of Oz193990%72
9Singin' in the Rain195289%85
10Inception201084%78
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-column-toggle/index.html b/js/libs/jquery.mobile/demos/table-column-toggle/index.html new file mode 100644 index 0000000..b7df3a7 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-column-toggle/index.html @@ -0,0 +1,705 @@ + + + + + + Table: Column Toggle - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table: Column Toggle

+ +

The column toggle table mode selectively hides columns at narrower widths as a sensible default but also offers a menu to let users manually control which columns they want to see.

+ +

Column toggle basics

+

This table mode automatically hides less important columns at narrower widths and surfaces a button to open a menu that allows the user to choose what columns they want to see. In this mode, the author attempts to define which columns are most important to show across various widths by assigning a priority to each column.

+ +

A user may choose to check as many columns as they want by tapping the "Columns..." button to open the column + chooser popup. The popup contains a dynamically generated list of columns based on the table markup that can be checked and unchecked to adjust the visible columns.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviews
1Citizen Kane1941100%74
2Casablanca194297%64
3The Godfather197297%87
4Gone with the Wind193996%87
5Lawrence of Arabia196294%87
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74
7The Graduate196791%122
8The Wizard of Oz193990%72
9Singin' in the Rain195289%85
10Inception201084%78
+
+ +

Applying column chooser mode to a table

+ +

The column chooser mode requires a table element with two attributes: data-role="table" and data-mode="columntoggle". An ID attribute is also required on the table to associate it with the column chooser popup menu.

+ +

+<table data-role="table" data-mode="columntoggle" id="my-table">
+
+ +

Setting column priority

+ +

The table works by hiding and showing columns based on two inputs: available screen width or by the user checking and unchecking which columns to display in a column picker popup. Add data-priority attributes to each of the table headers of columns you want to responsively display and assign a priority (1 = highest, 6 = lowest). Any table header given a priority will be available in the column picker menu.

+

To make a column persistent so it's not available for hiding, omit the data-priority attribute. This will make the column visible at all widths and won't be available in the column chooser menu.

+ +

+<th>I'm critical and can't be removed</th>
+<th data-priority="1">I'm very important</th>
+<th data-priority="3">I'm somewhat</th>
+<th data-priority="5">I'm less important</th>
+
+ +

You may use any priority naming convention and assign as many (or few) levels of priority for the columns. The plugin simply generates class names based on the values in the data-priority attribute so even though we default to using a numeric system of 1-6, any naming convention is possible.

+

For example, if a priority of data-priority="critical" is added to the heading, a class of ui-table-priority-critial will be applied to each cell in that column. If a priority is assigned, the column will be made available for toggling in the column menu and the class will be added to each cell. The rest of the styling and media query creation is up to you to write in your custom stylesheet.

+ +

Theme & customization

+

The column chooser popup is opened via a button that is generated by the framework. The button's text is "Columns..." by default but can be set by adding the data-column-btn-text attribute to the table to the text string you want in the button. The button will inherit the theme from the content area, just like all buttons, but the theme can be set manually by adding the data-column-btn-theme attribute to any swatch letter in your theme.

+

The table background is themed by adding class="ui-body-d" to the table element. The table header is given a themed appearance by adding the class="ui-bar-d" to the header row. The striped rows are created by adding the table-stripe class to the table element.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviews
1Citizen Kane1941100%74
2Casablanca194297%64
3The Godfather197297%87
4Gone with the Wind193996%87
5Lawrence of Arabia196294%87
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74
7The Graduate196791%122
8The Wizard of Oz193990%72
9Singin' in the Rain195289%85
10Inception201084%78
+ +
+ +

Making the table responsive

+ +

The styles for all columns that have priorities assigned (1-6) start as display:none in the structure stylesheet since we're taking a mobile-first approach to our styles. This means that only columns that should be persistent are visible in the styles to start.

+ +

The framework does not automatically include the the media queries to progressively display columns at wider widths. We do this to make it easier for developers to customize the media query widths for each priority level.

+ +

Media queries add the responsive behavior to show and hide columns by priority. Each media query is written using min-width widths so they build on top of each other. The widths are set in em units so they respond to font size changes. To calculate a pixel withs in em units, divide the target width by 16 (pixels) - it's that easy.

+ +

Inside each media query, we override the display:none style properties set on all the priority columns in the basic styles to display:table-cell so they become visible again and act as a table.

+ +

To customize the breakpoints, copy the following style block into your custom style overrides and adjust the min-width media query values for each priority level to specify where various priority columns should appear.

+ +

In the example styles below for a my-custom-class class on the table, the priority 1 columns are shown first, at widths above 20em (320px), then priority 2 kicks in above 30em (480px) and so on up to wide desktop widths with priority 6. Feel free to change these breakpoints in your stylesheet and choose how many priority levels you'd like to use.

+ +

+/* Show priority 1 at 320px (20em x 16px) */
+@media screen and (min-width: 20em) {
+   .my-custom-class th.ui-table-priority-1,
+   .my-custom-class td.ui-table-priority-1 {
+     display: table-cell;
+   }
+}
+/* Show priority 2 at 480px (30em x 16px) */
+@media screen and (min-width: 30em) {
+   .my-custom-class  th.ui-table-priority-2,
+   .my-custom-class td.ui-table-priority-2 {
+     display: table-cell;
+   }
+}
+...more breakpoints...
+
+ +

Due to CSS specificity, you will also need to include the class definitions for the hidden and visible states after the custom breakpoints in your custom stylesheet so be sure to include these as well:

+ +

+/* Manually hidden */
+.my-custom-class th.ui-table-cell-hidden,
+.my-custom-class td.ui-table-cell-hidden {
+  display: none;
+}
+
+/* Manually shown */
+.my-custom-class th.ui-table-cell-visible,
+.my-custom-class td.ui-table-cell-visible {
+   display: table-cell;
+}
+
+ +

Applying a preset breakpoint

+

Even though we strongly encourage you to write custom breakpoints yourself, the framework includes a set of pre-configured breakpoints for each of the six priority levels that you can use if they happen work well for your content.

+

These breakpoints can be applied by adding a class="ui-responsive" to the table element. Here is an example of a table with this class added:

+ +

+<table data-role="table" class="ui-responsive" data-mode="columntoggle" id="my-table">
+
+ +

The six preset breakpoint classes included in the column toggle stylesheet use regular increments of 10em (160 pixels). Here is a summary of the breakpoints assigned to each priority in the preset styles:

+
+
data-priority="1"
Displays the column at 320px (20em)
+
data-priority="2"
Displays the column at 480px (30em)
+
data-priority="3"
Displays the column at 640px (40em)
+
data-priority="4"
Displays the column at 800px (50em)
+
data-priority="5"
Displays the column at 960px (60em)
+
data-priority="6"
Displays the column at 1,120px (70em)
+
+ +

If these preset breakpoints don't work for your content and layout needs, we recommend that you create custom breakpoints to fine tune the styles.

+ +

Grouped column headers

+

It's fairly common to need to logically group multiple columns under a heading group for financial or scientific data. The framework can support the most simple version of this by allowing for two rows of table headers (TH), with the first row containing simple colspan attributes to group the columns below. In this configuration, the framework will parse the first row only for the priority and expose these heading groups as the options in the column chooser popup. In this configuration, the second heading will not be exposed as columns that can be hidden or shown independently of the groupings in the chooser.

+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-reflow-heading-groups/index.html b/js/libs/jquery.mobile/demos/table-reflow-heading-groups/index.html new file mode 100644 index 0000000..7205347 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-reflow-heading-groups/index.html @@ -0,0 +1,600 @@ + + + + + + Table Reflow: Heading groups - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table Reflow: Heading groups

+ +

This table will stack the data into label value pairs at narrow widths. The grouped column headings are displayed as subheadings between data sets. The screen needs to be wide before it shows the tabular format so the media query is set to 72em (1,152px). There are custom styles for the first row to set the background to dark gray with white text and hide the label so it looks more like a section divider.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Q1 2012Q2 2012Q3 2012Q4 2012YTD Totals
StoreIncomeProfitChangeIncomeProfitChangeIncomeProfitChangeIncomeProfitChangeIncomeProfitChange
Boston2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
Chicago2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
NYC2,898739-5.8%3,6471,354+5.8%4,9812,246+13.4%3,4571,259-3.9%12,4636,234+5.9%
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-reflow-stripes-strokes/index.html b/js/libs/jquery.mobile/demos/table-reflow-stripes-strokes/index.html new file mode 100644 index 0000000..732e2a1 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-reflow-stripes-strokes/index.html @@ -0,0 +1,546 @@ + + + + + + Table Reflow: Stripes and strokes - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table Reflow: Stripes and strokes

+ +

Top Movies

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviewsDirector
1Citizen Kane1941100%74Orson Welles
2Casablanca194297%64Michael Curtiz
3The Godfather197297%87Francis Ford Coppola
4Gone with the Wind193996%87Victor Fleming
5Lawrence of Arabia196294%87Sir David Lean
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74Stanley Kubrick
7The Graduate196791%122Mike Nichols
8The Wizard of Oz193990%72Victor Fleming
9Singin' in the Rain195289%85Stanley Donen, Gene Kelly
10Inception201084%78Christopher Nolan
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-reflow-styling/index.html b/js/libs/jquery.mobile/demos/table-reflow-styling/index.html new file mode 100644 index 0000000..a462d8d --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-reflow-styling/index.html @@ -0,0 +1,635 @@ + + + + + + Table Reflow: Custom styles - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table Reflow: Custom styles

+ +

Custom styles for the reflow table at stacked widths.

+ +

Top Movies

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviewsDirector
1Citizen Kane1941100%74Orson Welles
2Casablanca194297%64Michael Curtiz
3The Godfather197297%87Francis Ford Coppola
4Gone with the Wind193996%87Victor Fleming
5Lawrence of Arabia196294%87Sir David Lean
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74Stanley Kubrick
7The Graduate196791%122Mike Nichols
8The Wizard of Oz193990%72Victor Fleming
9Singin' in the Rain195289%85Stanley Donen, Gene Kelly
10Inception201084%78Christopher Nolan
+ +
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/table-reflow/index.html b/js/libs/jquery.mobile/demos/table-reflow/index.html new file mode 100644 index 0000000..e651957 --- /dev/null +++ b/js/libs/jquery.mobile/demos/table-reflow/index.html @@ -0,0 +1,664 @@ + + + + + + Table: Reflow - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Table: Reflow

+ +

The reflow table mode works by collapsing the table columns into a stacked presentation that looks like blocks of label/data pairs for each row. +

+ +

Reflow basics

+

The reflow responsive table only requires a table with a data-role="table" on the table element. There is no need to set the data-mode attribute since reflow is the default. Be sure to include thead and tbody elements in your table. This example also uses the preset responsive breakpoint, applied via the ui-responsive class.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
RankMovie TitleYearRatingReviews
1Citizen Kane1941100%74
2Casablanca194297%64
3The Godfather197297%87
4Gone with the Wind193996%87
5Lawrence of Arabia196294%87
6Dr. Strangelove Or How I Learned to Stop Worrying and Love the Bomb196492%74
7The Graduate196791%122
8The Wizard of Oz193990%72
9Singin' in the Rain195289%85
10Inception201084%78
+
+ +

Making the table responsive

+ +

By default, a table with reflow mode will display the stacked presentation style on all screen widths. The styles to make the table responsive are added by applying a media query with rules to switch to the tabular style presentation above a specific screen width.

+

This is done by wrapping a few simple CSS rules in and a media query that only applies the rules above a certain width breakpoint. The styles make the table header rows visible, display the cells in a tabular format, and hide the generated label elements within each. Here is an example media query that swaps the presentation at 40em (640 pixels):

+ +

+@media ( min-width: 40em ) {
+	/* Show the table header rows and set all cells to display: table-cell */
+	.my-custom-breakpoint td,
+	.my-custom-breakpoint th,
+	.my-custom-breakpoint tbody th,
+	.my-custom-breakpoint tbody td,
+	.my-custom-breakpoint thead td,
+	.my-custom-breakpoint thead th {
+		display: table-cell;
+		margin: 0;
+	}
+	/* Hide the labels in each cell */
+	.my-custom-breakpoint td .ui-table-cell-label,
+	.my-custom-breakpoint th .ui-table-cell-label {
+		display: none;
+	}
+}
+
+ +

It's best to use a class on the table to apply the breakpoint. Add these rules to your custom stylesheet that is included in the head of the page. We recommend creating a set of custom breakpoint classes that can be used to apply standard table breakpoints in your project.

+ +

Choosing a breakpoint

+ +

The goal is to determine the minimum width at which the entire table will fit comfortably within the screen. Find this width by populating a table with realistic sample data, then adjust the browser window until the table completely fits and has a bit of extra space to account for rendering differences across devices. This is the natural place to set the breakpoint that switches between the stacked and tabular presentation modes. The breakpoint width is highly dependent on the number of columns in the table and content within each cell.

+ +

Applying a preset breakpoint

+ +

Even though we strongly encourage you to write custom breakpoints yourself, the framework includes a single pre-configured breakpoint that targets the stacked style to smaller phones and swaps to a tabular prsentation on larger phones, tablet and desktop devices. To use this preset breakpoint, add the ui-responsive class to the table to convert from the stacked presentation to a tabular presentation at 560px (35em). If this breakpoint doesn't work for your content, we encourage you to write a custom breakpoint as descibed above.

+ +

+<table data-role="table" class="ui-responsive">
+
+ +

Grouped column headers

+ +

It's fairly common to need to logically group multiple columns together under a heading group for financial or scientific data. The framework can support the most simple version of this by allowing for two rows of table headers (TH), with the first row containing simple colspan attributes to group the columns below. In this configuration, the framework will add a class to the label of the first cell in each group to allow you to style these differently and provide additional visual hierarchy.

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
ParisAverage Temperatures (C)Average Rainfall
MonthMinimum TempMaximum TempPrecipitaion (mm)Rainfall Days
Jaunuary3817.810
February2921.79
March41324.210
April61524.611
May102026.210
June132325.19
July152521.77
August152521.47
September112115.68
October91725.311
November51122.412
December3826.612
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/tabs/ajax-content.html b/js/libs/jquery.mobile/demos/tabs/ajax-content.html new file mode 100644 index 0000000..b763c08 --- /dev/null +++ b/js/libs/jquery.mobile/demos/tabs/ajax-content.html @@ -0,0 +1 @@ +
I am ajax tab content i was pulled in from ajax-content.html
diff --git a/js/libs/jquery.mobile/demos/tabs/index.html b/js/libs/jquery.mobile/demos/tabs/index.html new file mode 100644 index 0000000..d32ede2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/tabs/index.html @@ -0,0 +1,487 @@ + + + + + + Tabs - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Tabs

+ +

The jQuery mobile tabs widget is actually just an extension of the jQuery ui tabs widget and takes all the same options and methods

+

+

Use navbar for tabs

+
+
+
+ +
+
+

First tab contents

+
+
+ +
+
+
+
+

Use inset listview for tabs

+
+ +
+

First tab contents

+
+ + + +
+
+

Tabbed page content

+

You can also use tabs to swap out an enitre pages content Tabbed Content Pages

+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/tabs/tabbed-content.html b/js/libs/jquery.mobile/demos/tabs/tabbed-content.html new file mode 100644 index 0000000..53baa73 --- /dev/null +++ b/js/libs/jquery.mobile/demos/tabs/tabbed-content.html @@ -0,0 +1,48 @@ + + + + + + Navbar - jQuery Mobile Demos + + + + + + + + + +
+
+
+
+ +
+ +
+

First tab contents

+
+
+ +
+
+ + +
+
+ + diff --git a/js/libs/jquery.mobile/demos/textinput/index.html b/js/libs/jquery.mobile/demos/textinput/index.html new file mode 100644 index 0000000..0e3b6bd --- /dev/null +++ b/js/libs/jquery.mobile/demos/textinput/index.html @@ -0,0 +1,781 @@ + + + + + + Textinput - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Text inputs

+ +

Text inputs and textareas are coded with standard HTML elements, then enhanced by jQuery Mobile to make them more attractive and useable on a mobile device. +

+ +

Text

+ +
+
+ + + + + +
+
+ +

Search

+ +
+
+ + +
+
+ +

Textarea

+ +
+
+ + +
+
+ +

Number

+ +
+
+ + + + + + + + + + + +
+
+ +

Date

+ +
+
+ + + + + +
+
+ +

Month

+ +
+
+ + + + + +
+
+ +

Week

+ +
+
+ + + + + +
+
+ +

Time

+ +
+
+ + + + + +
+
+ +

Datetime

+ +
+
+ + + + + + + + + + + +
+
+ +

Telephone

+ +
+
+ + + + + +
+
+ +

Email

+ +
+
+ + + + + +
+
+ +

URL

+ +
+
+ + + + + +
+
+ +

Password

+ +
+
+ + + + + +
+
+ +

Color

+ +
+
+ + +
+
+ +
+
+ + + +
+
+ +

File

+ +
+
+ + + + + +
+
+ +

Mini

+ +
+
+ + + + + + + + + + + +
+
+ +

Placeholder

+ +
+
+ + + + + + + + + + + +
+
+ +

Value/Text

+ +
+
+ + + + + + + + + + + +
+
+ +

Label hidden

+ +
+
+ + + + + + + + + + + +
+
+ +

Disabled

+ +
+
+ + + + + + + + + + + +
+
+ +

Enhanced

+ +
+
+ +
+ + Clear text +
+ + + + + + +
+
+ +

Fieldcontain

+ +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+
+ +

Fieldcontain, mini sized

+ +
+
+
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/theme-classic/images/ajax-loader.gif b/js/libs/jquery.mobile/demos/theme-classic/images/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..57f5624e7bce9ace2e91c342025a91eae38fbbf2 GIT binary patch literal 6242 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 DX3o&U literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/demos/theme-classic/index.html b/js/libs/jquery.mobile/demos/theme-classic/index.html new file mode 100644 index 0000000..0475e5a --- /dev/null +++ b/js/libs/jquery.mobile/demos/theme-classic/index.html @@ -0,0 +1,395 @@ + + + + + + Classic theme - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

Classic theme

+ Back + Button + +
+ +
+ +

This "classic" theme mimics the old jQuery Mobile default theme. IMPORTANT: This classic theme is only a demo and not a supported feature. Issues or ThemeRoller incompatibility might not be fixed, this theme is not available on the CDN, and this demo can be removed at any time.

+ +

Open the classic theme CSS file in a new tab

+ +
+
+
+ Theme: + + + + + + + + + + +
+
+
+
+ Navbars: + + + + +
+
+
+
+ Shadow:
Off: set the widget option shadow to false (data-shadow="false")
+ + + + +
+
+
+
+ Icon shadow:
On: add class ui-shadow-icon to the button or its container
+ + + + +
+
+
+
+ Gradient:
Off: remove background-image rules from classic theme CSS
+ + + + +
+
+
+
+ Highlight:
Off: remove .ui-btn:before rule from classic theme CSS
+ + + + +
+
+
+ +
+

I am a div with classes ui-body, ui-body-a and ui-corner-all.

+

I am a link

+

Panels

+ Reveal + Overlay + Push +
+ +
+

I am a div with classes ui-bar, ui-bar-a and ui-corner-all. I am a link

+
+ + We + + + +
    +
  • I
  • +
  • Divider3
  • +
  • am
  • +
  • static6
  • +
+ + + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ Checkbox: + + + + + + +
+
+
+
+ Radio: + + + + + + +
+
+
+
+ Controlgroup: + + + Three +
+
+
+ + +
+
+ + +
+
+ + Active button + +

Form inside static list:

+ +
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+
+ +
+

ui-bar-a

+
+ + +
+
+ + +
+
+ + +
+
+ +
+

Heading

+

I'm the collapsible content with a themed content block set to "a".

+
+ +
+
+

Section 1

+

I'm the collapsible content for section 1

+
+
+

Section 2

+

I'm the collapsible content for section 2

+
+
+

Section 3

+

I'm the collapsible content for section 3

+
+
+ +
+ +
+ +

Footer

+
+ +
+ +

+ +
+ +
+ +

+ +
+ +
+ +

+ +
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/theme-classic/theme-classic.css b/js/libs/jquery.mobile/demos/theme-classic/theme-classic.css new file mode 100644 index 0000000..1775535 --- /dev/null +++ b/js/libs/jquery.mobile/demos/theme-classic/theme-classic.css @@ -0,0 +1,1359 @@ +/* +This "classic" theme mimics the old jQuery Mobile default theme. IMPORTANT: This classic theme is only a demo and not a supported feature. Issues or ThemeRoller incompatibility might not be fixed, this theme is not available on the CDN, and this demo can be removed at any time. +*/ + +/* Globals */ + +/* Font +-----------------------------------------------------------------------------------------------------------*/ + +html { + font-size: 100%; +} +body, +input, +select, +textarea, +button, +.ui-btn { + font-size: 1em; + line-height: 1.3; + font-family: sans-serif /*{global-font-family}*/; +} +legend, +.ui-input-text input, +.ui-input-search input { + color: inherit; + text-shadow: inherit; +} +/* Form labels (overrides font-weight bold in bars, and mini font-size) */ +.ui-mobile label, +div.ui-controlgroup-label { + font-weight: normal; + font-size: 16px; +} + +/* Separators +-----------------------------------------------------------------------------------------------------------*/ +/* Field contain separator (< 28em) */ +.ui-field-contain { + border-bottom-color: #828282; + border-bottom-color: rgba(0,0,0,.15); + border-bottom-width: 1px; + border-bottom-style: solid; +} + +/* Table opt-in classes: strokes between each row, and alternating row stripes */ +/* Classes table-stroke and table-stripe are deprecated in 1.4. */ +.table-stroke thead th, +.table-stripe thead th, +.table-stripe tbody tr:last-child { + border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */ + border-bottom: 1px solid rgba(0,0,0,.1); +} +.table-stroke tbody th, +.table-stroke tbody td { + border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */ + border-bottom: 1px solid rgba(0,0,0,.05); +} +.table-stripe.table-stroke tbody tr:last-child th, +.table-stripe.table-stroke tbody tr:last-child td { + border-bottom: 0; +} +.table-stripe tbody tr:nth-child(odd) td, +.table-stripe tbody tr:nth-child(odd) th { + background-color: #eeeeee; /* non-RGBA fallback */ + background-color: rgba(0,0,0,.04); +} + +/* Buttons +-----------------------------------------------------------------------------------------------------------*/ + +.ui-btn, +label.ui-btn { + font-weight: bold; + border-width: 1px; + border-style: solid; +} +.ui-btn:link { + text-decoration: none !important; +} +.ui-btn-active { + cursor: pointer; +} + +/* Corner rounding +-----------------------------------------------------------------------------------------------------------*/ +/* Class ui-btn-corner-all deprecated in 1.4 */ + +.ui-corner-all { + /* Note: change this radius to .6em if you want the old, more rounded, corner style. */ + -webkit-border-radius: .3125em /*{global-radii-blocks}*/; + border-radius: .3125em /*{global-radii-blocks}*/; +} +/* Buttons */ +.ui-btn-corner-all, +.ui-btn.ui-corner-all, +/* Slider track */ +.ui-slider-track.ui-corner-all, +/* Flipswitch */ +.ui-flipswitch.ui-corner-all, +/* Count bubble */ +.ui-li-count { + /* Note: change this radius to 1em if you want the old, more rounded, button corner style. */ + -webkit-border-radius: .3125em /*{global-radii-buttons}*/; + border-radius: .3125em /*{global-radii-buttons}*/; +} +/* Icon-only buttons */ +.ui-btn-icon-notext.ui-btn-corner-all, +.ui-btn-icon-notext.ui-corner-all { + -webkit-border-radius: 1em; + border-radius: 1em; +} +/* Radius clip workaround for cleaning up corner trapping */ +.ui-btn-corner-all, +.ui-corner-all { + -webkit-background-clip: padding; + background-clip: padding-box; +} +/* Popup arrow */ +.ui-popup.ui-corner-all > .ui-popup-arrow-guide { + left: .6em /*{global-radii-blocks}*/; + right: .6em /*{global-radii-blocks}*/; + top: .6em /*{global-radii-blocks}*/; + bottom: .6em /*{global-radii-blocks}*/; +} + +/* Shadow +-----------------------------------------------------------------------------------------------------------*/ + +.ui-shadow { + -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; + -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; + box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; +} +.ui-shadow-inset { + -webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + -moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; +} +.ui-overlay-shadow { + -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6); + -moz-box-shadow: 0 0 12px rgba(0,0,0,.6); + box-shadow: 0 0 12px rgba(0,0,0,.6); +} + +/* Icons +-----------------------------------------------------------------------------------------------------------*/ + +.ui-btn-icon-left:after, +.ui-btn-icon-right:after, +.ui-btn-icon-top:after, +.ui-btn-icon-bottom:after, +.ui-btn-icon-notext:after, +html .ui-btn.ui-checkbox-off:after, +html .ui-btn.ui-radio-off:after { + background-color: #666 /*{global-icon-color}*/; + background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/; + background-position: center center; + background-repeat: no-repeat; + -webkit-border-radius: 1em; + border-radius: 1em; +} + +/* Alt icons */ +.ui-alt-icon.ui-btn:after, +.ui-alt-icon .ui-btn:after, +html .ui-alt-icon.ui-checkbox-off:after, +html .ui-alt-icon.ui-radio-off:after, +html .ui-alt-icon .ui-checkbox-off:after, +html .ui-alt-icon .ui-radio-off:after { + background-color: #666 /*{global-icon-color}*/; + background-color: rgba(0,0,0,.15); +} + +/* No disc */ +.ui-nodisc-icon.ui-btn:after, +.ui-nodisc-icon .ui-btn:after { + background-color: transparent; +} + +/* Icon shadow */ +.ui-shadow-icon.ui-btn:after, +.ui-shadow-icon .ui-btn:after { + -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; + -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; + box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; +} + +/* Checkbox and radio */ +html .ui-btn.ui-checkbox-off:after, +html .ui-btn.ui-checkbox-on:after, +html .ui-btn.ui-radio-off:after, +html .ui-btn.ui-radio-on:after { + display: block; + width: 18px; + height: 18px; + margin: -9px 2px 0 2px; +} +.ui-btn.ui-checkbox-off:after, +.ui-btn.ui-radio-off:after { + background-image: none; + filter: Alpha(Opacity=30); + opacity: .3; +} +html .ui-btn.ui-checkbox-off:after, +html .ui-btn.ui-checkbox-on:after { + -webkit-border-radius: .1875em; + border-radius: .1875em; +} +.ui-radio .ui-btn.ui-radio-on:after { + background-image: none; + background-color: #fff; + width: 8px; + height: 8px; + border-width: 5px; + border-style: solid; +} +.ui-alt-icon.ui-btn.ui-radio-on:after, +.ui-alt-icon .ui-btn.ui-radio-on:after { + background-color: #000; +} + +/* Loader */ +.ui-icon-loading { + background: url("images/ajax-loader.gif"); + background-size: 2.875em 2.875em; +} + +/* Swatches */ + +/* A +-----------------------------------------------------------------------------------------------------------*/ + +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-a, +.ui-page-theme-a .ui-bar-inherit, +html .ui-bar-a .ui-bar-inherit, +html .ui-body-a .ui-bar-inherit, +html body .ui-group-theme-a .ui-bar-inherit { + background: #111 /*{a-bar-background-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}*/); + border-color: #333 /*{a-bar-border}*/; + color: #fff /*{a-bar-color}*/; + text-shadow: 0 /*{a-bar-shadow-x}*/ -1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #000 /*{a-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-a { + border-width: 1px; + border-style: solid; +} + +/* Page and overlay */ +.ui-overlay-a, +.ui-page-theme-a, +.ui-page-theme-a .ui-panel-wrapper { + background: #222 /*{a-page-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #444 /*{a-page-background-start}*/), to( #222 /*{a-page-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #444 /*{a-page-background-start}*/, #222 /*{a-page-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #444 /*{a-page-background-start}*/, #222 /*{a-page-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #444 /*{a-page-background-start}*/, #222 /*{a-page-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #444 /*{a-page-background-start}*/, #222 /*{a-page-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #444 /*{a-page-background-start}*/, #222 /*{a-page-background-end}*/); + border-color: #444 /*{a-page-border}*/; + color: #fff /*{a-page-color}*/; + text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #111 /*{a-page-shadow-color}*/; +} + +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-a, +.ui-page-theme-a .ui-body-inherit, +html .ui-bar-a .ui-body-inherit, +html .ui-body-a .ui-body-inherit, +html body .ui-group-theme-a .ui-body-inherit, +html .ui-panel-page-container-a { + background: #222 /*{a-body-background-color}*/; + 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}*/); + border-color: #444 /*{a-body-border}*/; + 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}*/; +} +.ui-body-a { + border-width: 1px; + border-style: solid; +} + +/* Links */ +.ui-page-theme-a a, +html .ui-bar-a a, +html .ui-body-a a, +html body .ui-group-theme-a a { + color: #2489ce /*{a-link-color}*/; + font-weight: bold; +} +.ui-page-theme-a a:visited, +html .ui-bar-a a:visited, +html .ui-body-a a:visited, +html body .ui-group-theme-a a:visited { + color: #2489ce /*{a-link-visited}*/; +} +.ui-page-theme-a a:hover, +html .ui-bar-a a:hover, +html .ui-body-a a:hover, +html body .ui-group-theme-a a:hover { + color: #2489ce /*{a-link-hover}*/; +} +.ui-page-theme-a a:active, +html .ui-bar-a a:active, +html .ui-body-a a:active, +html body .ui-group-theme-a a:active { + color: #2489ce /*{a-link-active}*/; +} + +/* Button up */ +.ui-page-theme-a .ui-btn, +html .ui-bar-a .ui-btn, +html .ui-body-a .ui-btn, +html body .ui-group-theme-a .ui-btn, +html head + body .ui-btn.ui-btn-a, +/* Button visited */ +.ui-page-theme-a .ui-btn:visited, +html .ui-bar-a .ui-btn:visited, +html .ui-body-a .ui-btn:visited, +html body .ui-group-theme-a .ui-btn:visited, +html head + body .ui-btn.ui-btn-a:visited { + background: #333 /*{a-bup-background-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}*/); + border-color: #111 /*{a-bup-border}*/; + 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}*/; +} +/* Button hover */ +.ui-page-theme-a .ui-btn:hover, +html .ui-bar-a .ui-btn:hover, +html .ui-body-a .ui-btn:hover, +html body .ui-group-theme-a .ui-btn:hover, +html head + body .ui-btn.ui-btn-a:hover { + background: #444 /*{a-bhover-background-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}*/); + border-color: #000 /*{a-bhover-border}*/; + 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}*/; +} +/* Button down */ +.ui-page-theme-a .ui-btn:active, +html .ui-bar-a .ui-btn:active, +html .ui-body-a .ui-btn:active, +html body .ui-group-theme-a .ui-btn:active, +html head + body .ui-btn.ui-btn-a:active { + background: #222 /*{a-bdown-background-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}*/); + border-color: #000 /*{a-bdown-border}*/; + 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}*/; +} + +/* Active button */ +.ui-page-theme-a .ui-btn.ui-btn-active, +html .ui-bar-a .ui-btn.ui-btn-active, +html .ui-body-a .ui-btn.ui-btn-active, +html body .ui-group-theme-a .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-a.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-a .ui-checkbox-on:after, +html .ui-bar-a .ui-checkbox-on:after, +html .ui-body-a .ui-checkbox-on:after, +html body .ui-group-theme-a .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-a:after, +/* Active flipswitch background */ +.ui-page-theme-a .ui-flipswitch-active, +html .ui-bar-a .ui-flipswitch-active, +html .ui-body-a .ui-flipswitch-active, +html body .ui-group-theme-a .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-a .ui-slider-track .ui-btn-active, +html .ui-bar-a .ui-slider-track .ui-btn-active, +html .ui-body-a .ui-slider-track .ui-btn-active, +html body .ui-group-theme-a .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-a .ui-btn-active { + background-color: #5393c5 /*{a-active-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{a-active-background-start}*/), to( #6facd5 /*{a-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #5393c5 /*{a-active-background-start}*/, #6facd5 /*{a-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #5393c5 /*{a-active-background-start}*/, #6facd5 /*{a-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #5393c5 /*{a-active-background-start}*/, #6facd5 /*{a-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #5393c5 /*{a-active-background-start}*/, #6facd5 /*{a-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #5393c5 /*{a-active-background-start}*/, #6facd5 /*{a-active-background-end}*/); + border-color: #2373a5 /*{a-active-border}*/; + color: #fff /*{a-active-color}*/; + text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #3373a5 /*{a-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-a .ui-radio-on:after, +html .ui-bar-a .ui-radio-on:after, +html .ui-body-a .ui-radio-on:after, +html body .ui-group-theme-a .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-a:after { + border-color: #5393c5 /*{a-active-background-color}*/; +} + +/* Focus */ +.ui-page-theme-a .ui-btn:focus, +html .ui-bar-a .ui-btn:focus, +html .ui-body-a .ui-btn:focus, +html body .ui-group-theme-a .ui-btn:focus, +html head + body .ui-btn.ui-btn-a:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-a .ui-focus, +html .ui-bar-a .ui-focus, +html .ui-body-a .ui-focus, +html body .ui-group-theme-a .ui-focus, +html head + body .ui-btn-a.ui-focus, +html head + body .ui-body-a.ui-focus { + -webkit-box-shadow: 0 0 12px #387bbe /*{a-active-background-color}*/; + -moz-box-shadow: 0 0 12px #387bbe /*{a-active-background-color}*/; + box-shadow: 0 0 12px #387bbe /*{a-active-background-color}*/; +} + +/* B +-----------------------------------------------------------------------------------------------------------*/ + +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-b, +.ui-page-theme-b .ui-bar-inherit, +html .ui-bar-b .ui-bar-inherit, +html .ui-body-b .ui-bar-inherit, +html body .ui-group-theme-b .ui-bar-inherit { + background: #5e87b0 /*{b-bar-background-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}*/); + border-color: #456f9a /*{b-bar-border}*/; + color: #fff /*{b-bar-color}*/; + text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #3e6790 /*{b-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-b { + border-width: 1px; + border-style: solid; +} + +/* Page and overlay */ +.ui-overlay-b, +.ui-page-theme-b, +.ui-page-theme-b .ui-panel-wrapper { + background: #f3f3f3 /*{b-page-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #ddd /*{b-page-background-start}*/), to( #ccc /*{b-page-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #ddd /*{b-page-background-start}*/, #ccc /*{b-page-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #ddd /*{b-page-background-start}*/, #ccc /*{b-page-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #ddd /*{b-page-background-start}*/, #ccc /*{b-page-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #ddd /*{b-page-background-start}*/, #ccc /*{b-page-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #ddd /*{b-page-background-start}*/, #ccc /*{b-page-background-end}*/); + border-color: #999 /*{b-page-border}*/; + color: #222 /*{b-page-color}*/; + text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #fff /*{b-page-shadow-color}*/; +} + +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-b, +.ui-page-theme-b .ui-body-inherit, +html .ui-bar-b .ui-body-inherit, +html .ui-body-b .ui-body-inherit, +html body .ui-group-theme-b .ui-body-inherit, +html .ui-panel-page-container-b { + background: #f3f3f3 /*{b-body-background-color}*/; + 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}*/); + border-color: #999 /*{b-body-border}*/; + 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}*/; +} +.ui-body-b { + border-width: 1px; + border-style: solid; +} + +/* Links */ +.ui-page-theme-b a, +html .ui-bar-b a, +html .ui-body-b a, +html body .ui-group-theme-b a { + color: #2489ce /*{b-link-color}*/; + font-weight: bold; +} +.ui-page-theme-b a:visited, +html .ui-bar-b a:visited, +html .ui-body-b a:visited, +html body .ui-group-theme-b a:visited { + color: #2489ce /*{b-link-visited}*/; +} +.ui-page-theme-b a:hover, +html .ui-bar-b a:hover, +html .ui-body-b a:hover, +html body .ui-group-theme-b a:hover { + color: #2489ce /*{b-link-hover}*/; +} +.ui-page-theme-b a:active, +html .ui-bar-b a:active, +html .ui-body-b a:active, +html body .ui-group-theme-b a:active { + color: #2489ce /*{b-link-active}*/; +} + +/* Button up */ +.ui-page-theme-b .ui-btn, +html .ui-bar-b .ui-btn, +html .ui-body-b .ui-btn, +html body .ui-group-theme-b .ui-btn, +html head + body .ui-btn.ui-btn-b, +/* Button visited */ +.ui-page-theme-b .ui-btn:visited, +html .ui-bar-b .ui-btn:visited, +html .ui-body-b .ui-btn:visited, +html body .ui-group-theme-b .ui-btn:visited, +html head + body .ui-btn.ui-btn-b:visited { + background: #396b9e /*{b-bup-background-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}*/); + border-color: #044062 /*{b-bup-border}*/; + 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}*/; +} +/* Button hover */ +.ui-page-theme-b .ui-btn:hover, +html .ui-bar-b .ui-btn:hover, +html .ui-body-b .ui-btn:hover, +html body .ui-group-theme-b .ui-btn:hover, +html head + body .ui-btn.ui-btn-b:hover { + background: #4b88b6 /*{b-bhover-background-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}*/); + border-color: #00415e /*{b-bhover-border}*/; + 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}*/; +} +/* Button down */ +.ui-page-theme-b .ui-btn:active, +html .ui-bar-b .ui-btn:active, +html .ui-body-b .ui-btn:active, +html body .ui-group-theme-b .ui-btn:active, +html head + body .ui-btn.ui-btn-b:active { + background: #4e89c5 /*{b-bdown-background-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}*/); + border-color: #225377 /*{b-bdown-border}*/; + 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}*/; +} + +/* Active button */ +.ui-page-theme-b .ui-btn.ui-btn-active, +html .ui-bar-b .ui-btn.ui-btn-active, +html .ui-body-b .ui-btn.ui-btn-active, +html body .ui-group-theme-b .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-b.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-b .ui-checkbox-on:after, +html .ui-bar-b .ui-checkbox-on:after, +html .ui-body-b .ui-checkbox-on:after, +html body .ui-group-theme-b .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-b:after, +/* Active flipswitch background */ +.ui-page-theme-b .ui-flipswitch-active, +html .ui-bar-b .ui-flipswitch-active, +html .ui-body-b .ui-flipswitch-active, +html body .ui-group-theme-b .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-b .ui-slider-track .ui-btn-active, +html .ui-bar-b .ui-slider-track .ui-btn-active, +html .ui-body-b .ui-slider-track .ui-btn-active, +html body .ui-group-theme-b .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-b .ui-btn-active { + background-color: #5393c5 /*{b-active-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{b-active-background-start}*/), to( #6facd5 /*{b-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #5393c5 /*{b-active-background-start}*/, #6facd5 /*{b-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #5393c5 /*{b-active-background-start}*/, #6facd5 /*{b-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #5393c5 /*{b-active-background-start}*/, #6facd5 /*{b-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #5393c5 /*{b-active-background-start}*/, #6facd5 /*{b-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #5393c5 /*{b-active-background-start}*/, #6facd5 /*{b-active-background-end}*/); + border-color: #2373a5 /*{b-active-border}*/; + color: #fff /*{b-active-color}*/; + text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #3373a5 /*{b-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-b .ui-radio-on:after, +html .ui-bar-b .ui-radio-on:after, +html .ui-body-b .ui-radio-on:after, +html body .ui-group-theme-b .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-b:after { + border-color: #5393c5 /*{b-active-background-color}*/; +} + +/* Focus */ +.ui-page-theme-b .ui-btn:focus, +html .ui-bar-b .ui-btn:focus, +html .ui-body-b .ui-btn:focus, +html body .ui-group-theme-b .ui-btn:focus, +html head + body .ui-btn.ui-btn-b:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-b .ui-focus, +html .ui-bar-b .ui-focus, +html .ui-body-b .ui-focus, +html body .ui-group-theme-b .ui-focus, +html head + body .ui-btn-b.ui-focus, +html head + body .ui-body-b.ui-focus { + -webkit-box-shadow: 0 0 12px #387bbe /*{b-active-background-color}*/; + -moz-box-shadow: 0 0 12px #387bbe /*{b-active-background-color}*/; + box-shadow: 0 0 12px #387bbe /*{b-active-background-color}*/; +} + +/* C +-----------------------------------------------------------------------------------------------------------*/ + +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-c, +.ui-page-theme-c .ui-bar-inherit, +html .ui-bar-c .ui-bar-inherit, +html .ui-body-c .ui-bar-inherit, +html body .ui-group-theme-c .ui-bar-inherit { + background: #eee /*{c-bar-background-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}*/); + border-color: #b3b3b3 /*{c-bar-border}*/; + color: #3e3e3e /*{c-bar-color}*/; + text-shadow: 0 /*{c-bar-shadow-x}*/ 1px /*{c-bar-shadow-y}*/ 0 /*{c-bar-shadow-radius}*/ #fff /*{c-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-c { + border-width: 1px; + border-style: solid; +} + +/* Page and overlay */ +.ui-overlay-c, +.ui-page-theme-c, +.ui-page-theme-c .ui-panel-wrapper { + background: #f9f9f9 /*{c-page-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #f9f9f9 /*{c-page-background-start}*/), to( #eee /*{c-page-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #f9f9f9 /*{c-page-background-start}*/, #eee /*{c-page-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #f9f9f9 /*{c-page-background-start}*/, #eee /*{c-page-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #f9f9f9 /*{c-page-background-start}*/, #eee /*{c-page-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #f9f9f9 /*{c-page-background-start}*/, #eee /*{c-page-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #f9f9f9 /*{c-page-background-start}*/, #eee /*{c-page-background-end}*/); + border-color: #aaa /*{c-page-border}*/; + color: #333 /*{c-page-color}*/; + text-shadow: 0 /*{c-page-shadow-x}*/ 1px /*{c-page-shadow-y}*/ 0 /*{c-page-shadow-radius}*/ #fff /*{c-page-shadow-color}*/; +} + +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-c, +.ui-page-theme-c .ui-body-inherit, +html .ui-bar-c .ui-body-inherit, +html .ui-body-c .ui-body-inherit, +html body .ui-group-theme-c .ui-body-inherit, +html .ui-panel-page-container-c { + 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}*/); + border-color: #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}*/; +} +.ui-body-c { + border-width: 1px; + border-style: solid; +} + +/* Links */ +.ui-page-theme-c a, +html .ui-bar-c a, +html .ui-body-c a, +html body .ui-group-theme-c a { + color: #2489ce /*{c-link-color}*/; + font-weight: bold; +} +.ui-page-theme-c a:visited, +html .ui-bar-c a:visited, +html .ui-body-c a:visited, +html body .ui-group-theme-c a:visited { + color: #2489ce /*{c-link-visited}*/; +} +.ui-page-theme-c a:hover, +html .ui-bar-c a:hover, +html .ui-body-c a:hover, +html body .ui-group-theme-c a:hover { + color: #2489ce /*{c-link-hover}*/; +} +.ui-page-theme-c a:active, +html .ui-bar-c a:active, +html .ui-body-c a:active, +html body .ui-group-theme-c a:active { + color: #2489ce /*{c-link-active}*/; +} + +/* Button up */ +.ui-page-theme-c .ui-btn, +html .ui-bar-c .ui-btn, +html .ui-body-c .ui-btn, +html body .ui-group-theme-c .ui-btn, +html head + body .ui-btn.ui-btn-c, +/* Button visited */ +.ui-page-theme-c .ui-btn:visited, +html .ui-bar-c .ui-btn:visited, +html .ui-body-c .ui-btn:visited, +html body .ui-group-theme-c .ui-btn:visited, +html head + body .ui-btn.ui-btn-c:visited { + background: #eee /*{c-bup-background-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}*/); + border-color: #ccc /*{c-bup-border}*/; + 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}*/; +} +/* Button hover */ +.ui-page-theme-c .ui-btn:hover, +html .ui-bar-c .ui-btn:hover, +html .ui-body-c .ui-btn:hover, +html body .ui-group-theme-c .ui-btn:hover, +html head + body .ui-btn.ui-btn-c:hover { + background: #dfdfdf /*{c-bhover-background-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}*/); + border-color: #bbb /*{c-bhover-border}*/; + 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}*/; +} +/* Button down */ +.ui-page-theme-c .ui-btn:active, +html .ui-bar-c .ui-btn:active, +html .ui-body-c .ui-btn:active, +html body .ui-group-theme-c .ui-btn:active, +html head + body .ui-btn.ui-btn-c:active { + background: #d6d6d6 /*{c-bdown-background-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}*/); + border-color: #bbb /*{c-bdown-border}*/; + 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}*/; +} + +/* Active button */ +.ui-page-theme-c .ui-btn.ui-btn-active, +html .ui-bar-c .ui-btn.ui-btn-active, +html .ui-body-c .ui-btn.ui-btn-active, +html body .ui-group-theme-c .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-c.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-c .ui-checkbox-on:after, +html .ui-bar-c .ui-checkbox-on:after, +html .ui-body-c .ui-checkbox-on:after, +html body .ui-group-theme-c .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-c:after, +/* Active flipswitch background */ +.ui-page-theme-c .ui-flipswitch-active, +html .ui-bar-c .ui-flipswitch-active, +html .ui-body-c .ui-flipswitch-active, +html body .ui-group-theme-c .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-c.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-c .ui-slider-track .ui-btn-active, +html .ui-bar-c .ui-slider-track .ui-btn-active, +html .ui-body-c .ui-slider-track .ui-btn-active, +html body .ui-group-theme-c .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-c .ui-btn-active { + background-color: #5393c5 /*{c-active-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{c-active-background-start}*/), to( #6facd5 /*{c-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #5393c5 /*{c-active-background-start}*/, #6facd5 /*{c-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #5393c5 /*{c-active-background-start}*/, #6facd5 /*{c-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #5393c5 /*{c-active-background-start}*/, #6facd5 /*{c-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #5393c5 /*{c-active-background-start}*/, #6facd5 /*{c-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #5393c5 /*{c-active-background-start}*/, #6facd5 /*{c-active-background-end}*/); + border-color: #2373a5 /*{c-active-border}*/; + color: #fff /*{c-active-color}*/; + text-shadow: 0 /*{c-active-shadow-x}*/ 1px /*{c-active-shadow-y}*/ 0 /*{c-active-shadow-radius}*/ #3373a5 /*{c-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-c .ui-radio-on:after, +html .ui-bar-c .ui-radio-on:after, +html .ui-body-c .ui-radio-on:after, +html body .ui-group-theme-c .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-c:after { + border-color: #5393c5 /*{c-active-background-color}*/; +} + +/* Focus */ +.ui-page-theme-c .ui-btn:focus, +html .ui-bar-c .ui-btn:focus, +html .ui-body-c .ui-btn:focus, +html body .ui-group-theme-c .ui-btn:focus, +html head + body .ui-btn.ui-btn-c:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-c .ui-focus, +html .ui-bar-c .ui-focus, +html .ui-body-c .ui-focus, +html body .ui-group-theme-c .ui-focus, +html head + body .ui-btn-c.ui-focus, +html head + body .ui-body-c.ui-focus { + -webkit-box-shadow: 0 0 12px #387bbe /*{c-active-background-color}*/; + -moz-box-shadow: 0 0 12px #387bbe /*{c-active-background-color}*/; + box-shadow: 0 0 12px #387bbe /*{c-active-background-color}*/; +} + +/* D +-----------------------------------------------------------------------------------------------------------*/ + +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-d, +.ui-page-theme-d .ui-bar-inherit, +html .ui-bar-d .ui-bar-inherit, +html .ui-body-d .ui-bar-inherit, +html body .ui-group-theme-d .ui-bar-inherit { + background: #bbb /*{d-bar-background-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}*/); + border-color: #bbb /*{d-bar-border}*/; + color: #333 /*{d-bar-color}*/; + text-shadow: 0 /*{d-bar-shadow-x}*/ 1px /*{d-bar-shadow-y}*/ 0 /*{d-bar-shadow-radius}*/ #eee /*{d-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-d { + border-width: 1px; + border-style: solid; +} + +/* Page and overlay */ +.ui-overlay-d, +.ui-page-theme-d, +.ui-page-theme-d .ui-panel-wrapper { + background: #fff /*{d-page-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #fff /*{d-page-background-start}*/), to( #fff /*{d-body-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #fff /*{d-page-background-start}*/, #fff /*{d-page-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #fff /*{d-page-background-start}*/, #fff /*{d-page-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #fff /*{d-page-background-start}*/, #fff /*{d-page-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #fff /*{d-page-background-start}*/, #fff /*{d-page-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #fff /*{d-page-background-start}*/, #fff /*{d-page-background-end}*/); + border-color: #bbb /*{d-page-border}*/; + color: #333 /*{d-page-color}*/; + text-shadow: 0 /*{d-page-shadow-x}*/ 1px /*{d-page-shadow-y}*/ 0 /*{d-page-shadow-radius}*/ #fff /*{d-page-shadow-color}*/; +} + +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-d, +.ui-page-theme-d .ui-body-inherit, +html .ui-bar-d .ui-body-inherit, +html .ui-body-d .ui-body-inherit, +html body .ui-group-theme-d .ui-body-inherit, +html .ui-panel-page-container-d { + 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}*/); + border-color: #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}*/; +} +.ui-body-d { + border-width: 1px; + border-style: solid; +} + +/* Links */ +.ui-page-theme-d a, +html .ui-bar-d a, +html .ui-body-d a, +html body .ui-group-theme-d a { + color: #2489ce /*{d-link-color}*/; + font-weight: bold; +} +.ui-page-theme-d a:visited, +html .ui-bar-d a:visited, +html .ui-body-d a:visited, +html body .ui-group-theme-d a:visited { + color: #2489ce /*{d-link-visited}*/; +} +.ui-page-theme-d a:hover, +html .ui-bar-d a:hover, +html .ui-body-d a:hover, +html body .ui-group-theme-d a:hover { + color: #2489ce /*{d-link-hover}*/; +} +.ui-page-theme-d a:active, +html .ui-bar-d a:active, +html .ui-body-d a:active, +html body .ui-group-theme-d a:active { + color: #2489ce /*{d-link-active}*/; +} + +/* Button up */ +.ui-page-theme-d .ui-btn, +html .ui-bar-d .ui-btn, +html .ui-body-d .ui-btn, +html body .ui-group-theme-d .ui-btn, +html head + body .ui-btn.ui-btn-d, +/* Button visited */ +.ui-page-theme-d .ui-btn:visited, +html .ui-bar-d .ui-btn:visited, +html .ui-body-d .ui-btn:visited, +html body .ui-group-theme-d .ui-btn:visited, +html head + body .ui-btn.ui-btn-d:visited { + background: #fff /*{d-bup-background-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}*/); + border-color: #bbb /*{d-bup-border}*/; + 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}*/; +} +/* Button hover */ +.ui-page-theme-d .ui-btn:hover, +html .ui-bar-d .ui-btn:hover, +html .ui-body-d .ui-btn:hover, +html body .ui-group-theme-d .ui-btn:hover, +html head + body .ui-btn.ui-btn-d:hover { + background: #eee /*{d-bhover-background-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}*/); + border-color: #aaa /*{d-bhover-border}*/; + color: #333 /*{d-bhover-color}*/; + text-shadow: 0 /*{d-bhover-shadow-x}*/ 1px /*{d-bhover-shadow-y}*/ 0 /*{d-bhover-shadow-radius}*/ #fff /*{d-bhover-shadow-color}*/; +} +/* Button down */ +.ui-page-theme-d .ui-btn:active, +html .ui-bar-d .ui-btn:active, +html .ui-body-d .ui-btn:active, +html body .ui-group-theme-d .ui-btn:active, +html head + body .ui-btn.ui-btn-d:active { + background: #eee /*{d-bdown-background-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}*/); + border-color: #aaa /*{d-bdown-border}*/; + 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}*/; +} + +/* Active button */ +.ui-page-theme-d .ui-btn.ui-btn-active, +html .ui-bar-d .ui-btn.ui-btn-active, +html .ui-body-d .ui-btn.ui-btn-active, +html body .ui-group-theme-d .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-d.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-d .ui-checkbox-on:after, +html .ui-bar-d .ui-checkbox-on:after, +html .ui-body-d .ui-checkbox-on:after, +html body .ui-group-theme-d .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-d:after, +/* Active flipswitch background */ +.ui-page-theme-d .ui-flipswitch-active, +html .ui-bar-d .ui-flipswitch-active, +html .ui-body-d .ui-flipswitch-active, +html body .ui-group-theme-d .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-d.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-d .ui-slider-track .ui-btn-active, +html .ui-bar-d .ui-slider-track .ui-btn-active, +html .ui-body-d .ui-slider-track .ui-btn-active, +html body .ui-group-theme-d .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-d .ui-btn-active { + background-color: #5393c5 /*{d-active-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{d-active-background-start}*/), to( #6facd5 /*{d-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #5393c5 /*{d-active-background-start}*/, #6facd5 /*{d-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #5393c5 /*{d-active-background-start}*/, #6facd5 /*{d-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #5393c5 /*{d-active-background-start}*/, #6facd5 /*{d-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #5393c5 /*{d-active-background-start}*/, #6facd5 /*{d-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #5393c5 /*{d-active-background-start}*/, #6facd5 /*{d-active-background-end}*/); + border-color: #2373a5 /*{d-active-border}*/; + color: #fff /*{d-active-color}*/; + text-shadow: 0 /*{d-active-shadow-x}*/ 1px /*{d-active-shadow-y}*/ 0 /*{d-active-shadow-radius}*/ #3373a5 /*{d-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-d .ui-radio-on:after, +html .ui-bar-d .ui-radio-on:after, +html .ui-body-d .ui-radio-on:after, +html body .ui-group-theme-d .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-d:after { + border-color: #5393c5 /*{d-active-background-color}*/; +} + +/* Focus */ +.ui-page-theme-d .ui-btn:focus, +html .ui-bar-d .ui-btn:focus, +html .ui-body-d .ui-btn:focus, +html body .ui-group-theme-d .ui-btn:focus, +html head + body .ui-btn.ui-btn-d:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-d .ui-focus, +html .ui-bar-d .ui-focus, +html .ui-body-d .ui-focus, +html body .ui-group-theme-d .ui-focus, +html head + body .ui-btn-d.ui-focus, +html head + body .ui-body-d.ui-focus { + -webkit-box-shadow: 0 0 12px #387bbe /*{d-active-background-color}*/; + -moz-box-shadow: 0 0 12px #387bbe /*{d-active-background-color}*/; + box-shadow: 0 0 12px #387bbe /*{d-active-background-color}*/; +} + +/* E +-----------------------------------------------------------------------------------------------------------*/ + +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-e, +.ui-page-theme-e .ui-bar-inherit, +html .ui-bar-e .ui-bar-inherit, +html .ui-body-e .ui-bar-inherit, +html body .ui-group-theme-e .ui-bar-inherit { + background: #fadb4e /*{e-bar-background-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}*/); + border-color: #f7c942 /*{e-bar-border}*/; + color: #333 /*{e-bar-color}*/; + text-shadow: 0 /*{e-bar-shadow-x}*/ 1px /*{e-bar-shadow-y}*/ 0 /*{e-bar-shadow-radius}*/ #fff /*{e-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-e { + border-width: 1px; + border-style: solid; +} + +/* Page and overlay */ +.ui-overlay-e, +.ui-page-theme-e, +.ui-page-theme-e .ui-panel-wrapper { + background: #fff9df /*{e-page-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #fffadf /*{e-page-background-start}*/), to( #fff3a5 /*{e-body-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #fffadf /*{e-page-background-start}*/, #fff3a5 /*{e-page-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #fffadf /*{e-page-background-start}*/, #fff3a5 /*{e-page-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #fffadf /*{e-page-background-start}*/, #fff3a5 /*{e-page-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #fffadf /*{e-page-background-start}*/, #fff3a5 /*{e-page-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #fffadf /*{e-page-background-start}*/, #fff3a5 /*{e-page-background-end}*/); + border-color: #f7c942 /*{e-page-border}*/; + color: #222 /*{e-page-color}*/; + text-shadow: 0 /*{e-page-shadow-x}*/ 1px /*{e-page-shadow-y}*/ 0 /*{e-page-shadow-radius}*/ #fff /*{e-page-shadow-color}*/; +} + +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-e, +.ui-page-theme-e .ui-body-inherit, +html .ui-bar-e .ui-body-inherit, +html .ui-body-e .ui-body-inherit, +html body .ui-group-theme-e .ui-body-inherit, +html .ui-panel-page-container-e { + 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}*/); + border-color: #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}*/; +} +.ui-body-e { + border-width: 1px; + border-style: solid; +} + +/* Links */ +.ui-page-theme-e a, +html .ui-bar-e a, +html .ui-body-e a, +html body .ui-group-theme-e a { + color: #2489ce /*{e-link-color}*/; + font-weight: bold; +} +.ui-page-theme-e a:visited, +html .ui-bar-e a:visited, +html .ui-body-e a:visited, +html body .ui-group-theme-e a:visited { + color: #2489ce /*{e-link-visited}*/; +} +.ui-page-theme-e a:hover, +html .ui-bar-e a:hover, +html .ui-body-e a:hover, +html body .ui-group-theme-e a:hover { + color: #2489ce /*{e-link-hover}*/; +} +.ui-page-theme-e a:active, +html .ui-bar-e a:active, +html .ui-body-e a:active, +html body .ui-group-theme-e a:active { + color: #2489ce /*{e-link-active}*/; +} + +/* Button up */ +.ui-page-theme-e .ui-btn, +html .ui-bar-e .ui-btn, +html .ui-body-e .ui-btn, +html body .ui-group-theme-e .ui-btn, +html head + body .ui-btn.ui-btn-e, +/* Button visited */ +.ui-page-theme-e .ui-btn:visited, +html .ui-bar-e .ui-btn:visited, +html .ui-body-e .ui-btn:visited, +html body .ui-group-theme-e .ui-btn:visited, +html head + body .ui-btn.ui-btn-e:visited { + background: #fadb4e /*{e-bup-background-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}*/); + border-color: #f4c63f /*{e-bup-border}*/; + 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}*/; +} +/* Button hover */ +.ui-page-theme-e .ui-btn:hover, +html .ui-bar-e .ui-btn:hover, +html .ui-body-e .ui-btn:hover, +html body .ui-group-theme-e .ui-btn:hover, +html head + body .ui-btn.ui-btn-e:hover { + background: #fbe26f /*{e-bhover-background-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}*/); + border-color: #f2c43d /*{e-bhover-border}*/; + 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}*/; +} +/* Button down */ +.ui-page-theme-e .ui-btn:active, +html .ui-bar-e .ui-btn:active, +html .ui-body-e .ui-btn:active, +html body .ui-group-theme-e .ui-btn:active, +html head + body .ui-btn.ui-btn-e:active { + background: #fceda7 /*{e-bdown-background-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}*/); + border-color: #f2c43d /*{e-bdown-border}*/; + 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}*/; +} + +/* Active button */ +.ui-page-theme-e .ui-btn.ui-btn-active, +html .ui-bar-e .ui-btn.ui-btn-active, +html .ui-body-e .ui-btn.ui-btn-active, +html body .ui-group-theme-e .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-e.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-e .ui-checkbox-on:after, +html .ui-bar-e .ui-checkbox-on:after, +html .ui-body-e .ui-checkbox-on:after, +html body .ui-group-theme-e .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-e:after, +/* Active flipswitch background */ +.ui-page-theme-e .ui-flipswitch-active, +html .ui-bar-e .ui-flipswitch-active, +html .ui-body-e .ui-flipswitch-active, +html body .ui-group-theme-e .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-e.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-e .ui-slider-track .ui-btn-active, +html .ui-bar-e .ui-slider-track .ui-btn-active, +html .ui-body-e .ui-slider-track .ui-btn-active, +html body .ui-group-theme-e .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-e .ui-btn-active { + background-color: #5393c5 /*{e-active-background-color}*/; + background-image: -webkit-gradient(linear, left top, left bottom, from( #5393c5 /*{e-active-background-start}*/), to( #6facd5 /*{e-active-background-end}*/)); /* Saf4+, Chrome */ + background-image: -webkit-linear-gradient( #5393c5 /*{e-active-background-start}*/, #6facd5 /*{e-active-background-end}*/); /* Chrome 10+, Saf5.1+ */ + background-image: -moz-linear-gradient( #5393c5 /*{e-active-background-start}*/, #6facd5 /*{e-active-background-end}*/); /* FF3.6 */ + background-image: -ms-linear-gradient( #5393c5 /*{e-active-background-start}*/, #6facd5 /*{e-active-background-end}*/); /* IE10 */ + background-image: -o-linear-gradient( #5393c5 /*{e-active-background-start}*/, #6facd5 /*{e-active-background-end}*/); /* Opera 11.10+ */ + background-image: linear-gradient( #5393c5 /*{e-active-background-start}*/, #6facd5 /*{e-active-background-end}*/); + border-color: #2373a5 /*{e-active-border}*/; + color: #fff /*{e-active-color}*/; + text-shadow: 0 /*{e-active-shadow-x}*/ 1px /*{e-active-shadow-y}*/ 0 /*{e-active-shadow-radius}*/ #3373a5 /*{e-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-e .ui-radio-on:after, +html .ui-bar-e .ui-radio-on:after, +html .ui-body-e .ui-radio-on:after, +html body .ui-group-theme-e .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-e:after { + border-color: #5393c5 /*{e-active-background-color}*/; +} + +/* Focus */ +.ui-page-theme-e .ui-btn:focus, +html .ui-bar-e .ui-btn:focus, +html .ui-body-e .ui-btn:focus, +html body .ui-group-theme-e .ui-btn:focus, +html head + body .ui-btn.ui-btn-e:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-e .ui-focus, +html .ui-bar-e .ui-focus, +html .ui-body-e .ui-focus, +html body .ui-group-theme-e .ui-focus, +html head + body .ui-btn-e.ui-focus, +html head + body .ui-body-e.ui-focus { + -webkit-box-shadow: 0 0 12px #387bbe /*{e-active-background-color}*/; + -moz-box-shadow: 0 0 12px #387bbe /*{e-active-background-color}*/; + box-shadow: 0 0 12px #387bbe /*{e-active-background-color}*/; +} + +/* "classic" theme specific rules +-----------------------------------------------------------------------------------------------------------*/ +/* Button top highlight. Note: this won't work with buttons inside an ordered list because we use :before for list numbering */ +.ui-btn:before { + content: ""; + display: block; + position: absolute; + top: 0; + left: 0; + right: 0; + height: 100%; + border-top: 1px solid rgba(255,255,255,.3); + -webkit-border-radius: inherit; + border-radius: inherit; +} + +/* Unset background gradient */ +.ui-li-static, +.ui-collapsible-content, +.ui-input-text, +.ui-input-search, +.ui-flipswitch, +.ui-slider-track, +input.ui-slider-input { + background-image: none !important; +} + +/* Structure */ + +/* Disabled +-----------------------------------------------------------------------------------------------------------*/ +/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */ + +.ui-disabled, +.ui-state-disabled, +button[disabled], +.ui-select .ui-btn.ui-state-disabled { + filter: Alpha(Opacity=30); + opacity: .3; + cursor: default !important; + pointer-events: none; +} + +/* Focus state outline +-----------------------------------------------------------------------------------------------------------*/ + +.ui-btn:focus, +.ui-btn.ui-focus { + outline: 0; +} +/* Unset box-shadow in browsers that don't do it right */ +.ui-noboxshadow .ui-shadow, +.ui-noboxshadow .ui-shadow-inset, +.ui-noboxshadow .ui-overlay-shadow, +.ui-noboxshadow .ui-shadow-icon.ui-btn:after, +.ui-noboxshadow .ui-shadow-icon .ui-btn:after, +.ui-noboxshadow .ui-focus, +.ui-noboxshadow .ui-btn:focus, +.ui-noboxshadow input:focus, +.ui-noboxshadow .ui-panel { + -webkit-box-shadow: none !important; + -moz-box-shadow: none !important; + box-shadow: none !important; +} +.ui-noboxshadow .ui-btn:focus, +.ui-noboxshadow .ui-focus { + outline-width: 1px; + outline-style: auto; +} diff --git a/js/libs/jquery.mobile/demos/theme-default/index.html b/js/libs/jquery.mobile/demos/theme-default/index.html new file mode 100644 index 0000000..689cdeb --- /dev/null +++ b/js/libs/jquery.mobile/demos/theme-default/index.html @@ -0,0 +1,344 @@ + + + + + + Default theme - jQuery Mobile Demos + + + + + + + + +
+ +
+

Default theme

+ Back + Button + +
+ +
+ +
+
+
+ Theme: + + + + +
+
+
+
+ Navbars: + + + + +
+
+
+
+ Shadow:
Off: set the widget option shadow to false (data-shadow="false")
+ + + + +
+
+
+
+ Icon shadow:
On: add class ui-shadow-icon to the button or its container
+ + + + +
+
+
+ +
+

I am a div with classes ui-body, ui-body-a and ui-corner-all.

+

I am a link

+

Panels

+ Reveal + Overlay + Push +
+ +
+

I am a div with classes ui-bar, ui-bar-a and ui-corner-all. I am a link

+
+ + We + + + +
    +
  • I
  • +
  • Divider3
  • +
  • am
  • +
  • static6
  • +
+ + + + + +
+
+ + +
+
+ + +
+
+ + +
+
+ + +
+
+
+ Checkbox: + + + + + + +
+
+
+
+ Radio: + + + + + + +
+
+
+
+ Controlgroup: + + + Three +
+
+
+ + +
+
+ + +
+
+ + Active button + +

Form inside static list:

+ +
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
+
+ +
+

ui-bar-a

+
+ + +
+
+ + +
+
+ + +
+
+ +
+

Heading

+

I'm the collapsible content with a themed content block set to "a".

+
+ +
+
+

Section 1

+

I'm the collapsible content for section 1

+
+
+

Section 2

+

I'm the collapsible content for section 2

+
+
+

Section 3

+

I'm the collapsible content for section 3

+
+
+ +
+ +
+ +

Footer

+
+ +
+ +

+ +
+ +
+ +

+ +
+ +
+ +

+ +
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-dynamic/index.html b/js/libs/jquery.mobile/demos/toolbar-dynamic/index.html new file mode 100644 index 0000000..06f0c07 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-dynamic/index.html @@ -0,0 +1,46 @@ + + + + + + Dynamic toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ +
+ +

Dynamic toolbars

+ +

click on the button to dynamically inject toolbars. Note that we have to update the page height and padding by calling $.mobile.resetActivePageHeight();.

+ +
+ +
+ +
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-external/index.html b/js/libs/jquery.mobile/demos/toolbar-external/index.html new file mode 100644 index 0000000..0650265 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-external/index.html @@ -0,0 +1,77 @@ + + + + + + External toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

External header

+
+ +
+ +
+ +

External toolbars

+ +

The header and footer on this page are positioned outside the page. They are before and after the page within the body. These Toolbars will remain in the dom until manually removed.

+ +

Markup

+ +

The markup for external toolbars is identical to normal toolbars, you just place the toolbar outside the page within the body of your page

+ +

Auto init

+ +

Because these toolbars are not within the page they will not auto initalize. You must call the toolbar plugin yourself.

+ +

+$(function(){
+	$( "[data-role='header'], [data-role='footer']" ).toolbar();
+});
+
+ +

Theme

+ +

Since external toolbars are outside the page they don't inherit a theme from the page. This means you always have to set a theme for them. You can use the data-theme attribute for this or set the theme option when you call the plugin: + +


+$(function(){
+	$( "[data-role='header']" ).toolbar({ theme: "a" });
+});
+
+ +

Ajax navigation

+ +

Because these toolbars are not within the page they will remain in the DOM until manually removed.

+ +

Toolbars not within a page will not be pulled into the DOM during Ajax navigation.

+ +

Fixed external toolbars

+ +

External toolbars can also be set to fixed positioning just like normal toolbars: External fixed toolbars

+ +
+ +
+ +
+

External footer

+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-external/index2.html b/js/libs/jquery.mobile/demos/toolbar-external/index2.html new file mode 100644 index 0000000..4806f27 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-external/index2.html @@ -0,0 +1,41 @@ + + + + + + External toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

External header

+
+ +
+ +
+ +

External toolbars page 2

+ +
+ +
+ +
+

External footer

+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-external/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed-external/index.html new file mode 100644 index 0000000..06e083b --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-external/index.html @@ -0,0 +1,63 @@ + + + + + + External fixed toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

External fixed header

+
+ +
+ +
+ +

Fixed external toolbars

+ +

The header and footer on this page are outside of the page within the body. They have been set to position fixed.

+ +

Auto init

+ +

Because these toolbars are not within the page they will not auto initalize. You must call the toolbar plugin yourself.

+ +

+$(function(){
+	$( "[data-role='header'], [data-role='footer']" ).toolbar();
+});
+
+ +

Theme

+ +

Since external toolbars are outside the page they don't inherit a theme from the page. This means you always have to set a theme for them. You can use the data-theme attribute for this or set the theme option when you call the plugin: + +

True persistent toolbars

+ +

Because External toolbars are outside of the page they are not effected by transition and make truly persistent toolbars possible.

+ +

Persistant toolbar demo

+ +
+ +
+ +
+

External fixed footer

+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-forms/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed-forms/index.html new file mode 100644 index 0000000..73ce92b --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-forms/index.html @@ -0,0 +1,132 @@ + + + + + + Fixed Toolbars - jQuery Mobile Framework + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-fullscreen/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed-fullscreen/index.html new file mode 100644 index 0000000..00e022b --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-fullscreen/index.html @@ -0,0 +1,46 @@ + + + + + + Fullscreen Fixed toolbars - jQuery Mobile Framework + + + + + + + + + + +
+ +
+ Back +

Fullscreen fixed header

+
+ +
+ + New York + +
+

This page demonstrates the "fullscreen" toolbar mode. This toolbar treatment is used in special cases where you want the content to fill the whole screen, and you want the header and footer toolbars to appear and disappear when the page is clicked responsively — a common scenario for photo, image or video viewers.

+ +

To enable this toolbar feature type, you apply the data-fullscreen="true" attribute and the data-position="fixed" attribute to both the header and footer div elements. The framework will also unset the padding for the content container (.ui-content).

+ +

Keep in mind that the toolbars in this mode will sit over page content, so not all content will be accessible with the toolbars visible.

+
+
+ +
+ +
+

Fullscreen fixed Footer

+
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/index.html new file mode 100644 index 0000000..75ff8ab --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/index.html @@ -0,0 +1,62 @@ + + + + + + + Ajax optimized persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Fixed external header

+
+ +
+ +
+ +

Ajax optimized Persistant Toolbars

+ +

These pages have been optimized on the server side to check if the request is coming from an Ajax request and if so they only send the actual page div instead fo the entire page. If you navigate to any of the pages in the nav bar at the bottom and inspect the return data you will see it contains no head, toolbars, html tag, or body tag.

+ +

However if you refresh the page all of these things will be present. This is done by checking the HTTP_X_REQUESTED_WITH header

+ +

+if (!isset($_SERVER['HTTP_X_REQUESTED_WITH']) || strtolower($_SERVER['HTTP_X_REQUESTED_WITH']) !== 'xmlhttprequest') {
+
+ +

All of the markup not needed when being requested via Ajax is wrapped in if statements like the one above.

+ +
+ +
+ + +
+
+ +
+
+ + + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-b.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-b.html new file mode 100644 index 0000000..878f520 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-b.html @@ -0,0 +1,90 @@ + + + + + + + Ajax optimized persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Fixed external header

+
+ + + + + +
+
+ +
+
+ + + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-c.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-c.html new file mode 100644 index 0000000..a82c8d2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-c.html @@ -0,0 +1,128 @@ + + + + + + + Ajax optimized persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Fixed external header

+
+ + + + + +
+
+ +
+
+ + + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-d.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-d.html new file mode 100644 index 0000000..b7f0ee2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent-optimized/page-d.html @@ -0,0 +1,106 @@ + + + + + + + Ajax optimized persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Fixed external header

+
+ + +
+ + + +
+ + +
+
+ +
+
+ + + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/index.html new file mode 100644 index 0000000..44a4b65 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/index.html @@ -0,0 +1,86 @@ + + + + + + Persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Info

+
+ +
+ +
+ +

Persistent toolbars

+ +

These pages are a demo of a persistent navbar in a fixed footer toolbar. Click on any of the links in the footer, and you'll see the page content transition. Both the persistent header and footer on these pages remain in place during the animation to a new HTML page.

+ +

With the new external toolbars no extra effort is required to now have persistent toolbars. Simply place them outside of the page container on each page they will be loaded on the first page and persist on subsequent pages. The toolbars still need to be placed on each page to account for refresh however they will be ignored if not within a page container.

+ +

Typically, the persistent toolbar technique will be combined with fixed positioning.

+ +

Updating toolbar contents

+ +

Because the same toolbar is used on every page, you might want to update the content. In this demo we show how to change the heading in the header and set the nav button of the page currently in view to the active state.

+ +
+ +

Improving page load with persistent toolbars

+ +

By combining this technique with a little bit of server side logic you can reduce the file size for each page load significantly by not sending anything except the actual page container back when the request is from ajax. this not only reduces file size but makes the actual processing of the page quicker also. To see an example of this technique see Ajax optimized persistent toolbars

+ +

A note about transitions

+ +

By Removing the toolbars from the page container they are no longer part of the page transition which dramaticly improves the performance of complex 3D page transitions over the older style of persistent toolbars.

+ +
+ +
+ +
+
+ +
+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-b.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-b.html new file mode 100644 index 0000000..1290281 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-b.html @@ -0,0 +1,103 @@ + + + + + + Persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Friends

+
+ + + +
+
+ +
+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-c.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-c.html new file mode 100644 index 0000000..93a2a1f --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-c.html @@ -0,0 +1,141 @@ + + + + + + Persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Albums

+
+ + + +
+
+ +
+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-d.html b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-d.html new file mode 100644 index 0000000..0e3a924 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed-persistent/page-d.html @@ -0,0 +1,119 @@ + + + + + + Persistent toolbars - jQuery Mobile Demos + + + + + + + + + + +
+ Back +

Emails

+
+ +
+ + + +
+ +
+
+ +
+
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar-fixed/index.html b/js/libs/jquery.mobile/demos/toolbar-fixed/index.html new file mode 100644 index 0000000..c14b5a2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar-fixed/index.html @@ -0,0 +1,111 @@ + + + + + + Fixed Toolbars - jQuery Mobile Framework + + + + + + + + + +
+ +
+ Back +

Fixed header

+
+ +
+ +

Fixed toolbars

+ +

In browsers that support CSS position: fixed (most desktop browsers, iOS5+, Android 2.2+, and others), toolbars that use the "fixedtoolbar" plugin will be fixed to the top or bottom of the viewport, while the page content scrolls freely in between. In browsers that don't support fixed positioning, the toolbars will remain positioned in flow, at the top or bottom of the page.

+ +

Fixed basics

+

To enable this behavior on a header or footer, add the data-position="fixed" attribute to a jQuery Mobile header or footer element.

+ +

Fixed header markup example:

+ +

+<div data-role="header" data-position="fixed">
+	<h1>Fixed Header!</h1>
+</div>
+
+ +

Fixed footer markup example:

+ +

+<div data-role="footer" data-position="fixed">
+	<h1>Fixed Footer!</h1>
+</div>
+
+ +

Fullscreen Toolbars

+ +

Fullscreen fixed toolbars sit on top of the content at all times when they are visible, and unlike regular fixed toolbars, fullscreen toolbars do not fall back to static positioning when toggled. Instead they disappear from the screen entirely. Fullscreen toolbars are ideal for more immersive interfaces, like a photo viewer that is meant to fill the entire screen with the photo itself and no distractions.

+ +

To enable this option on a fixed header or footer, add the data-fullscreen attribute to the element.

+ +

+<div data-role="header" data-position="fixed" data-fullscreen="true">
+	<h1>Fixed Header!</h1>
+</div>
+
+ +

Forms in toolbars

+ +

While all form elements are now tested to work correctly within static toolbars as of jQuery Mobile 1.1, we recommend extensive testing when using form elements within fixed toolbars or within any position: fixed elements. This can potentially trigger a number of unpredictable issues in various mobile browsers, Android 2.2/2.3 in particular (detailed in Known issues in Android 2.2/2.3, below).

+ +

Forms in toolbar example

+ +

Changes in jQuery Mobile 1.1

+ +

Prior to version 1.1, jQuery Mobile used dynamically re-positioned toolbars for the fixed header effect because very few mobile browsers supported the position:fixed CSS property, and simulating fixed support through the use of "fake" JavaScript overflow-scrolling behavior would have reduced our browser support reach, in addition to feeling unnatural on certain platforms. This behavior was not ideal, and jQuery Mobile 1.1 took a new approach to fixed toolbars that allows much broader support. The framework now offers true fixed toolbars on many popular platforms, while gracefully degrading non-supporting platforms to static positioning.

+ +

Polyfilling older platforms

+

The fixed toolbar plugin degrades gracefully in platforms that do not support CSS position:fixed properly, such as iOS4.3. If you still need to support fixed toolbars on that platform (with the show/hide behavior) included in previous releases, Filament Group has developed a polyfill that you can use.

+ + + + +

Just include the CSS and JS files after your references to jQuery Mobile and Fixed toolbars will work similarly to jQuery Mobile 1.0 in iOS4.3, with the inclusion of the new API for the 1.1 fixedtoolbar plugin.

+ +

If you have any improvements to suggest, fork the gist on github and let us know!

+ +

Known issue with form controls inside fixed toolbars, and programmatic scroll

+

An obscure issue exists in iOS5 and some Android platforms where form controls placed inside fixed-positioned containers can lose their hit area when the window is programatically scrolled (using window.scrollTo for example). This is not an issue specific to jQuery Mobile, but because of it, we recommend not programatically scrolling a document when using form controls inside jQuery Mobile fixed toolbars. This ticket from the Device Bugs project tracker explains this problem in more detail.

+ +

Known issues in Android 2.2/2.3

+

Android 2.2/2.3's implementation of position: fixed; can, in conjunction with seemingly unrelated styles and markup patterns, cause a number of strange issues, particularly in the case of position: absolute elements inside of position: fixed elements. While we've done our best to work around a number of these unique bugs within the scope of the library, custom styles may cause a number of issues.

+
    +
  • Form elements elsewhere on the page—select menus in particular—can fail to respond to user interaction when an empty absolute positioned element is placed within a fixed position element. In rare cases—and specific to Android 2.2—this can cause entire pages to fail to respond to user interaction. This can seemingly be solved by adding any character to the absolute positioned element, including a non-breaking space, and in some cases even whitespace.
  • +
  • The above-described issue can also be triggered by an absolute positioned image inside of a fixed position element, but only when that image is using something other than its inherent dimensions. If a height or width is specified on the image using CSS, or the image src is invalid (thus having no inherent height and width), this issue can occur. If an image that is inherently, say, 50x50 pixels is placed in a fixed element and left at its inherent dimensions, this issue does not seem to occur.
  • +
  • When a position: fixed element appears anywhere on a page, most 2D CSS transforms will fail. Oddly, only translate transforms seem unaffected by this. Even more oddly, this issue is solved by setting a CSS opacity of .9 or below on the parent of the fixed element.
  • +
  • Combinations of position: fixed and overflow properties are best avoided, as both have been known to cause unpredictable issues in older versions of Android OS.
  • +
  • Any element that triggers the on-screen keyboard, when placed inside a position: fixed element, will fail to respond to user input when using anything other than the default keyboard. This includes Swype, XT9 or, it seems, any input method apart from the standard non-predictive keyboard.
  • +
+ +

While we will continue to try to find ways to mitigate these bugs as best we can, we currently advise against implementing fixed toolbars containing complicated user styles and form elements without extensive testing in all versions of Android's native browser.

+ +

No longer supported: touchOverflowEnabled

+ +

Prior to jQuery Mobile 1.1, true fixed toolbar support was contingent on native browser support for the CSS property overflow-scrolling: touch, which is currently only supported in iOS5. As of version 1.1, jQuery Mobile no longer uses this CSS property at all. We've removed all internal usage of this property in the framework, but we've left it defined globally on the $.mobile object to reduce the risk that its removal will cause trouble with existing applications. This property is flagged for removal, so please update your code to no longer use it. The support test for this property, however, remains defined under $.support and we have no plans to remove that test at this time.

+ +
+ +
+

Fixed footer

+
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/toolbar/index.html b/js/libs/jquery.mobile/demos/toolbar/index.html new file mode 100644 index 0000000..73b64f7 --- /dev/null +++ b/js/libs/jquery.mobile/demos/toolbar/index.html @@ -0,0 +1,571 @@ + + + + + + Toolbar - jQuery Mobile Demos + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Toolbar

+ +

The toolbar widget is used to enhance headers and footers.

+ +

Markup

+ +

Header

+ +

The header is a toolbar at the top of the page that usually contains the page title text and optional buttons positioned to the left and/or right of the title for navigation or actions.

+ +

The title text is normally an H1 heading element but it's possible to use any heading level (H1-H6) to allow for semantic flexibility. The framework add class ui-title to headings that are immediate children of toolbars. All heading levels with class ui-title are styled identically by default to maintain visual consistency.

+ +
+
+

Page Title

+
+
+ +

Footer

+ +

The footer is a toolbar at the bottom of the page that can contain a wide range of content, from form elements to navbars.

+ +

The footer bar has the same basic structure as the header except it uses the data-role attribute value of footer. Headings that are immediate children of the footer get class ui-title, just like headers.

+ +
+
+

Powered by jQuery Mobile

+
+
+ +

Theme

+ +

The header and footer toolbar inherit the theme swatch from the page by default but you can easily set the theme swatch color. If you use external fixed toolbars you always have to set a theme, because there is no parent page from which they can inherit the theme.

+ +
+
+

Page Title

+
+
+ +

External toolbars

+ +

If you want to use the same toolbar on multiple pages, you can use external toolbars. + +

Fixed position

+ +

Toolbars can be set to fixed position by adding the data-position="fixed" to the header or footer. This will make them remain at the top (header) or bottom (footer) of the window at all time instead of scrolling with the page. See fixed toolbars.

+ +

Fullscreen position

+ +

The toolbars can be set to fullscreen fixed position that overlays the toolbar over the content by adding the data-fullscreen="true" to a fixed header. See fullscreen toolbars.

+ +

External fixed toolbars

+ +

See external fixed toolbars.

+ +

Persistent toolbars

+ +

See persistent toolbars.

+ +

Buttons in toolbars

+ +

The framework automatically enhances links in toolbars as buttons with inline and mini style, but this has been deprecated in version 1.4. The same goes for positioning the first two buttons in a header left and right if they are immediate child of the header. The demos below prepare you for the next version.

+ +

Header button position classes

+ +

You can use the ui-btn-left and ui-btn-right classes to position buttons in the header.

+ +
+
+ Cancel +

My App

+
+
+ +
+
+

Page Title

+ Options +
+
+ +

Buttons in headers without a heading

+ +

The heading in the header bar has some margin that will give the bar its height. If you choose not to use a heading, you will need to add an element with class="ui-title" so that the bar can get the height and display correctly.

+ +
+
+ View + +
+
+ +

Adding back button to header

+ +

jQuery Mobile has a feature to automatically create and append "back" buttons to any header, though it is disabled by default. This is primarily useful in chromeless installed applications, such as those running in a native app webview. The framework automatically generates a "back" button on a header when the page plugin's addBackBtn option is true. This can also be set via markup if the header has a data-add-back-btn="true" attribute.

+ +

If you use the attribute data-rel="back" on an anchor, any clicks on that anchor will mimic the back button, going back one history entry and ignoring the anchor's default href. This is particularly useful when linking back to a named page, such as a link that says "home", or when generating "back" buttons with JavaScript, such as a button to close a dialog. When using this feature in your source markup, be sure to provide a meaningful href that actually points to the URL of the referring page. This will allow the feature to work for users in C-Grade browsers.

+ +

If you just want a reverse transition without actually going back in history, you should use the data-direction="reverse" attribute.

+ +

Customizing the back button text

+ +

If you'd like to configure the back button text, you can either use the data-back-btn-text="previous" attribute on your header element, or set it programmatically via the toolbar plugin's options:
$.mobile.toolbar.prototype.options.backBtnText = "previous";

+ +

Default back button style

+ +

If you'd like to configure the back button theme, you can use:
+ $.mobile.toolbar.prototype.options.backBtnTheme = "a";
+ If you're doing this programmatically, set this option inside the mobileinit event handler.

+ +

Navbars

+ +

See navbar for examples of navigation bars inside toolbars.

+ +

Grouped buttons

+ +

To group buttons into a button set, wrap the links in an element with data-role="controlgroup" and data-type="horizontal" attributes.

+ +
+
+
+ Add + Up + Down +
+
My header
+
+
+ +

Adding padding

+ +

By default, toolbars don't have any padding to accommodate nav bars and other widgets. To add padding inside of a full-width toolbar, wrap the toolbar's contents in an element and add class ui-bar to that element or apply your own padding rule in your custom CSS.

+ +
+
+
+ + +
+
+
+ +
+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/transitions/index.html b/js/libs/jquery.mobile/demos/transitions/index.html new file mode 100644 index 0000000..478e7bd --- /dev/null +++ b/js/libs/jquery.mobile/demos/transitions/index.html @@ -0,0 +1,544 @@ + + + + + + Transitions - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

jQuery Mobile

+

Demos

+ Menu + Search +
+ +
+ +

Transitions

+ +

The jQuery Mobile framework includes a set of CSS-based transition effects that can be applied to any page link or form submission with Ajax navigation. +

+ +

Page transitions

+ +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +

fade

dialogpage

pop

dialogpage

flip

dialogpage

turn

dialogpage

flow

dialogpage

slidefade

dialogpage

slide

dialogpage

slideup

dialogpage

slidedown

dialogpage

none

dialogpage
+
+ +

Important: Some platforms currently have issues with transitions. + We are working on a solution to solve the problem for everyone. + If you are experiencing flickers and flashes during or at the end of a transition we suggest the following workaround. + Please note that this workaround should be thoroughly tested on the target platform before deployment. + This workaround is known to cause performance issues and browser crashes on some platforms, especially Android. + Add the following code to your custom css. +

+ + .ui-page { -webkit-backface-visibility: hidden; } + + +

Only seeing fade transitions? To view all transition types, you must be on a browser that supports 3D transforms. By default, devices that lack 3D support (such as Android 2.x) will fallback to "fade" for all transition types. This behavior is configurable (see below).

+ +

Transitions were originally inspired by jQtouch They've since been rebuilt, but props to David Kaneda and Jonathan Stark for the initial guidance.

+ +

Setting a transition

+

By default, the framework applies a fade transition. To set a custom transition effect, add the data-transition attribute to the link.

+ + + <a href="index.html" data-transition="pop">I'll pop</a> + + +

When the Back button is pressed, the framework will automatically apply the reverse version of the transition that was used to show the page. To specify that the reverse version of a transition should be used, add the data-direction="reverse" attribute to a link.

+ +

Global configuration

+ +

Set the defaultPageTransition global option if you'd prefer a different default transition. Dialogs have a different option called defaultDialogTransition that can also be configured.

+ +

Browser support

+

All transitions are built with CSS keyframe animations and include -webkit vendor prefixed rules for iOS, Blackberry, Android, Safari and Chrome browsers, -moz rules for Firefox browsers, and unprefixed rules for Windows Phone 8 and IE10. Support for keyframe animations and transition smoothness is determined by the browser version and hardware and will safely fall back to no transition if animations aren't supported. To proactively exclude transition in situations with poor performance, we exclude browsers that lack 3D transforms and provide a fallback transition and apply a max width for when transitions are applied.

+ +

Fallback transition

+

By default, all transitions except fade require 3D transform support. Devices that lack 3D support will fall back to a fade transition, regardless of the transition specified. We do this to proactively exclude poorly-performing platforms like Android 2.x from advanced transitions and ensure they still have a smooth experience. Note that there are platforms such as Android 3.0 that technically support 3D transforms, but still have poor animation performance so this won't guarantee that every browser will be 100% flicker-free but we try to target this responsibly.

+ +

The fallback transition for browsers that don't support 3D transforms can be configured for each transition type, but by default we specify "fade" as the fallback. For example, this will set the fallback transition for the slideout transition to "none":

+ $.mobile.transitionFallbacks.slideout = "none" + +

Max scroll for transitions

+

By default, transitions are disabled (set to "none") when you're either coming FROM or going TO a page where the scroll position is 3x the height of the device's screen. + This feature was added because of the slow response times and the possibility of browser crashing when clicking on a list item (or any navigation element) far down a long page which leads to the + browser trying to animate a really massively tall page from the scroll position to the top of the screen. The scroll position, not total screen height, is the determining factor for performance. + This scroll position breakpoint is configurable via the new getMaxScrollForTransition function.

+ +

Max width for transitions

+

By default, transitions can be disabled (set to "none") when the window width is greater than a certain pixel width. This feature is useful because transitions can be distracting or perform poorly on larger screens. This value is configurable via the global option $.mobile.maxTransitionWidth, which defaults to false. The option accepts any number representing a pixel width or false value. If it's not false, the handler will use a "none" transition when the window is wider than the specified value.

+ +

Same page transition

+

Transitions to the current active page are ignored by default but can be enabled by using the allowSamePageTransition option of the pagecontainer widget's change() method. Note that not all transitions will work as expected and may end in an impractical result.

+ +

Creating custom transitions

+

jQuery Mobile allows for the addition of custom transitions to the $.mobile.transitionHandlers dictionary so you can expand the selection of transitions on your site or app. + +

+
+ +
+ + + + +
+ +
+ + +
+ + + diff --git a/js/libs/jquery.mobile/demos/transitions/page-transitions-dialog.html b/js/libs/jquery.mobile/demos/transitions/page-transitions-dialog.html new file mode 100644 index 0000000..54fa958 --- /dev/null +++ b/js/libs/jquery.mobile/demos/transitions/page-transitions-dialog.html @@ -0,0 +1,34 @@ + + + + + + Transitions - jQuery Mobile Demos + + + + + + + + + + +
+ +
+

Dialog

+
+ +
+

That was an animated page transition effect to a dialog that we added with a data-transition attribute on the link.

+

Since it uses CSS animations, this should be hardware accelerated on many devices. To see transitions, 3D transform support is required so if you only saw a fade transition that's the reason.

+ + Take me back +
+
+ +
+ + + diff --git a/js/libs/jquery.mobile/demos/transitions/page-transitions-page.html b/js/libs/jquery.mobile/demos/transitions/page-transitions-page.html new file mode 100644 index 0000000..4d40aa2 --- /dev/null +++ b/js/libs/jquery.mobile/demos/transitions/page-transitions-page.html @@ -0,0 +1,67 @@ + + + + + + Transitions - jQuery Mobile Demos + + + + + + + + + + +
+
+

Page

+
+ +
+

That was an animated page transition effect to a page that we added with a data-transition attribute on the link. This uses a different background theme swatch to see how that looks with the transitions.

+

Since it uses CSS animations, this should be hardware accelerated on many devices. To see transitions, 3D transform support is required so if you only saw a fade transition that's the reason.

+ +
+

Here's a few form elements

+ +

These are here to see if this slows down rendering.

+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + +
+ +
+ + Take me back +
+ +
+
+ + +
+
+
+ + diff --git a/js/libs/jquery.mobile/images/ajax-loader.gif b/js/libs/jquery.mobile/images/ajax-loader.gif new file mode 100644 index 0000000000000000000000000000000000000000..57f5624e7bce9ace2e91c342025a91eae38fbbf2 GIT binary patch literal 6242 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 DX3o&U literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/action-black.png b/js/libs/jquery.mobile/images/icons-png/action-black.png new file mode 100644 index 0000000000000000000000000000000000000000..15e8e48f1361dc5e33734cd5f9e3b6a26ee57941 GIT binary patch literal 219 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkS@1i(`nz>Er|jzB5coW^6_W>J{wRj!b%z!SXQOA*WN1<1lYPp{YU~ z-x2u>PwJTprI`7A%N+i&b}x)DJ;b0du%F?Pyh9B8kw-0axR`%B{E_Tf%gM^O>)2ff znLaTK2%GTdw~vN@O1Ta JS?83{1OTBuLGl0q literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/action-white.png b/js/libs/jquery.mobile/images/icons-png/action-white.png new file mode 100644 index 0000000000000000000000000000000000000000..9f31c01db81f8e8995a8353e5ebfdd10de699e5e GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkS+~i(`nz>Er|jra%Ax*NX{kHk`oq&-s9%!Za0kWeywWB<~VOiHwG> z)r=pD6#g}+{TJ@IEK!iLiTRQK|BcKcy&mTtu|5)a_`}@sx*vKYjd7Xm(PMaH}UsPnL*5t;v+<6Bo}IN{AWoDop5Ze ii-n+Ue(C~i1_qlso)vEte6@fsWbkzLb6Mw<&;$T2MNQTK literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/alert-white.png b/js/libs/jquery.mobile/images/icons-png/alert-white.png new file mode 100644 index 0000000000000000000000000000000000000000..d44e25b4fb5c4a07682fbf9784256552946c2f03 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{(b7sn8b(|gZvj$ohlH$q-Im5qx)$7ZP|MneeTB(ZF;=2 i;JD5LlYK^i_KN42<|X=BZ&L<3kipZ{&t;ucLK6TMa#;2N literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-black.png new file mode 100644 index 0000000000000000000000000000000000000000..797ab9b65f7dd2935b11aea7d81d29f939cea179 GIT binary patch literal 146 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDDTi(`nz>Ewh1eE$|FE;_iv&CAp*A<%=ve8S?LjWV;PPZX9hFKozE ka2GZ^%gdwE#8xwl!F9IJ?s&h)5zopr0Ojx{>;M1& literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-l-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-l-black.png new file mode 100644 index 0000000000000000000000000000000000000000..07018838490d10f5d38e94982c15d7bd604483c6 GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEIxi(`nz>Er|jITHs%PlhEA?M2KdEbh!Wd&A_QsTq*P*nXA8)G$F% z#Y>oZ))U4gQ^N-V9w8i)mU7NN#@zC#>y=s16Zbi@7*~tOt*=<#5)U+#!PC{xWt~$( F6976_F2w)< literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-l-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-l-white.png new file mode 100644 index 0000000000000000000000000000000000000000..4234114fd7c83fef6c220f537a4c1682789bb853 GIT binary patch literal 173 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprF5}i(`nz>9rT5xfm2USRDHAUEDKMG14V9ub;L4kfVu`fzqTcFI3vH zF7Y1P(9HGai&*4g6Dt?loPGhR1#OC38kpigaIsEUy#JTo$4qze^#989YEOSC=>;0i N;OXk;vd$@?2>|})G*AEl literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-r-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-r-black.png new file mode 100644 index 0000000000000000000000000000000000000000..33cd363184b1be9baa07752529ff43fecfb24a9c GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE6ti(`nz>Er~51~v^f&IXe|?T^@sOeQXoob5I%Gf%6% y+c(S^HIx4M1SlKM`q;!=vU#G8z0l&9_6!A+;@0OsJrWEwjKR~@&t;ucLK6V!xGYux literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-r-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-r-white.png new file mode 100644 index 0000000000000000000000000000000000000000..3db6ebdf98a3d9113b695e8a2e27d256a93509a5 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEg(i(`nz>EwilrvLx{n>QFRYcj0jWRp5^(Pc}Tn#`lGE;oA)hs`lt z+#$SLa#^3s?1@i33%@a@@U5&nwtk|-*%qhY47E8br~8j&FflUJe{7$6?$jobZ492S KelF{r5}E*H7B+JL literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-d-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-d-white.png new file mode 100644 index 0000000000000000000000000000000000000000..0fcdb6c36b08ab39deed3105f8f3f32ed3249f69 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE;@i(`nz>Ewh1O#c=$vLzi{;pSz^bX5A^WIm}A7wW?o)78&qol`;+0E|Q@{{R30 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-l-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-l-black.png new file mode 100644 index 0000000000000000000000000000000000000000..93a248ecd963693eb3bcdb30e34967a1d50f2f02 GIT binary patch literal 149 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE;@i(`nz>Ewh1yiyV;7!-W}pS=2IehiFiF^HU{aoJ;AuqKyG*P`Y{ hEDnK_l(i-@GZZuV>^`t_77x$}22WQ%mvv4FO#slwDVqQQ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-l-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-l-white.png new file mode 100644 index 0000000000000000000000000000000000000000..3c8b133574759a973b92141a0357ea62ffda0c7d GIT binary patch literal 156 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprD7|z(xfl$1m=4<5+TV}!&RiMzp7~(JSB?v&ycZb6qz=lS w{NN(AXJNd~6vy9JR?K-Jdy!$$$(73S7WdrGJ*f!V4>XCv)78&qol`;+0Le8j0ssI2 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-r-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-r-black.png new file mode 100644 index 0000000000000000000000000000000000000000..b5f5d49ae50b958e94b5e830483b9107efcf96d4 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEOzi(`nz>Ewh1{8ADpSpJ{9`e%O3Sr8>Z|Ji?)M{Gr=hfFW~CNm#x kbiVu|V?p$!!z(!%p6&M8efwlp0nh*jPgg&ebxsLQ07Wk@`v3p{ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-r-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-r-white.png new file mode 100644 index 0000000000000000000000000000000000000000..bf316061908654cd2612750f19c86e1cb8727dca GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDnfi(`nz>AjaW@-i53Fgv>aKRdUnOUc86>wbK5XT~HK3(do=#cQPW r)Ewh1yiyBhs4!gmAm1f@;-brzw47NSS;v-hE>BA`Nz71l m6?RNttgRx|leNS}nL)(RXZM!Nn^pl0VDNPHb6Mw<&;$Ss?k4#F literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-u-l-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-u-l-black.png new file mode 100644 index 0000000000000000000000000000000000000000..b518a1df5c9154f7301970ab4e4d5fb984f8b834 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEU#i(`nz>EwijgdhGac?k!YPFyb>{P(P5dY^Fxr5TGmLe<78N?AGdzV_KQ=21~PcM`njxgN@xNA D%2+PL literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-u-l-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-u-l-white.png new file mode 100644 index 0000000000000000000000000000000000000000..71adaa1ec525436b986db137f2db1e0b5997d3b5 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE&>i(`nz>Es{&G8qXD>?xT_PReDzEGBXZ2iP+bl|Ach9Q;<8IsD{x z$vmd!F(oagPT^Kskg4&*%O_5p;4s=du`#A0t(e(z*27s0EW0{p{wVzZ0cb3Pr>mdK II;Vst0FZJp^8f$< literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-u-r-black.png b/js/libs/jquery.mobile/images/icons-png/arrow-u-r-black.png new file mode 100644 index 0000000000000000000000000000000000000000..375b09792600b9fa6d171a2ff73d07a85fd2a6e5 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEU#i(`nz>AmL-`4|*9m=D;^UH;KHwo^=p$1Jglo8gWjgSUp%Y$w*~ zAM>T%?bA+Z&rnpZm7H6wEAssI3Y(9e64L^Y7~Lvb6}SH193D@gfefCmelF{r5}E)> CXDqb< literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-u-r-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-u-r-white.png new file mode 100644 index 0000000000000000000000000000000000000000..45b518de8b1973db73d67b95f672023d299601bf GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE^_i(`nz>AmL<@-irJIA82Lmys8?zRg2Z?oW6PW24B)1%i2&5}~qf zT~B^({`j(=X{`{KNM+vQKY1;FHg0!2r9^KybKcHi_OqNzopr E0IK6LE&u=k literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/arrow-u-white.png b/js/libs/jquery.mobile/images/icons-png/arrow-u-white.png new file mode 100644 index 0000000000000000000000000000000000000000..18afaa11e1fb7045112145754a74a80c630c8e47 GIT binary patch literal 151 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprECvi(`nz>Ewh1jQ{@szt3=pX9>d!HHi!bcj3ZWg&Bv|&umb8GpqAT q%c_|!zASTlnLIlC0(+-qurOTDb3Z2~_h>565C%_IKbLh*2~7Y-0xO&V literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/audio-black.png b/js/libs/jquery.mobile/images/icons-png/audio-black.png new file mode 100644 index 0000000000000000000000000000000000000000..b7901c506bc878488f7e6f0a98d81d91c764990b GIT binary patch literal 307 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{+c7sn8b)2){by_y{b+8!Q{QOME{14{xs7pR;SIlZg?-}+hk>2Yag5~p@~K4O!*7`iz6kJ>+$`w@v- zIHOV(WFDFpT@MZ5nzvZ|qnzD`X66}c4t(bh#kan1-5=f%w4v2<--ce54>f>F{+t$y@fA*(X&3JN9bHS9O#ybv$WeN8gp8O+q zujb_%-bu|9;}6DO;q$s+-XZ%%Dei#sy^T{0zC;HXh}7BF=>N&Qv_|vBQQ^3Y2W9LE zZga8K$nEU?z%TKibEwh1EWA7^3=@|9f0Fgff1R4ZKjtIr8-G{`_%kH2Cz&Q4 zPH%{qJ|QhkVH#VKxI!N5qvZh~{TI)bz^k!n{ YzGAezZOYjV!Y&reVgZ7^Z{Sii|+;u66~VUa(KkFGn^$aJVP zY-HXjwXxCIVU4$kv9^FW^G0rg?MxqoSNu>{xTa=R(BKr~ut#iFrLkZ7V}a=nS$}-8 zR&Y;Vy-{#gq5eiG2gXqTBmWmj#d2l_usljq*vEa9;ZlTGkMD^GY68^)uaBfV>=Egx fZJfawE61>3nCEum{m8RG*D-jy`njxgN@xNA7Pd{! literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/bars-black.png b/js/libs/jquery.mobile/images/icons-png/bars-black.png new file mode 100644 index 0000000000000000000000000000000000000000..f3e99e678478403328879da830ad2f635b1d9130 GIT binary patch literal 132 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprD$ki(`nz>Er|njsl^M|C2lX8%*TXogW9b1=?TYn4@^TU%jnOp7E_j Wpvb-XSzm!V7(8A5T-G@yGywp+Q6U`w literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/bars-white.png b/js/libs/jquery.mobile/images/icons-png/bars-white.png new file mode 100644 index 0000000000000000000000000000000000000000..84059c63e650cea8d2b9d8797e4333385095281f GIT binary patch literal 135 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEFwi(`nz>Ewh3)<6FL|9|rTl4fCr-s2}PR7^>{(r@zVv1HNTilmGm af((1k`KU8aS-T9ViNVv=&t;ucLK6T(2q@tI literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/bullets-black.png b/js/libs/jquery.mobile/images/icons-png/bullets-black.png new file mode 100644 index 0000000000000000000000000000000000000000..10a2f1cc67f9ce00a2cd4e98b580dc0b70d3f730 GIT binary patch literal 147 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEOzi(`nz>Er|njsl^M{>2~v3m;IISTL(kDbvQU<=A4L#dS*rEtrdq mh30G6&vPjL+m?%L2 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/bullets-white.png b/js/libs/jquery.mobile/images/icons-png/bullets-white.png new file mode 100644 index 0000000000000000000000000000000000000000..49971a164ad8a3c98bf54ce7335fc76582e4a455 GIT binary patch literal 152 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDnfi(`nz>Ewh3)<6FL|L>__*LO^v#jim`j{VVM52=3Pg&#EzuaM7t ra@;tEslLhRF_p_&anZH#8eN{9*6Vb&zpW_;=ocO(IE3Qe*2x k6*E^U_qkmsm-#3&?8#JN-+cJ+W}tosPgg&ebxsLQ0HJ6ldjJ3c literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/calendar-white.png b/js/libs/jquery.mobile/images/icons-png/calendar-white.png new file mode 100644 index 0000000000000000000000000000000000000000..e5b7b9f22077147cfbc8edce56b1514ab083819f GIT binary patch literal 143 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE0ri(`nz>EwilrvLx{&u4k`n8$)4;2n>^dL~ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/camera-black.png b/js/libs/jquery.mobile/images/icons-png/camera-black.png new file mode 100644 index 0000000000000000000000000000000000000000..6a029ea0eef23f5669df2000f7d232e05d4b9aac GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_)&7sn8b)5!@7lmgfvNh#ztBnd=|&UVsMIOh`dL!{&X;)lmQK1Dj5 z;k>j%vfIh2LfGT6yp9lmV+E7IcgLGAJ}KBrG_f~Ch`g$qu-T>Ihk{tC1QT1vId;p_ z6C`?d9R6^3{ul0u?A%%?EL3kRAT7N3qrfD2;{|V&Z~@|2Y2 p9M7>YXL>TlnIru`5MLw%1IO{&YR|^CDnNHKc)I$ztaD0e0sv-GQ7Hfb literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/camera-white.png b/js/libs/jquery.mobile/images/icons-png/camera-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7f00e232b01225a9cbd5a0840138de70407843a6 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|6j7sn8b)5!@7#D4t$zu!vWIzu6|Nb`+VH$;jU3)LnaTK?bgV6w_j z9ffBsnRouoFWJDkgTe~DWM4fQ1n-u literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/carat-d-black.png b/js/libs/jquery.mobile/images/icons-png/carat-d-black.png new file mode 100644 index 0000000000000000000000000000000000000000..0653b692f0e5682a109ea6ef8968b045fd63793f GIT binary patch literal 207 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkSe=i(`nz>8lqExtI(E94?kiiC)hw-CMtY`GnNqmEsrF8dDVvZ~ats zol&WI=>FEj8q!aj(uugR)7l)SaPk@oo9P{w>^V$* x87pcXj>N7g;js9+;L;4oQ~b48e{lc0A-z1o=wbl>Y!RU444$rjF6*2UngI0wNNoTB literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/carat-d-white.png b/js/libs/jquery.mobile/images/icons-png/carat-d-white.png new file mode 100644 index 0000000000000000000000000000000000000000..9e7e9e98a8a6727d71e6859db2228d2326722b28 GIT binary patch literal 213 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkTSDi(`n!#H$x<`3@QIuw9t5Od%+&?%n>wngLgR4zS93YcJBsJ$zz& z;7agWETDN$M3B>&Ewh1{3VS)Yy?&tOknuZ@WWK#Kl`KQ4r{ztsR`8aA363U z!${HXvUHH?%gesPu2O}WW~!?1CYaVMgnrI8Ih$5;{m+amU%HGZGBafCG`b=BW;4(t O1_n=8KbLh*2~7aJ`Ziqv literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/carat-l-white.png b/js/libs/jquery.mobile/images/icons-png/carat-l-white.png new file mode 100644 index 0000000000000000000000000000000000000000..af941a03022b9a94ab4942adbae028a3d05a8c98 GIT binary patch literal 177 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkT14i(`nz>Ewh1%>VxXU(bEyd1FLtV+2FU8ulaW|2rQDRtQrK73SE( zo|If`ww3&*16m=d#Wzp$P!^WjMnC literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/carat-r-black.png b/js/libs/jquery.mobile/images/icons-png/carat-r-black.png new file mode 100644 index 0000000000000000000000000000000000000000..1343997bc6f4421714ec0e27972ce71d50231fdc GIT binary patch literal 184 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkS1zi(`nz>Ewh1EUz4D9v&a#^*B`fwMgNe~pq0YEr|l=KufyhqFKW?6BsjgARk%HHJse|0_OF704D|eUYcb z{*ODuB$L^}!JoCgOkW2qiku$NEAP2Ubj5)t8Q*CUCYi#EUkZC(WGua>KIyT*3J>0n j`IBTmddxa6==FrbD^K*db!=81&^`uFS3j3^P6Ewh3j2GIICYkPSOtK9!{o9_j$mI3H%%+Fef0(>>6g?oa zzdb4C?5-mjMvO_p3jZ3sH|z2F8Z@l?DeCjN(q>jcrX9Ob2;-yW6($E8Btt$YuaGkc lU`Ewh3Wx|Bt7OFU&`74tXRQORH3fRTX<5M t@rq~16>JS0Llw-_lvbU2Fslvd!Uq?{7#2O)!~?XM!PC{xWt~$(698*>KU)9* literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/check-black.png b/js/libs/jquery.mobile/images/icons-png/check-black.png new file mode 100644 index 0000000000000000000000000000000000000000..2cf2fc6abcde05d2f7db52465a8935d18a5188e2 GIT binary patch literal 169 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE&>i(`nz>Ewh3%oz8%$Gxfm1$oCEviVkaE+KAv_|&`~I{-u$Sxk>+1n&j~Hv zM(F{859RVMaP8-{ywl(1_LObzp_j>0Lf<^(*O+nr*cy1?tec-~SB0V2g1oaJlNmf+ L{an^LB{Ts5g#a=G literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/clock-black.png b/js/libs/jquery.mobile/images/icons-png/clock-black.png new file mode 100644 index 0000000000000000000000000000000000000000..0c38d91e3d217375cf09084b5f85f301bd6b4c01 GIT binary patch literal 310 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_Np7sn8b)4h`txtbgVTHEVd#XY`gMK0%P@e33zX;{Q3tawp&Ref9R z5w17>w{BN(2fs<;w<|ebx%=^%t{QDN=>k^&pa#>9Ba00y8jc;7U7{C!wng_vv!3UH zzWZ6ZeOEn$x89VLxmtB@jx{}lgAn^dz>d)Bt}W<Y4r+$D2KrA&W;TJo3j(8 zH#SvyS}Pylabv61hlS;H?9~K^ZQ`x*?pkqWLvCgq2m3;y4r+y^G(g&HmJ{pnT)<(^vCKo~W>XF0a1AZ5lCSOWdzRps-=^boFyt I=akR{01tJ3761SM literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/cloud-black.png b/js/libs/jquery.mobile/images/icons-png/cloud-black.png new file mode 100644 index 0000000000000000000000000000000000000000..7c50e3724e787999546f35ee9093d269973415cd GIT binary patch literal 212 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkSG&i(`nz>Er|n9tVjI;l>?eUfhCk@XEX|<7gq%rVnlt zj+Lim{NcP5;n#Mo)S!NsgYuq6jyar1WWM-MXLxZlj`>XjV-3&+44$rjF6*2Ung9f4 BLw^7O literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/cloud-white.png b/js/libs/jquery.mobile/images/icons-png/cloud-white.png new file mode 100644 index 0000000000000000000000000000000000000000..6bbe75210a4371d8b47cc8a6ecb76270c7abc921 GIT binary patch literal 210 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkRroi(`nz>Er~7f)D@y*C#6Yu{?^>&~@oq=ArQKkGyCN%OioBSvieA z-q*i*U@kEG@ueNF?dv}9cf>PpwBMvwuJG^Me2Wi4%T_+J&wRiwP~2p)@2|hr4US7c z`gnTn9i>j6ys(4snZI~Oi@89fapR2Uf1bh&Yc<#JKev6&YM}iLp00i_>zopr06lC< A@c;k- literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/comment-black.png b/js/libs/jquery.mobile/images/icons-png/comment-black.png new file mode 100644 index 0000000000000000000000000000000000000000..8de9ce841f47399d651ba373e4535a2f274b1cc5 GIT binary patch literal 165 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE^_i(`nz>Ewij1P+!*(;fcI_xQur@mJF03d>=A$%Qzopr E00uEFR{#J2 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/comment-white.png b/js/libs/jquery.mobile/images/icons-png/comment-white.png new file mode 100644 index 0000000000000000000000000000000000000000..5ff59e34f9d0eb69a162db8b68c92f9edc730d62 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDhdi(`nz>Es{(|JN%B?Em9$Q^9)VACF2_Q{!}=|0h`%OJy$oC@T3Y zuEFHj)>CjT|QBBq*>>SjxF-Vumk6?9qx%HnVuo0!?G^boFyt=akR{00TQN A;{X5v literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/delete-black.png b/js/libs/jquery.mobile/images/icons-png/delete-black.png new file mode 100644 index 0000000000000000000000000000000000000000..94a5b9f57974d7f743fc6af408d457abfbb57119 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEg(i(`nz>Er~51~!djtQ$@>v;1=|Wajgg_;jM_hRNe8$JIW{pUnLK zQL@MTU_H}1#i(NDeG`-;g>OnpXFRoE9-m>Ek&|n5n LS3j3^P67|nbxegd`IG;UveeRu$zHZuXZqNE3WOw;8cNcv(v~Ear zP3=pqI5N|?Tf5I>i_Wq+4bpDCZC6h!-?HfXoc>2=xBPd?3_U6H)A|X+iHX6^ ab&OW73Cx}!Tkis`VeoYIb6Mw<&;$U)B|Osr literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/edit-black.png b/js/libs/jquery.mobile/images/icons-png/edit-black.png new file mode 100644 index 0000000000000000000000000000000000000000..ab390d7a170003eab1834a240f2bdc876bc16a45 GIT binary patch literal 163 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEU#i(`nz>Er|jITHs%PlhEA?M2Kdte&WG_QW~mTVXj|(jFIGCVl=l zc~#+r>>veqVGflEi#b`uKm?zIsk*~lUl9g|s*AQE#V$g>fCe&ny85}Sb4q9e0B^%8 Ap#T5? literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/edit-white.png b/js/libs/jquery.mobile/images/icons-png/edit-white.png new file mode 100644 index 0000000000000000000000000000000000000000..ae657a02d60f665d3aa6ef959cb8577ba96787b4 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDVZi(`nz>Er|jp+Eos?`Le0^k59|HMrog&h5~wiF4hzti2&3^hI54 zx!~J9|5Y+&{>&2bxW;mIhQlVc6~|arvYWDO7_Rbcifp`*!oeVsty!iae$EMKE`z75 KpUXO@geCyiE;2p< literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/eye-black.png b/js/libs/jquery.mobile/images/icons-png/eye-black.png new file mode 100644 index 0000000000000000000000000000000000000000..d7cc1d06931dc19f5a9208b2f07b0ecf163e4412 GIT binary patch literal 249 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|sz7sn8b)5!@E83#Cy1Ul3RbnJKf$hbm6SP<>zopr0Oxg61ONa4 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/eye-white.png b/js/libs/jquery.mobile/images/icons-png/eye-white.png new file mode 100644 index 0000000000000000000000000000000000000000..c05bd0d8acdc575aeff54977026d9bff306e4fb7 GIT binary patch literal 253 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx}H@7sn8b)5!@E0U!SVuXj`EV|vu=@JF>amo#q#cX?>=`xZ=@d zhZ>oa1t}XQadwygSG;Ioro7F;u{=vp%#_vR({+cscGU?HL}r{9%xXWF;kKhdcDfyM3sk4=MHl)GNy7weL2i~gIRhl z^98Ty7>n;lybe+;R!sWGWOQZnSreBBe!o~H6GP&p8v8F*J((A1@AAOqd49@H?tjhO zt!7`G({o3eN&MVAx7lV1ZT$DY#{Pc1LTLk|TSEHLOO*_B?|5GcewY%~FuA^X<->Kh qI}KTGo-nx+H|@OE=CaewKbS%S;|@+_eXj=e7=x#)pUXO@geCy!#BwbF literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/forbidden-white.png b/js/libs/jquery.mobile/images/icons-png/forbidden-white.png new file mode 100644 index 0000000000000000000000000000000000000000..bf135930f01a908ad207282f578124ec38c81105 GIT binary patch literal 308 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx`x67sn8b)2){b^A0(Pv^>=1v=w}$qxeWd@6uDAI}9REjXJb^{Th{@ z%4mo<9G;%GK_~gJhxSeDe}C_tyB!pDh-dzfqmt@>9x!jdq`v2ILIitA?FCi&nun~5 z*I1f;)Z?A=?bg&RpDL@UWB(6tdE#^3>nn4GbbYK)%NFyU?2k?Fty8g;I4aX(c<$du zl}~JY*dJ?FFP~(2aL?syygf(1?oHXT;U(u{?)vAIS7ncXV&ti|i9frllyRG9{v2c7 zsHu7tum9~lRnWd=e`C}Kk?c1GK95Ype5)_oGj{UotN)rg0q8>pPgg&ebxsLQ0580H AGynhq literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/forward-black.png b/js/libs/jquery.mobile/images/icons-png/forward-black.png new file mode 100644 index 0000000000000000000000000000000000000000..bcc46226e3c5ac3c504e2da089dd891cb84eb0bd GIT binary patch literal 233 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkTMBi(`nz>Er|jJ`;lpoc|`T{%LPGOSYkcNkE?c(RGJE?4HVDXR91) z*n9=edKLvrci20s&SNUn7TC?O(L`YLqs_V6AxXLd#gl|A;ulO3TH?m;vshr|!M*&e zHckxb%?s%L->`$PBhuqy4BJ%>qX&8d;>;VFHqNqb_@NfHN04_$!wvq9=}aGuW4aic XmKm+)k7&LGbQXiBtDnm{r-UW|*xX2q literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/forward-white.png b/js/libs/jquery.mobile/images/icons-png/forward-white.png new file mode 100644 index 0000000000000000000000000000000000000000..fa80f3677ec180fd4cf5fe60bbb4fea1db542109 GIT binary patch literal 243 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{(b7sn8b({nE>@;fGqusyI=UNOn{Vs2e?g4$1Gvx|0)-_>0LLq+Qy z1T<%LJ`=2YxM}CR^83H$rKek~pY~!=TrKpzWz`0W|wLJ9Y>;PS>qqh%I^O zdAH*d^Odfv_8+tpIV37R+*XKUaT>XgsXi{YkugkJXZ1fG`HK1!<)jIzuMr`?P*g!G511>VCAyV)PJR?;tjPE^)H8YJ#RMsEp*Cwve!o0 zH7~iAE&OvOY<|$cp6>SvCKERIz1(QeRRaCS;OXk;vd$@?2>?V)c(nik literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/grid-black.png b/js/libs/jquery.mobile/images/icons-png/grid-black.png new file mode 100644 index 0000000000000000000000000000000000000000..aee31601c1287cdb68bc465dfac35d4becf1ce79 GIT binary patch literal 160 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDhdi(`nz>Ewij1Pjh1{}=wSU}jP1p4-qh*HQd;e_N-Ra`fXum2-hB zlyZ{PH*`#7Zwq)ZN5M#8g}6m}2WN+(j0M9X-u87q>z924n#SPi>gTe~DWM4fag8kt literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/grid-white.png b/js/libs/jquery.mobile/images/icons-png/grid-white.png new file mode 100644 index 0000000000000000000000000000000000000000..19652cdb8f4ecedd3f8676e29039438f1ae0985d GIT binary patch literal 167 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEIxi(`nz>Es{(|NlSvpQB(7Bgcg!ehx>^DRdh)d9bM*;9xn@VQ4sk z(?QB#;bXsJW=@j&#*T@MZD9}Qs2C}%5VuI@U_BzhFT+rbP0 Hl+XkKKq@gX literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/heart-black.png b/js/libs/jquery.mobile/images/icons-png/heart-black.png new file mode 100644 index 0000000000000000000000000000000000000000..fda9f924877666b8f83063a2c83d88bda474c2a6 GIT binary patch literal 242 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_iw7sn8b({nG_@-aF}ust{~8q?BsOf{qB#_Yhg1+2DTLN)IY4A{AS{V7LMi%8fS!#NU$ci@vINpek1hE=7bn6zS&jZo^M^2 zR`8xNzu*lczrkBZ_51UCtrtWnI>$sW$lmdLGUp|!DPrL|>5Y4sYz?kYFrCLbC3$7) jqK4u%C1;lL?Pau|RR7{u_ih`Y`xrc3{an^LB{Ts5!P-|h literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/heart-white.png b/js/libs/jquery.mobile/images/icons-png/heart-white.png new file mode 100644 index 0000000000000000000000000000000000000000..ba7a949e33e4800538660675cc8b94cf8d3f693e GIT binary patch literal 246 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_Ko7sn8b({nHEswrnJY8U)w?^4b4Sk5cP&P9C6M=q_Hc$e^ykDSY1$Sv~x m!_+NOKEsvojA3ngJ+qRJqrc#UpZ|ewWbkzLb6Mw<&;$S&bXE`m literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/home-black.png b/js/libs/jquery.mobile/images/icons-png/home-black.png new file mode 100644 index 0000000000000000000000000000000000000000..6b4e5f35aef0a787439eb31b69b584cd795a2a87 GIT binary patch literal 150 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprD1Pi(`nz>Ewh1yiyBhs4!gmAm1f@;-brzw47NSS;v-hE>BA`Nz71l p6%L!-d9{Uc#iEHKI}=w6GL(NwTB;hbBo1f>gQu&X%Q~loCIG$0DVhKP literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/home-white.png b/js/libs/jquery.mobile/images/icons-png/home-white.png new file mode 100644 index 0000000000000000000000000000000000000000..c1f8feda6bbfd4d223326cf9133fcd4972cd8700 GIT binary patch literal 154 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDPXi(`nz>Ewh1jQ{@szt3=pX9>d!HHi!bcj3ZWg&Bv|&umb8GpqAT u%c_|!zB9~(S2NF+*Szl0b*JDO2g56o`DMEvD$N0!!{F)a=d#Wzp$P!yq%GP2 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/info-black.png b/js/libs/jquery.mobile/images/icons-png/info-black.png new file mode 100644 index 0000000000000000000000000000000000000000..46ee7e3b95ab0e611ab1b0c99f549d66e7c15645 GIT binary patch literal 250 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_)&7sn8b(@QUTa~*OJXnFWvjBRf_%X>wZJ$^3z=^f%98FzWzDN*2? z?675l+2zmY7w`IcjV(RqBj0w5#9SwKn~VNG8nxI6}RuU)h= q_<}AwuhycSzAE3l6kdJ&{D7I4qn#(9Q!E_lP6kg`KbLh*2~7Z_6Inq3 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/info-white.png b/js/libs/jquery.mobile/images/icons-png/info-white.png new file mode 100644 index 0000000000000000000000000000000000000000..af8346f1467b23c53d0e42c63ee6662242328e28 GIT binary patch literal 251 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|6j7sn8b(@QV;avd@daCmsf>0-6VM>(g1uQjS{y!U#9UI?`}Uz{;l z?+W{7&rg$ndTQz?^x5|9aNTkvG0bSgv7;90S7u(}=hF+|z4mLl%*#~$&OS6A zzUbZ->a9o)aB~Y@RDA4-;KyInZ~Rk`^Wym)T^MZ8{czb?&nJA7kGsvSY3Pw#{cvq5 sPkGNf=c2CGSm+YHpQntDKg)U|^@>)by@J8M_+H z{C~XoHCgt@**CM(9!{6ZXyB`0GTo5SAhUyc{rcU!M|<1c6&QjSOtP*_Tpnnkcfxkh zhgE@TF>2)>4>h}q8U%-&e!I6o_~(rCYxfo~ZJD^@>TGXGPH#5@_A248MT>9DEbwM( l<>VH!d_5_W@pOHEzIltKo*-}A2cQ!fJYD@<);T3K0RXgmRC@pb literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/location-white.png b/js/libs/jquery.mobile/images/icons-png/location-white.png new file mode 100644 index 0000000000000000000000000000000000000000..f6eeacd73cc73cdbfb18ba8f5f408aa2d6972bbf GIT binary patch literal 247 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{hT7sn8b(^D@R@-YUAv|YR&*|_j>SJ-*2h$&M$6r4k@wFs0VZxzx2=uQ7YF^nLSmA0md779 oXg>VK|3>osf4s>(cD40PGrjcOGasLu0(2yUr>mdKI;Vst017N!9{>OV literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/lock-black.png b/js/libs/jquery.mobile/images/icons-png/lock-black.png new file mode 100644 index 0000000000000000000000000000000000000000..bf947e81d792a3504200b26a39ba2fcc602d1a20 GIT binary patch literal 204 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkSV-i(`nz>Ewh1EC(HGBs%sxe^gZ9OHp8`YW!i(cc;}m*dXK}zrs1T zBu0g2&70~Sp8naGX~Q%1%rT|u%u}s9d>@yuSi&G?S-0X&c#c$J-9gq3r~a!8UUpl| uDKLBT;)@a;z9%oEr|l=Kufy^RqoV?C?jni=VMjf!U5Bwxr6o^1-FQm&$g+>tAwdk?GWH?ww9R@G8jk;;@#()O wi^=5-rX$auWSFoe1s9o^IT-#mxuh1tc!iyh$K2=@JJ50lPgg&ebxsLQ0JDigY5)KL literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/mail-black.png b/js/libs/jquery.mobile/images/icons-png/mail-black.png new file mode 100644 index 0000000000000000000000000000000000000000..cb67c0e26b80ec0c16696f406f6a022b39c9c8cd GIT binary patch literal 226 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkRxqi(`nz>Er|n4guaH@{K?2C;m_l;b#^X&}RA=sAST3MZ@8%K@4k> zu0k5yBQ}M9&92NIYvfkBNv~qp`6${Uyufce)1%)Wv)(aoR1MK%T=mVKdDcnp1?L_x zKT-`i!!8=#uuSZ5q`~sT3}-U`b7s1fS#7!;V4&<{zOte7&WZFS2_puE->n{vqW?U% Q1Kq>m>FVdQ&MBb@0Hb_HQ2+n{ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/mail-white.png b/js/libs/jquery.mobile/images/icons-png/mail-white.png new file mode 100644 index 0000000000000000000000000000000000000000..06a60839d239dd1cfeb46a8d13eb00f474e385bf GIT binary patch literal 227 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkS+~i(`nz>Ewh3)<6FLuQw5>|Ko4Nu(Fpe^9fUutAd?Zi`oP!)(LVG zj;(fB!+PY5!ySer^&2u6IzlZXjmnZy`!;~Ej7^GhEF}O6a-xR;s R{srhD22WQ%mvv4FO#rWdOYr~z literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/minus-black.png b/js/libs/jquery.mobile/images/icons-png/minus-black.png new file mode 100644 index 0000000000000000000000000000000000000000..97589d7cfb70eb7ee6fbd69648e56d55c5902812 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDwii(`nz>Er|n){2AmMjrz%S#T9FFf27OKba|z+X_^{;OXk;vd$@? F2>`U_8Eyao literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/minus-white.png b/js/libs/jquery.mobile/images/icons-png/minus-white.png new file mode 100644 index 0000000000000000000000000000000000000000..874eaf37890e0049b66191217bdb1d944c9210f3 GIT binary patch literal 116 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDwii(`m|e{zBZ>yCrhOoT<3DpDpB?WfhdT^M z_!o2~{;(F{UZnku;gN^JJ>Db#FPI$oP?W;k=3v9xasOdJPfzRx+g!FI7ad~wk9ary zU=i5wdYPrjOnIYX=bNsophXW=L&s=8$BTl~TzI8jtv`aw}Gt h=acu#la=b1OVN~;OXk;vd$@?2>^+%QO5uP literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/navigation-white.png b/js/libs/jquery.mobile/images/icons-png/navigation-white.png new file mode 100644 index 0000000000000000000000000000000000000000..195388d0c674eebcb65fd7d768c469711e8f8e83 GIT binary patch literal 241 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|Ur7sn8b)5!@7On?0Uzh6M$In&3OBoSlAjoJe186L_1S5#o1&sM3B z$MA^#f8fD#1u>WKGmJ+jI_#0|`2Y7f-!$cH1C~dc4u9U+Cq8I;mualf$M&d7A&%*Y zdczOhS!xqDOLp>lri5RaEX1n5aMnMjjWU{2)16G;DVbi9ULd9HaaDquSEVe-bQbf+ gl%mVa70oOe!o}J7qI%ZP20D+y)78&qol`;+04k+TO8@`> literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/phone-black.png b/js/libs/jquery.mobile/images/icons-png/phone-black.png new file mode 100644 index 0000000000000000000000000000000000000000..6d0a09cdfb3cbb4fca6cfd3e58766c743cac8863 GIT binary patch literal 270 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_2i7sn8b)5!@y!1RdKp@yZSQqqGV(4j`G<3IC9!yuFWjE}Bn%&P3T z_=9&zopr0I0cI-~a#s literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/phone-white.png b/js/libs/jquery.mobile/images/icons-png/phone-white.png new file mode 100644 index 0000000000000000000000000000000000000000..773b60233cb15da7a1020414b1364fa114d4687e GIT binary patch literal 274 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx_oy7sn8b)5$;n|F;(w&}Vq0>~Q9^gARjMAJe1F{}mrdT%6U&b)Vs5 zmdRP0BN>0#u5Msk_0wEnw$S2_U+P&RSdYjZvDzx*`B*iGsa^h+zXXSxYq8FxWBLv` zeqGOgdd#wC*l0RykC;Gl^5qk3M|Mv%`Ool3WW^j)lP??9g%&7?3%vi?&!xxsv1mz! zU6;4SfNTsgl!@ggh3!ji!Ke+&{A Q1KrQy>FVdQ&MBb@05n!*00000 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/plus-black.png b/js/libs/jquery.mobile/images/icons-png/plus-black.png new file mode 100644 index 0000000000000000000000000000000000000000..08547279df5a0f720d6e298611f3a6947225c290 GIT binary patch literal 123 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEX$i(`nz>Ewh1eE$|FE;?9n`Nw=8n<*xJY78<`jBUH(7xqt6QUoew N@O1TaS?83{1OU`n9#sGU literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/plus-white.png b/js/libs/jquery.mobile/images/icons-png/plus-white.png new file mode 100644 index 0000000000000000000000000000000000000000..7b484187a63abb44b261a3426f60c8171c02b54d GIT binary patch literal 124 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprD+mi(`nz>Ewh1O#c=$vLziXxcpwYUIP OGI+ZBxvXBPe}cDV2%8ck<$99 zUOD>@lcTQDTqdu@=NDFp h3%D=-IlYE~!Tg!iuD+tfeLx>Ec)I$ztaD0e0sxS$VY~nU literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/power-white.png b/js/libs/jquery.mobile/images/icons-png/power-white.png new file mode 100644 index 0000000000000000000000000000000000000000..8852da1a20070e815be83df8894ecd34bb9ad5f6 GIT binary patch literal 302 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx^~h7sn8b)5!@382|nMzhAtg+;{@lKW9cmF6YJ{Vgj=lXR`!tbEuK- zV7_Ro$@DRN#jOAxspN%s^c{5C*A#MvB$?_hXPPO!z)5(b>AiL?smB*H*hF_VuldLy zGJ&<DeiSa1 rQ_Dzs&-Unfz#i_7#S{N}3oRFQpzS$6;RW(>ZK$@>VA#hStl+(1Ui+$)78&qol`;+0Q6^6Q~&?~ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/refresh-black.png b/js/libs/jquery.mobile/images/icons-png/refresh-black.png new file mode 100644 index 0000000000000000000000000000000000000000..fb19712aac4448e45b4d585cb6c4116a688fbd02 GIT binary patch literal 295 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{YQ7sn8b)5!@Atd|__a2^S7_@OTFpW%_W!yT?8LLRSPO*B2q^if>l zUq5p_(<2XsJhn&n2EK+4fB07=hzdkA8cK^qGk=USaXuiW+W5mbM4_M2{6_z}jk2dA zo85zr&7{{mSWdGrF-`iYAMu!9qrJD$#bMjA(*eELmSp8LXT^B8M8zwlwH2x?oXCAC zrpY~6G~}#f%0Z4LEE^a*-ZsvV?vib+;0}4GFTlQVwglS|`41|V6JiYXo_8=73Jc6{ jUv^tRpiDW0kB=cP!dEEn#)>4Mrx-k4{an^LB{Ts5Znj~c literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/refresh-white.png b/js/libs/jquery.mobile/images/icons-png/refresh-white.png new file mode 100644 index 0000000000000000000000000000000000000000..fdd59adb9774476597d60c40a2890c0bbe561fb3 GIT binary patch literal 301 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx}8=7sn8b)5!@AO#lD?pU(EkPhlU^5&Om;>;myjkHQqDIRu6GuhA6i z*#GA^uN`Bdihw!uNBJ4cBozL!hi>5NSlcjzw`*-6(L!S4z(A4PPMREi+4M;}7vQAK9lIKIXu+z~yo33b*Va(`}BX>r|cA>I)bj zwwQF`1Z$&^&8$@mviOv^-4s+CcpY;1kK74(!*L{fK~a691;^bZ1`7Wg)K4}(X)3gI r=joW;@WaOBZe8Oh$3o4vHDU~HAE#b_VSb|x=rsmUS3j3^P6kC9f+hRai=E5(!VJ1y-?aX3X*Jq0)8X*UgJ(~CKYh@VWwq#eiKEhSkIL+KaTV-4 z&X>0+{n_mo&gQQ=xmL6(y~^W~bGy5O!Q7xB_|Ec!7VjQu>Gr7J&U;|GY3rRUsy1$i zt@A#{{5o&k^W=f$7U2iX$0LrrRy^PMbj>fr)`ds3|8YH^a>)AMN~YZsf0$fP+c!Gj SkJShIn8DN4&t;ucLK6Uebcjm; literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/search-white.png b/js/libs/jquery.mobile/images/icons-png/search-white.png new file mode 100644 index 0000000000000000000000000000000000000000..274517d360b4fbe92fa20c9d71535aa6bbe5003f GIT binary patch literal 321 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|Rq7sn8b(^D^=*J=$EY5SO8^l7O8FlnXH)N>CcEQ|u!^c+sz|6m;1eE0gjB;NbaYs21dU9H7tYGrX;w(7>wl2EBL zkKF3!ZJ0JWi)WF^0jp;ldmf*N-*`o2yKtt-<{t__JcZ}5-q5gF-0Qz*vERYmj_&<; z9@tqGXI2P4^m3FsOvg7Y?@bSi$T7<$8SN|+mp^D$93B2qrd8kO!P<}W zYkQtQVU$)Q6b_g4QiR(zlQgI)4`Q$qHHKa+vp OW$<+Mb6Mw<&;$UIeSoC^ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/shop-black.png b/js/libs/jquery.mobile/images/icons-png/shop-black.png new file mode 100644 index 0000000000000000000000000000000000000000..c2f3719c368082f44b0327ba686537948e6b0a3d GIT binary patch literal 174 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkRQfi(`nz>Ewh1EN>iaSUc`Be{|QFEgLH+EY`c%L5KCoD~B~qM~ocq z9Clz~xT(^1gngsEz~YbghDkjYB9EDSZv4q;bv@Ix%uI;Y&GeF!GDGD%Zile%lNfEr|l=Kufyr?WrOboe9JVefSF4NnV0$U`dyG3KN|g?kJ~ zCU;)s*yPF6$#3+4*-+}gurk|p1=a_bGCEz?S{h27+*TO!xFM5;VTPBCm!a@}F`&^5 Mp00i_>zopr0Nh(Jo&W#< literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/star-black.png b/js/libs/jquery.mobile/images/icons-png/star-black.png new file mode 100644 index 0000000000000000000000000000000000000000..381e1f285354018bc559afb742032e51b50cd73e GIT binary patch literal 231 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KpkSw`i(`nz>Ewh1ygdtNq!@5_q)%GaDc)hv{83%unWAg5mB9b@M%N@cM;) VqomF4^FT*2c)I$ztaD0e0sxeqNTdJ& literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/star-white.png b/js/libs/jquery.mobile/images/icons-png/star-white.png new file mode 100644 index 0000000000000000000000000000000000000000..bf6c4abbbea9ce6a4b9845c7281e69b9af457990 GIT binary patch literal 239 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx{JL7sn8b)5!@382|nMpU-oMX9?4SWswdxlS6#>IQ)_9uxB*n*Oa>a zU)e!QQ|i1@rcJYVAd^7-Uw<2hmA&nm*O(rycFEYq6x5w(EH0pbU~#6M2d`eb_T!5y zdh`P}eaJX-WO*TT$i-*{zV=7k12%r$VY1Odxkg*STdC8V>7$v#KaQYg-^GmkPOzP9 eykZc*#gKE~t)sqt$vU9p7(8A5T-G@yGywoigHHGW literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/tag-black.png b/js/libs/jquery.mobile/images/icons-png/tag-black.png new file mode 100644 index 0000000000000000000000000000000000000000..d6f65d1b291355f1e3cd42b7d2c2d47a5474394a GIT binary patch literal 159 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprE6ti(`nz>EwijgdhE^<^}?c|0b`NTy}w{L)YUXPcX}+6xXh^|2q#v yn40%wspEs{%vL*%sO#cg;*^*3WF>YkNIBTLvqe-M-?&tbP4$Nk~ yyo+afb|f>+;#BKl+cZf@?Cgo>w;$fMSNuKDFa}RoKbLh*2~7a~t}KZF literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/user-black.png b/js/libs/jquery.mobile/images/icons-png/user-black.png new file mode 100644 index 0000000000000000000000000000000000000000..1a0cb07718e6c966ca1a075296f5f8c568f6a8e9 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|^*7sn8b)5!@3SaclruyoWjf8!uYXXBEHHT z>($*JtLsR`3tn2%0$M2q>Ow9c$Jrj1I9&(|GXR48fKn9On{ zexgY&Tasb?-de3>IDp5alYgACV^HwM0)4u6>ZGZsC5 k?jUpCp^2@;XPz5_=)R-}8tVdX1D(j=>FVdQ&MBb@06$1kZvX%Q literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/user-white.png b/js/libs/jquery.mobile/images/icons-png/user-white.png new file mode 100644 index 0000000000000000000000000000000000000000..f843f6f88d13c1e2d63cb15233af73095e9e0ee9 GIT binary patch literal 245 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+Kpx|^*7sn8b({nFb^Eo<-G(6N)$#K4*m2-e=$|8}qx*cmfoI->y-fVC= zsb#ZBY1QmI{?3mIV}}k}Ve>VAnC9_=p!dY*E zLOwsZ@SUx4LsKxD)q+3ScO%*69Ftkz_*!_^0=eJQPOI-YA+58p*>KzU_|F;#*_5{g n)+~_w_UQIP=|4B`e_)f2KQQ6`$2qfsPGsbP0l+XkKR*7A+ literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/video-black.png b/js/libs/jquery.mobile/images/icons-png/video-black.png new file mode 100644 index 0000000000000000000000000000000000000000..97e74d40f3ad5d0db12f8ca9b5fb810c6fc30008 GIT binary patch literal 171 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprEg(i(`nz>Er|n4groM`i(#A`TlTq{N0#&WI1PB{Gykc2?|caJj&U> z{8t@gOR?K1C4GT+(N4EbbGrmB)^}X^!W3QdL%73xf?9kVBRj+KZv~3nbJE>`1~YiN L`njxgN@xNAlRz=P literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-png/video-white.png b/js/libs/jquery.mobile/images/icons-png/video-white.png new file mode 100644 index 0000000000000000000000000000000000000000..cbe8bdea12953877fd0210dc1cbe23ae6762a3c4 GIT binary patch literal 170 zcmeAS@N?(olHy`uVBq!ia0vp^d?3uh1|;P@bT0xamSQK*5Dp-y;YjHK@;M7UB8!1) zj({-ZRBb+KprDVZi(`nz>7y4bP0l+XkK&j&V6 literal 0 HcmV?d00001 diff --git a/js/libs/jquery.mobile/images/icons-svg/action-black.svg b/js/libs/jquery.mobile/images/icons-svg/action-black.svg new file mode 100644 index 0000000..ae0670a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/action-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/action-white.svg b/js/libs/jquery.mobile/images/icons-svg/action-white.svg new file mode 100644 index 0000000..381b002 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/action-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/alert-black.svg b/js/libs/jquery.mobile/images/icons-svg/alert-black.svg new file mode 100644 index 0000000..e1cf40c --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/alert-black.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/alert-white.svg b/js/libs/jquery.mobile/images/icons-svg/alert-white.svg new file mode 100644 index 0000000..69d8c0a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/alert-white.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-black.svg new file mode 100644 index 0000000..7a8b7de --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-black.svg new file mode 100644 index 0000000..8c8d305 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-white.svg new file mode 100644 index 0000000..f7379cd --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-l-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-black.svg new file mode 100644 index 0000000..95861e0 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-white.svg new file mode 100644 index 0000000..7874ca8 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-r-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-d-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-d-white.svg new file mode 100644 index 0000000..f80ad1b --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-d-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-l-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-l-black.svg new file mode 100644 index 0000000..0190649 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-l-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-l-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-l-white.svg new file mode 100644 index 0000000..d9de81d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-l-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-r-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-r-black.svg new file mode 100644 index 0000000..7853c5f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-r-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-r-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-r-white.svg new file mode 100644 index 0000000..8c28fc7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-r-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-black.svg new file mode 100644 index 0000000..abf9d90 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-black.svg new file mode 100644 index 0000000..08b5c6d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-white.svg new file mode 100644 index 0000000..234471e --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-l-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-black.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-black.svg new file mode 100644 index 0000000..db1536d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-white.svg new file mode 100644 index 0000000..5a510f2 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-r-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/arrow-u-white.svg b/js/libs/jquery.mobile/images/icons-svg/arrow-u-white.svg new file mode 100644 index 0000000..7e2aeb2 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/arrow-u-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/audio-black.svg b/js/libs/jquery.mobile/images/icons-svg/audio-black.svg new file mode 100644 index 0000000..f3651d7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/audio-black.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/audio-white.svg b/js/libs/jquery.mobile/images/icons-svg/audio-white.svg new file mode 100644 index 0000000..a689699 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/audio-white.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/back-black.svg b/js/libs/jquery.mobile/images/icons-svg/back-black.svg new file mode 100644 index 0000000..0b281e8 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/back-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/back-white.svg b/js/libs/jquery.mobile/images/icons-svg/back-white.svg new file mode 100644 index 0000000..c13ff0a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/back-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/bars-black.svg b/js/libs/jquery.mobile/images/icons-svg/bars-black.svg new file mode 100644 index 0000000..86b42c9 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/bars-black.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/bars-white.svg b/js/libs/jquery.mobile/images/icons-svg/bars-white.svg new file mode 100644 index 0000000..035c299 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/bars-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/bullets-black.svg b/js/libs/jquery.mobile/images/icons-svg/bullets-black.svg new file mode 100644 index 0000000..cd96193 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/bullets-black.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/bullets-white.svg b/js/libs/jquery.mobile/images/icons-svg/bullets-white.svg new file mode 100644 index 0000000..4655f15 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/bullets-white.svg @@ -0,0 +1,11 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/calendar-black.svg b/js/libs/jquery.mobile/images/icons-svg/calendar-black.svg new file mode 100644 index 0000000..5c3aede --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/calendar-black.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/calendar-white.svg b/js/libs/jquery.mobile/images/icons-svg/calendar-white.svg new file mode 100644 index 0000000..177dab9 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/calendar-white.svg @@ -0,0 +1,39 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/camera-black.svg b/js/libs/jquery.mobile/images/icons-svg/camera-black.svg new file mode 100644 index 0000000..58a3182 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/camera-black.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/camera-white.svg b/js/libs/jquery.mobile/images/icons-svg/camera-white.svg new file mode 100644 index 0000000..78c620e --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/camera-white.svg @@ -0,0 +1,10 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-d-black.svg b/js/libs/jquery.mobile/images/icons-svg/carat-d-black.svg new file mode 100644 index 0000000..03dc079 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-d-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-d-white.svg b/js/libs/jquery.mobile/images/icons-svg/carat-d-white.svg new file mode 100644 index 0000000..21ea91f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-d-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-l-black.svg b/js/libs/jquery.mobile/images/icons-svg/carat-l-black.svg new file mode 100644 index 0000000..bc853bc --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-l-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-l-white.svg b/js/libs/jquery.mobile/images/icons-svg/carat-l-white.svg new file mode 100644 index 0000000..d9a6ce7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-l-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-r-black.svg b/js/libs/jquery.mobile/images/icons-svg/carat-r-black.svg new file mode 100644 index 0000000..594cfa2 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-r-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-r-white.svg b/js/libs/jquery.mobile/images/icons-svg/carat-r-white.svg new file mode 100644 index 0000000..d384145 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-r-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-u-black.svg b/js/libs/jquery.mobile/images/icons-svg/carat-u-black.svg new file mode 100644 index 0000000..7647d06 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-u-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/carat-u-white.svg b/js/libs/jquery.mobile/images/icons-svg/carat-u-white.svg new file mode 100644 index 0000000..cdbc1cf --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/carat-u-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/check-black.svg b/js/libs/jquery.mobile/images/icons-svg/check-black.svg new file mode 100644 index 0000000..a4b8663 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/check-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/check-white.svg b/js/libs/jquery.mobile/images/icons-svg/check-white.svg new file mode 100644 index 0000000..7afefd5 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/check-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/clock-black.svg b/js/libs/jquery.mobile/images/icons-svg/clock-black.svg new file mode 100644 index 0000000..c68abef --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/clock-black.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/clock-white.svg b/js/libs/jquery.mobile/images/icons-svg/clock-white.svg new file mode 100644 index 0000000..5589238 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/clock-white.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/cloud-black.svg b/js/libs/jquery.mobile/images/icons-svg/cloud-black.svg new file mode 100644 index 0000000..ddfbde5 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/cloud-black.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/cloud-white.svg b/js/libs/jquery.mobile/images/icons-svg/cloud-white.svg new file mode 100644 index 0000000..d5b0794 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/cloud-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/comment-black.svg b/js/libs/jquery.mobile/images/icons-svg/comment-black.svg new file mode 100644 index 0000000..485fcc8 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/comment-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/comment-white.svg b/js/libs/jquery.mobile/images/icons-svg/comment-white.svg new file mode 100644 index 0000000..8d188db --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/comment-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/delete-black.svg b/js/libs/jquery.mobile/images/icons-svg/delete-black.svg new file mode 100644 index 0000000..74d9988 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/delete-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/delete-white.svg b/js/libs/jquery.mobile/images/icons-svg/delete-white.svg new file mode 100644 index 0000000..a6cc735 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/delete-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/edit-black.svg b/js/libs/jquery.mobile/images/icons-svg/edit-black.svg new file mode 100644 index 0000000..d908f9d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/edit-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/edit-white.svg b/js/libs/jquery.mobile/images/icons-svg/edit-white.svg new file mode 100644 index 0000000..a88643d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/edit-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/eye-black.svg b/js/libs/jquery.mobile/images/icons-svg/eye-black.svg new file mode 100644 index 0000000..d55bc65 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/eye-black.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/eye-white.svg b/js/libs/jquery.mobile/images/icons-svg/eye-white.svg new file mode 100644 index 0000000..f95ad50 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/eye-white.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/forbidden-black.svg b/js/libs/jquery.mobile/images/icons-svg/forbidden-black.svg new file mode 100644 index 0000000..fe831bc --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/forbidden-black.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/forbidden-white.svg b/js/libs/jquery.mobile/images/icons-svg/forbidden-white.svg new file mode 100644 index 0000000..710ac39 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/forbidden-white.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/forward-black.svg b/js/libs/jquery.mobile/images/icons-svg/forward-black.svg new file mode 100644 index 0000000..b0001d9 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/forward-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/forward-white.svg b/js/libs/jquery.mobile/images/icons-svg/forward-white.svg new file mode 100644 index 0000000..e1f3a6a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/forward-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/gear-black.svg b/js/libs/jquery.mobile/images/icons-svg/gear-black.svg new file mode 100644 index 0000000..4f397c5 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/gear-black.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/gear-white.svg b/js/libs/jquery.mobile/images/icons-svg/gear-white.svg new file mode 100644 index 0000000..3a5668f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/gear-white.svg @@ -0,0 +1,52 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/grid-black.svg b/js/libs/jquery.mobile/images/icons-svg/grid-black.svg new file mode 100644 index 0000000..e692e1f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/grid-black.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/grid-white.svg b/js/libs/jquery.mobile/images/icons-svg/grid-white.svg new file mode 100644 index 0000000..5cfaa7c --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/grid-white.svg @@ -0,0 +1,44 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/heart-black.svg b/js/libs/jquery.mobile/images/icons-svg/heart-black.svg new file mode 100644 index 0000000..f4946b0 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/heart-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/heart-white.svg b/js/libs/jquery.mobile/images/icons-svg/heart-white.svg new file mode 100644 index 0000000..190ebef --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/heart-white.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/home-black.svg b/js/libs/jquery.mobile/images/icons-svg/home-black.svg new file mode 100644 index 0000000..a4950a3 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/home-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/home-white.svg b/js/libs/jquery.mobile/images/icons-svg/home-white.svg new file mode 100644 index 0000000..b7c1a61 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/home-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/info-black.svg b/js/libs/jquery.mobile/images/icons-svg/info-black.svg new file mode 100644 index 0000000..151cfa2 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/info-black.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/info-white.svg b/js/libs/jquery.mobile/images/icons-svg/info-white.svg new file mode 100644 index 0000000..dd0f885 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/info-white.svg @@ -0,0 +1,38 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/location-black.svg b/js/libs/jquery.mobile/images/icons-svg/location-black.svg new file mode 100644 index 0000000..4a29d73 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/location-black.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/location-white.svg b/js/libs/jquery.mobile/images/icons-svg/location-white.svg new file mode 100644 index 0000000..2b6ac8a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/location-white.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/lock-black.svg b/js/libs/jquery.mobile/images/icons-svg/lock-black.svg new file mode 100644 index 0000000..0a005ea --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/lock-black.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/lock-white.svg b/js/libs/jquery.mobile/images/icons-svg/lock-white.svg new file mode 100644 index 0000000..b1e042c --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/lock-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/mail-black.svg b/js/libs/jquery.mobile/images/icons-svg/mail-black.svg new file mode 100644 index 0000000..635c615 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/mail-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/mail-white.svg b/js/libs/jquery.mobile/images/icons-svg/mail-white.svg new file mode 100644 index 0000000..547f512 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/mail-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/minus-black.svg b/js/libs/jquery.mobile/images/icons-svg/minus-black.svg new file mode 100644 index 0000000..a20df14 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/minus-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/minus-white.svg b/js/libs/jquery.mobile/images/icons-svg/minus-white.svg new file mode 100644 index 0000000..8063cdc --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/minus-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/navigation-black.svg b/js/libs/jquery.mobile/images/icons-svg/navigation-black.svg new file mode 100644 index 0000000..6867808 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/navigation-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/navigation-white.svg b/js/libs/jquery.mobile/images/icons-svg/navigation-white.svg new file mode 100644 index 0000000..0d3115f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/navigation-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/phone-black.svg b/js/libs/jquery.mobile/images/icons-svg/phone-black.svg new file mode 100644 index 0000000..cf84c78 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/phone-black.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/phone-white.svg b/js/libs/jquery.mobile/images/icons-svg/phone-white.svg new file mode 100644 index 0000000..825425e --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/phone-white.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/plus-black.svg b/js/libs/jquery.mobile/images/icons-svg/plus-black.svg new file mode 100644 index 0000000..2e268b0 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/plus-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/plus-white.svg b/js/libs/jquery.mobile/images/icons-svg/plus-white.svg new file mode 100644 index 0000000..488129f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/plus-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/power-black.svg b/js/libs/jquery.mobile/images/icons-svg/power-black.svg new file mode 100644 index 0000000..461ea1f --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/power-black.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/power-white.svg b/js/libs/jquery.mobile/images/icons-svg/power-white.svg new file mode 100644 index 0000000..5c82ba7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/power-white.svg @@ -0,0 +1,12 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/recycle-black.svg b/js/libs/jquery.mobile/images/icons-svg/recycle-black.svg new file mode 100644 index 0000000..25078b7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/recycle-black.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/recycle-white.svg b/js/libs/jquery.mobile/images/icons-svg/recycle-white.svg new file mode 100644 index 0000000..8a9f5e7 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/recycle-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/refresh-black.svg b/js/libs/jquery.mobile/images/icons-svg/refresh-black.svg new file mode 100644 index 0000000..16c978c --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/refresh-black.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/refresh-white.svg b/js/libs/jquery.mobile/images/icons-svg/refresh-white.svg new file mode 100644 index 0000000..fa370e6 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/refresh-white.svg @@ -0,0 +1,40 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/search-black.svg b/js/libs/jquery.mobile/images/icons-svg/search-black.svg new file mode 100644 index 0000000..229b221 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/search-black.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/search-white.svg b/js/libs/jquery.mobile/images/icons-svg/search-white.svg new file mode 100644 index 0000000..a54a52a --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/search-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/shop-black.svg b/js/libs/jquery.mobile/images/icons-svg/shop-black.svg new file mode 100644 index 0000000..ba541b4 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/shop-black.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/shop-white.svg b/js/libs/jquery.mobile/images/icons-svg/shop-white.svg new file mode 100644 index 0000000..3acf9e8 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/shop-white.svg @@ -0,0 +1,9 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/star-black.svg b/js/libs/jquery.mobile/images/icons-svg/star-black.svg new file mode 100644 index 0000000..43076c0 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/star-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/star-white.svg b/js/libs/jquery.mobile/images/icons-svg/star-white.svg new file mode 100644 index 0000000..e0cc53d --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/star-white.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/tag-black.svg b/js/libs/jquery.mobile/images/icons-svg/tag-black.svg new file mode 100644 index 0000000..bd11ae6 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/tag-black.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/tag-white.svg b/js/libs/jquery.mobile/images/icons-svg/tag-white.svg new file mode 100644 index 0000000..7cd4a50 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/tag-white.svg @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/user-black.svg b/js/libs/jquery.mobile/images/icons-svg/user-black.svg new file mode 100644 index 0000000..7530c98 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/user-black.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/user-white.svg b/js/libs/jquery.mobile/images/icons-svg/user-white.svg new file mode 100644 index 0000000..5528c2e --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/user-white.svg @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/video-black.svg b/js/libs/jquery.mobile/images/icons-svg/video-black.svg new file mode 100644 index 0000000..9474acd --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/video-black.svg @@ -0,0 +1,7 @@ + + + + + + diff --git a/js/libs/jquery.mobile/images/icons-svg/video-white.svg b/js/libs/jquery.mobile/images/icons-svg/video-white.svg new file mode 100644 index 0000000..3619868 --- /dev/null +++ b/js/libs/jquery.mobile/images/icons-svg/video-white.svg @@ -0,0 +1,8 @@ + + + + + + diff --git a/js/libs/jquery.mobile/jquery.mobile-1.4.2.css b/js/libs/jquery.mobile/jquery.mobile-1.4.2.css new file mode 100644 index 0000000..f2bc600 --- /dev/null +++ b/js/libs/jquery.mobile/jquery.mobile-1.4.2.css @@ -0,0 +1,4698 @@ +/*! +* jQuery Mobile 1.4.2 +* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC +* http://jquerymobile.com +* +* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors +* Released under the MIT license. +* http://jquery.org/license +* +*/ + + +/* SVG icons */ +.ui-icon-action:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C12H2V5h1l2-2H0v11h13V7l-2%2C2V12z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-alert:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8%20C6.447%2C8%2C6%2C7.553%2C6%2C7V5c0-0.553%2C0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-d-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-d-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-d:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-u-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-u-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-arrow-u:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-audio:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-back:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M5%2C3V0L1%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C13%2C4%2C8%2C3%2C5%2C3z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-bars:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M1%2C4h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C2%2C0%2C2.447%2C0%2C3S0.447%2C4%2C1%2C4z%20M13%2C6H1%20C0.447%2C6%2C0%2C6.447%2C0%2C7c0%2C0.553%2C0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1C14%2C6.447%2C13.553%2C6%2C13%2C6z%20M13%2C10H1c-0.553%2C0-1%2C0.447-1%2C1%20s0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1S13.553%2C10%2C13%2C10z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-bullets:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M5%2C4h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C2%2C4%2C2.447%2C4%2C3S4.447%2C4%2C5%2C4z%20M13%2C6H5%20C4.447%2C6%2C4%2C6.447%2C4%2C7c0%2C0.553%2C0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1C14%2C6.447%2C13.553%2C6%2C13%2C6z%20M13%2C10H5c-0.553%2C0-1%2C0.447-1%2C1%20s0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1S13.553%2C10%2C13%2C10z%20M1%2C2C0.447%2C2%2C0%2C2.447%2C0%2C3s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C2%2C1%2C2z%20M1%2C6%20C0.447%2C6%2C0%2C6.447%2C0%2C7c0%2C0.553%2C0.447%2C1%2C1%2C1s1-0.447%2C1-1C2%2C6.447%2C1.553%2C6%2C1%2C6z%20M1%2C10c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1%20S1.553%2C10%2C1%2C10z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-calendar:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-camera:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M12%2C2.5H9.908c-0.206-0.581-0.756-1-1.408-1h-3c-0.652%2C0-1.202%2C0.419-1.408%2C1H2c-1.104%2C0-2%2C0.896-2%2C2%20v6c0%2C1.104%2C0.896%2C2%2C2%2C2h10c1.104%2C0%2C2-0.896%2C2-2v-6C14%2C3.396%2C13.104%2C2.5%2C12%2C2.5z%20M7%2C10.5c-1.657%2C0-3-1.344-3-3c0-1.657%2C1.343-3%2C3-3%20s3%2C1.343%2C3%2C3C10%2C9.156%2C8.657%2C10.5%2C7%2C10.5z%20M7%2C5.5c-1.104%2C0-2%2C0.896-2%2C2c0%2C1.104%2C0.896%2C2%2C2%2C2c1.104%2C0%2C2-0.896%2C2-2%20C9%2C6.396%2C8.104%2C5.5%2C7%2C5.5z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-carat-d:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-carat-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2210.596%2C11.949%205.646%2C7%2010.596%2C2.05%208.475%2C-0.071%201.404%2C7%208.475%2C14.07%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-carat-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-carat-u:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-check:after, +/* Used ui-checkbox-on twice to increase specificity. If active state has background-image for gradient this rule overrides. */ +html .ui-btn.ui-checkbox-on.ui-checkbox-on:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-clock:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-cloud:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M14%2C9.5c0-0.793-0.465-1.473-1.134-1.795C12.949%2C7.484%2C13%2C7.249%2C13%2C7c0-1.104-0.896-2-2-2%20c-0.158%2C0-0.311%2C0.023-0.457%2C0.058C9.816%2C3.549%2C8.286%2C2.5%2C6.5%2C2.5c-2.33%2C0-4.224%2C1.777-4.454%2C4.046C0.883%2C6.76%2C0%2C7.773%2C0%2C9%20c0%2C1.381%2C1.119%2C2.5%2C2.5%2C2.5h10v-0.07C13.361%2C11.206%2C14%2C10.432%2C14%2C9.5z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-comment:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-delete:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-edit:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-eye:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M7%2C2C3%2C2%2C0%2C7%2C0%2C7s3%2C5%2C7%2C5s7-5%2C7-5S11%2C2%2C7%2C2z%20M7%2C10c-1.657%2C0-3-1.344-3-3c0-1.657%2C1.343-3%2C3-3%20s3%2C1.343%2C3%2C3C10%2C8.656%2C8.657%2C10%2C7%2C10z%20M7%2C6C6.448%2C6%2C6%2C6.447%2C6%2C7c0%2C0.553%2C0.448%2C1%2C1%2C1s1-0.447%2C1-1C8%2C6.447%2C7.552%2C6%2C7%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-forbidden:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-forward:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M13%2C4L9%2C0v3C6%2C3%2C1%2C4%2C1%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L13%2C4z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-gear:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-grid:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-heart:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M7%2C1.872c-2-3-7-2-7%2C2c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.479%2C3%2C3c0.583-0.521%2C3-3%2C3-3s4-4%2C4-7%20C14-0.128%2C9-1.128%2C7%2C1.872z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-home:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-info:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-location:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M7%2C0C4.791%2C0%2C3%2C1.791%2C3%2C4c0%2C2%2C4%2C10%2C4%2C10s4-8%2C4-10C11%2C1.791%2C9.209%2C0%2C7%2C0z%20M7%2C6C5.896%2C6%2C5%2C5.104%2C5%2C4%20s0.896-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2S8.104%2C6%2C7%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-lock:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M12%2C6V5c0-2.762-2.238-5-5-5C4.239%2C0%2C2%2C2.238%2C2%2C5v1H1v8h12V6H12z%20M7.5%2C9.848V12h-1V9.848%20C6.207%2C9.673%2C6%2C9.366%2C6%2C9c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C8%2C9.366%2C7.793%2C9.673%2C7.5%2C9.848z%20M10%2C6H4V5c0-1.657%2C1.343-3%2C3-3%20s3%2C1.343%2C3%2C3V6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-mail:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M0%2C3.75V12h14V3.75L7%2C9L0%2C3.75z%20M14%2C2H0l7%2C5L14%2C2z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-minus:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20style%3D%22fill%3A%23FFFFFF%3B%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-navigation:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2213%2C1%200%2C6%207%2C7%208%2C14%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-phone:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%22-0.01%200.008%2014%2014%22%20style%3D%22enable-background%3Anew%20-0.01%200.008%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M6.939%2C9.189C6.165%2C8.557%2C5.271%2C7.705%2C4.497%2C6.744C3.953%2C6.071%2C3.473%2C5.363%2C3.969%2C4.866l-3.482-3.48%20C-0.021%2C2.02-1.146%2C5.04%2C3.675%2C9.984c5.08%2C5.211%2C8.356%2C4.097%2C8.92%2C3.511l-3.396-3.4C8.725%2C10.568%2C8.113%2C10.146%2C6.939%2C9.189z%20%20M13.82%2C11.519v-0.004c0%2C0-2.648-2.646-2.649-2.647c-0.21-0.211-0.546-0.205-0.754%2C0.002L9.455%2C9.831l3.403%2C3.407%20c0%2C0%2C0.962-0.96%2C0.961-0.961l0.002-0.001C14.043%2C12.056%2C14.021%2C11.721%2C13.82%2C11.519z%20M5.192%2C3.644V3.642%20c0.222-0.222%2C0.2-0.557%2C0-0.758V2.881c0%2C0-2.726-2.725-2.727-2.726C2.255-0.055%2C1.92-0.05%2C1.712%2C0.156L0.751%2C1.121l3.479%2C3.482%20C4.231%2C4.604%2C5.192%2C3.645%2C5.192%2C3.644z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-plus:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20fill%3D%22%23FFF%22%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-power:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M11.243%2C2.408c-0.392-0.401-1.024-0.401-1.415%2C0c-0.391%2C0.401-0.391%2C1.054%2C0%2C1.455%20C10.584%2C4.642%2C11%2C5.675%2C11%2C6.773s-0.416%2C2.133-1.172%2C2.91c-1.512%2C1.558-4.145%2C1.558-5.656%2C0C3.416%2C8.904%2C3%2C7.872%2C3%2C6.773%20C3%2C5.673%2C3.416%2C4.64%2C4.172%2C3.863c0.39-0.401%2C0.39-1.054%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C1.624%2C3.574%2C1%2C5.125%2C1%2C6.773%20c0%2C1.647%2C0.624%2C3.199%2C1.757%2C4.365c1.134%2C1.166%2C2.64%2C1.809%2C4.243%2C1.809c1.604%2C0%2C3.109-0.645%2C4.243-1.811%20C12.376%2C9.975%2C13%2C8.423%2C13%2C6.773C13%2C5.125%2C12.376%2C3.574%2C11.243%2C2.408z%20M7%2C8.053c0.553%2C0%2C1-0.445%2C1-1v-6c0-0.553-0.447-1-1-1%20c-0.553%2C0-1%2C0.447-1%2C1v6C6%2C7.604%2C6.447%2C8.053%2C7%2C8.053z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-recycle:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M3%2C7h1L2%2C4L0%2C7h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.35v-2.205C8.41%2C10.789%2C7.732%2C11%2C7%2C11%20C4.791%2C11%2C3%2C9.209%2C3%2C7z%20M13%2C7c0-3.313-2.688-6-6-6C6.298%2C1%2C5.626%2C1.127%2C5%2C1.349v2.206C5.59%2C3.211%2C6.268%2C3%2C7%2C3c2.209%2C0%2C4%2C1.791%2C4%2C4%20h-1l2%2C3l2-3H13z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-refresh:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-search:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-5.5%2C5.5%20s2.463%2C5.5%2C5.5%2C5.5c1.152%2C0%2C2.223-0.355%2C3.104-0.962l3.684%2C3.683l1.414-1.414L10.171%2C8.766z%20M5.649%2C9.14c-1.933%2C0-3.5-1.567-3.5-3.5%20c0-1.933%2C1.567-3.5%2C3.5-3.5c1.933%2C0%2C3.5%2C1.567%2C3.5%2C3.5C9.149%2C7.572%2C7.582%2C9.14%2C5.649%2C9.14z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-shop:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M10%2C4V3c0-1.657-1.343-3-3-3S4%2C1.343%2C4%2C3v1H1v10h12V4H10z%20M4.5%2C6C4.224%2C6%2C4%2C5.776%2C4%2C5.5%20S4.224%2C5%2C4.5%2C5S5%2C5.224%2C5%2C5.5S4.776%2C6%2C4.5%2C6z%20M5%2C3c0-1.104%2C0.896-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2v1H5V3z%20M9.5%2C6C9.225%2C6%2C9%2C5.776%2C9%2C5.5%20S9.225%2C5%2C9.5%2C5S10%2C5.224%2C10%2C5.5S9.775%2C6%2C9.5%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-star:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20style%3D%22fill%3A%23FFFFFF%3B%22%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-icon-tag:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-user:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20fill%3D%22%23FFF%22%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-icon-video:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%20-2%2014%2014%22%20style%3D%22enable-background%3Anew%200%20-2%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20style%3D%22fill%3A%23FFFFFF%3B%22%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3C%2Fsvg%3E"); +} +/* Alt icons */ +.ui-alt-icon.ui-icon-action:after, +.ui-alt-icon .ui-icon-action:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M9%2C5v3l5-4L9%2C0v3c0%2C0-5%2C0-5%2C7C6%2C5%2C9%2C5%2C9%2C5z%20M11%2C12H2V5h1l2-2H0v11h13V7l-2%2C2V12z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-alert:after, +.ui-alt-icon .ui-icon-alert:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0L0%2C12h14L7%2C0z%20M7%2C11c-0.553%2C0-1-0.447-1-1s0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1S7.553%2C11%2C7%2C11z%20M7%2C8C6.447%2C8%2C6%2C7.553%2C6%2C7V5%20c0-0.553%2C0.447-1%2C1-1c0.553%2C0%2C1%2C0.447%2C1%2C1v2C8%2C7.553%2C7.553%2C8%2C7%2C8z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-d:after, +.ui-alt-icon .ui-icon-arrow-d:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%229%2C7%209%2C0%205%2C0%205%2C7%200%2C7%207%2C14%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-d-l:after, +.ui-alt-icon .ui-icon-arrow-d-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%203.5%2C7.5%200%2C4%200%2C14%2010%2C14%206.5%2C10.5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-d-r:after, +.ui-alt-icon .ui-icon-arrow-d-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210.5%2C7.5%203%2C0%200%2C3%207.5%2C10.5%204%2C14%2014%2C14%2014%2C4%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-l:after, +.ui-alt-icon .ui-icon-arrow-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C5%207%2C0%200%2C7%207%2C14%207%2C9%2014%2C9%2014%2C5%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-r:after, +.ui-alt-icon .ui-icon-arrow-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C7%207%2C0%207%2C5%200%2C5%200%2C9%207%2C9%207%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-u:after, +.ui-alt-icon .ui-icon-arrow-u:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%205%2C7%205%2C14%209%2C14%209%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-u-l:after, +.ui-alt-icon .ui-icon-arrow-u-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C11%206.5%2C3.5%2010%2C0%200%2C0%200%2C10%203.5%2C6.5%2011%2C14%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-arrow-u-r:after, +.ui-alt-icon .ui-icon-arrow-u-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C0%204%2C0%207.5%2C3.5%200%2C11%203%2C14%2010.5%2C6.5%2014%2C10%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-audio:after, +.ui-alt-icon .ui-icon-audio:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.018px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014.018%2014%22%20style%3D%22enable-background%3Anew%200%200%2014.018%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C4C0.447%2C4%2C0%2C4.447%2C0%2C5v4c0%2C0.553%2C0.447%2C1%2C1%2C1h1l4%2C4V0L2%2C4H1z%20M10.346%2C7c0-1.699-1.042-3.154-2.546-3.867L6.982%2C4.68%20C7.885%2C5.107%2C8.51%2C5.98%2C8.51%2C7S7.885%2C8.893%2C6.982%2C9.32L7.8%2C10.867C9.304%2C10.154%2C10.346%2C8.699%2C10.346%2C7z%20M9.447%2C0.017L8.618%2C1.586%20C10.723%2C2.584%2C12.182%2C4.621%2C12.182%2C7s-1.459%2C4.416-3.563%2C5.414l0.829%2C1.569c2.707-1.283%2C4.57-3.925%2C4.57-6.983%20S12.154%2C1.3%2C9.447%2C0.017z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-back:after, +.ui-alt-icon .ui-icon-back:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C3V0L1%2C4l4%2C4V5c0%2C0%2C6%2C0%2C6%2C3s-5%2C4-5%2C4v2c0%2C0%2C7-1%2C7-6C13%2C4%2C8%2C3%2C5%2C3z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-bars:after, +.ui-alt-icon .ui-icon-bars:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C4h12c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H1C0.447%2C2%2C0%2C2.447%2C0%2C3S0.447%2C4%2C1%2C4z%20M13%2C6H1C0.447%2C6%2C0%2C6.447%2C0%2C7%20c0%2C0.553%2C0.447%2C1%2C1%2C1h12c0.553%2C0%2C1-0.447%2C1-1C14%2C6.447%2C13.553%2C6%2C13%2C6z%20M13%2C10H1c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h12%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C10%2C13%2C10z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-bullets:after, +.ui-alt-icon .ui-icon-bullets:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C4h8c0.553%2C0%2C1-0.447%2C1-1s-0.447-1-1-1H5C4.447%2C2%2C4%2C2.447%2C4%2C3S4.447%2C4%2C5%2C4z%20M13%2C6H5C4.447%2C6%2C4%2C6.447%2C4%2C7%20c0%2C0.553%2C0.447%2C1%2C1%2C1h8c0.553%2C0%2C1-0.447%2C1-1C14%2C6.447%2C13.553%2C6%2C13%2C6z%20M13%2C10H5c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1h8%20c0.553%2C0%2C1-0.447%2C1-1S13.553%2C10%2C13%2C10z%20M1%2C2C0.447%2C2%2C0%2C2.447%2C0%2C3s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C2%2C1%2C2z%20M1%2C6C0.447%2C6%2C0%2C6.447%2C0%2C7%20c0%2C0.553%2C0.447%2C1%2C1%2C1s1-0.447%2C1-1C2%2C6.447%2C1.553%2C6%2C1%2C6z%20M1%2C10c-0.553%2C0-1%2C0.447-1%2C1s0.447%2C1%2C1%2C1s1-0.447%2C1-1S1.553%2C10%2C1%2C10z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-calendar:after, +.ui-alt-icon .ui-icon-calendar:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C8h2V6H0V8z%20M3%2C8h2V6H3V8z%20M6%2C8h2V6H6V8z%20M9%2C8h2V6H9V8z%20M12%2C8h2V6h-2V8z%20M0%2C11h2V9H0V11z%20M3%2C11h2V9H3V11z%20M6%2C11h2V9H6V11z%20%20M9%2C11h2V9H9V11z%20M12%2C11h2V9h-2V11z%20M0%2C14h2v-2H0V14z%20M3%2C14h2v-2H3V14z%20M6%2C14h2v-2H6V14z%20M9%2C14h2v-2H9V14z%20M12%2C1%20c0-0.553-0.447-1-1-1s-1%2C0.447-1%2C1H4c0-0.553-0.447-1-1-1S2%2C0.447%2C2%2C1H0v4h14V1H12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-camera:after, +.ui-alt-icon .ui-icon-camera:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C2.5H9.908c-0.206-0.581-0.756-1-1.408-1h-3c-0.652%2C0-1.202%2C0.419-1.408%2C1H2c-1.104%2C0-2%2C0.896-2%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2%20h10c1.104%2C0%2C2-0.896%2C2-2v-6C14%2C3.396%2C13.104%2C2.5%2C12%2C2.5z%20M7%2C10.5c-1.657%2C0-3-1.344-3-3c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3%20C10%2C9.156%2C8.657%2C10.5%2C7%2C10.5z%20M7%2C5.5c-1.104%2C0-2%2C0.896-2%2C2c0%2C1.104%2C0.896%2C2%2C2%2C2c1.104%2C0%2C2-0.896%2C2-2C9%2C6.396%2C8.104%2C5.5%2C7%2C5.5z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-carat-d:after, +.ui-alt-icon .ui-icon-carat-d:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2211.949%2C3.404%207%2C8.354%202.05%2C3.404%20-0.071%2C5.525%207%2C12.596%2014.07%2C5.525%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-carat-l:after, +.ui-alt-icon .ui-icon-carat-l:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2210.596%2C11.949%205.646%2C7%2010.596%2C2.05%208.475%2C-0.071%201.404%2C7%208.475%2C14.07%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-carat-r:after, +.ui-alt-icon .ui-icon-carat-r:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%223.404%2C2.051%208.354%2C7%203.404%2C11.95%205.525%2C14.07%2012.596%2C7%205.525%2C-0.071%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-carat-u:after, +.ui-alt-icon .ui-icon-carat-u:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%222.051%2C10.596%207%2C5.646%2011.95%2C10.596%2014.07%2C8.475%207%2C1.404%20-0.071%2C8.475%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-check:after, +.ui-alt-icon .ui-icon-check:after, +html .ui-alt-icon.ui-btn.ui-checkbox-on:after, +html .ui-alt-icon .ui-btn.ui-checkbox-on:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C4%2011%2C1%205.003%2C6.997%203%2C5%200%2C8%204.966%2C13%204.983%2C12.982%205%2C13%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-clock:after, +.ui-alt-icon .ui-icon-clock:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C12c-2.762%2C0-5-2.238-5-5s2.238-5%2C5-5s5%2C2.238%2C5%2C5%20S9.762%2C12%2C7%2C12z%20M9%2C6H8V4c0-0.553-0.447-1-1-1S6%2C3.447%2C6%2C4v3c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1S9.553%2C6%2C9%2C6z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-cloud:after, +.ui-alt-icon .ui-icon-cloud:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14%2C9.5c0-0.793-0.465-1.473-1.134-1.795C12.949%2C7.484%2C13%2C7.249%2C13%2C7c0-1.104-0.896-2-2-2c-0.158%2C0-0.311%2C0.023-0.457%2C0.058%20C9.816%2C3.549%2C8.286%2C2.5%2C6.5%2C2.5c-2.33%2C0-4.224%2C1.777-4.454%2C4.046C0.883%2C6.76%2C0%2C7.773%2C0%2C9c0%2C1.381%2C1.119%2C2.5%2C2.5%2C2.5h10v-0.07%20C13.361%2C11.206%2C14%2C10.432%2C14%2C9.5z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-comment:after, +.ui-alt-icon .ui-icon-comment:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v7c0%2C1.104%2C0.896%2C2%2C2%2C2h1v3l3-3h6c1.104%2C0%2C2-0.896%2C2-2V2C14%2C0.896%2C13.104%2C0%2C12%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-delete:after, +.ui-alt-icon .ui-icon-delete:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C3%2011%2C0%207%2C4%203%2C0%200%2C3%204%2C7%200%2C11%203%2C14%207%2C10%2011%2C14%2014%2C11%2010%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-edit:after, +.ui-alt-icon .ui-icon-edit:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M1%2C10l-1%2C4l4-1l7-7L8%2C3L1%2C10z%20M11%2C0L9%2C2l3%2C3l2-2L11%2C0z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-eye:after, +.ui-alt-icon .ui-icon-eye:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C2C3%2C2%2C0%2C7%2C0%2C7s3%2C5%2C7%2C5s7-5%2C7-5S11%2C2%2C7%2C2z%20M7%2C10c-1.657%2C0-3-1.344-3-3c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3%20C10%2C8.656%2C8.657%2C10%2C7%2C10z%20M7%2C6C6.448%2C6%2C6%2C6.447%2C6%2C7c0%2C0.553%2C0.448%2C1%2C1%2C1s1-0.447%2C1-1C8%2C6.447%2C7.552%2C6%2C7%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-forbidden:after, +.ui-alt-icon .ui-icon-forbidden:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12.601%2C11.187C13.476%2C10.018%2C14%2C8.572%2C14%2C7c0-3.866-3.134-7-7-7C5.428%2C0%2C3.982%2C0.524%2C2.813%2C1.399L2.757%2C1.343L2.053%2C2.048%20L2.048%2C2.053L1.343%2C2.758l0.056%2C0.056C0.524%2C3.982%2C0%2C5.428%2C0%2C7c0%2C3.866%2C3.134%2C7%2C7%2C7c1.572%2C0%2C3.018-0.524%2C4.187-1.399l0.056%2C0.057%20l0.705-0.705l0.005-0.005l0.705-0.705L12.601%2C11.187z%20M7%2C2c2.761%2C0%2C5%2C2.238%2C5%2C5c0%2C1.019-0.308%2C1.964-0.832%2C2.754L4.246%2C2.832%20C5.036%2C2.308%2C5.981%2C2%2C7%2C2z%20M7%2C12c-2.761%2C0-5-2.238-5-5c0-1.019%2C0.308-1.964%2C0.832-2.754l6.922%2C6.922C8.964%2C11.692%2C8.019%2C12%2C7%2C12z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-forward:after, +.ui-alt-icon .ui-icon-forward:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M13%2C4L9%2C0v3C6%2C3%2C1%2C4%2C1%2C8c0%2C5%2C7%2C6%2C7%2C6v-2c0%2C0-5-1-5-4s6-3%2C6-3v3L13%2C4z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-gear:after, +.ui-alt-icon .ui-icon-gear:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M13.621%2C5.904l-1.036-0.259c-0.168-0.042-0.303-0.168-0.355-0.332c-0.092-0.284-0.205-0.559-0.339-0.82%20c-0.079-0.153-0.073-0.337%2C0.017-0.486l0.549-0.915c0.118-0.196%2C0.088-0.448-0.075-0.61l-0.862-0.863%20c-0.162-0.163-0.414-0.193-0.611-0.075l-0.916%2C0.55C9.844%2C2.182%2C9.659%2C2.188%2C9.506%2C2.109C9.244%2C1.975%2C8.97%2C1.861%2C8.686%2C1.77%20c-0.165-0.052-0.29-0.187-0.332-0.354L8.095%2C0.379C8.039%2C0.156%2C7.839%2C0%2C7.609%2C0H6.391c-0.229%2C0-0.43%2C0.156-0.485%2C0.379L5.646%2C1.415%20C5.604%2C1.582%2C5.479%2C1.718%2C5.313%2C1.77c-0.284%2C0.092-0.559%2C0.206-0.82%2C0.34C4.339%2C2.188%2C4.155%2C2.182%2C4.007%2C2.093L3.092%2C1.544%20c-0.196-0.118-0.448-0.087-0.61%2C0.075L1.619%2C2.481C1.457%2C2.644%2C1.426%2C2.896%2C1.544%2C3.093l0.549%2C0.914%20c0.089%2C0.148%2C0.095%2C0.332%2C0.017%2C0.486C1.975%2C4.755%2C1.861%2C5.029%2C1.77%2C5.314c-0.053%2C0.164-0.188%2C0.29-0.354%2C0.332L0.379%2C5.905%20C0.156%2C5.961%2C0%2C6.161%2C0%2C6.391v1.219c0%2C0.229%2C0.156%2C0.43%2C0.379%2C0.485l1.036%2C0.26C1.582%2C8.396%2C1.717%2C8.521%2C1.77%2C8.687%20c0.092%2C0.284%2C0.205%2C0.559%2C0.34%2C0.82C2.188%2C9.66%2C2.182%2C9.844%2C2.093%2C9.993l-0.549%2C0.915c-0.118%2C0.195-0.087%2C0.448%2C0.075%2C0.61%20l0.862%2C0.862c0.162%2C0.163%2C0.414%2C0.193%2C0.61%2C0.075l0.915-0.549c0.148-0.089%2C0.332-0.095%2C0.486-0.017%20c0.262%2C0.135%2C0.536%2C0.248%2C0.82%2C0.34c0.165%2C0.053%2C0.291%2C0.187%2C0.332%2C0.354l0.259%2C1.036C5.96%2C13.844%2C6.16%2C14%2C6.39%2C14h1.22%20c0.229%2C0%2C0.43-0.156%2C0.485-0.379l0.259-1.036c0.042-0.167%2C0.168-0.302%2C0.333-0.354c0.284-0.092%2C0.559-0.205%2C0.82-0.34%20c0.154-0.078%2C0.338-0.072%2C0.486%2C0.017l0.914%2C0.549c0.197%2C0.118%2C0.449%2C0.088%2C0.611-0.074l0.862-0.863%20c0.163-0.162%2C0.193-0.415%2C0.075-0.611l-0.549-0.915c-0.089-0.148-0.096-0.332-0.017-0.485c0.134-0.263%2C0.248-0.536%2C0.339-0.82%20c0.053-0.165%2C0.188-0.291%2C0.355-0.333l1.036-0.259C13.844%2C8.039%2C14%2C7.839%2C14%2C7.609V6.39C14%2C6.16%2C13.844%2C5.96%2C13.621%2C5.904z%20M7%2C10%20c-1.657%2C0-3-1.343-3-3s1.343-3%2C3-3s3%2C1.343%2C3%2C3S8.657%2C10%2C7%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-grid:after, +.ui-alt-icon .ui-icon-grid:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C0H1C0.447%2C0%2C0%2C0.447%2C0%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C4%2C0.447%2C3.553%2C0%2C3%2C0z%20M8%2C0H6%20C5.447%2C0%2C5%2C0.447%2C5%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C9%2C0.447%2C8.553%2C0%2C8%2C0z%20M13%2C0h-2c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V1C14%2C0.447%2C13.553%2C0%2C13%2C0z%20M3%2C5H1C0.447%2C5%2C0%2C5.447%2C0%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1V6C4%2C5.447%2C3.553%2C5%2C3%2C5z%20M8%2C5H6C5.447%2C5%2C5%2C5.447%2C5%2C6v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6%20C9%2C5.447%2C8.553%2C5%2C8%2C5z%20M13%2C5h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1V6C14%2C5.447%2C13.553%2C5%2C13%2C5z%20M3%2C10%20H1c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C4%2C10.447%2C3.553%2C10%2C3%2C10z%20M8%2C10H6c-0.553%2C0-1%2C0.447-1%2C1v2%20c0%2C0.553%2C0.447%2C1%2C1%2C1h2c0.553%2C0%2C1-0.447%2C1-1v-2C9%2C10.447%2C8.553%2C10%2C8%2C10z%20M13%2C10h-2c-0.553%2C0-1%2C0.447-1%2C1v2c0%2C0.553%2C0.447%2C1%2C1%2C1h2%20c0.553%2C0%2C1-0.447%2C1-1v-2C14%2C10.447%2C13.553%2C10%2C13%2C10z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-heart:after, +.ui-alt-icon .ui-icon-heart:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C1.958c-2-3-7-2.128-7%2C1.872c0%2C3%2C4%2C7%2C4%2C7s2.417%2C2.48%2C3%2C3c0.583-0.52%2C3-3%2C3-3s4-4%2C4-7C14-0.169%2C9-1.042%2C7%2C1.958z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-home:after, +.ui-alt-icon .ui-icon-home:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%227%2C0%200%2C7%202%2C7%202%2C14%205%2C14%205%2C9%209%2C9%209%2C14%2012%2C14%2012%2C7%2014%2C7%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-info:after, +.ui-alt-icon .ui-icon-info:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C3.134%2C0%2C0%2C3.134%2C0%2C7s3.134%2C7%2C7%2C7s7-3.134%2C7-7S10.866%2C0%2C7%2C0z%20M7%2C2c0.552%2C0%2C1%2C0.447%2C1%2C1S7.552%2C4%2C7%2C4S6%2C3.553%2C6%2C3%20S6.448%2C2%2C7%2C2z%20M9%2C11H5v-1h1V6H5V5h3v5h1V11z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-location:after, +.ui-alt-icon .ui-icon-location:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M7%2C0C4.791%2C0%2C3%2C1.791%2C3%2C4c0%2C2%2C4%2C10%2C4%2C10s4-8%2C4-10C11%2C1.791%2C9.209%2C0%2C7%2C0z%20M7%2C6C5.896%2C6%2C5%2C5.104%2C5%2C4s0.896-2%2C2-2%20c1.104%2C0%2C2%2C0.896%2C2%2C2S8.104%2C6%2C7%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-lock:after, +.ui-alt-icon .ui-icon-lock:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M12%2C6V5c0-2.762-2.238-5-5-5C4.239%2C0%2C2%2C2.238%2C2%2C5v1H1v8h12V6H12z%20M7.5%2C9.848V12h-1V9.848C6.207%2C9.673%2C6%2C9.366%2C6%2C9%20c0-0.553%2C0.448-1%2C1-1s1%2C0.447%2C1%2C1C8%2C9.366%2C7.793%2C9.673%2C7.5%2C9.848z%20M10%2C6H4V5c0-1.657%2C1.343-3%2C3-3s3%2C1.343%2C3%2C3V6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-mail:after, +.ui-alt-icon .ui-icon-mail:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M0%2C3.75V12h14V3.75L7%2C9L0%2C3.75z%20M14%2C2H0l7%2C5L14%2C2z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-minus:after, +.ui-alt-icon .ui-icon-minus:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Crect%20y%3D%225%22%20width%3D%2214%22%20height%3D%224%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-navigation:after, +.ui-alt-icon .ui-icon-navigation:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2213%2C1%200%2C6%207%2C7%208%2C14%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-phone:after, +.ui-alt-icon .ui-icon-phone:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M6.949%2C9.182C6.175%2C8.549%2C5.281%2C7.697%2C4.507%2C6.736C3.963%2C6.063%2C3.483%2C5.355%2C3.979%2C4.858l-3.482-3.48%20c-0.508%2C0.634-1.633%2C3.654%2C3.188%2C8.598c5.08%2C5.211%2C8.356%2C4.097%2C8.92%2C3.511l-3.396-3.399C8.734%2C10.561%2C8.123%2C10.139%2C6.949%2C9.182z%20%20M13.83%2C11.512v-0.004c0%2C0-2.648-2.646-2.649-2.647c-0.21-0.212-0.546-0.205-0.754%2C0.002L9.465%2C9.823l3.402%2C3.407%20c0%2C0%2C0.963-0.961%2C0.961-0.961l0.002-0.002C14.053%2C12.049%2C14.031%2C11.713%2C13.83%2C11.512z%20M5.202%2C3.636V3.634%20c0.222-0.222%2C0.2-0.557%2C0-0.758V2.873c0%2C0-2.726-2.725-2.727-2.726c-0.21-0.21-0.545-0.205-0.753%2C0.001L0.761%2C1.113L4.24%2C4.595%20C4.241%2C4.596%2C5.202%2C3.637%2C5.202%2C3.636z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-plus:after, +.ui-alt-icon .ui-icon-plus:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%209%2C0%205%2C0%205%2C5%200%2C5%200%2C9%205%2C9%205%2C14%209%2C14%209%2C9%2014%2C9%20%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-power:after, +.ui-alt-icon .ui-icon-power:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M11.243%2C2.408c-0.392-0.401-1.024-0.401-1.415%2C0c-0.391%2C0.401-0.391%2C1.054%2C0%2C1.455C10.584%2C4.642%2C11%2C5.675%2C11%2C6.773%20s-0.416%2C2.133-1.172%2C2.91c-1.512%2C1.558-4.145%2C1.558-5.656%2C0C3.416%2C8.904%2C3%2C7.872%2C3%2C6.773C3%2C5.673%2C3.416%2C4.64%2C4.172%2C3.863%20c0.39-0.401%2C0.39-1.054%2C0-1.455c-0.391-0.401-1.024-0.401-1.415%2C0C1.624%2C3.574%2C1%2C5.125%2C1%2C6.773c0%2C1.647%2C0.624%2C3.199%2C1.757%2C4.365%20c1.134%2C1.166%2C2.64%2C1.809%2C4.243%2C1.809c1.604%2C0%2C3.109-0.645%2C4.243-1.811C12.376%2C9.975%2C13%2C8.423%2C13%2C6.773%20C13%2C5.125%2C12.376%2C3.574%2C11.243%2C2.408z%20M7%2C8.053c0.553%2C0%2C1-0.445%2C1-1v-6c0-0.553-0.447-1-1-1c-0.553%2C0-1%2C0.447-1%2C1v6%20C6%2C7.604%2C6.447%2C8.053%2C7%2C8.053z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-recycle:after, +.ui-alt-icon .ui-icon-recycle:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M3%2C7h1L2%2C4L0%2C7h1c0%2C3.313%2C2.687%2C6%2C6%2C6c0.702%2C0%2C1.374-0.127%2C2-0.35v-2.205C8.41%2C10.789%2C7.732%2C11%2C7%2C11C4.791%2C11%2C3%2C9.209%2C3%2C7z%20%20M13%2C7c0-3.313-2.688-6-6-6C6.298%2C1%2C5.626%2C1.127%2C5%2C1.349v2.206C5.59%2C3.211%2C6.268%2C3%2C7%2C3c2.209%2C0%2C4%2C1.791%2C4%2C4h-1l2%2C3l2-3H13z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-refresh:after, +.ui-alt-icon .ui-icon-refresh:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214.001px%22%20height%3D%2214.002px%22%20viewBox%3D%220%200%2014.001%2014.002%22%20style%3D%22enable-background%3Anew%200%200%2014.001%2014.002%3B%22%20%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M14.001%2C6.001v-6l-2.06%2C2.06c-0.423-0.424-0.897-0.809-1.44-1.122C7.153-0.994%2C2.872%2C0.153%2C0.939%2C3.501%20c-1.933%2C3.348-0.786%2C7.629%2C2.562%2C9.562c3.348%2C1.933%2C7.629%2C0.785%2C9.562-2.562l-1.732-1c-1.381%2C2.392-4.438%2C3.211-6.83%2C1.83%20s-3.211-4.438-1.83-6.83s4.438-3.211%2C6.83-1.83c0.389%2C0.225%2C0.718%2C0.506%2C1.02%2C0.81l-2.52%2C2.52H14.001z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-search:after, +.ui-alt-icon .ui-icon-search:after, +.ui-input-search:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10.171%2C8.766c0.617-0.888%2C0.979-1.964%2C0.979-3.126c0-3.037-2.463-5.5-5.5-5.5s-5.5%2C2.463-5.5%2C5.5s2.463%2C5.5%2C5.5%2C5.5%20c1.152%2C0%2C2.223-0.355%2C3.104-0.962l3.684%2C3.683l1.414-1.414L10.171%2C8.766z%20M5.649%2C9.14c-1.933%2C0-3.5-1.567-3.5-3.5%20c0-1.933%2C1.567-3.5%2C3.5-3.5c1.933%2C0%2C3.5%2C1.567%2C3.5%2C3.5C9.149%2C7.572%2C7.582%2C9.14%2C5.649%2C9.14z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-shop:after, +.ui-alt-icon .ui-icon-shop:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M10%2C4V3c0-1.657-1.343-3-3-3S4%2C1.343%2C4%2C3v1H1v10h12V4H10z%20M4.5%2C6C4.224%2C6%2C4%2C5.776%2C4%2C5.5S4.224%2C5%2C4.5%2C5S5%2C5.224%2C5%2C5.5%20S4.776%2C6%2C4.5%2C6z%20M5%2C3c0-1.104%2C0.896-2%2C2-2c1.104%2C0%2C2%2C0.896%2C2%2C2v1H5V3z%20M9.5%2C6C9.225%2C6%2C9%2C5.776%2C9%2C5.5S9.225%2C5%2C9.5%2C5S10%2C5.224%2C10%2C5.5%20S9.775%2C6%2C9.5%2C6z%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-star:after, +.ui-alt-icon .ui-icon-star:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpolygon%20points%3D%2214%2C5%209%2C5%207%2C0%205%2C5%200%2C5%204%2C8%202.625%2C13%207%2C10%2011.375%2C13%2010%2C8%20%22%2F%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-tag:after, +.ui-alt-icon .ui-icon-tag:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M5%2C0H0v5l9%2C9l5-5L5%2C0z%20M3%2C4C2.447%2C4%2C2%2C3.553%2C2%2C3s0.447-1%2C1-1s1%2C0.447%2C1%2C1S3.553%2C4%2C3%2C4z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-user:after, +.ui-alt-icon .ui-icon-user:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%200%2014%2014%22%20style%3D%22enable-background%3Anew%200%200%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8.851%2C10.101c-0.18-0.399-0.2-0.763-0.153-1.104C9.383%2C8.49%2C9.738%2C7.621%2C9.891%2C6.465C10.493%2C6.355%2C10.5%2C5.967%2C10.5%2C5.5%20c0-0.437-0.008-0.804-0.502-0.94C9.999%2C4.539%2C10%2C4.521%2C10%2C4.5c0-2.103-1-4-2-4C8%2C0.5%2C7.5%2C0%2C6.5%2C0C5%2C0%2C4%2C1.877%2C4%2C4.5%20c0%2C0.021%2C0.001%2C0.039%2C0.002%2C0.06C3.508%2C4.696%2C3.5%2C5.063%2C3.5%2C5.5c0%2C0.467%2C0.007%2C0.855%2C0.609%2C0.965%20C4.262%2C7.621%2C4.617%2C8.49%2C5.303%2C8.997c0.047%2C0.341%2C0.026%2C0.704-0.153%2C1.104C1.503%2C10.503%2C0%2C12%2C0%2C12v2h14v-2%20C14%2C12%2C12.497%2C10.503%2C8.851%2C10.101z%22%2F%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3Cg%3E%3C%2Fg%3E%3C%2Fsvg%3E"); +} +.ui-alt-icon.ui-icon-video:after, +.ui-alt-icon .ui-icon-video:after { + background-image: url("data:image/svg+xml;charset=US-ASCII,%3C%3Fxml%20version%3D%221.0%22%20encoding%3D%22iso-8859-1%22%3F%3E%3C!DOCTYPE%20svg%20PUBLIC%20%22-%2F%2FW3C%2F%2FDTD%20SVG%201.1%2F%2FEN%22%20%22http%3A%2F%2Fwww.w3.org%2FGraphics%2FSVG%2F1.1%2FDTD%2Fsvg11.dtd%22%3E%3Csvg%20version%3D%221.1%22%20id%3D%22Layer_1%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20x%3D%220px%22%20y%3D%220px%22%20%20width%3D%2214px%22%20height%3D%2214px%22%20viewBox%3D%220%20-2%2014%2014%22%20style%3D%22enable-background%3Anew%200%20-2%2014%2014%3B%22%20xml%3Aspace%3D%22preserve%22%3E%3Cpath%20d%3D%22M8%2C0H2C0.896%2C0%2C0%2C0.896%2C0%2C2v6c0%2C1.104%2C0.896%2C2%2C2%2C2h6c1.104%2C0%2C2-0.896%2C2-2V5V2C10%2C0.896%2C9.104%2C0%2C8%2C0z%20M10%2C5l4%2C4V1L10%2C5z%22%2F%3E%3C%2Fsvg%3E"); +} +/* PNG icons */ +.ui-nosvg .ui-icon-action:after { + background-image: url(images/icons-png/action-white.png); +} +.ui-nosvg .ui-icon-alert:after { + background-image: url(images/icons-png/alert-white.png); +} +.ui-nosvg .ui-icon-arrow-d-l:after { + background-image: url(images/icons-png/arrow-d-l-white.png); +} +.ui-nosvg .ui-icon-arrow-d-r:after { + background-image: url(images/icons-png/arrow-d-r-white.png); +} +.ui-nosvg .ui-icon-arrow-d:after { + background-image: url(images/icons-png/arrow-d-white.png); +} +.ui-nosvg .ui-icon-arrow-l:after { + background-image: url(images/icons-png/arrow-l-white.png); +} +.ui-nosvg .ui-icon-arrow-r:after { + background-image: url(images/icons-png/arrow-r-white.png); +} +.ui-nosvg .ui-icon-arrow-u-l:after { + background-image: url(images/icons-png/arrow-u-l-white.png); +} +.ui-nosvg .ui-icon-arrow-u-r:after { + background-image: url(images/icons-png/arrow-u-r-white.png); +} +.ui-nosvg .ui-icon-arrow-u:after { + background-image: url(images/icons-png/arrow-u-white.png); +} +.ui-nosvg .ui-icon-audio:after { + background-image: url(images/icons-png/audio-white.png); +} +.ui-nosvg .ui-icon-back:after { + background-image: url(images/icons-png/back-white.png); +} +.ui-nosvg .ui-icon-bars:after { + background-image: url(images/icons-png/bars-white.png); +} +.ui-nosvg .ui-icon-bullets:after { + background-image: url(images/icons-png/bullets-white.png); +} +.ui-nosvg .ui-icon-calendar:after { + background-image: url(images/icons-png/calendar-white.png); +} +.ui-nosvg .ui-icon-camera:after { + background-image: url(images/icons-png/camera-white.png); +} +.ui-nosvg .ui-icon-carat-d:after { + background-image: url(images/icons-png/carat-d-white.png); +} +.ui-nosvg .ui-icon-carat-l:after { + background-image: url(images/icons-png/carat-l-white.png); +} +.ui-nosvg .ui-icon-carat-r:after { + background-image: url(images/icons-png/carat-r-white.png); +} +.ui-nosvg .ui-icon-carat-u:after { + background-image: url(images/icons-png/carat-u-white.png); +} +.ui-nosvg .ui-icon-check:after, +html.ui-nosvg .ui-btn.ui-checkbox-on:after { + background-image: url(images/icons-png/check-white.png); +} +.ui-nosvg .ui-icon-clock:after { + background-image: url(images/icons-png/clock-white.png); +} +.ui-nosvg .ui-icon-cloud:after { + background-image: url(images/icons-png/cloud-white.png); +} +.ui-nosvg .ui-icon-comment:after { + background-image: url(images/icons-png/comment-white.png); +} +.ui-nosvg .ui-icon-delete:after { + background-image: url(images/icons-png/delete-white.png); +} +.ui-nosvg .ui-icon-edit:after { + background-image: url(images/icons-png/edit-white.png); +} +.ui-nosvg .ui-icon-eye:after { + background-image: url(images/icons-png/eye-white.png); +} +.ui-nosvg .ui-icon-forbidden:after { + background-image: url(images/icons-png/forbidden-white.png); +} +.ui-nosvg .ui-icon-forward:after { + background-image: url(images/icons-png/forward-white.png); +} +.ui-nosvg .ui-icon-gear:after { + background-image: url(images/icons-png/gear-white.png); +} +.ui-nosvg .ui-icon-grid:after { + background-image: url(images/icons-png/grid-white.png); +} +.ui-nosvg .ui-icon-heart:after { + background-image: url(images/icons-png/heart-white.png); +} +.ui-nosvg .ui-icon-home:after { + background-image: url(images/icons-png/home-white.png); +} +.ui-nosvg .ui-icon-info:after { + background-image: url(images/icons-png/info-white.png); +} +.ui-nosvg .ui-icon-location:after { + background-image: url(images/icons-png/location-white.png); +} +.ui-nosvg .ui-icon-lock:after { + background-image: url(images/icons-png/lock-white.png); +} +.ui-nosvg .ui-icon-mail:after { + background-image: url(images/icons-png/mail-white.png); +} +.ui-nosvg .ui-icon-minus:after { + background-image: url(images/icons-png/minus-white.png); +} +.ui-nosvg .ui-icon-navigation:after { + background-image: url(images/icons-png/navigation-white.png); +} +.ui-nosvg .ui-icon-phone:after { + background-image: url(images/icons-png/phone-white.png); +} +.ui-nosvg .ui-icon-plus:after { + background-image: url(images/icons-png/plus-white.png); +} +.ui-nosvg .ui-icon-power:after { + background-image: url(images/icons-png/power-white.png); +} +.ui-nosvg .ui-icon-recycle:after { + background-image: url(images/icons-png/recycle-white.png); +} +.ui-nosvg .ui-icon-refresh:after { + background-image: url(images/icons-png/refresh-white.png); +} +.ui-nosvg .ui-icon-search:after { + background-image: url(images/icons-png/search-white.png); +} +.ui-nosvg .ui-icon-shop:after { + background-image: url(images/icons-png/shop-white.png); +} +.ui-nosvg .ui-icon-star:after { + background-image: url(images/icons-png/star-white.png); +} +.ui-nosvg .ui-icon-tag:after { + background-image: url(images/icons-png/tag-white.png); +} +.ui-nosvg .ui-icon-user:after { + background-image: url(images/icons-png/user-white.png); +} +.ui-nosvg .ui-icon-video:after { + background-image: url(images/icons-png/video-white.png); +} +/* Alt icons */ +.ui-nosvg .ui-alt-icon.ui-icon-action:after, +.ui-nosvg .ui-alt-icon .ui-icon-action:after { + background-image: url(images/icons-png/action-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-alert:after, +.ui-nosvg .ui-alt-icon .ui-icon-alert:after { + background-image: url(images/icons-png/alert-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-d:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-d:after { + background-image: url(images/icons-png/arrow-d-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-l:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-l:after { + background-image: url(images/icons-png/arrow-d-l-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-d-r:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-d-r:after { + background-image: url(images/icons-png/arrow-d-r-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-l:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-l:after { + background-image: url(images/icons-png/arrow-l-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-r:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-r:after { + background-image: url(images/icons-png/arrow-r-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-u:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-u:after { + background-image: url(images/icons-png/arrow-u-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-l:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-l:after { + background-image: url(images/icons-png/arrow-u-l-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-arrow-u-r:after, +.ui-nosvg .ui-alt-icon .ui-icon-arrow-u-r:after { + background-image: url(images/icons-png/arrow-u-r-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-audio:after, +.ui-nosvg .ui-alt-icon .ui-icon-audio:after { + background-image: url(images/icons-png/audio-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-back:after, +.ui-nosvg .ui-alt-icon .ui-icon-back:after { + background-image: url(images/icons-png/back-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-bars:after, +.ui-nosvg .ui-alt-icon .ui-icon-bars:after { + background-image: url(images/icons-png/bars-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-bullets:after, +.ui-nosvg .ui-alt-icon .ui-icon-bullets:after { + background-image: url(images/icons-png/bullets-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-calendar:after, +.ui-nosvg .ui-alt-icon .ui-icon-calendar:after { + background-image: url(images/icons-png/calendar-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-camera:after, +.ui-nosvg .ui-alt-icon .ui-icon-camera:after { + background-image: url(images/icons-png/camera-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-carat-d:after, +.ui-nosvg .ui-alt-icon .ui-icon-carat-d:after { + background-image: url(images/icons-png/carat-d-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-carat-l:after, +.ui-nosvg .ui-alt-icon .ui-icon-carat-l:after { + background-image: url(images/icons-png/carat-l-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-carat-r:after, +.ui-nosvg .ui-alt-icon .ui-icon-carat-r:after { + background-image: url(images/icons-png/carat-r-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-carat-u:after, +.ui-nosvg .ui-alt-icon .ui-icon-carat-u:after { + background-image: url(images/icons-png/carat-u-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-check:after, +.ui-nosvg .ui-alt-icon .ui-icon-check:after, +.ui-nosvg .ui-alt-icon.ui-btn.ui-checkbox-on:after, +.ui-nosvg .ui-alt-icon .ui-btn.ui-checkbox-on:after { + background-image: url(images/icons-png/check-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-clock:after, +.ui-nosvg .ui-alt-icon .ui-icon-clock:after { + background-image: url(images/icons-png/clock-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-cloud:after, +.ui-nosvg .ui-alt-icon .ui-icon-cloud:after { + background-image: url(images/icons-png/cloud-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-comment:after, +.ui-nosvg .ui-alt-icon .ui-icon-comment:after { + background-image: url(images/icons-png/comment-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-delete:after, +.ui-nosvg .ui-alt-icon .ui-icon-delete:after { + background-image: url(images/icons-png/delete-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-edit:after, +.ui-nosvg .ui-alt-icon .ui-icon-edit:after { + background-image: url(images/icons-png/edit-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-eye:after, +.ui-nosvg .ui-alt-icon .ui-icon-eye:after { + background-image: url(images/icons-png/eye-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-forbidden:after, +.ui-nosvg .ui-alt-icon .ui-icon-forbidden:after { + background-image: url(images/icons-png/forbidden-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-forward:after, +.ui-nosvg .ui-alt-icon .ui-icon-forward:after { + background-image: url(images/icons-png/forward-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-gear:after, +.ui-nosvg .ui-alt-icon .ui-icon-gear:after { + background-image: url(images/icons-png/gear-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-grid:after, +.ui-nosvg .ui-alt-icon .ui-icon-grid:after { + background-image: url(images/icons-png/grid-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-heart:after, +.ui-nosvg .ui-alt-icon .ui-icon-heart:after { + background-image: url(images/icons-png/heart-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-home:after, +.ui-nosvg .ui-alt-icon .ui-icon-home:after { + background-image: url(images/icons-png/home-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-info:after, +.ui-nosvg .ui-alt-icon .ui-icon-info:after { + background-image: url(images/icons-png/info-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-location:after, +.ui-nosvg .ui-alt-icon .ui-icon-location:after { + background-image: url(images/icons-png/location-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-lock:after, +.ui-nosvg .ui-alt-icon .ui-icon-lock:after { + background-image: url(images/icons-png/lock-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-mail:after, +.ui-nosvg .ui-alt-icon .ui-icon-mail:after { + background-image: url(images/icons-png/mail-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-minus:after, +.ui-nosvg .ui-alt-icon .ui-icon-minus:after { + background-image: url(images/icons-png/minus-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-navigation:after, +.ui-nosvg .ui-alt-icon .ui-icon-navigation:after { + background-image: url(images/icons-png/navigation-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-phone:after, +.ui-nosvg .ui-alt-icon .ui-icon-phone:after { + background-image: url(images/icons-png/phone-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-plus:after, +.ui-nosvg .ui-alt-icon .ui-icon-plus:after { + background-image: url(images/icons-png/plus-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-power:after, +.ui-nosvg .ui-alt-icon .ui-icon-power:after { + background-image: url(images/icons-png/power-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-recycle:after, +.ui-nosvg .ui-alt-icon .ui-icon-recycle:after { + background-image: url(images/icons-png/recycle-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-refresh:after, +.ui-nosvg .ui-alt-icon .ui-icon-refresh:after { + background-image: url(images/icons-png/refresh-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-search:after, +.ui-nosvg .ui-alt-icon .ui-icon-search:after, +.ui-nosvg .ui-input-search:after { + background-image: url(images/icons-png/search-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-shop:after, +.ui-nosvg .ui-alt-icon .ui-icon-shop:after { + background-image: url(images/icons-png/shop-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-star:after, +.ui-nosvg .ui-alt-icon .ui-icon-star:after { + background-image: url(images/icons-png/star-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-tag:after, +.ui-nosvg .ui-alt-icon .ui-icon-tag:after { + background-image: url(images/icons-png/tag-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-user:after, +.ui-nosvg .ui-alt-icon .ui-icon-user:after { + background-image: url(images/icons-png/user-black.png); +} +.ui-nosvg .ui-alt-icon.ui-icon-video:after, +.ui-nosvg .ui-alt-icon .ui-icon-video:after { + background-image: url(images/icons-png/video-black.png); +} +/* Globals */ +/* Font +-----------------------------------------------------------------------------------------------------------*/ +html { + font-size: 100%; +} +body, +input, +select, +textarea, +button, +.ui-btn { + font-size: 1em; + line-height: 1.3; + font-family: sans-serif /*{global-font-family}*/; +} +legend, +.ui-input-text input, +.ui-input-search input { + color: inherit; + text-shadow: inherit; +} +/* Form labels (overrides font-weight bold in bars, and mini font-size) */ +.ui-mobile label, +div.ui-controlgroup-label { + font-weight: normal; + font-size: 16px; +} +/* Separators +-----------------------------------------------------------------------------------------------------------*/ +/* Field contain separator (< 28em) */ +.ui-field-contain { + border-bottom-color: #828282; + border-bottom-color: rgba(0,0,0,.15); + border-bottom-width: 1px; + border-bottom-style: solid; +} +/* Table opt-in classes: strokes between each row, and alternating row stripes */ +/* Classes table-stroke and table-stripe are deprecated in 1.4. */ +.table-stroke thead th, +.table-stripe thead th, +.table-stripe tbody tr:last-child { + border-bottom: 1px solid #d6d6d6; /* non-RGBA fallback */ + border-bottom: 1px solid rgba(0,0,0,.1); +} +.table-stroke tbody th, +.table-stroke tbody td { + border-bottom: 1px solid #e6e6e6; /* non-RGBA fallback */ + border-bottom: 1px solid rgba(0,0,0,.05); +} +.table-stripe.table-stroke tbody tr:last-child th, +.table-stripe.table-stroke tbody tr:last-child td { + border-bottom: 0; +} +.table-stripe tbody tr:nth-child(odd) td, +.table-stripe tbody tr:nth-child(odd) th { + background-color: #eeeeee; /* non-RGBA fallback */ + background-color: rgba(0,0,0,.04); +} +/* Buttons +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn, +label.ui-btn { + font-weight: bold; + border-width: 1px; + border-style: solid; +} +.ui-btn:link { + text-decoration: none !important; +} +.ui-btn-active { + cursor: pointer; +} +/* Corner rounding +-----------------------------------------------------------------------------------------------------------*/ +/* Class ui-btn-corner-all deprecated in 1.4 */ +.ui-corner-all { + -webkit-border-radius: .3125em /*{global-radii-blocks}*/; + border-radius: .3125em /*{global-radii-blocks}*/; +} +/* Buttons */ +.ui-btn-corner-all, +.ui-btn.ui-corner-all, +/* Slider track */ +.ui-slider-track.ui-corner-all, +/* Flipswitch */ +.ui-flipswitch.ui-corner-all, +/* Count bubble */ +.ui-li-count { + -webkit-border-radius: .3125em /*{global-radii-buttons}*/; + border-radius: .3125em /*{global-radii-buttons}*/; +} +/* Icon-only buttons */ +.ui-btn-icon-notext.ui-btn-corner-all, +.ui-btn-icon-notext.ui-corner-all { + -webkit-border-radius: 1em; + border-radius: 1em; +} +/* Radius clip workaround for cleaning up corner trapping */ +.ui-btn-corner-all, +.ui-corner-all { + -webkit-background-clip: padding; + background-clip: padding-box; +} +/* Popup arrow */ +.ui-popup.ui-corner-all > .ui-popup-arrow-guide { + left: .6em /*{global-radii-blocks}*/; + right: .6em /*{global-radii-blocks}*/; + top: .6em /*{global-radii-blocks}*/; + bottom: .6em /*{global-radii-blocks}*/; +} +/* Shadow +-----------------------------------------------------------------------------------------------------------*/ +.ui-shadow { + -webkit-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; + -moz-box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; + box-shadow: 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.15) /*{global-box-shadow-color}*/; +} +.ui-shadow-inset { + -webkit-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + -moz-box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; + box-shadow: inset 0 1px 3px /*{global-box-shadow-size}*/ rgba(0,0,0,.2) /*{global-box-shadow-color}*/; +} +.ui-overlay-shadow { + -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6); + -moz-box-shadow: 0 0 12px rgba(0,0,0,.6); + box-shadow: 0 0 12px rgba(0,0,0,.6); +} +/* Icons +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn-icon-left:after, +.ui-btn-icon-right:after, +.ui-btn-icon-top:after, +.ui-btn-icon-bottom:after, +.ui-btn-icon-notext:after { + background-color: #666 /*{global-icon-color}*/; + background-color: rgba(0,0,0,.3) /*{global-icon-disc}*/; + background-position: center center; + background-repeat: no-repeat; + -webkit-border-radius: 1em; + border-radius: 1em; +} +/* Alt icons */ +.ui-alt-icon.ui-btn:after, +.ui-alt-icon .ui-btn:after, +html .ui-alt-icon.ui-checkbox-off:after, +html .ui-alt-icon.ui-radio-off:after, +html .ui-alt-icon .ui-checkbox-off:after, +html .ui-alt-icon .ui-radio-off:after { + background-color: #666 /*{global-icon-color}*/; + background-color: rgba(0,0,0,.15); +} +/* No disc */ +.ui-nodisc-icon.ui-btn:after, +.ui-nodisc-icon .ui-btn:after { + background-color: transparent; +} +/* Icon shadow */ +.ui-shadow-icon.ui-btn:after, +.ui-shadow-icon .ui-btn:after { + -webkit-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; + -moz-box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; + box-shadow: 0 1px 0 rgba(255,255,255,.3) /*{global-icon-shadow}*/; +} +/* Checkbox and radio */ +.ui-btn.ui-checkbox-off:after, +.ui-btn.ui-checkbox-on:after, +.ui-btn.ui-radio-off:after, +.ui-btn.ui-radio-on:after { + display: block; + width: 18px; + height: 18px; + margin: -9px 2px 0 2px; +} +.ui-checkbox-off:after, +.ui-btn.ui-radio-off:after { + filter: Alpha(Opacity=30); + opacity: .3; +} +.ui-btn.ui-checkbox-off:after, +.ui-btn.ui-checkbox-on:after { + -webkit-border-radius: .1875em; + border-radius: .1875em; +} +.ui-radio .ui-btn.ui-radio-on:after { + background-image: none; + background-color: #fff; + width: 8px; + height: 8px; + border-width: 5px; + border-style: solid; +} +.ui-alt-icon.ui-btn.ui-radio-on:after, +.ui-alt-icon .ui-btn.ui-radio-on:after { + background-color: #000; +} +/* Loader */ +.ui-icon-loading { + background: url(images/ajax-loader.gif); + background-size: 2.875em 2.875em; +} +/* Swatches */ +/* A +-----------------------------------------------------------------------------------------------------------*/ +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-a, +.ui-page-theme-a .ui-bar-inherit, +html .ui-bar-a .ui-bar-inherit, +html .ui-body-a .ui-bar-inherit, +html body .ui-group-theme-a .ui-bar-inherit { + background-color: #e9e9e9 /*{a-bar-background-color}*/; + border-color: #ddd /*{a-bar-border}*/; + color: #333 /*{a-bar-color}*/; + text-shadow: 0 /*{a-bar-shadow-x}*/ 1px /*{a-bar-shadow-y}*/ 0 /*{a-bar-shadow-radius}*/ #eee /*{a-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-a { + border-width: 1px; + border-style: solid; +} +/* Page and overlay */ +.ui-overlay-a, +.ui-page-theme-a, +.ui-page-theme-a .ui-panel-wrapper { + background-color: #f9f9f9 /*{a-page-background-color}*/; + border-color: #bbb /*{a-page-border}*/; + color: #333 /*{a-page-color}*/; + text-shadow: 0 /*{a-page-shadow-x}*/ 1px /*{a-page-shadow-y}*/ 0 /*{a-page-shadow-radius}*/ #f3f3f3 /*{a-page-shadow-color}*/; +} +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-a, +.ui-page-theme-a .ui-body-inherit, +html .ui-bar-a .ui-body-inherit, +html .ui-body-a .ui-body-inherit, +html body .ui-group-theme-a .ui-body-inherit, +html .ui-panel-page-container-a { + background-color: #fff /*{a-body-background-color}*/; + border-color: #ddd /*{a-body-border}*/; + color: #333 /*{a-body-color}*/; + text-shadow: 0 /*{a-body-shadow-x}*/ 1px /*{a-body-shadow-y}*/ 0 /*{a-body-shadow-radius}*/ #f3f3f3 /*{a-body-shadow-color}*/; +} +.ui-body-a { + border-width: 1px; + border-style: solid; +} +/* Links */ +.ui-page-theme-a a, +html .ui-bar-a a, +html .ui-body-a a, +html body .ui-group-theme-a a { + color: #3388cc /*{a-link-color}*/; + font-weight: bold; +} +.ui-page-theme-a a:visited, +html .ui-bar-a a:visited, +html .ui-body-a a:visited, +html body .ui-group-theme-a a:visited { + color: #3388cc /*{a-link-visited}*/; +} +.ui-page-theme-a a:hover, +html .ui-bar-a a:hover, +html .ui-body-a a:hover, +html body .ui-group-theme-a a:hover { + color: #005599 /*{a-link-hover}*/; +} +.ui-page-theme-a a:active, +html .ui-bar-a a:active, +html .ui-body-a a:active, +html body .ui-group-theme-a a:active { + color: #005599 /*{a-link-active}*/; +} +/* Button up */ +.ui-page-theme-a .ui-btn, +html .ui-bar-a .ui-btn, +html .ui-body-a .ui-btn, +html body .ui-group-theme-a .ui-btn, +html head + body .ui-btn.ui-btn-a, +/* Button visited */ +.ui-page-theme-a .ui-btn:visited, +html .ui-bar-a .ui-btn:visited, +html .ui-body-a .ui-btn:visited, +html body .ui-group-theme-a .ui-btn:visited, +html head + body .ui-btn.ui-btn-a:visited { + background-color: #f6f6f6 /*{a-bup-background-color}*/; + border-color: #ddd /*{a-bup-border}*/; + color: #333 /*{a-bup-color}*/; + text-shadow: 0 /*{a-bup-shadow-x}*/ 1px /*{a-bup-shadow-y}*/ 0 /*{a-bup-shadow-radius}*/ #f3f3f3 /*{a-bup-shadow-color}*/; +} +/* Button hover */ +.ui-page-theme-a .ui-btn:hover, +html .ui-bar-a .ui-btn:hover, +html .ui-body-a .ui-btn:hover, +html body .ui-group-theme-a .ui-btn:hover, +html head + body .ui-btn.ui-btn-a:hover { + background-color: #ededed /*{a-bhover-background-color}*/; + border-color: #ddd /*{a-bhover-border}*/; + color: #333 /*{a-bhover-color}*/; + text-shadow: 0 /*{a-bhover-shadow-x}*/ 1px /*{a-bhover-shadow-y}*/ 0 /*{a-bhover-shadow-radius}*/ #f3f3f3 /*{a-bhover-shadow-color}*/; +} +/* Button down */ +.ui-page-theme-a .ui-btn:active, +html .ui-bar-a .ui-btn:active, +html .ui-body-a .ui-btn:active, +html body .ui-group-theme-a .ui-btn:active, +html head + body .ui-btn.ui-btn-a:active { + background-color: #e8e8e8 /*{a-bdown-background-color}*/; + border-color: #ddd /*{a-bdown-border}*/; + color: #333 /*{a-bdown-color}*/; + text-shadow: 0 /*{a-bdown-shadow-x}*/ 1px /*{a-bdown-shadow-y}*/ 0 /*{a-bdown-shadow-radius}*/ #f3f3f3 /*{a-bdown-shadow-color}*/; +} +/* Active button */ +.ui-page-theme-a .ui-btn.ui-btn-active, +html .ui-bar-a .ui-btn.ui-btn-active, +html .ui-body-a .ui-btn.ui-btn-active, +html body .ui-group-theme-a .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-a.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-a .ui-checkbox-on:after, +html .ui-bar-a .ui-checkbox-on:after, +html .ui-body-a .ui-checkbox-on:after, +html body .ui-group-theme-a .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-a:after, +/* Active flipswitch background */ +.ui-page-theme-a .ui-flipswitch-active, +html .ui-bar-a .ui-flipswitch-active, +html .ui-body-a .ui-flipswitch-active, +html body .ui-group-theme-a .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-a.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-a .ui-slider-track .ui-btn-active, +html .ui-bar-a .ui-slider-track .ui-btn-active, +html .ui-body-a .ui-slider-track .ui-btn-active, +html body .ui-group-theme-a .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-a .ui-btn-active { + background-color: #3388cc /*{a-active-background-color}*/; + border-color: #3388cc /*{a-active-border}*/; + color: #fff /*{a-active-color}*/; + text-shadow: 0 /*{a-active-shadow-x}*/ 1px /*{a-active-shadow-y}*/ 0 /*{a-active-shadow-radius}*/ #005599 /*{a-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-a .ui-radio-on:after, +html .ui-bar-a .ui-radio-on:after, +html .ui-body-a .ui-radio-on:after, +html body .ui-group-theme-a .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-a:after { + border-color: #3388cc /*{a-active-background-color}*/; +} +/* Focus */ +.ui-page-theme-a .ui-btn:focus, +html .ui-bar-a .ui-btn:focus, +html .ui-body-a .ui-btn:focus, +html body .ui-group-theme-a .ui-btn:focus, +html head + body .ui-btn.ui-btn-a:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-a .ui-focus, +html .ui-bar-a .ui-focus, +html .ui-body-a .ui-focus, +html body .ui-group-theme-a .ui-focus, +html head + body .ui-btn-a.ui-focus, +html head + body .ui-body-a.ui-focus { + -webkit-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/; + -moz-box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/; + box-shadow: 0 0 12px #3388cc /*{a-active-background-color}*/; +} +/* B +-----------------------------------------------------------------------------------------------------------*/ +/* Bar: Toolbars, dividers, slider track */ +.ui-bar-b, +.ui-page-theme-b .ui-bar-inherit, +html .ui-bar-b .ui-bar-inherit, +html .ui-body-b .ui-bar-inherit, +html body .ui-group-theme-b .ui-bar-inherit { + background-color: #1d1d1d /*{b-bar-background-color}*/; + border-color: #1b1b1b /*{b-bar-border}*/; + color: #fff /*{b-bar-color}*/; + text-shadow: 0 /*{b-bar-shadow-x}*/ 1px /*{b-bar-shadow-y}*/ 0 /*{b-bar-shadow-radius}*/ #111 /*{b-bar-shadow-color}*/; + font-weight: bold; +} +.ui-bar-b { + border-width: 1px; + border-style: solid; +} +/* Page and overlay */ +.ui-overlay-b, +.ui-page-theme-b, +.ui-page-theme-b .ui-panel-wrapper { + background-color: #252525 /*{b-page-background-color}*/; + border-color: #454545 /*{b-page-border}*/; + color: #fff /*{b-page-color}*/; + text-shadow: 0 /*{b-page-shadow-x}*/ 1px /*{b-page-shadow-y}*/ 0 /*{b-page-shadow-radius}*/ #111 /*{b-page-shadow-color}*/; +} +/* Body: Read-only lists, text inputs, collapsible content */ +.ui-body-b, +.ui-page-theme-b .ui-body-inherit, +html .ui-bar-b .ui-body-inherit, +html .ui-body-b .ui-body-inherit, +html body .ui-group-theme-b .ui-body-inherit, +html .ui-panel-page-container-b { + background-color: #2a2a2a /*{b-body-background-color}*/; + border-color: #1d1d1d /*{b-body-border}*/; + color: #fff /*{b-body-color}*/; + text-shadow: 0 /*{b-body-shadow-x}*/ 1px /*{b-body-shadow-y}*/ 0 /*{b-body-shadow-radius}*/ #111 /*{b-body-shadow-color}*/; +} +.ui-body-b { + border-width: 1px; + border-style: solid; +} +/* Links */ +.ui-page-theme-b a, +html .ui-bar-b a, +html .ui-body-b a, +html body .ui-group-theme-b a { + color: #22aadd /*{b-link-color}*/; + font-weight: bold; +} +.ui-page-theme-b a:visited, +html .ui-bar-b a:visited, +html .ui-body-b a:visited, +html body .ui-group-theme-b a:visited { + color: #22aadd /*{b-link-visited}*/; +} +.ui-page-theme-b a:hover, +html .ui-bar-b a:hover, +html .ui-body-b a:hover, +html body .ui-group-theme-b a:hover { + color: #0088bb /*{b-link-hover}*/; +} +.ui-page-theme-b a:active, +html .ui-bar-b a:active, +html .ui-body-b a:active, +html body .ui-group-theme-b a:active { + color: #0088bb /*{b-link-active}*/; +} +/* Button up */ +.ui-page-theme-b .ui-btn, +html .ui-bar-b .ui-btn, +html .ui-body-b .ui-btn, +html body .ui-group-theme-b .ui-btn, +html head + body .ui-btn.ui-btn-b, +/* Button visited */ +.ui-page-theme-b .ui-btn:visited, +html .ui-bar-b .ui-btn:visited, +html .ui-body-b .ui-btn:visited, +html body .ui-group-theme-b .ui-btn:visited, +html head + body .ui-btn.ui-btn-b:visited { + background-color: #333 /*{b-bup-background-color}*/; + border-color: #1f1f1f /*{b-bup-border}*/; + color: #fff /*{b-bup-color}*/; + text-shadow: 0 /*{b-bup-shadow-x}*/ 1px /*{b-bup-shadow-y}*/ 0 /*{b-bup-shadow-radius}*/ #111 /*{b-bup-shadow-color}*/; +} +/* Button hover */ +.ui-page-theme-b .ui-btn:hover, +html .ui-bar-b .ui-btn:hover, +html .ui-body-b .ui-btn:hover, +html body .ui-group-theme-b .ui-btn:hover, +html head + body .ui-btn.ui-btn-b:hover { + background-color: #373737 /*{b-bhover-background-color}*/; + border-color: #1f1f1f /*{b-bhover-border}*/; + color: #fff /*{b-bhover-color}*/; + text-shadow: 0 /*{b-bhover-shadow-x}*/ 1px /*{b-bhover-shadow-y}*/ 0 /*{b-bhover-shadow-radius}*/ #111 /*{b-bhover-shadow-color}*/; +} +/* Button down */ +.ui-page-theme-b .ui-btn:active, +html .ui-bar-b .ui-btn:active, +html .ui-body-b .ui-btn:active, +html body .ui-group-theme-b .ui-btn:active, +html head + body .ui-btn.ui-btn-b:active { + background-color: #404040 /*{b-bdown-background-color}*/; + border-color: #1f1f1f /*{b-bdown-border}*/; + color: #fff /*{b-bdown-color}*/; + text-shadow: 0 /*{b-bdown-shadow-x}*/ 1px /*{b-bdown-shadow-y}*/ 0 /*{b-bdown-shadow-radius}*/ #111 /*{b-bdown-shadow-color}*/; +} +/* Active button */ +.ui-page-theme-b .ui-btn.ui-btn-active, +html .ui-bar-b .ui-btn.ui-btn-active, +html .ui-body-b .ui-btn.ui-btn-active, +html body .ui-group-theme-b .ui-btn.ui-btn-active, +html head + body .ui-btn.ui-btn-b.ui-btn-active, +/* Active checkbox icon */ +.ui-page-theme-b .ui-checkbox-on:after, +html .ui-bar-b .ui-checkbox-on:after, +html .ui-body-b .ui-checkbox-on:after, +html body .ui-group-theme-b .ui-checkbox-on:after, +.ui-btn.ui-checkbox-on.ui-btn-b:after, +/* Active flipswitch background */ +.ui-page-theme-b .ui-flipswitch-active, +html .ui-bar-b .ui-flipswitch-active, +html .ui-body-b .ui-flipswitch-active, +html body .ui-group-theme-b .ui-flipswitch-active, +html body .ui-flipswitch.ui-bar-b.ui-flipswitch-active, +/* Active slider track */ +.ui-page-theme-b .ui-slider-track .ui-btn-active, +html .ui-bar-b .ui-slider-track .ui-btn-active, +html .ui-body-b .ui-slider-track .ui-btn-active, +html body .ui-group-theme-b .ui-slider-track .ui-btn-active, +html body div.ui-slider-track.ui-body-b .ui-btn-active { + background-color: #22aadd /*{b-active-background-color}*/; + border-color: #22aadd /*{b-active-border}*/; + color: #fff /*{b-active-color}*/; + text-shadow: 0 /*{b-active-shadow-x}*/ 1px /*{b-active-shadow-y}*/ 0 /*{b-active-shadow-radius}*/ #0088bb /*{b-active-shadow-color}*/; +} +/* Active radio button icon */ +.ui-page-theme-b .ui-radio-on:after, +html .ui-bar-b .ui-radio-on:after, +html .ui-body-b .ui-radio-on:after, +html body .ui-group-theme-b .ui-radio-on:after, +.ui-btn.ui-radio-on.ui-btn-b:after { + border-color: #22aadd /*{b-active-background-color}*/; +} +/* Focus */ +.ui-page-theme-b .ui-btn:focus, +html .ui-bar-b .ui-btn:focus, +html .ui-body-b .ui-btn:focus, +html body .ui-group-theme-b .ui-btn:focus, +html head + body .ui-btn.ui-btn-b:focus, +/* Focus buttons and text inputs with div wrap */ +.ui-page-theme-b .ui-focus, +html .ui-bar-b .ui-focus, +html .ui-body-b .ui-focus, +html body .ui-group-theme-b .ui-focus, +html head + body .ui-btn-b.ui-focus, +html head + body .ui-body-b.ui-focus { + -webkit-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/; + -moz-box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/; + box-shadow: 0 0 12px #22aadd /*{b-active-background-color}*/; +} +/* Structure */ +/* Disabled +-----------------------------------------------------------------------------------------------------------*/ +/* Class ui-disabled deprecated in 1.4. :disabled not supported by IE8 so we use [disabled] */ +.ui-disabled, +.ui-state-disabled, +button[disabled], +.ui-select .ui-btn.ui-state-disabled { + filter: Alpha(Opacity=30); + opacity: .3; + cursor: default !important; + pointer-events: none; +} +/* Focus state outline +-----------------------------------------------------------------------------------------------------------*/ +.ui-btn:focus, +.ui-btn.ui-focus { + outline: 0; +} +/* Unset box-shadow in browsers that don't do it right */ +.ui-noboxshadow .ui-shadow, +.ui-noboxshadow .ui-shadow-inset, +.ui-noboxshadow .ui-overlay-shadow, +.ui-noboxshadow .ui-shadow-icon.ui-btn:after, +.ui-noboxshadow .ui-shadow-icon .ui-btn:after, +.ui-noboxshadow .ui-focus, +.ui-noboxshadow .ui-btn:focus, +.ui-noboxshadow input:focus, +.ui-noboxshadow .ui-panel { + -webkit-box-shadow: none !important; + -moz-box-shadow: none !important; + box-shadow: none !important; +} +.ui-noboxshadow .ui-btn:focus, +.ui-noboxshadow .ui-focus { + outline-width: 1px; + outline-style: auto; +} +/* Some unsets */ +.ui-mobile, +.ui-mobile body { + height: 99.9%; +} +.ui-mobile fieldset, +.ui-page { + padding: 0; + margin: 0; +} +.ui-mobile a img, +.ui-mobile fieldset { + border-width: 0; +} +/* Fixes for fieldset issues on IE10 and FF (see #6077) */ +.ui-mobile fieldset { + min-width: 0; +} +@-moz-document url-prefix() { + .ui-mobile fieldset { + display: table-column; + vertical-align: middle; + } +} +/* Viewport */ +.ui-mobile-viewport { + margin: 0; + overflow-x: visible; + -webkit-text-size-adjust: 100%; + -ms-text-size-adjust:none; + -webkit-tap-highlight-color: rgba(0, 0, 0, 0); +} +/* Issue #2066 */ +body.ui-mobile-viewport, +div.ui-mobile-viewport { + overflow-x: hidden; +} +/* "page" containers - full-screen views, one should always be in view post-pageload */ +.ui-mobile [data-role=page], +.ui-mobile [data-role=dialog], +.ui-page { + top: 0; + left: 0; + width: 100%; + min-height: 100%; + position: absolute; + display: none; + border: 0; +} +/* On ios4, setting focus on the page element causes flashing during transitions when there is an outline, so we turn off outlines */ +.ui-page { + outline: none; +} +.ui-mobile .ui-page-active { + display: block; + overflow: visible; + overflow-x: hidden; +} +@media screen and (orientation: portrait) { + .ui-mobile .ui-page { + min-height: 420px; + } +} +@media screen and (orientation: landscape) { + .ui-mobile .ui-page { + min-height: 300px; + } +} +/* Fouc */ +.ui-mobile-rendering > * { + visibility: hidden; +} +/* Non-js content hiding */ +.ui-nojs { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +/* Loading screen */ +.ui-loading .ui-loader { + display: block; +} +.ui-loader { + display: none; + z-index: 9999999; + position: fixed; + top: 50%; + left: 50%; + border:0; +} +.ui-loader-default { + background: none; + filter: Alpha(Opacity=18); + opacity: .18; + width: 2.875em; + height: 2.875em; + margin-left: -1.4375em; + margin-top: -1.4375em; +} +.ui-loader-verbose { + width: 12.5em; + filter: Alpha(Opacity=88); + opacity: .88; + box-shadow: 0 1px 1px -1px #fff; + height: auto; + margin-left: -6.875em; + margin-top: -2.6875em; + padding: .625em; +} +.ui-loader-default h1 { + font-size: 0; + width: 0; + height: 0; + overflow: hidden; +} +.ui-loader-verbose h1 { + font-size: 1em; + margin: 0; + text-align: center; +} +.ui-loader .ui-icon-loading { + background-color: #000; + display: block; + margin: 0; + width: 2.75em; + height: 2.75em; + padding: .0625em; + -webkit-border-radius: 2.25em; + border-radius: 2.25em; +} +.ui-loader-verbose .ui-icon-loading { + margin: 0 auto .625em; + filter: Alpha(Opacity=75); + opacity: .75; +} +.ui-loader-textonly { + padding: .9375em; + margin-left: -7.1875em; +} +.ui-loader-textonly .ui-icon-loading { + display: none; +} +.ui-loader-fakefix { + position: absolute; +} +/* Headers, content panels */ +.ui-bar, +.ui-body { + position: relative; + padding: .4em 1em; + overflow: hidden; + display: block; + clear: both; +} +.ui-bar h1, +.ui-bar h2, +.ui-bar h3, +.ui-bar h4, +.ui-bar h5, +.ui-bar h6 { + margin: 0; + padding: 0; + font-size: 1em; + display: inline-block; +} +.ui-header, +.ui-footer { + border-width: 1px 0; + border-style: solid; + position: relative; +} +.ui-header:empty, +.ui-footer:empty { + min-height: 2.6875em; +} +.ui-header .ui-title, +.ui-footer .ui-title { + font-size: 1em; + min-height: 1.1em; + text-align: center; + display: block; + margin: 0 30%; + padding: .7em 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + outline: 0 !important; +} +.ui-footer .ui-title { + margin: 0 1em; +} +.ui-content { + border-width: 0; + overflow: visible; + overflow-x: hidden; + padding: 1em; +} +/* Corner styling for dialogs and popups */ +.ui-corner-all > .ui-header:first-child, +.ui-corner-all > .ui-content:first-child, +.ui-corner-all > .ui-footer:first-child { + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; +} +.ui-corner-all > .ui-header:last-child, +.ui-corner-all > .ui-content:last-child, +.ui-corner-all > .ui-footer:last-child { + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; +} +/* Buttons and icons */ +.ui-btn { + font-size: 16px; + margin: .5em 0; + padding: .7em 1em; + display: block; + position: relative; + text-align: center; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; + cursor: pointer; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; +} +.ui-btn-icon-notext { + padding: 0; + width: 1.75em; + height: 1.75em; + text-indent: -9999px; + white-space: nowrap !important; +} +.ui-mini { + font-size: 12.5px; +} +.ui-mini .ui-btn { + font-size: inherit; +} +/* Make buttons in toolbars default to mini and inline. */ +.ui-header .ui-btn, +.ui-footer .ui-btn { + font-size: 12.5px; + display: inline-block; + vertical-align: middle; +} +/* To ensure same top and left/right position when ui-btn-left/right are added to something other than buttons. */ +.ui-header .ui-btn-left, +.ui-header .ui-btn-right { + font-size: 12.5px; +} +.ui-mini.ui-btn-icon-notext, +.ui-mini .ui-btn-icon-notext, +.ui-header .ui-btn-icon-notext, +.ui-footer .ui-btn-icon-notext { + font-size: 16px; + padding: 0; +} +.ui-btn-inline { + display: inline-block; + vertical-align: middle; + margin-right: .625em; +} +.ui-btn-icon-left { + padding-left: 2.5em; +} +.ui-btn-icon-right { + padding-right: 2.5em; +} +.ui-btn-icon-top { + padding-top: 2.5em; +} +.ui-btn-icon-bottom { + padding-bottom: 2.5em; +} +.ui-header .ui-btn-icon-top, +.ui-footer .ui-btn-icon-top, +.ui-header .ui-btn-icon-bottom, +.ui-footer .ui-btn-icon-bottom { + padding-left: .3125em; + padding-right: .3125em; +} +.ui-btn-icon-left:after, +.ui-btn-icon-right:after, +.ui-btn-icon-top:after, +.ui-btn-icon-bottom:after, +.ui-btn-icon-notext:after { + content: ""; + position: absolute; + display: block; + width: 22px; + height: 22px; +} +.ui-btn-icon-notext:after, +.ui-btn-icon-left:after, +.ui-btn-icon-right:after { + top: 50%; + margin-top: -11px; +} +.ui-btn-icon-left:after { + left: .5625em; +} +.ui-btn-icon-right:after { + right: .5625em; +} +.ui-mini.ui-btn-icon-left:after, +.ui-mini .ui-btn-icon-left:after, +.ui-header .ui-btn-icon-left:after, +.ui-footer .ui-btn-icon-left:after { + left: .37em; +} +.ui-mini.ui-btn-icon-right:after, +.ui-mini .ui-btn-icon-right:after, +.ui-header .ui-btn-icon-right:after, +.ui-footer .ui-btn-icon-right:after { + right: .37em; +} +.ui-btn-icon-notext:after, +.ui-btn-icon-top:after, +.ui-btn-icon-bottom:after { + left: 50%; + margin-left: -11px; +} +.ui-btn-icon-top:after { + top: .5625em; +} +.ui-btn-icon-bottom:after { + top: auto; + bottom: .5625em; +} +/* Buttons in header position classes */ +.ui-header .ui-btn-left, +.ui-header .ui-btn-right, +.ui-btn-left > [class*="ui-"], +.ui-btn-right > [class*="ui-"] { + margin: 0; +} +.ui-btn-left, +.ui-btn-right { + position: absolute; + top: .24em; +} +.ui-btn-left { + left: .4em; +} +.ui-btn-right { + right: .4em; +} +.ui-btn-icon-notext.ui-btn-left { + top: .3125em; + left: .3125em; +} +.ui-btn-icon-notext.ui-btn-right { + top: .3125em; + right: .3125em; +} +/* Button elements */ +button.ui-btn, +.ui-controlgroup-controls button.ui-btn-icon-notext { + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + -webkit-appearance: none; + -moz-appearance: none; + width: 100%; +} +button.ui-btn-inline { + width: auto; +} +/* Firefox adds a 1px border in a button element. We negate this to make sure they have the same height as other buttons in controlgroups. */ +button.ui-btn::-moz-focus-inner { + border: 0; +} +button.ui-btn-icon-notext, +.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn { + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + box-sizing: content-box; + width: 1.75em; +} +/* Form labels */ +.ui-mobile label, +.ui-controlgroup-label { + display: block; + margin: 0 0 .4em; +} +/* Accessible content hiding */ +/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */ +.ui-hide-label > label, +.ui-hide-label .ui-controlgroup-label, +.ui-hide-label .ui-rangeslider label, +.ui-hidden-accessible { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +/* Used for hiding elements by the filterable widget. You can also use this class to hide list items or buttons in controlgroups; this ensures correct corner styling. */ +.ui-screen-hidden { + display: none !important; +} +/* Transitions originally inspired by those from jQtouch, nice work, folks */ +.ui-mobile-viewport-transitioning, +.ui-mobile-viewport-transitioning .ui-page { + width: 100%; + height: 100%; + overflow: hidden; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +.ui-page-pre-in { + opacity: 0; +} +.in { + -webkit-animation-timing-function: ease-out; + -webkit-animation-duration: 350ms; + -moz-animation-timing-function: ease-out; + -moz-animation-duration: 350ms; + animation-timing-function: ease-out; + animation-duration: 350ms; +} +.out { + -webkit-animation-timing-function: ease-in; + -webkit-animation-duration: 225ms; + -moz-animation-timing-function: ease-in; + -moz-animation-duration: 225ms; + animation-timing-function: ease-in; + animation-duration: 225ms; +} +@-webkit-keyframes fadein { + from { opacity: 0; } + to { opacity: 1; } +} +@-moz-keyframes fadein { + from { opacity: 0; } + to { opacity: 1; } +} +@keyframes fadein { + from { opacity: 0; } + to { opacity: 1; } +} +@-webkit-keyframes fadeout { + from { opacity: 1; } + to { opacity: 0; } +} +@-moz-keyframes fadeout { + from { opacity: 1; } + to { opacity: 0; } +} +@keyframes fadeout { + from { opacity: 1; } + to { opacity: 0; } +} +.fade.out { + opacity: 0; + -webkit-animation-duration: 125ms; + -webkit-animation-name: fadeout; + -moz-animation-duration: 125ms; + -moz-animation-name: fadeout; + animation-duration: 125ms; + animation-name: fadeout; +} +.fade.in { + opacity: 1; + -webkit-animation-duration: 225ms; + -webkit-animation-name: fadein; + -moz-animation-duration: 225ms; + -moz-animation-name: fadein; + animation-duration: 225ms; + animation-name: fadein; +} +.pop { + -webkit-transform-origin: 50% 50%; + -moz-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.pop.in { + -webkit-transform: scale(1); + -webkit-animation-name: popin; + -webkit-animation-duration: 350ms; + -moz-transform: scale(1); + -moz-animation-name: popin; + -moz-animation-duration: 350ms; + transform: scale(1); + animation-name: popin; + animation-duration: 350ms; + opacity: 1; +} +.pop.out { + -webkit-animation-name: fadeout; + -webkit-animation-duration: 100ms; + -moz-animation-name: fadeout; + -moz-animation-duration: 100ms; + animation-name: fadeout; + animation-duration: 100ms; + opacity: 0; +} +.pop.in.reverse { + -webkit-animation-name: fadein; + -moz-animation-name: fadein; + animation-name: fadein; +} +.pop.out.reverse { + -webkit-transform: scale(.8); + -webkit-animation-name: popout; + -moz-transform: scale(.8); + -moz-animation-name: popout; + transform: scale(.8); + animation-name: popout; +} +@-webkit-keyframes popin { + from { + -webkit-transform: scale(.8); + opacity: 0; + } + to { + -webkit-transform: scale(1); + opacity: 1; + } +} +@-moz-keyframes popin { + from { + -moz-transform: scale(.8); + opacity: 0; + } + to { + -moz-transform: scale(1); + opacity: 1; + } +} +@keyframes popin { + from { + transform: scale(.8); + opacity: 0; + } + to { + transform: scale(1); + opacity: 1; + } +} +@-webkit-keyframes popout { + from { + -webkit-transform: scale(1); + opacity: 1; + } + to { + -webkit-transform: scale(.8); + opacity: 0; + } +} +@-moz-keyframes popout { + from { + -moz-transform: scale(1); + opacity: 1; + } + to { + -moz-transform: scale(.8); + opacity: 0; + } +} +@keyframes popout { + from { + transform: scale(1); + opacity: 1; + } + to { + transform: scale(.8); + opacity: 0; + } +} +/* keyframes for slidein from sides */ +@-webkit-keyframes slideinfromright { + from { -webkit-transform: translate3d(100%,0,0); } + to { -webkit-transform: translate3d(0,0,0); } +} +@-moz-keyframes slideinfromright { + from { -moz-transform: translateX(100%); } + to { -moz-transform: translateX(0); } +} +@keyframes slideinfromright { + from { transform: translateX(100%); } + to { transform: translateX(0); } +} +@-webkit-keyframes slideinfromleft { + from { -webkit-transform: translate3d(-100%,0,0); } + to { -webkit-transform: translate3d(0,0,0); } +} +@-moz-keyframes slideinfromleft { + from { -moz-transform: translateX(-100%); } + to { -moz-transform: translateX(0); } +} +@keyframes slideinfromleft { + from { transform: translateX(-100%); } + to { transform: translateX(0); } +} +/* keyframes for slideout to sides */ +@-webkit-keyframes slideouttoleft { + from { -webkit-transform: translate3d(0,0,0); } + to { -webkit-transform: translate3d(-100%,0,0); } +} +@-moz-keyframes slideouttoleft { + from { -moz-transform: translateX(0); } + to { -moz-transform: translateX(-100%); } +} +@keyframes slideouttoleft { + from { transform: translateX(0); } + to { transform: translateX(-100%); } +} +@-webkit-keyframes slideouttoright { + from { -webkit-transform: translate3d(0,0,0); } + to { -webkit-transform: translate3d(100%,0,0); } +} +@-moz-keyframes slideouttoright { + from { -moz-transform: translateX(0); } + to { -moz-transform: translateX(100%); } +} +@keyframes slideouttoright { + from { transform: translateX(0); } + to { transform: translateX(100%); } +} +.slide.out, .slide.in { + -webkit-animation-timing-function: ease-out; + -webkit-animation-duration: 350ms; + -moz-animation-timing-function: ease-out; + -moz-animation-duration: 350ms; + animation-timing-function: ease-out; + animation-duration: 350ms; +} +.slide.out { + -webkit-transform: translate3d(-100%,0,0); + -webkit-animation-name: slideouttoleft; + -moz-transform: translateX(-100%); + -moz-animation-name: slideouttoleft; + transform: translateX(-100%); + animation-name: slideouttoleft; +} +.slide.in { + -webkit-transform: translate3d(0,0,0); + -webkit-animation-name: slideinfromright; + -moz-transform: translateX(0); + -moz-animation-name: slideinfromright; + transform: translateX(0); + animation-name: slideinfromright; +} +.slide.out.reverse { + -webkit-transform: translate3d(100%,0,0); + -webkit-animation-name: slideouttoright; + -moz-transform: translateX(100%); + -moz-animation-name: slideouttoright; + transform: translateX(100%); + animation-name: slideouttoright; +} +.slide.in.reverse { + -webkit-transform: translate3d(0,0,0); + -webkit-animation-name: slideinfromleft; + -moz-transform: translateX(0); + -moz-animation-name: slideinfromleft; + transform: translateX(0); + animation-name: slideinfromleft; +} +.slidefade.out { + -webkit-transform: translateX(-100%); + -webkit-animation-name: slideouttoleft; + -webkit-animation-duration: 225ms; + -moz-transform: translateX(-100%); + -moz-animation-name: slideouttoleft; + -moz-animation-duration: 225ms; + transform: translateX(-100%); + animation-name: slideouttoleft; + animation-duration: 225ms; +} +.slidefade.in { + -webkit-transform: translateX(0); + -webkit-animation-name: fadein; + -webkit-animation-duration: 200ms; + -moz-transform: translateX(0); + -moz-animation-name: fadein; + -moz-animation-duration: 200ms; + transform: translateX(0); + animation-name: fadein; + animation-duration: 200ms; +} +.slidefade.out.reverse { + -webkit-transform: translateX(100%); + -webkit-animation-name: slideouttoright; + -webkit-animation-duration: 200ms; + -moz-transform: translateX(100%); + -moz-animation-name: slideouttoright; + -moz-animation-duration: 200ms; + transform: translateX(100%); + animation-name: slideouttoright; + animation-duration: 200ms; +} +.slidefade.in.reverse { + -webkit-transform: translateX(0); + -webkit-animation-name: fadein; + -webkit-animation-duration: 200ms; + -moz-transform: translateX(0); + -moz-animation-name: fadein; + -moz-animation-duration: 200ms; + transform: translateX(0); + animation-name: fadein; + animation-duration: 200ms; +} +/* slide down */ +.slidedown.out { + -webkit-animation-name: fadeout; + -webkit-animation-duration: 100ms; + -moz-animation-name: fadeout; + -moz-animation-duration: 100ms; + animation-name: fadeout; + animation-duration: 100ms; +} +.slidedown.in { + -webkit-transform: translateY(0); + -webkit-animation-name: slideinfromtop; + -webkit-animation-duration: 250ms; + -moz-transform: translateY(0); + -moz-animation-name: slideinfromtop; + -moz-animation-duration: 250ms; + transform: translateY(0); + animation-name: slideinfromtop; + animation-duration: 250ms; +} +.slidedown.in.reverse { + -webkit-animation-name: fadein; + -webkit-animation-duration: 150ms; + -moz-animation-name: fadein; + -moz-animation-duration: 150ms; + animation-name: fadein; + animation-duration: 150ms; +} +.slidedown.out.reverse { + -webkit-transform: translateY(-100%); + -webkit-animation-name: slideouttotop; + -webkit-animation-duration: 200ms; + -moz-transform: translateY(-100%); + -moz-animation-name: slideouttotop; + -moz-animation-duration: 200ms; + transform: translateY(-100%); + animation-name: slideouttotop; + animation-duration: 200ms; +} +@-webkit-keyframes slideinfromtop { + from { -webkit-transform: translateY(-100%); } + to { -webkit-transform: translateY(0); } +} +@-moz-keyframes slideinfromtop { + from { -moz-transform: translateY(-100%); } + to { -moz-transform: translateY(0); } +} +@keyframes slideinfromtop { + from { transform: translateY(-100%); } + to { transform: translateY(0); } +} +@-webkit-keyframes slideouttotop { + from { -webkit-transform: translateY(0); } + to { -webkit-transform: translateY(-100%); } +} +@-moz-keyframes slideouttotop { + from { -moz-transform: translateY(0); } + to { -moz-transform: translateY(-100%); } +} +@keyframes slideouttotop { + from { transform: translateY(0); } + to { transform: translateY(-100%); } +} +/* slide up */ +.slideup.out { + -webkit-animation-name: fadeout; + -webkit-animation-duration: 100ms; + -moz-animation-name: fadeout; + -moz-animation-duration: 100ms; + animation-name: fadeout; + animation-duration: 100ms; +} +.slideup.in { + -webkit-transform: translateY(0); + -webkit-animation-name: slideinfrombottom; + -webkit-animation-duration: 250ms; + -moz-transform: translateY(0); + -moz-animation-name: slideinfrombottom; + -moz-animation-duration: 250ms; + transform: translateY(0); + animation-name: slideinfrombottom; + animation-duration: 250ms; +} +.slideup.in.reverse { + -webkit-animation-name: fadein; + -webkit-animation-duration: 150ms; + -moz-animation-name: fadein; + -moz-animation-duration: 150ms; + animation-name: fadein; + animation-duration: 150ms; +} +.slideup.out.reverse { + -webkit-transform: translateY(100%); + -webkit-animation-name: slideouttobottom; + -webkit-animation-duration: 200ms; + -moz-transform: translateY(100%); + -moz-animation-name: slideouttobottom; + -moz-animation-duration: 200ms; + transform: translateY(100%); + animation-name: slideouttobottom; + animation-duration: 200ms; +} +@-webkit-keyframes slideinfrombottom { + from { -webkit-transform: translateY(100%); } + to { -webkit-transform: translateY(0); } +} +@-moz-keyframes slideinfrombottom { + from { -moz-transform: translateY(100%); } + to { -moz-transform: translateY(0); } +} +@keyframes slideinfrombottom { + from { transform: translateY(100%); } + to { transform: translateY(0); } +} +@-webkit-keyframes slideouttobottom { + from { -webkit-transform: translateY(0); } + to { -webkit-transform: translateY(100%); } +} +@-moz-keyframes slideouttobottom { + from { -moz-transform: translateY(0); } + to { -moz-transform: translateY(100%); } +} +@keyframes slideouttobottom { + from { transform: translateY(0); } + to { transform: translateY(100%); } +} +/* The properties in this rule are only necessary for the 'flip' transition. + * We need specify the perspective to create a projection matrix. This will add + * some depth as the element flips. The depth number represents the distance of + * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate + * value. + */ +.viewport-flip { + -webkit-perspective: 1000; + -moz-perspective: 1000; + perspective: 1000; + position: absolute; +} +.flip { + -webkit-backface-visibility: hidden; + -webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */ + -moz-backface-visibility: hidden; + -moz-transform: translateX(0); + backface-visibility: hidden; + transform: translateX(0); +} +.flip.out { + -webkit-transform: rotateY(-90deg) scale(.9); + -webkit-animation-name: flipouttoleft; + -webkit-animation-duration: 175ms; + -moz-transform: rotateY(-90deg) scale(.9); + -moz-animation-name: flipouttoleft; + -moz-animation-duration: 175ms; + transform: rotateY(-90deg) scale(.9); + animation-name: flipouttoleft; + animation-duration: 175ms; +} +.flip.in { + -webkit-animation-name: flipintoright; + -webkit-animation-duration: 225ms; + -moz-animation-name: flipintoright; + -moz-animation-duration: 225ms; + animation-name: flipintoright; + animation-duration: 225ms; +} +.flip.out.reverse { + -webkit-transform: rotateY(90deg) scale(.9); + -webkit-animation-name: flipouttoright; + -moz-transform: rotateY(90deg) scale(.9); + -moz-animation-name: flipouttoright; + transform: rotateY(90deg) scale(.9); + animation-name: flipouttoright; +} +.flip.in.reverse { + -webkit-animation-name: flipintoleft; + -moz-animation-name: flipintoleft; + animation-name: flipintoleft; +} +@-webkit-keyframes flipouttoleft { + from { -webkit-transform: rotateY(0); } + to { -webkit-transform: rotateY(-90deg) scale(.9); } +} +@-moz-keyframes flipouttoleft { + from { -moz-transform: rotateY(0); } + to { -moz-transform: rotateY(-90deg) scale(.9); } +} +@keyframes flipouttoleft { + from { transform: rotateY(0); } + to { transform: rotateY(-90deg) scale(.9); } +} +@-webkit-keyframes flipouttoright { + from { -webkit-transform: rotateY(0) ; } + to { -webkit-transform: rotateY(90deg) scale(.9); } +} +@-moz-keyframes flipouttoright { + from { -moz-transform: rotateY(0); } + to { -moz-transform: rotateY(90deg) scale(.9); } +} +@keyframes flipouttoright { + from { transform: rotateY(0); } + to { transform: rotateY(90deg) scale(.9); } +} +@-webkit-keyframes flipintoleft { + from { -webkit-transform: rotateY(-90deg) scale(.9); } + to { -webkit-transform: rotateY(0); } +} +@-moz-keyframes flipintoleft { + from { -moz-transform: rotateY(-90deg) scale(.9); } + to { -moz-transform: rotateY(0); } +} +@keyframes flipintoleft { + from { transform: rotateY(-90deg) scale(.9); } + to { transform: rotateY(0); } +} +@-webkit-keyframes flipintoright { + from { -webkit-transform: rotateY(90deg) scale(.9); } + to { -webkit-transform: rotateY(0); } +} +@-moz-keyframes flipintoright { + from { -moz-transform: rotateY(90deg) scale(.9); } + to { -moz-transform: rotateY(0); } +} +@keyframes flipintoright { + from { transform: rotateY(90deg) scale(.9); } + to { transform: rotateY(0); } +} +/* The properties in this rule are only necessary for the 'flip' transition. + * We need specify the perspective to create a projection matrix. This will add + * some depth as the element flips. The depth number represents the distance of + * the viewer from the z-plane. According to the CSS3 spec, 1000 is a moderate + * value. + */ +.viewport-turn { + -webkit-perspective: 200px; + -moz-perspective: 200px; + -ms-perspective: 200px; + perspective: 200px; + position: absolute; +} +.turn { + -webkit-backface-visibility: hidden; + -webkit-transform: translateX(0); /* Needed to work around an iOS 3.1 bug that causes listview thumbs to disappear when -webkit-visibility:hidden is used. */ + -webkit-transform-origin: 0; + + -moz-backface-visibility: hidden; + -moz-transform: translateX(0); + -moz-transform-origin: 0; + + backface-visibility :hidden; + transform: translateX(0); + transform-origin: 0; +} +.turn.out { + -webkit-transform: rotateY(-90deg) scale(.9); + -webkit-animation-name: flipouttoleft; + -webkit-animation-duration: 125ms; + -moz-transform: rotateY(-90deg) scale(.9); + -moz-animation-name: flipouttoleft; + -moz-animation-duration: 125ms; + transform: rotateY(-90deg) scale(.9); + animation-name: flipouttoleft; + animation-duration: 125ms; +} +.turn.in { + -webkit-animation-name: flipintoright; + -webkit-animation-duration: 250ms; + -moz-animation-name: flipintoright; + -moz-animation-duration: 250ms; + animation-name: flipintoright; + animation-duration: 250ms; + +} +.turn.out.reverse { + -webkit-transform: rotateY(90deg) scale(.9); + -webkit-animation-name: flipouttoright; + -moz-transform: rotateY(90deg) scale(.9); + -moz-animation-name: flipouttoright; + transform: rotateY(90deg) scale(.9); + animation-name: flipouttoright; +} +.turn.in.reverse { + -webkit-animation-name: flipintoleft; + -moz-animation-name: flipintoleft; + animation-name: flipintoleft; +} +@-webkit-keyframes flipouttoleft { + from { -webkit-transform: rotateY(0); } + to { -webkit-transform: rotateY(-90deg) scale(.9); } +} +@-moz-keyframes flipouttoleft { + from { -moz-transform: rotateY(0); } + to { -moz-transform: rotateY(-90deg) scale(.9); } +} +@keyframes flipouttoleft { + from { transform: rotateY(0); } + to { transform: rotateY(-90deg) scale(.9); } +} +@-webkit-keyframes flipouttoright { + from { -webkit-transform: rotateY(0) ; } + to { -webkit-transform: rotateY(90deg) scale(.9); } +} +@-moz-keyframes flipouttoright { + from { -moz-transform: rotateY(0); } + to { -moz-transform: rotateY(90deg) scale(.9); } +} +@keyframes flipouttoright { + from { transform: rotateY(0); } + to { transform: rotateY(90deg) scale(.9); } +} +@-webkit-keyframes flipintoleft { + from { -webkit-transform: rotateY(-90deg) scale(.9); } + to { -webkit-transform: rotateY(0); } +} +@-moz-keyframes flipintoleft { + from { -moz-transform: rotateY(-90deg) scale(.9); } + to { -moz-transform: rotateY(0); } +} +@keyframes flipintoleft { + from { transform: rotateY(-90deg) scale(.9); } + to { transform: rotateY(0); } +} +@-webkit-keyframes flipintoright { + from { -webkit-transform: rotateY(90deg) scale(.9); } + to { -webkit-transform: rotateY(0); } +} +@-moz-keyframes flipintoright { + from { -moz-transform: rotateY(90deg) scale(.9); } + to { -moz-transform: rotateY(0); } +} +@keyframes flipintoright { + from { transform: rotateY(90deg) scale(.9); } + to { transform: rotateY(0); } +} +/* flow transition */ +.flow { + -webkit-transform-origin: 50% 30%; + -webkit-box-shadow: 0 0 20px rgba(0,0,0,.4); + -moz-transform-origin: 50% 30%; + -moz-box-shadow: 0 0 20px rgba(0,0,0,.4); + transform-origin: 50% 30%; + box-shadow: 0 0 20px rgba(0,0,0,.4); +} +.ui-dialog.flow { + -webkit-transform-origin: none; + -webkit-box-shadow: none; + -moz-transform-origin: none; + -moz-box-shadow: none; + transform-origin: none; + box-shadow: none; +} +.flow.out { + -webkit-transform: translateX(-100%) scale(.7); + -webkit-animation-name: flowouttoleft; + -webkit-animation-timing-function: ease; + -webkit-animation-duration: 350ms; + -moz-transform: translateX(-100%) scale(.7); + -moz-animation-name: flowouttoleft; + -moz-animation-timing-function: ease; + -moz-animation-duration: 350ms; + transform: translateX(-100%) scale(.7); + animation-name: flowouttoleft; + animation-timing-function: ease; + animation-duration: 350ms; +} +.flow.in { + -webkit-transform: translateX(0) scale(1); + -webkit-animation-name: flowinfromright; + -webkit-animation-timing-function: ease; + -webkit-animation-duration: 350ms; + -moz-transform: translateX(0) scale(1); + -moz-animation-name: flowinfromright; + -moz-animation-timing-function: ease; + -moz-animation-duration: 350ms; + transform: translateX(0) scale(1); + animation-name: flowinfromright; + animation-timing-function: ease; + animation-duration: 350ms; +} +.flow.out.reverse { + -webkit-transform: translateX(100%); + -webkit-animation-name: flowouttoright; + -moz-transform: translateX(100%); + -moz-animation-name: flowouttoright; + transform: translateX(100%); + animation-name: flowouttoright; +} +.flow.in.reverse { + -webkit-animation-name: flowinfromleft; + -moz-animation-name: flowinfromleft; + animation-name: flowinfromleft; +} +@-webkit-keyframes flowouttoleft { + 0% { -webkit-transform: translateX(0) scale(1); } + 60%, 70% { -webkit-transform: translateX(0) scale(.7); } + 100% { -webkit-transform: translateX(-100%) scale(.7); } +} +@-moz-keyframes flowouttoleft { + 0% { -moz-transform: translateX(0) scale(1); } + 60%, 70% { -moz-transform: translateX(0) scale(.7); } + 100% { -moz-transform: translateX(-100%) scale(.7); } +} +@keyframes flowouttoleft { + 0% { transform: translateX(0) scale(1); } + 60%, 70% { transform: translateX(0) scale(.7); } + 100% { transform: translateX(-100%) scale(.7); } +} +@-webkit-keyframes flowouttoright { + 0% { -webkit-transform: translateX(0) scale(1); } + 60%, 70% { -webkit-transform: translateX(0) scale(.7); } + 100% { -webkit-transform: translateX(100%) scale(.7); } +} +@-moz-keyframes flowouttoright { + 0% { -moz-transform: translateX(0) scale(1); } + 60%, 70% { -moz-transform: translateX(0) scale(.7); } + 100% { -moz-transform: translateX(100%) scale(.7); } +} +@keyframes flowouttoright { + 0% { transform: translateX(0) scale(1); } + 60%, 70% { transform: translateX(0) scale(.7); } + 100% { transform: translateX(100%) scale(.7); } +} +@-webkit-keyframes flowinfromleft { + 0% { -webkit-transform: translateX(-100%) scale(.7); } + 30%, 40% { -webkit-transform: translateX(0) scale(.7); } + 100% { -webkit-transform: translateX(0) scale(1); } +} +@-moz-keyframes flowinfromleft { + 0% { -moz-transform: translateX(-100%) scale(.7); } + 30%, 40% { -moz-transform: translateX(0) scale(.7); } + 100% { -moz-transform: translateX(0) scale(1); } +} +@keyframes flowinfromleft { + 0% { transform: translateX(-100%) scale(.7); } + 30%, 40% { transform: translateX(0) scale(.7); } + 100% { transform: translateX(0) scale(1); } +} +@-webkit-keyframes flowinfromright { + 0% { -webkit-transform: translateX(100%) scale(.7); } + 30%, 40% { -webkit-transform: translateX(0) scale(.7); } + 100% { -webkit-transform: translateX(0) scale(1); } +} +@-moz-keyframes flowinfromright { + 0% { -moz-transform: translateX(100%) scale(.7); } + 30%, 40% { -moz-transform: translateX(0) scale(.7); } + 100% { -moz-transform: translateX(0) scale(1); } +} +@keyframes flowinfromright { + 0% { transform: translateX(100%) scale(.7); } + 30%, 40% { transform: translateX(0) scale(.7); } + 100% { transform: translateX(0) scale(1); } +} +.ui-field-contain, +.ui-mobile fieldset.ui-field-contain { + display: block; + position: relative; + overflow: visible; + clear: both; + padding: .8em 0; +} +.ui-field-contain > label ~ [class*="ui-"], +.ui-field-contain .ui-controlgroup-controls { + margin: 0; +} +.ui-field-contain:last-child { + border-bottom-width: 0; +} +@media (min-width: 28em) { + .ui-field-contain, + .ui-mobile fieldset.ui-field-contain { + padding: 0; + margin: 1em 0; + border-bottom-width: 0; + } + .ui-field-contain:before, + .ui-field-contain:after { + content: ""; + display: table; + } + .ui-field-contain:after { + clear: both; + } + .ui-field-contain > label, + .ui-field-contain .ui-controlgroup-label, + .ui-field-contain > .ui-rangeslider > label { + float: left; + width: 20%; + margin: .5em 2% 0 0; + } + .ui-popup .ui-field-contain > label, + .ui-popup .ui-field-contain .ui-controlgroup-label, + .ui-popup .ui-field-contain > .ui-rangeslider > label { + float: none; + width: auto; + margin: 0 0 .4em; + } + .ui-field-contain > label ~ [class*="ui-"], + .ui-field-contain .ui-controlgroup-controls { + float: left; + width: 78%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + } + /* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */ + .ui-hide-label > label ~ [class*="ui-"], + .ui-hide-label .ui-controlgroup-controls, + .ui-popup .ui-field-contain > label ~ [class*="ui-"], + .ui-popup .ui-field-contain .ui-controlgroup-controls { + float: none; + width: 100%; + } + .ui-field-contain > label ~ .ui-btn-inline { + width: auto; + margin-right: .625em; + } +} +/* content configurations. */ +.ui-grid-a, +.ui-grid-b, +.ui-grid-c, +.ui-grid-d, +.ui-grid-solo { + overflow: hidden; +} +.ui-block-a, +.ui-block-b, +.ui-block-c, +.ui-block-d, +.ui-block-e { + margin: 0; + padding: 0; + border: 0; + float: left; + min-height: 1px; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; +} +/* force new row */ +.ui-block-a { + clear: left; +} +ul.ui-grid-a, +ul.ui-grid-b, +ul.ui-grid-c, +ul.ui-grid-d, +ul.ui-grid-solo, +li.ui-block-a, +li.ui-block-b, +li.ui-block-c, +li.ui-block-d, +li.ui-block-e { + margin-left: 0; + margin-right: 0; + padding: 0; + list-style: none; +} +/* No margin in grids for 100% width button elements until we can use max-width: fill-available; */ +[class*="ui-block-"] > button.ui-btn { + margin-right: 0; + margin-left: 0; +} +[class*="ui-block-"] > .ui-btn, +[class*="ui-block-"] > .ui-select, +[class*="ui-block-"] > .ui-checkbox, +[class*="ui-block-"] > .ui-radio, +[class*="ui-block-"] > button.ui-btn-inline, +[class*="ui-block-"] > button.ui-btn-icon-notext { + margin-right: .3125em; + margin-left: .3125em; +} +.ui-grid-a > .ui-block-a, +.ui-grid-a > .ui-block-b { + /* width: 49.95%; IE7 */ + /* margin-right: -.5px; BB5 */ + width: 50%; +} +.ui-grid-b > .ui-block-a, +.ui-grid-b > .ui-block-b, +.ui-grid-b > .ui-block-c { + /* width: 33.25%; IE7 */ + /* margin-right: -.5px; BB5 */ + width: 33.333%; +} +.ui-grid-c > .ui-block-a, +.ui-grid-c > .ui-block-b, +.ui-grid-c > .ui-block-c, +.ui-grid-c > .ui-block-d { + /* width: 24.925%; IE7 */ + /* margin-right: -.5px; BB5 */ + width: 25%; +} +.ui-grid-d > .ui-block-a, +.ui-grid-d > .ui-block-b, +.ui-grid-d > .ui-block-c, +.ui-grid-d > .ui-block-d, +.ui-grid-d > .ui-block-e { + /* width: 19.925%; IE7 */ + width: 20%; +} +.ui-grid-solo > .ui-block-a { + width: 100%; + float: none; +} +/* preset breakpoint to switch to stacked grid styles below 35em (560px) */ +@media (max-width: 35em) { + .ui-responsive > .ui-block-a, + .ui-responsive > .ui-block-b, + .ui-responsive > .ui-block-c, + .ui-responsive > .ui-block-d, + .ui-responsive > .ui-block-e { + width: 100%; + float: none; + } +} +/* fixed page header & footer configuration */ +.ui-header-fixed, +.ui-footer-fixed { + left: 0; + right: 0; + width: 100%; + position: fixed; + z-index: 1000; +} +.ui-header-fixed { + top: -1px; + padding-top: 1px; +} +.ui-header-fixed.ui-fixed-hidden { + top: 0; + padding-top: 0; +} +.ui-header-fixed .ui-btn-left, +.ui-header-fixed .ui-btn-right { + margin-top: 1px; +} +.ui-header-fixed.ui-fixed-hidden .ui-btn-left, +.ui-header-fixed.ui-fixed-hidden .ui-btn-right { + margin-top: 0; +} +.ui-footer-fixed { + bottom: -1px; + padding-bottom: 1px; +} +.ui-footer-fixed.ui-fixed-hidden { + bottom: 0; + padding-bottom: 0; +} +.ui-header-fullscreen, +.ui-footer-fullscreen { + filter: Alpha(Opacity=90); + opacity: .9; +} +/* updatePagePadding() will update the padding to actual height of header and footer. */ +.ui-page-header-fixed { + padding-top: 2.8125em; +} +.ui-page-footer-fixed { + padding-bottom: 2.8125em; +} +.ui-page-header-fullscreen > .ui-content, +.ui-page-footer-fullscreen > .ui-content { + padding: 0; +} +.ui-fixed-hidden { + position: absolute; +} +/* Tap toggle: hide external fixed footer. See issue #6604 */ +.ui-footer-fixed.ui-fixed-hidden { + display: none; +} +.ui-page .ui-footer-fixed.ui-fixed-hidden { + display: block +} +.ui-page-header-fullscreen .ui-fixed-hidden, +.ui-page-footer-fullscreen .ui-fixed-hidden { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-header-fixed .ui-btn, +.ui-footer-fixed .ui-btn { + z-index: 10; +} +/* workarounds for other widgets */ +.ui-android-2x-fixed .ui-li-has-thumb { + -webkit-transform: translate3d(0,0,0); +} +.ui-navbar { + max-width: 100%; +} +.ui-navbar ul:before, +.ui-navbar ul:after { + content: ""; + display: table; +} +.ui-navbar ul:after { + clear: both; +} +.ui-navbar ul { + list-style: none; + margin: 0; + padding: 0; + position: relative; + display: block; + border: 0; + max-width: 100%; + overflow: visible; +} +.ui-navbar li .ui-btn { + font-size: 12.5px; + display: block; + margin: 0; + border-right-width: 0; +} +.ui-navbar .ui-btn:focus { + z-index: 1; +} +/* fixes gaps caused by subpixel problem */ +.ui-navbar li:last-child .ui-btn { + margin-right: -4px; +} +.ui-navbar li:last-child .ui-btn:after { + margin-right: 4px; +} +.ui-content .ui-navbar li:last-child .ui-btn, +.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn { + border-right-width: 1px; + margin-right: 0; +} +.ui-content .ui-navbar li:last-child .ui-btn:after, +.ui-content .ui-navbar .ui-grid-duo .ui-block-b .ui-btn:after { + margin-right: 0; +} +.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn { + border-right-width: 1px; + margin-right: -1px; +} +.ui-navbar .ui-grid-duo .ui-block-a:last-child .ui-btn:after { + margin-right: 1px; +} +.ui-navbar .ui-grid-duo .ui-btn { + border-top-width: 0; +} +.ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn, +.ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn { + border-top-width: 1px; +} +.ui-header .ui-navbar .ui-btn, +.ui-footer .ui-navbar .ui-btn { + border-top-width: 0; + border-bottom-width: 0; +} +.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn, +.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn, +.ui-header .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn, +.ui-footer .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn { + border-top-width: 0; +} +.ui-header .ui-title ~ .ui-navbar .ui-btn, +.ui-footer .ui-title ~ .ui-navbar .ui-btn, +.ui-header .ui-navbar .ui-grid-duo .ui-btn, +.ui-footer .ui-navbar .ui-grid-duo .ui-btn, +.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn, +.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child .ui-btn, +.ui-header .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn, +.ui-footer .ui-title ~ .ui-navbar .ui-grid-duo .ui-block-a:first-child + .ui-block-b .ui-btn { + border-top-width: 1px; +} +/* Hide the native input element */ +.ui-input-btn input { + position: absolute; + top: 0; + left: 0; + width: 100%; + height: 100%; + padding: 0; + border: 0; + outline: 0; + -webkit-border-radius: inherit; + border-radius: inherit; + -webkit-appearance: none; + -moz-appearance: none; + cursor: pointer; + background: #fff; + background: rgba(255,255,255,0); + filter: Alpha(Opacity=0); + opacity: .1; + font-size: 1px; + text-indent: -9999px; + z-index: 2; +} +/* Fixes IE/WP filter alpha opacity bugs */ +.ui-input-btn.ui-state-disabled input { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-collapsible { + margin: 0 -1em; +} +.ui-collapsible-inset, +.ui-collapsible-set { + margin: .5em 0; +} +.ui-collapsible-heading { + display: block; + margin: 0; + padding: 0; + position: relative; +} +.ui-collapsible-heading .ui-btn { + text-align: left; + margin: 0; + border-left-width: 0; + border-right-width: 0; +} +.ui-collapsible-heading .ui-btn-icon-top, +.ui-collapsible-heading .ui-btn-icon-bottom { + text-align: center; +} +.ui-collapsible-inset .ui-collapsible-heading .ui-btn { + border-right-width: 1px; + border-left-width: 1px; +} +.ui-collapsible-collapsed + .ui-collapsible:not(.ui-collapsible-inset) > .ui-collapsible-heading .ui-btn { + border-top-width: 0; +} +.ui-collapsible-set .ui-collapsible:not(.ui-collapsible-inset) .ui-collapsible-heading .ui-btn { + border-top-width: 1px; +} +.ui-collapsible-heading-status { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-collapsible-content { + display: block; + margin: 0; + padding: .5em 1em; +} +.ui-collapsible-themed-content .ui-collapsible-content { + border-left-width: 0; + border-right-width: 0; + border-top-width: 0; + border-bottom-width: 1px; + border-style: solid; +} +.ui-collapsible-inset.ui-collapsible-themed-content .ui-collapsible-content { + border-left-width: 1px; + border-right-width: 1px; +} +.ui-collapsible-inset .ui-collapsible-content { + margin: 0; +} +.ui-collapsible-content-collapsed { + display: none; +} +.ui-collapsible-set > .ui-collapsible.ui-corner-all { + -webkit-border-radius: 0; + border-radius: 0; +} +.ui-collapsible-heading, +.ui-collapsible-heading > .ui-btn { + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-collapsible-set .ui-collapsible.ui-first-child { + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; +} +.ui-collapsible-content, +.ui-collapsible-set .ui-collapsible.ui-last-child { + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; +} +.ui-collapsible-themed-content:not(.ui-collapsible-collapsed) > .ui-collapsible-heading { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} +.ui-collapsible-set .ui-collapsible { + margin: -1px -1em 0; +} +.ui-collapsible-set .ui-collapsible-inset { + margin: -1px 0 0; +} +.ui-collapsible-set .ui-collapsible.ui-first-child { + margin-top: 0; +} +.ui-controlgroup, +fieldset.ui-controlgroup { + padding: 0; + margin: .5em 0; +} +.ui-field-contain .ui-controlgroup, +.ui-field-contain fieldset.ui-controlgroup { + margin: 0; +} +.ui-mini .ui-controlgroup-label { + font-size: 16px; +} +.ui-controlgroup.ui-mini .ui-btn-icon-notext, +.ui-controlgroup .ui-mini.ui-btn-icon-notext { + font-size: inherit; +} +.ui-controlgroup-controls .ui-btn, +.ui-controlgroup-controls .ui-checkbox, +.ui-controlgroup-controls .ui-radio, +.ui-controlgroup-controls .ui-select { + margin: 0; +} +.ui-controlgroup-controls .ui-btn:focus, +.ui-controlgroup-controls .ui-btn.ui-focus { + z-index: 1; +} +.ui-controlgroup-controls li { + list-style: none; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls { + display: inline-block; + vertical-align: middle; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls:before, +.ui-controlgroup-horizontal .ui-controlgroup-controls:after { + content: ""; + display: table; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls:after { + clear: both; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls > .ui-btn, +.ui-controlgroup-horizontal .ui-controlgroup-controls li > .ui-btn, +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-checkbox, +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-radio, +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-select { + float: left; + clear: none; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn, +.ui-controlgroup-controls .ui-btn-icon-notext { + width: auto; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn-icon-notext, +.ui-controlgroup-horizontal .ui-controlgroup-controls button.ui-btn-icon-notext { + width: 1.5em; +} + .ui-controlgroup-controls .ui-btn-icon-notext { + height: auto; + padding: .7em 1em; +} +.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn { + border-bottom-width: 0; +} +.ui-controlgroup-vertical .ui-controlgroup-controls .ui-btn.ui-last-child { + border-bottom-width: 1px; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn { + border-right-width: 0; +} +.ui-controlgroup-horizontal .ui-controlgroup-controls .ui-btn.ui-last-child { + border-right-width: 1px; +} +.ui-controlgroup-controls .ui-btn-corner-all, +.ui-controlgroup-controls .ui-btn.ui-corner-all { + -webkit-border-radius: 0; + border-radius: 0; +} +.ui-controlgroup-controls, +.ui-controlgroup-controls .ui-radio, +.ui-controlgroup-controls .ui-checkbox, +.ui-controlgroup-controls .ui-select, +.ui-controlgroup-controls li { + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-controlgroup-vertical .ui-btn.ui-first-child { + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; +} +.ui-controlgroup-vertical .ui-btn.ui-last-child { + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; +} +.ui-controlgroup-horizontal .ui-btn.ui-first-child { + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; +} +.ui-controlgroup-horizontal .ui-btn.ui-last-child { + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; +} +.ui-controlgroup-controls a.ui-shadow:not(:focus), +.ui-controlgroup-controls button.ui-shadow:not(:focus), +.ui-controlgroup-controls div.ui-shadow:not(.ui-focus) { + -moz-box-shadow: none; + -webkit-box-shadow: none; + box-shadow: none; +} +/* Fixes legend not wrapping on IE10 */ +.ui-controlgroup-label legend { + max-width: 100%; +} +.ui-controlgroup-controls > label { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-dialog { + background: none !important; /* this is to ensure that dialog theming does not apply (by default at least) on the page div */ +} +.ui-dialog-contain { + width: 92.5%; + max-width: 500px; + margin: 10% auto 1em auto; + padding: 0; + position: relative; + top: -1em; +} +.ui-dialog-contain > .ui-header, +.ui-dialog-contain > .ui-content, +.ui-dialog-contain > .ui-footer { + display: block; + position: relative; + width: auto; + margin: 0; +} +.ui-dialog-contain > .ui-header { + overflow: hidden; + z-index: 10; + padding: 0; + border-top-width: 0; +} +.ui-dialog-contain > .ui-footer { + z-index: 10; + padding: 0 1em; + border-bottom-width: 0; +} +.ui-popup-open .ui-header-fixed, +.ui-popup-open .ui-footer-fixed { + position: absolute !important; /* See issues #4816, #4844 and #4874 and popup.js */ +} +.ui-popup-screen { + background-image: url("data:image/gif;base64,R0lGODlhAQABAID/AMDAwAAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); /* Necessary to set some form of background to ensure element is clickable in IE6/7. While legacy IE won't understand the data-URI'd image, it ensures no additional requests occur in all other browsers with little overhead. */ + top: 0; + left: 0; + right: 0; + bottom: 1px; + position: absolute; + filter: Alpha(Opacity=0); + opacity: 0; + z-index: 1099; +} +.ui-popup-screen.in { + opacity: 0.5; + filter: Alpha(Opacity=50); +} +.ui-popup-screen.out { + opacity: 0; + filter: Alpha(Opacity=0); +} +.ui-popup-container { + z-index: 1100; + display: inline-block; + position: absolute; + padding: 0; + outline: 0; +} +.ui-popup { + position: relative; +} +.ui-popup.ui-body-inherit { + border-width: 1px; + border-style: solid; +} +.ui-popup-hidden { + left: 0; + top: 0; + position: absolute !important; + visibility: hidden; +} +.ui-popup-truncate { + height: 1px; + width: 1px; + margin: -1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-popup.ui-content, +.ui-popup .ui-content { + overflow: visible; +} +.ui-popup > .ui-header { + border-top-width: 0; +} +.ui-popup > .ui-footer { + border-bottom-width: 0; +} +.ui-popup > p, +.ui-popup > h1, +.ui-popup > h2, +.ui-popup > h3, +.ui-popup > h4, +.ui-popup > h5, +.ui-popup > h6 { + margin: .5em .4375em; +} +.ui-popup > span { + display: block; + margin: .5em .4375em; +} +.ui-popup-container .ui-content > p, +.ui-popup-container .ui-content > h1, +.ui-popup-container .ui-content > h2, +.ui-popup-container .ui-content > h3, +.ui-popup-container .ui-content > h4, +.ui-popup-container .ui-content > h5, +.ui-popup-container .ui-content > h6 { + margin: .5em 0; +} +.ui-popup-container .ui-content > span { + margin: 0; +} +.ui-popup-container .ui-content > p:first-child, +.ui-popup-container .ui-content > h1:first-child, +.ui-popup-container .ui-content > h2:first-child, +.ui-popup-container .ui-content > h3:first-child, +.ui-popup-container .ui-content > h4:first-child, +.ui-popup-container .ui-content > h5:first-child, +.ui-popup-container .ui-content > h6:first-child { + margin-top: 0; +} +.ui-popup-container .ui-content > p:last-child, +.ui-popup-container .ui-content > h1:last-child, +.ui-popup-container .ui-content > h2:last-child, +.ui-popup-container .ui-content > h3:last-child, +.ui-popup-container .ui-content > h4:last-child, +.ui-popup-container .ui-content > h5:last-child, +.ui-popup-container .ui-content > h6:last-child { + margin-bottom: 0; +} +.ui-popup > img { + max-width: 100%; + max-height: 100%; + vertical-align: middle; +} +.ui-popup:not(.ui-content) > img:only-child, +.ui-popup:not(.ui-content) > .ui-btn-left:first-child + img:last-child, +.ui-popup:not(.ui-content) > .ui-btn-right:first-child + img:last-child { + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-popup iframe { + vertical-align: middle; +} +.ui-popup > .ui-btn-left, +.ui-popup > .ui-btn-right { + position: absolute; + top: -11px; + margin: 0; + z-index: 1101; +} +.ui-popup > .ui-btn-left { + left: -11px; +} +.ui-popup > .ui-btn-right { + right: -11px; +} +/* Dimensions related to the popup arrow +-----------------------------------------------------------------------------------------------------------*/ +/* desired triangle height: 10px */ +/** + * guide for the arrow - its width, height, and offset are theme-dependent and + * should be expessed as left, right, top, bottom, so that the element bearing + * such a class becomes stretched inside its parent position: relative element. + * The left/top/right/bottom specified below should reflect the corresponding + * border radii and so it leaves room for the shadow: + * ..--------------------.. + * ." ^ top ". + * / v \ + * | +------------------+ | + * | | | | + * | left| |right| + * |<--->| |<--->| + * | +------------------+ | + * \ ^ / + * `. v bottom .' + * ""--------------------"" + * The idea is that the top/left of the arrow container box does not move to a + * coordinate smaller than the top/left of the guide and the right/bottom of + * the arrow container box does not move to a coordinate larger than the + * bottom/right of the guide. This will help us avoid the following situation: + * ..--------------------.. + * ." ^ top ". + * /|/ v \ + * / | +------------------+ | + * \ | | | | + * \| left| |right| + * |<--->| |<--->| + * | +------------------+ | + * \ ^ / + * `. v bottom .' + * ""--------------------"" + * The arrow should not receive a top/left coordinate such that it is too close + * to one of the corners, because then at first the shadow of the arrow and, + * given a coordinate even closer to the corner, even the body of the arrow will + * "stick out" of the corner of the popup. The guide provides a hint to the + * arrow positioning code as to which range of values is acceptable for the + * arrow container's top/left coordinate. + **/ +.ui-popup-arrow-container { + width: 20px; + height: 20px; +} +/* aside from the "infinities" (-1000,2000), triangle height is used */ +.ui-popup-arrow-container.ui-popup-arrow-l { + left: -10px; + clip: rect(-1000px,10px,2000px,-1000px); +} +.ui-popup-arrow-container.ui-popup-arrow-t { + top: -10px; + clip: rect(-1000px,2000px,10px,-1000px); +} +.ui-popup-arrow-container.ui-popup-arrow-r { + right: -10px; + clip: rect(-1000px,2000px,2000px,10px); +} +.ui-popup-arrow-container.ui-popup-arrow-b { + bottom: -10px; + clip: rect(10px,2000px,1000px,-1000px); +} +/** + * For each side, the arrow is twice the desired size and its corner is aligned + * with the edge of the container: + * + * /\ /\ +----+ /\ + * / \ / \ | /\ |top / \ + * +----+ \ / +----+ +-->|/ \| / \ + * left| / | \ / | \ |right | | | / \ + * |/ | \ / | \| | /| |\ / \ + * |\ | / \ | /| | / +----+ \ \ +----+ / + * | \ | / \ | / | | \ / \| |/ + * +----+ / \ +----+ | \ / | | + * ^ \ / \ / ^ | \ / +->|\ /| + * | \/ \/ | | \ / | | \/ |bottom + * | | | \/ | +----+ + * +-------------------+--------+-----------+ + * | + * arrow container + * (clips arrow) + **/ +.ui-popup-arrow-container .ui-popup-arrow { + /* (4*desired triangle height)/sqrt(2) - does not account for border - centred within the outer rectangle */ + width: 28.284271247px; + height: 28.284271247px; + border-width: 1px; + border-style: solid; +} +.ui-popup-arrow-container.ui-popup-arrow-t .ui-popup-arrow { + left: -4.142135623px; + top: 5.857864376px; +} +.ui-popup-arrow-container.ui-popup-arrow-b .ui-popup-arrow { + left: -4.142135623px; + top: -14.142135623px; +} +.ui-popup-arrow-container.ui-popup-arrow-l .ui-popup-arrow { + left: 5.857864376px; + top: -4.142135623px; +} +.ui-popup-arrow-container.ui-popup-arrow-r .ui-popup-arrow { + left: -14.142135623px; + top: -4.142135623px; +} +/* Fix rotation center for oldIE - see http://www.useragentman.com/IETransformsTranslator/ */ +.ui-popup-arrow-container.ui-popup-arrow-t.ie .ui-popup-arrow { + margin-left: -5.857864376269049px; + margin-top: -7.0710678118654755px; +} +.ui-popup-arrow-container.ui-popup-arrow-b.ie .ui-popup-arrow { + margin-left: -5.857864376269049px; + margin-top: -4.142135623730951px; +} + +.ui-popup-arrow-container.ui-popup-arrow-l.ie .ui-popup-arrow { + margin-left: -7.0710678118654755px; + margin-top: -5.857864376269049px; +} +.ui-popup-arrow-container.ui-popup-arrow-r.ie .ui-popup-arrow { + margin-left: -4.142135623730951px; + margin-top: -5.857864376269049px; +} +/* structure */ +.ui-popup > .ui-popup-arrow-guide { + position: absolute; + left: 0; + right: 0; + top: 0; + bottom: 0; + visibility: hidden; +} +.ui-popup-arrow-container { + position: absolute; +} +.ui-popup-arrow { + -webkit-transform: rotate(45deg); + -moz-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + position: absolute; + overflow: hidden; + box-sizing: border-box; +} +.ui-popup-arrow-container.ie .ui-popup-arrow { + -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865474, M12=-0.7071067811865477, M21=0.7071067811865477, M22=0.7071067811865474, SizingMethod='auto expand')"; + filter: progid:DXImageTransform.Microsoft.Matrix( + M11=0.7071067811865474, + M12=-0.7071067811865477, + M21=0.7071067811865477, + M22=0.7071067811865474, + SizingMethod='auto expand'); +} +.ui-checkbox, +.ui-radio { + margin: .5em 0; + position: relative; +} +.ui-checkbox .ui-btn, +.ui-radio .ui-btn { + margin: 0; + text-align: left; + white-space: normal; /* Nowrap + ellipsis doesn't work on label. Issue #1419. */ + z-index: 2; +} +.ui-controlgroup .ui-checkbox .ui-btn.ui-focus, +.ui-controlgroup .ui-radio .ui-btn.ui-focus { + z-index: 3; +} +.ui-checkbox .ui-btn-icon-top, +.ui-radio .ui-btn-icon-top, +.ui-checkbox .ui-btn-icon-bottom, +.ui-radio .ui-btn-icon-bottom { + text-align: center; +} +.ui-controlgroup-horizontal .ui-checkbox .ui-btn:after, +.ui-controlgroup-horizontal .ui-radio .ui-btn:after { + content: none; + display: none; +} +/* Native input positioning */ +.ui-checkbox input, +.ui-radio input { + position: absolute; + left: .466em; + top: 50%; + width: 22px; + height: 22px; + margin: -11px 0 0 0; + outline: 0 !important; + z-index: 1; +} +.ui-controlgroup-horizontal .ui-checkbox input, +.ui-controlgroup-horizontal .ui-radio input { + left: 50%; + margin-left: -9px; +} +.ui-checkbox input:disabled, +.ui-radio input:disabled { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-select { + margin-top: .5em; + margin-bottom: .5em; /* no shorthand for margin because it would override margin-right for inline selects */ + position: relative; +} +.ui-select > select { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-select .ui-btn { + margin: 0; + opacity: 1; /* Fixes #2588: When Windows Phone 7.5 (Mango) tries to calculate a numeric opacity for a select (including "inherit") without explicitly specifying an opacity on the parent to give it context, a bug appears where clicking elsewhere on the page after opening the select will open the select again. */ +} +.ui-select .ui-btn select { + position: absolute; + top: 0; + left: 0; + width: 100%; + min-height: 1.5em; + min-height: 100%; + height: 3em; + max-height: 100%; + outline: 0; + -webkit-border-radius: inherit; + border-radius: inherit; + -webkit-appearance: none; + -moz-appearance: none; + cursor: pointer; + filter: Alpha(Opacity=0); + opacity: 0; + z-index: 2; +} +@-moz-document url-prefix() { + .ui-select .ui-btn select { + opacity: 0.0001; + } +} +/* Display none because of issues with IE/WP's filter alpha opacity */ +.ui-select .ui-state-disabled select { + display: none; +} +/* Because we add all classes of the select and option elements to the span... */ +.ui-select span.ui-state-disabled { + filter: Alpha(Opacity=100); + opacity: 1; +} +.ui-select .ui-btn.ui-select-nativeonly { + border-radius: 0; + border: 0; +} +.ui-select .ui-btn.ui-select-nativeonly select { + opacity: 1; + text-indent: 0; + display: block; +} +/* ui-li-count is styled in the listview CSS. We set padding and offset here because select supports icon position while listview doesn't. */ +.ui-select .ui-li-has-count.ui-btn { + padding-right: 2.8125em; +} +.ui-select .ui-li-has-count.ui-btn-icon-right { + padding-right: 4.6875em; +} +.ui-select .ui-btn-icon-right .ui-li-count { + right: 3.2em; +} +/* We set the rules for the span as well to fix an issue on Chrome with text-overflow ellipsis for the button in combination with text-align center. */ +.ui-select .ui-btn > span:not(.ui-li-count) { + display: block; + text-overflow: ellipsis; + overflow: hidden !important; + white-space: nowrap; +} +.ui-selectmenu.ui-popup { + min-width: 11em; +} +.ui-selectmenu .ui-dialog-contain { + overflow: hidden; +} +.ui-selectmenu .ui-header { + margin: 0; + padding: 0; + border-width: 0; +} +.ui-selectmenu.ui-dialog .ui-header { + z-index: 1; + position: relative; +} +.ui-selectmenu.ui-popup .ui-header { + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; +} +/* when no placeholder is defined in a multiple select, the header height doesn't even extend past the close button. this shim's content in there */ +.ui-selectmenu.ui-popup .ui-header h1:after { + content: '.'; + visibility: hidden; +} +.ui-selectmenu .ui-header .ui-title { + margin: 0 2.875em; +} +.ui-selectmenu.ui-dialog .ui-content { + overflow: visible; + z-index: 1; +} +.ui-selectmenu .ui-selectmenu-list { + margin: 0; + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-header:not(.ui-screen-hidden) + .ui-selectmenu-list { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; +} +.ui-header.ui-screen-hidden + .ui-selectmenu-list li.ui-first-child .ui-btn { + border-top-width: 0; +} +.ui-selectmenu .ui-selectmenu-list li.ui-last-child .ui-btn { + border-bottom-width: 0; +} +.ui-selectmenu .ui-btn.ui-li-divider { + cursor: default; +} +.ui-selectmenu .ui-selectmenu-placeholder { + display: none; +} +.ui-listview, +.ui-listview > li { + margin: 0; + padding: 0; + list-style: none; +} +.ui-content .ui-listview, +.ui-panel-inner > .ui-listview { + margin: -1em; +} +.ui-content .ui-listview-inset, +.ui-panel-inner > .ui-listview-inset { + margin: 1em 0; +} +.ui-collapsible-content > .ui-listview { + margin: -.5em -1em; +} +.ui-collapsible-content > .ui-listview-inset { + margin: .5em 0; +} +.ui-listview > li { + display: block; + position: relative; + overflow: visible; +} +.ui-listview > .ui-li-static, +.ui-listview > .ui-li-divider, +.ui-listview > li > a.ui-btn { + margin: 0; + display: block; + position: relative; + text-align: left; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.ui-listview > li > .ui-btn:focus { + z-index: 1; +} +.ui-listview > .ui-li-static, +.ui-listview > .ui-li-divider, +.ui-listview > li > a.ui-btn { + border-width: 1px 0 0 0; + border-style: solid; +} +.ui-listview-inset > .ui-li-static, +.ui-listview-inset > .ui-li-divider, +.ui-listview-inset > li > a.ui-btn { + border-right-width: 1px; + border-left-width: 1px; +} +.ui-listview > .ui-li-static.ui-last-child, +.ui-listview > .ui-li-divider.ui-last-child, +.ui-listview > li.ui-last-child > a.ui-btn { + border-bottom-width: 1px; +} +.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child, +.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn { + border-top-width: 0; +} +.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child, +.ui-collapsible-themed-content .ui-listview:not(.ui-listview-inset) > li.ui-last-child > a.ui-btn { + border-bottom-width: 0; +} +.ui-listview > li.ui-first-child, +.ui-listview > li.ui-first-child > a.ui-btn { + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; +} +.ui-listview > li.ui-last-child, +.ui-listview > li.ui-last-child > a.ui-btn { + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; +} +.ui-listview > li.ui-li-has-alt > a.ui-btn { + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} +.ui-listview > li.ui-first-child > a.ui-btn + a.ui-btn { + -webkit-border-top-left-radius: 0; + border-top-left-radius: 0; + -webkit-border-top-right-radius: inherit; + border-top-right-radius: inherit; +} +.ui-listview > li.ui-last-child > a.ui-btn + a.ui-btn { + -webkit-border-bottom-left-radius: 0; + border-bottom-left-radius: 0; + -webkit-border-bottom-right-radius: inherit; + border-bottom-right-radius: inherit; +} +.ui-listview > li.ui-first-child img:first-child:not(.ui-li-icon) { + -webkit-border-top-left-radius: inherit; + border-top-left-radius: inherit; +} +.ui-listview > li.ui-last-child img:first-child:not(.ui-li-icon) { + -webkit-border-bottom-left-radius: inherit; + border-bottom-left-radius: inherit; +} +.ui-collapsible-content > .ui-listview:not(.ui-listview-inset) { + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-listview > .ui-li-static { + padding: .7em 1em; +} +.ui-listview > .ui-li-divider { + padding: .5em 1.143em; + font-size: 14px; + font-weight: bold; + cursor: default; + outline: 0; /* Dividers in custom selectmenus have tabindex */ +} +.ui-listview > .ui-li-has-count > .ui-btn, +.ui-listview > .ui-li-static.ui-li-has-count, +.ui-listview > .ui-li-divider.ui-li-has-count { + padding-right: 2.8125em; +} +.ui-listview > .ui-li-has-count > .ui-btn-icon-right { + padding-right: 4.6875em; +} +.ui-listview > .ui-li-has-thumb > .ui-btn, +.ui-listview > .ui-li-static.ui-li-has-thumb { + min-height: 3.625em; + padding-left: 6.25em; +} +/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */ +.ui-listview > .ui-li-has-icon > .ui-btn, +.ui-listview > .ui-li-static.ui-li-has-icon { + min-height: 1.25em; + padding-left: 2.5em; +} +/* Used by both listview and custom multiple select button */ +.ui-li-count { + position: absolute; + font-size: 12.5px; + font-weight: bold; + text-align: center; + border-width: 1px; + border-style: solid; + padding: 0 .48em; + line-height: 1.6em; + min-height: 1.6em; + min-width: .64em; + right: .8em; + top: 50%; + margin-top: -.88em; +} +.ui-listview .ui-btn-icon-right .ui-li-count { + right: 3.2em; +} +.ui-listview .ui-li-has-thumb > img:first-child, +.ui-listview .ui-li-has-thumb > .ui-btn > img:first-child, +.ui-listview .ui-li-has-thumb .ui-li-thumb { + position: absolute; + left: 0; + top: 0; + max-height: 5em; + max-width: 5em; +} +/* ui-li-has-icon deprecated in 1.4. TODO: remove in 1.5 */ +.ui-listview > .ui-li-has-icon > img:first-child, +.ui-listview > .ui-li-has-icon > .ui-btn > img:first-child { + position: absolute; + left: .625em; + top: .9em; + max-height: 1em; + max-width: 1em; +} +.ui-listview > li h1, +.ui-listview > li h2, +.ui-listview > li h3, +.ui-listview > li h4, +.ui-listview > li h5, +.ui-listview > li h6 { + font-size: 1em; + font-weight: bold; + display: block; + margin: .45em 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.ui-listview > li p { + font-size: .75em; + font-weight: normal; + display: block; + margin: .6em 0; + text-overflow: ellipsis; + overflow: hidden; + white-space: nowrap; +} +.ui-listview .ui-li-aside { + position: absolute; + top: 1em; + right: 3.333em; + margin: 0; + text-align: right; +} +.ui-listview > li.ui-li-has-alt > .ui-btn { + margin-right: 2.5em; + border-right-width: 0; +} +.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn { + position: absolute; + width: 2.5em; + height: 100%; + min-height: auto; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + border-left-width: 1px; + top: 0; + right: 0; + margin: 0; + padding: 0; + z-index: 2; +} +.ui-listview-inset > li.ui-li-has-alt > .ui-btn + .ui-btn { + border-right-width: 1px; +} +.ui-listview > li.ui-li-has-alt > .ui-btn + .ui-btn:focus { + z-index: 3; +} +ol.ui-listview, +ol.ui-listview > .ui-li-divider { + counter-reset: listnumbering; +} +ol.ui-listview > li > .ui-btn, +ol.ui-listview > li.ui-li-static { + vertical-align: middle; +} +ol.ui-listview > li > .ui-btn:first-child:before, +ol.ui-listview > li.ui-li-static:before, +ol.ui-listview > li.ui-field-contain > label:before, +ol.ui-listview > li.ui-field-contain > .ui-controlgroup-label:before { + display: inline-block; + font-size: .9em; + font-weight: normal; + padding-right: .3em; + min-width: 1.4em; + line-height: 1.5; + vertical-align: middle; + counter-increment: listnumbering; + content: counter(listnumbering) "."; +} +ol.ui-listview > li.ui-field-contain:before { + content: none; + display: none; +} +ol.ui-listview > li h1:first-child, +ol.ui-listview > li h2:first-child, +ol.ui-listview > li h3:first-child, +ol.ui-listview > li h4:first-child, +ol.ui-listview > li h5:first-child, +ol.ui-listview > li h6:first-child, +ol.ui-listview > li p:first-child, +ol.ui-listview > li img:first-child + * { + display: inline-block; + vertical-align: middle; +} +ol.ui-listview > li h1:first-child ~ *, +ol.ui-listview > li h2:first-child ~ *, +ol.ui-listview > li h3:first-child ~ *, +ol.ui-listview > li h4:first-child ~ *, +ol.ui-listview > li h5:first-child ~ *, +ol.ui-listview > li h6:first-child ~ *, +ol.ui-listview > li p:first-child ~ *, +ol.ui-listview > li img:first-child + * ~ * { + margin-top: 0; + text-indent: 2.04em; /* (1.4em + .3em) * .9em / .75em */ +} +html .ui-filterable + .ui-listview, +html .ui-filterable.ui-listview { + margin-top: .5em; +} +.ui-collapsible-content > form.ui-filterable { + margin-top: -.5em; +} +.ui-collapsible-content > .ui-input-search.ui-filterable { + margin-top: 0; +} +.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child, +.ui-collapsible-content > .ui-filterable + .ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn, +.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child, +.ui-collapsible-content > .ui-filterable.ui-listview:not(.ui-listview-inset) > li.ui-first-child > a.ui-btn { + border-top-width: 1px; +} +div.ui-slider { + height: 30px; + margin: .5em 0; + padding: 0; + -ms-touch-action: pan-y pinch-zoom double-tap-zoom; +} +div.ui-slider:before, +div.ui-slider:after { + content: ""; + display: table; +} +div.ui-slider:after { + clear: both; +} +input.ui-slider-input { + display: block; + float: left; + font-size: 14px; + font-weight: bold; + margin: 0; + padding: 4px; + width: 40px; + height: 20px; + line-height: 20px; + border-width: 1px; + border-style: solid; + outline: 0; + text-align: center; + vertical-align: text-bottom; + -webkit-appearance: none; + -moz-appearance: none; + appearance: none; + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + -ms-box-sizing: content-box; + box-sizing: content-box; +} +.ui-slider-input::-webkit-outer-spin-button, +.ui-slider-input::-webkit-inner-spin-button { + -webkit-appearance: none; + margin: 0; +} +.ui-slider-track { + position: relative; + overflow: visible; + border-width: 1px; + border-style: solid; + height: 15px; + margin: 0 15px 0 68px; + top: 6px; +} +.ui-slider-track.ui-mini { + height: 12px; + top: 8px; +} +.ui-slider-track .ui-slider-bg { + height: 100%; +} +/* High level of specificity to override button margins in grids */ +.ui-slider-track .ui-btn.ui-slider-handle { + position: absolute; + z-index: 1; + top: 50%; + width: 28px; + height: 28px; + margin: -15px 0 0 -15px; + outline: 0; + padding: 0; +} +.ui-slider-track.ui-mini .ui-slider-handle { + height: 14px; + width: 14px; + margin: -8px 0 0 -8px; +} +select.ui-slider-switch { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +div.ui-slider-switch { + display: inline-block; + height: 32px; + width: 5.8em; + top: 0; +} +/* reset the clearfix */ +div.ui-slider-switch:before, +div.ui-slider-switch:after { + display: none; + clear: none; +} +div.ui-slider-switch.ui-mini { + height: 29px; + top: 0; +} +.ui-slider-inneroffset { + margin: 0 16px; + position: relative; + z-index: 1; +} +.ui-slider-switch.ui-mini .ui-slider-inneroffset { + margin: 0 15px 0 14px; +} +.ui-slider-switch .ui-btn.ui-slider-handle { + margin: 1px 0 0 -15px; +} +.ui-slider-switch.ui-mini .ui-slider-handle { + width: 25px; + height: 25px; + margin: 1px 0 0 -13px; + padding: 0; +} +.ui-slider-handle-snapping { + -webkit-transition: left 70ms linear; + -moz-transition: left 70ms linear; + transition: left 70ms linear; +} +.ui-slider-switch .ui-slider-label { + position: absolute; + text-align: center; + width: 100%; + overflow: hidden; + font-size: 16px; + top: 0; + line-height: 2; + min-height: 100%; + white-space: nowrap; + cursor: pointer; +} +.ui-slider-switch.ui-mini .ui-slider-label { + font-size: 14px; +} +.ui-slider-switch .ui-slider-label-a { + z-index: 1; + left: 0; + text-indent: -1.5em; +} +.ui-slider-switch .ui-slider-label-b { + z-index: 0; + right: 0; + text-indent: 1.5em; +} +/* The corner radii for ui-slider-switch/track can be specified in theme CSS. The bg and handle inherits. */ +.ui-slider-track .ui-slider-bg, +.ui-slider-switch .ui-slider-label, +.ui-slider-switch .ui-slider-inneroffset, +.ui-slider-handle { + -webkit-border-radius: inherit; + border-radius: inherit; +} +.ui-field-contain div.ui-slider-switch { + margin: 0; +} +/* ui-hide-label deprecated in 1.4. TODO: Remove in 1.5 */ +.ui-field-contain div.ui-slider-switch, +.ui-field-contain.ui-hide-label div.ui-slider-switch, +html .ui-popup .ui-field-contain div.ui-slider-switch { + display: inline-block; + width: 5.8em; +} +/* slider tooltip +-----------------------------------------------------------------------------------------------------------*/ +.ui-slider-popup { + width: 64px; + height: 64px; + font-size: 36px; + padding-top: 14px; + opacity: 0.8; +} +.ui-slider-popup { + position: absolute !important; + text-align: center; + z-index: 100; +} +.ui-slider-track .ui-btn.ui-slider-handle { + font-size: .9em; + line-height: 30px; +} +.ui-rangeslider { + margin: .5em 0; +} +.ui-rangeslider:before, +.ui-rangeslider:after { + content: ""; + display: table; +} +.ui-rangeslider:after { + clear: both; +} +.ui-rangeslider .ui-slider-input.ui-rangeslider-last { + float: right; +} +.ui-rangeslider .ui-rangeslider-sliders { + position: relative; + overflow: visible; + height: 30px; + margin: 0 68px; +} +.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track { + position: absolute; + top: 6px; + right: 0; + left: 0; + margin: 0; +} +.ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track { + top: 8px; +} +.ui-rangeslider .ui-slider-track:first-child .ui-slider-bg { + display: none; +} +.ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child { + background-color: transparent; + background: none; + border-width: 0; + height: 0; +} +/* this makes ie6 and ie7 set height to 0 to fix z-index problem */ +html >/**/body .ui-rangeslider .ui-rangeslider-sliders .ui-slider-track:first-child { + height: 15px; + border-width: 1px; +} +html >/**/body .ui-rangeslider.ui-mini .ui-rangeslider-sliders .ui-slider-track:first-child { + height: 12px; +} +/* Hide the second label (the first is moved outside the div) */ +div.ui-rangeslider label { + position: absolute !important; + height: 1px; + width: 1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); +} +.ui-field-contain .ui-rangeslider input.ui-slider-input, +.ui-field-contain .ui-rangeslider.ui-mini input.ui-slider-input, +.ui-field-contain .ui-rangeslider .ui-rangeslider-sliders, +.ui-field-contain .ui-rangeslider.ui-mini .ui-rangeslider-sliders { + margin-top: 0; + margin-bottom: 0; +} +.ui-input-text, +.ui-input-search { + margin: .5em 0; + border-width: 1px; + border-style: solid; +} +.ui-input-text input, +.ui-input-search input, +textarea.ui-input-text { + padding: .4em; + line-height: 1.4em; + display: block; + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + outline: 0; +} +.ui-input-text input, +.ui-input-search input { + margin: 0; + min-height: 2.2em; + text-align: left; /* Opera aligns type="date" right by default */ + border: 0; + background: transparent none; + -webkit-appearance: none; + -webkit-border-radius: inherit; + border-radius: inherit; +} +textarea.ui-input-text { + overflow: auto; + resize: vertical; +} +.ui-mini .ui-input-text input, +.ui-mini .ui-input-search input, +.ui-input-text.ui-mini input, +.ui-input-search.ui-mini input, +.ui-mini textarea.ui-input-text, +textarea.ui-mini { + font-size: 14px; +} +/* Same margin for mini textareas as other mini sized widgets (12.5/14 * 0.5em) */ +.ui-mini textarea.ui-input-text, +textarea.ui-mini { + margin: .446em 0; +} +.ui-input-has-clear, +.ui-input-search { + position: relative; +} +/* Padding on the div instead of input because of browser spinners etc. */ +.ui-input-has-clear { + padding-right: 2.375em; +} +.ui-mini.ui-input-has-clear { + padding-right: 2.923em; +} +.ui-input-has-clear input { + padding-right: 0; + /* Autofill on Chrome has bg color so we unset corners right as well. */ + -webkit-border-top-right-radius: 0; + border-top-right-radius: 0; + -webkit-border-bottom-right-radius: 0; + border-bottom-right-radius: 0; +} +/* Search icon */ +.ui-input-search input { + padding-left: 1.75em; +} +.ui-input-search:after { + position: absolute; + left: .3125em; + top: 50%; + margin-top: -7px; + content: ""; + background-position: center center; + background-repeat: no-repeat; + width: 14px; + height: 14px; + filter: Alpha(Opacity=50); + opacity: .5; +} +.ui-input-search.ui-input-has-clear .ui-btn.ui-input-clear, +.ui-input-text.ui-input-has-clear .ui-btn.ui-input-clear { + position: absolute; + right: 0; + top: 50%; + margin: -14px .3125em 0; + border: 0; + background-color: transparent; +} +.ui-input-search .ui-input-clear-hidden, +.ui-input-text .ui-input-clear-hidden { + display: none; +} +/* Resolves issue #5166: Added to support issue introduced in Firefox 15. We can likely remove this in the future. */ +.ui-input-text input::-moz-placeholder, +.ui-input-search input::-moz-placeholder, +textarea.ui-input-text::-moz-placeholder { + color: #aaa; +} +/* Same for IE10 */ +.ui-input-text input:-ms-input-placeholder, +.ui-input-search input:-ms-input-placeholder, +textarea.ui-input-text:-ms-input-placeholder { + color: #aaa; +} +/* Resolves issue #5131: Width of textinput depends on its type, +for Android 4.1 */ +.ui-input-text input[type=number]::-webkit-outer-spin-button { + margin: 0; +} +/* Resolves issue #5756: Textinput in IE10 has a default clear button */ +.ui-input-text input::-ms-clear, +.ui-input-search input::-ms-clear { + display: none; +} +.ui-input-text input:focus, +.ui-input-search input:focus { + -webkit-box-shadow: none; + -moz-box-shadow: none; + box-shadow: none; +} +textarea.ui-input-text.ui-textinput-autogrow { + overflow: hidden; +} +.ui-textinput-autogrow-resize { + -webkit-transition: height 0.25s; + -o-transition: height 0.25s; + -moz-transition: height 0.25s; + transition: height 0.25s; +} +.ui-flipswitch { + display: inline-block; + vertical-align: middle; + width: 5.875em; /* Override this and padding-left in next rule if you use labels other than "on/off" and need more space */ + height: 1.875em; + border-width: 1px; + border-style: solid; + margin: .5em 0; + overflow: hidden; + -webkit-transition-property: padding, width, background-color, color, border-color; + -moz-transition-property: padding, width, background-color, color, border-color; + -o-transition-property: padding, width, background-color, color, border-color; + transition-property: padding, width, background-color, color, border-color; + -webkit-transition-duration: 100ms; + -moz-transition-duration: 100ms; + -o-transition-duration: 100ms; + transition-duration: 100ms; + -webkit-touch-callout: none; + -webkit-user-select: none; + -moz-user-select: none; + -ms-user-select: none; + user-select: none; + cursor: pointer; +} +.ui-flipswitch.ui-flipswitch-active { + padding-left: 4em; /* Override this and width in previous rule if you use labels other than "on/off" and need more space */ + width: 1.875em; +} +.ui-flipswitch-input { + position: absolute; + height: 1px; + width: 1px; + margin: -1px; + overflow: hidden; + clip: rect(1px,1px,1px,1px); + border: 0; + outline: 0; + filter: Alpha(Opacity=0); + opacity: 0; +} +.ui-flipswitch .ui-btn.ui-flipswitch-on, +.ui-flipswitch .ui-flipswitch-off { + float: left; + height: 1.75em; + margin: .0625em; + line-height: 1.65em; +} +.ui-flipswitch .ui-btn.ui-flipswitch-on { + width: 1.75em; + padding: 0; + text-indent: -2.6em; /* Override this to center text if you use a label other than "on" */ + text-align: left; + border-width: 1px; + border-style: solid; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + -ms-box-sizing: border-box; + box-sizing: border-box; + border-radius: inherit; + overflow: visible; + color: inherit; + text-shadow: inherit; +} +.ui-flipswitch .ui-flipswitch-off { + padding: 1px; + text-indent: 1em; /* Override this to center text if you use a label other than "off" */ +} +/* Override field container CSS to prevent the flipswitch from becomming full width */ +html .ui-field-contain > label + .ui-flipswitch, +html .ui-popup .ui-field-contain > label + .ui-flipswitch { + display: inline-block; + width: 5.875em; /* If you override the width for .ui-flipswitch you should repeat the same value here */ + -webkit-box-sizing: content-box; + -moz-box-sizing: content-box; + -ms-box-sizing: content-box; + box-sizing: content-box; +} +.ui-field-contain .ui-flipswitch.ui-flipswitch-active, +.ui-popup .ui-field-contain .ui-flipswitch.ui-flipswitch-active { + width: 1.875em; +} +.ui-table { + border: 0; + border-collapse: collapse; + padding: 0; + width: 100%; +} +.ui-table th, +.ui-table td { + line-height: 1.5em; + text-align: left; + padding: .4em .5em; + vertical-align:top; +} +.ui-table th .ui-btn, +.ui-table td .ui-btn { + line-height: normal; +} +.ui-table th { + font-weight: bold; +} +.ui-table caption { + text-align: left; + margin-bottom: 1.4em; + opacity: .5; +} +/* + Styles for the table columntoggle mode +*/ +.ui-table-columntoggle-btn { + float: right; + margin-bottom: .8em; +} +/* Remove top/bottom margins around the fieldcontain on check list */ +.ui-table-columntoggle-popup fieldset { + margin:0; +} +.ui-table-columntoggle { + clear: both; +} +/* Hide all prioritized columns by default */ +@media only all { + th.ui-table-priority-6, + td.ui-table-priority-6, + th.ui-table-priority-5, + td.ui-table-priority-5, + th.ui-table-priority-4, + td.ui-table-priority-4, + th.ui-table-priority-3, + td.ui-table-priority-3, + th.ui-table-priority-2, + td.ui-table-priority-2, + th.ui-table-priority-1, + td.ui-table-priority-1 { + display: none; + } +} +/* Preset breakpoints if ".ui-responsive" class added to table */ +/* Show priority 1 at 320px (20em x 16px) */ +@media screen and (min-width: 20em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-1, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-1 { + display: table-cell; + } +} +/* Show priority 2 at 480px (30em x 16px) */ +@media screen and (min-width: 30em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-2, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-2 { + display: table-cell; + } +} +/* Show priority 3 at 640px (40em x 16px) */ +@media screen and (min-width: 40em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-3, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-3 { + display: table-cell; + } +} +/* Show priority 4 at 800px (50em x 16px) */ +@media screen and (min-width: 50em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-4, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-4 { + display: table-cell; + } +} +/* Show priority 5 at 960px (60em x 16px) */ +@media screen and (min-width: 60em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-5, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-5 { + display: table-cell; + } +} +/* Show priority 6 at 1,120px (70em x 16px) */ +@media screen and (min-width: 70em) { + .ui-table-columntoggle.ui-responsive th.ui-table-priority-6, + .ui-table-columntoggle.ui-responsive td.ui-table-priority-6 { + display: table-cell; + } +} +/* Unchecked manually: Always hide */ +.ui-table-columntoggle th.ui-table-cell-hidden, +.ui-table-columntoggle td.ui-table-cell-hidden, +.ui-table-columntoggle.ui-responsive th.ui-table-cell-hidden, +.ui-table-columntoggle.ui-responsive td.ui-table-cell-hidden { + display: none; +} +/* Checked manually: Always show */ +.ui-table-columntoggle th.ui-table-cell-visible, +.ui-table-columntoggle td.ui-table-cell-visible, +.ui-table-columntoggle.ui-responsive th.ui-table-cell-visible, +.ui-table-columntoggle.ui-responsive td.ui-table-cell-visible { + display: table-cell; +} +/* + Styles for the table columntoggle mode +*/ +.ui-table-reflow td .ui-table-cell-label, +.ui-table-reflow th .ui-table-cell-label { + display: none; +} +/* Mobile first styles: Begin with the stacked presentation at narrow widths */ +@media only all { + /* Hide the table headers */ + .ui-table-reflow thead td, + .ui-table-reflow thead th { + display: none; + } + /* Show the table cells as a block level element */ + .ui-table-reflow td, + .ui-table-reflow th { + text-align: left; + display: block; + } + /* Add a fair amount of top margin to visually separate each row when stacked */ + .ui-table-reflow tbody th { + margin-top: 3em; + } + /* Make the label elements a percentage width */ + .ui-table-reflow td .ui-table-cell-label, + .ui-table-reflow th .ui-table-cell-label { + padding: .4em; + min-width: 30%; + display: inline-block; + margin: -.4em 1em -.4em -.4em; + } + /* For grouped headers, have a different style to visually separate the levels by classing the first label in each col group */ + .ui-table-reflow th .ui-table-cell-label-top, + .ui-table-reflow td .ui-table-cell-label-top { + display: block; + padding: .4em 0; + margin: .4em 0; + text-transform: uppercase; + font-size: .9em; + font-weight: normal; + } +} +/* Breakpoint to show as a standard table at 560px (35em x 16px) or wider */ +@media ( min-width: 35em ) { + /* Fixes table rendering when switching between breakpoints in Safari <= 5. See https://github.com/jquery/jquery-mobile/issues/5380 */ + .ui-table-reflow.ui-responsive { + display: table-row-group; + } + /* Show the table header rows */ + .ui-table-reflow.ui-responsive td, + .ui-table-reflow.ui-responsive th, + .ui-table-reflow.ui-responsive tbody th, + .ui-table-reflow.ui-responsive tbody td, + .ui-table-reflow.ui-responsive thead td, + .ui-table-reflow.ui-responsive thead th { + display: table-cell; + margin: 0; + } + /* Hide the labels in each cell */ + .ui-table-reflow.ui-responsive td .ui-table-cell-label, + .ui-table-reflow.ui-responsive th .ui-table-cell-label { + display: none; + } +} +/* Hack to make IE9 and WP7.5 treat cells like block level elements, scoped to ui-responsive class */ +/* Applied in a max-width media query up to the table layout breakpoint so we don't need to negate this*/ +@media ( max-width: 35em ) { + .ui-table-reflow.ui-responsive td, + .ui-table-reflow.ui-responsive th { + width: 100%; + -webkit-box-sizing: border-box; + -moz-box-sizing: border-box; + box-sizing: border-box; + float: left; + clear: left; + } +} +/* Panel */ +.ui-panel { + width: 17em; + min-height: 100%; + max-height: none; + border-width: 0; + position: absolute; + top: 0; + display: block; +} +.ui-panel-closed { + width: 0; + max-height: 100%; + overflow: hidden; + visibility: hidden; +} +.ui-panel-fixed { + position: fixed; + bottom: -1px; /* Fixes gap on Chrome for Android */ + padding-bottom: 1px; +} +.ui-panel-display-reveal { + z-index: 1; +} +.ui-panel-display-push { + z-index: 999; +} +.ui-panel-display-overlay { + z-index: 1001; /* Fixed toolbars have z-index 1000 */ +} +.ui-panel-inner { + padding: 1em; +} +/* Container, page and wrapper */ +.ui-panel-page-container { + overflow-x: visible; +} +.ui-panel-page-container-themed .ui-page-active { + background: none; +} +.ui-panel-wrapper { + position: relative; + min-height: inherit; + border: 0; + overflow-x: hidden; + z-index: 999; +} +/* Fixed toolbars */ +.ui-panel-fixed-toolbar { + overflow-x: hidden; +} +/* Dismiss */ +.ui-panel-dismiss { + position: absolute; + top: 0; + left: 0; + right: 0; + height: 100%; + z-index: 1002; + display: none; +} +.ui-panel-dismiss-open { + display: block; +} +/* Animate class is added to panel, wrapper and fixed toolbars */ +.ui-panel-animate { + -webkit-transition: -webkit-transform 300ms ease; + -webkit-transition-duration: 300ms; + -moz-transition: -moz-transform 300ms ease; + transition: transform 300ms ease; +} +/* Fix for Windows Phone issue #6349: unset the transition for transforms in case of fixed toolbars. */ +@media screen and ( max-device-width: 768px ) { + .ui-page-header-fixed .ui-panel-animate.ui-panel-wrapper, + .ui-page-footer-fixed .ui-panel-animate.ui-panel-wrapper, + .ui-panel-animate.ui-panel-fixed-toolbar { + -ms-transition: none; + } + /* We need a transitionend event ... */ + .ui-panel-animate.ui-panel-fixed-toolbar { + -ms-transition: -ms-transform 1ms; + -ms-transform: rotate(0deg); + } +} +/* Hardware acceleration for smoother transitions on WebKit browsers */ +.ui-panel-animate.ui-panel:not(.ui-panel-display-reveal) { + -webkit-backface-visibility: hidden; + -webkit-transform: translate3d(0,0,0); +} +/* Panel positioning (for overlay and push) */ +/* Panel left closed */ +.ui-panel-position-left { + left: -17em; +} +/* Panel left closed animated */ +.ui-panel-animate.ui-panel-position-left.ui-panel-display-overlay, +.ui-panel-animate.ui-panel-position-left.ui-panel-display-push { + left: 0; + -webkit-transform: translate3d(-17em,0,0); + -moz-transform: translate3d(-17em,0,0); + transform: translate3d(-17em,0,0); +} +/* Panel left open */ +.ui-panel-position-left.ui-panel-display-reveal, /* Unset "panel left closed" for reveal */ +.ui-panel-open.ui-panel-position-left { + left: 0; +} +/* Panel left open animated */ +.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-overlay, +.ui-panel-animate.ui-panel-open.ui-panel-position-left.ui-panel-display-push { + -webkit-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + -moz-transform: none; +} +/* Panel right closed */ +.ui-panel-position-right { + right: -17em; +} +/* Panel right closed animated */ +.ui-panel-animate.ui-panel-position-right.ui-panel-display-overlay, +.ui-panel-animate.ui-panel-position-right.ui-panel-display-push { + right: 0; + -webkit-transform: translate3d(17em,0,0); + -moz-transform: translate3d(17em,0,0); + transform: translate3d(17em,0,0); +} +/* Panel right open */ +.ui-panel-position-right.ui-panel-display-reveal, /* Unset "panel right closed" for reveal */ +.ui-panel-position-right.ui-panel-open { + right: 0; +} +/* Panel right open animated */ +.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-overlay, +.ui-panel-animate.ui-panel-open.ui-panel-position-right.ui-panel-display-push { + -webkit-transform: translate3d(0,0,0); + transform: translate3d(0,0,0); + -moz-transform: none; +} +/* Wrapper and fixed toolbars positioning (for reveal and push) */ +/* Panel left open */ +.ui-panel-page-content-position-left { + left: 17em; + right: -17em; +} +/* Panel left open animated */ +.ui-panel-animate.ui-panel-page-content-position-left { + left: 0; + right: 0; + -webkit-transform: translate3d(17em,0,0); + -moz-transform: translate3d(17em,0,0); + transform: translate3d(17em,0,0); +} +/* Panel right open */ +.ui-panel-page-content-position-right { + left: -17em; + right: 17em; +} +/* Panel right open animated */ +.ui-panel-animate.ui-panel-page-content-position-right { + left: 0; + right: 0; + -webkit-transform: translate3d(-17em,0,0); + -moz-transform: translate3d(-17em,0,0); + transform: translate3d(-17em,0,0); +} +/* Dismiss model open */ +.ui-panel-dismiss-open.ui-panel-dismiss-position-left { + left: 17em; +} +.ui-panel-dismiss-open.ui-panel-dismiss-position-right { + right: 17em; +} +/* Shadows and borders */ +.ui-panel-display-reveal { + -webkit-box-shadow: inset -5px 0 5px rgba(0,0,0,.15); + -moz-box-shadow: inset -5px 0 5px rgba(0,0,0,.15); + box-shadow: inset -5px 0 5px rgba(0,0,0,.15); +} +.ui-panel-position-right.ui-panel-display-reveal { + -webkit-box-shadow: inset 5px 0 5px rgba(0,0,0,.15); + -moz-box-shadow: inset 5px 0 5px rgba(0,0,0,.15); + box-shadow: inset 5px 0 5px rgba(0,0,0,.15); +} +.ui-panel-display-overlay { + -webkit-box-shadow: 5px 0 5px rgba(0,0,0,.15); + -moz-box-shadow: 5px 0 5px rgba(0,0,0,.15); + box-shadow: 5px 0 5px rgba(0,0,0,.15); +} +.ui-panel-position-right.ui-panel-display-overlay { + -webkit-box-shadow: -5px 0 5px rgba(0,0,0,.15); + -moz-box-shadow: -5px 0 5px rgba(0,0,0,.15); + box-shadow: -5px 0 5px rgba(0,0,0,.15); +} +.ui-panel-open.ui-panel-position-left.ui-panel-display-push { + border-right-width: 1px; + margin-right: -1px; +} +.ui-panel-page-content-position-left.ui-panel-page-content-display-push { + margin-left: 1px; + width: auto; +} +.ui-panel-open.ui-panel-position-right.ui-panel-display-push { + border-left-width: 1px; + margin-left: -1px; +} +.ui-panel-page-content-position-right.ui-panel-page-content-display-push { + margin-right: 1px; + width: auto; +} +/* Responsive: wrap on wide viewports once open */ +@media (min-width:55em) { + .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-left { + margin-right: 17em; + } + .ui-responsive-panel .ui-panel-page-content-open.ui-panel-page-content-position-right { + margin-left: 17em; + } + .ui-responsive-panel .ui-panel-page-content-open { + width: auto; + } + .ui-responsive-panel .ui-panel-dismiss-display-push, + .ui-responsive-panel.ui-page-active ~ .ui-panel-dismiss-display-push { + display: none; + } +} +.ui-tabs { + position: relative;/* position: relative prevents IE scroll bug (element with position: relative inside container with overflow: auto appear as "fixed") */ + padding: .2em; +} diff --git a/js/libs/jquery.mobile/jquery.mobile-1.4.2.js b/js/libs/jquery.mobile/jquery.mobile-1.4.2.js new file mode 100644 index 0000000..7734c5d --- /dev/null +++ b/js/libs/jquery.mobile/jquery.mobile-1.4.2.js @@ -0,0 +1,15056 @@ +/*! +* jQuery Mobile 1.4.2 +* Git HEAD hash: 9d9a42a27d0c693e8b5569c3a10d771916af5045 <> Date: Fri Feb 28 2014 17:32:01 UTC +* http://jquerymobile.com +* +* Copyright 2010, 2014 jQuery Foundation, Inc. and other contributors +* Released under the MIT license. +* http://jquery.org/license +* +*/ + + +(function ( root, doc, factory ) { + if ( typeof define === "function" && define.amd ) { + // AMD. Register as an anonymous module. + define( [ "jquery" ], function ( $ ) { + factory( $, root, doc ); + return $.mobile; + }); + } else { + // Browser globals + factory( root.jQuery, root, doc ); + } +}( this, document, function ( jQuery, window, document, undefined ) { +(function( $ ) { + $.mobile = {}; +}( jQuery )); + +(function( $, window, undefined ) { + $.extend( $.mobile, { + + // Version of the jQuery Mobile Framework + version: "1.4.2", + + // Deprecated and no longer used in 1.4 remove in 1.5 + // Define the url parameter used for referencing widget-generated sub-pages. + // Translates to example.html&ui-page=subpageIdentifier + // hash segment before &ui-page= is used to make Ajax request + subPageUrlKey: "ui-page", + + hideUrlBar: true, + + // Keepnative Selector + keepNative: ":jqmData(role='none'), :jqmData(role='nojs')", + + // Deprecated in 1.4 remove in 1.5 + // Class assigned to page currently in view, and during transitions + activePageClass: "ui-page-active", + + // Deprecated in 1.4 remove in 1.5 + // Class used for "active" button state, from CSS framework + activeBtnClass: "ui-btn-active", + + // Deprecated in 1.4 remove in 1.5 + // Class used for "focus" form element state, from CSS framework + focusClass: "ui-focus", + + // Automatically handle clicks and form submissions through Ajax, when same-domain + ajaxEnabled: true, + + // Automatically load and show pages based on location.hash + hashListeningEnabled: true, + + // disable to prevent jquery from bothering with links + linkBindingEnabled: true, + + // Set default page transition - 'none' for no transitions + defaultPageTransition: "fade", + + // Set maximum window width for transitions to apply - 'false' for no limit + maxTransitionWidth: false, + + // Minimum scroll distance that will be remembered when returning to a page + // Deprecated remove in 1.5 + minScrollBack: 0, + + // Set default dialog transition - 'none' for no transitions + defaultDialogTransition: "pop", + + // Error response message - appears when an Ajax page request fails + pageLoadErrorMessage: "Error Loading Page", + + // For error messages, which theme does the box uses? + pageLoadErrorMessageTheme: "a", + + // replace calls to window.history.back with phonegaps navigation helper + // where it is provided on the window object + phonegapNavigationEnabled: false, + + //automatically initialize the DOM when it's ready + autoInitializePage: true, + + pushStateEnabled: true, + + // allows users to opt in to ignoring content by marking a parent element as + // data-ignored + ignoreContentEnabled: false, + + buttonMarkup: { + hoverDelay: 200 + }, + + // disable the alteration of the dynamic base tag or links in the case + // that a dynamic base tag isn't supported + dynamicBaseEnabled: true, + + // default the property to remove dependency on assignment in init module + pageContainer: $(), + + //enable cross-domain page support + allowCrossDomainPages: false, + + dialogHashKey: "&ui-state=dialog" + }); +})( jQuery, this ); + +(function( $, window, undefined ) { + var nsNormalizeDict = {}, + oldFind = $.find, + rbrace = /(?:\{[\s\S]*\}|\[[\s\S]*\])$/, + jqmDataRE = /:jqmData\(([^)]*)\)/g; + + $.extend( $.mobile, { + + // Namespace used framework-wide for data-attrs. Default is no namespace + + ns: "", + + // Retrieve an attribute from an element and perform some massaging of the value + + getAttribute: function( element, key ) { + var data; + + element = element.jquery ? element[0] : element; + + if ( element && element.getAttribute ) { + data = element.getAttribute( "data-" + $.mobile.ns + key ); + } + + // Copied from core's src/data.js:dataAttr() + // Convert from a string to a proper data type + try { + data = data === "true" ? true : + data === "false" ? false : + data === "null" ? null : + // Only convert to a number if it doesn't change the string + +data + "" === data ? +data : + rbrace.test( data ) ? JSON.parse( data ) : + data; + } catch( err ) {} + + return data; + }, + + // Expose our cache for testing purposes. + nsNormalizeDict: nsNormalizeDict, + + // Take a data attribute property, prepend the namespace + // and then camel case the attribute string. Add the result + // to our nsNormalizeDict so we don't have to do this again. + nsNormalize: function( prop ) { + return nsNormalizeDict[ prop ] || + ( nsNormalizeDict[ prop ] = $.camelCase( $.mobile.ns + prop ) ); + }, + + // Find the closest javascript page element to gather settings data jsperf test + // http://jsperf.com/single-complex-selector-vs-many-complex-selectors/edit + // possibly naive, but it shows that the parsing overhead for *just* the page selector vs + // the page and dialog selector is negligable. This could probably be speed up by + // doing a similar parent node traversal to the one found in the inherited theme code above + closestPageData: function( $target ) { + return $target + .closest( ":jqmData(role='page'), :jqmData(role='dialog')" ) + .data( "mobile-page" ); + } + + }); + + // Mobile version of data and removeData and hasData methods + // ensures all data is set and retrieved using jQuery Mobile's data namespace + $.fn.jqmData = function( prop, value ) { + var result; + if ( typeof prop !== "undefined" ) { + if ( prop ) { + prop = $.mobile.nsNormalize( prop ); + } + + // undefined is permitted as an explicit input for the second param + // in this case it returns the value and does not set it to undefined + if ( arguments.length < 2 || value === undefined ) { + result = this.data( prop ); + } else { + result = this.data( prop, value ); + } + } + return result; + }; + + $.jqmData = function( elem, prop, value ) { + var result; + if ( typeof prop !== "undefined" ) { + result = $.data( elem, prop ? $.mobile.nsNormalize( prop ) : prop, value ); + } + return result; + }; + + $.fn.jqmRemoveData = function( prop ) { + return this.removeData( $.mobile.nsNormalize( prop ) ); + }; + + $.jqmRemoveData = function( elem, prop ) { + return $.removeData( elem, $.mobile.nsNormalize( prop ) ); + }; + + $.find = function( selector, context, ret, extra ) { + if ( selector.indexOf( ":jqmData" ) > -1 ) { + selector = selector.replace( jqmDataRE, "[data-" + ( $.mobile.ns || "" ) + "$1]" ); + } + + return oldFind.call( this, selector, context, ret, extra ); + }; + + $.extend( $.find, oldFind ); + +})( jQuery, this ); + +/*! + * jQuery UI Core c0ab71056b936627e8a7821f03c044aec6280a40 + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/category/ui-core/ + */ +(function( $, undefined ) { + +var uuid = 0, + runiqueId = /^ui-id-\d+$/; + +// $.ui might exist from components with no dependencies, e.g., $.ui.position +$.ui = $.ui || {}; + +$.extend( $.ui, { + version: "c0ab71056b936627e8a7821f03c044aec6280a40", + + keyCode: { + BACKSPACE: 8, + COMMA: 188, + DELETE: 46, + DOWN: 40, + END: 35, + ENTER: 13, + ESCAPE: 27, + HOME: 36, + LEFT: 37, + PAGE_DOWN: 34, + PAGE_UP: 33, + PERIOD: 190, + RIGHT: 39, + SPACE: 32, + TAB: 9, + UP: 38 + } +}); + +// plugins +$.fn.extend({ + focus: (function( orig ) { + return function( delay, fn ) { + return typeof delay === "number" ? + this.each(function() { + var elem = this; + setTimeout(function() { + $( elem ).focus(); + if ( fn ) { + fn.call( elem ); + } + }, delay ); + }) : + orig.apply( this, arguments ); + }; + })( $.fn.focus ), + + scrollParent: function() { + var scrollParent; + if (($.ui.ie && (/(static|relative)/).test(this.css("position"))) || (/absolute/).test(this.css("position"))) { + scrollParent = this.parents().filter(function() { + return (/(relative|absolute|fixed)/).test($.css(this,"position")) && (/(auto|scroll)/).test($.css(this,"overflow")+$.css(this,"overflow-y")+$.css(this,"overflow-x")); + }).eq(0); + } else { + scrollParent = this.parents().filter(function() { + return (/(auto|scroll)/).test($.css(this,"overflow")+$.css(this,"overflow-y")+$.css(this,"overflow-x")); + }).eq(0); + } + + return ( /fixed/ ).test( this.css( "position") ) || !scrollParent.length ? $( this[ 0 ].ownerDocument || document ) : scrollParent; + }, + + uniqueId: function() { + return this.each(function() { + if ( !this.id ) { + this.id = "ui-id-" + (++uuid); + } + }); + }, + + removeUniqueId: function() { + return this.each(function() { + if ( runiqueId.test( this.id ) ) { + $( this ).removeAttr( "id" ); + } + }); + } +}); + +// selectors +function focusable( element, isTabIndexNotNaN ) { + var map, mapName, img, + nodeName = element.nodeName.toLowerCase(); + if ( "area" === nodeName ) { + map = element.parentNode; + mapName = map.name; + if ( !element.href || !mapName || map.nodeName.toLowerCase() !== "map" ) { + return false; + } + img = $( "img[usemap=#" + mapName + "]" )[0]; + return !!img && visible( img ); + } + return ( /input|select|textarea|button|object/.test( nodeName ) ? + !element.disabled : + "a" === nodeName ? + element.href || isTabIndexNotNaN : + isTabIndexNotNaN) && + // the element and all of its ancestors must be visible + visible( element ); +} + +function visible( element ) { + return $.expr.filters.visible( element ) && + !$( element ).parents().addBack().filter(function() { + return $.css( this, "visibility" ) === "hidden"; + }).length; +} + +$.extend( $.expr[ ":" ], { + data: $.expr.createPseudo ? + $.expr.createPseudo(function( dataName ) { + return function( elem ) { + return !!$.data( elem, dataName ); + }; + }) : + // support: jQuery <1.8 + function( elem, i, match ) { + return !!$.data( elem, match[ 3 ] ); + }, + + focusable: function( element ) { + return focusable( element, !isNaN( $.attr( element, "tabindex" ) ) ); + }, + + tabbable: function( element ) { + var tabIndex = $.attr( element, "tabindex" ), + isTabIndexNaN = isNaN( tabIndex ); + return ( isTabIndexNaN || tabIndex >= 0 ) && focusable( element, !isTabIndexNaN ); + } +}); + +// support: jQuery <1.8 +if ( !$( "" ).outerWidth( 1 ).jquery ) { + $.each( [ "Width", "Height" ], function( i, name ) { + var side = name === "Width" ? [ "Left", "Right" ] : [ "Top", "Bottom" ], + type = name.toLowerCase(), + orig = { + innerWidth: $.fn.innerWidth, + innerHeight: $.fn.innerHeight, + outerWidth: $.fn.outerWidth, + outerHeight: $.fn.outerHeight + }; + + function reduce( elem, size, border, margin ) { + $.each( side, function() { + size -= parseFloat( $.css( elem, "padding" + this ) ) || 0; + if ( border ) { + size -= parseFloat( $.css( elem, "border" + this + "Width" ) ) || 0; + } + if ( margin ) { + size -= parseFloat( $.css( elem, "margin" + this ) ) || 0; + } + }); + return size; + } + + $.fn[ "inner" + name ] = function( size ) { + if ( size === undefined ) { + return orig[ "inner" + name ].call( this ); + } + + return this.each(function() { + $( this ).css( type, reduce( this, size ) + "px" ); + }); + }; + + $.fn[ "outer" + name] = function( size, margin ) { + if ( typeof size !== "number" ) { + return orig[ "outer" + name ].call( this, size ); + } + + return this.each(function() { + $( this).css( type, reduce( this, size, true, margin ) + "px" ); + }); + }; + }); +} + +// support: jQuery <1.8 +if ( !$.fn.addBack ) { + $.fn.addBack = function( selector ) { + return this.add( selector == null ? + this.prevObject : this.prevObject.filter( selector ) + ); + }; +} + +// support: jQuery 1.6.1, 1.6.2 (http://bugs.jquery.com/ticket/9413) +if ( $( "" ).data( "a-b", "a" ).removeData( "a-b" ).data( "a-b" ) ) { + $.fn.removeData = (function( removeData ) { + return function( key ) { + if ( arguments.length ) { + return removeData.call( this, $.camelCase( key ) ); + } else { + return removeData.call( this ); + } + }; + })( $.fn.removeData ); +} + + + + + +// deprecated +$.ui.ie = !!/msie [\w.]+/.exec( navigator.userAgent.toLowerCase() ); + +$.support.selectstart = "onselectstart" in document.createElement( "div" ); +$.fn.extend({ + disableSelection: function() { + return this.bind( ( $.support.selectstart ? "selectstart" : "mousedown" ) + + ".ui-disableSelection", function( event ) { + event.preventDefault(); + }); + }, + + enableSelection: function() { + return this.unbind( ".ui-disableSelection" ); + }, + + zIndex: function( zIndex ) { + if ( zIndex !== undefined ) { + return this.css( "zIndex", zIndex ); + } + + if ( this.length ) { + var elem = $( this[ 0 ] ), position, value; + while ( elem.length && elem[ 0 ] !== document ) { + // Ignore z-index if position is set to a value where z-index is ignored by the browser + // This makes behavior of this function consistent across browsers + // WebKit always returns auto if the element is positioned + position = elem.css( "position" ); + if ( position === "absolute" || position === "relative" || position === "fixed" ) { + // IE returns 0 when zIndex is not specified + // other browsers return a string + // we ignore the case of nested elements with an explicit value of 0 + //
+ value = parseInt( elem.css( "zIndex" ), 10 ); + if ( !isNaN( value ) && value !== 0 ) { + return value; + } + } + elem = elem.parent(); + } + } + + return 0; + } +}); + +// $.ui.plugin is deprecated. Use $.widget() extensions instead. +$.ui.plugin = { + add: function( module, option, set ) { + var i, + proto = $.ui[ module ].prototype; + for ( i in set ) { + proto.plugins[ i ] = proto.plugins[ i ] || []; + proto.plugins[ i ].push( [ option, set[ i ] ] ); + } + }, + call: function( instance, name, args, allowDisconnected ) { + var i, + set = instance.plugins[ name ]; + + if ( !set ) { + return; + } + + if ( !allowDisconnected && ( !instance.element[ 0 ].parentNode || instance.element[ 0 ].parentNode.nodeType === 11 ) ) { + return; + } + + for ( i = 0; i < set.length; i++ ) { + if ( instance.options[ set[ i ][ 0 ] ] ) { + set[ i ][ 1 ].apply( instance.element, args ); + } + } + } +}; + +})( jQuery ); + +(function( $, window, undefined ) { + + // Subtract the height of external toolbars from the page height, if the page does not have + // internal toolbars of the same type + var compensateToolbars = function( page, desiredHeight ) { + var pageParent = page.parent(), + toolbarsAffectingHeight = [], + externalHeaders = pageParent.children( ":jqmData(role='header')" ), + internalHeaders = page.children( ":jqmData(role='header')" ), + externalFooters = pageParent.children( ":jqmData(role='footer')" ), + internalFooters = page.children( ":jqmData(role='footer')" ); + + // If we have no internal headers, but we do have external headers, then their height + // reduces the page height + if ( internalHeaders.length === 0 && externalHeaders.length > 0 ) { + toolbarsAffectingHeight = toolbarsAffectingHeight.concat( externalHeaders.toArray() ); + } + + // If we have no internal footers, but we do have external footers, then their height + // reduces the page height + if ( internalFooters.length === 0 && externalFooters.length > 0 ) { + toolbarsAffectingHeight = toolbarsAffectingHeight.concat( externalFooters.toArray() ); + } + + $.each( toolbarsAffectingHeight, function( index, value ) { + desiredHeight -= $( value ).outerHeight(); + }); + + // Height must be at least zero + return Math.max( 0, desiredHeight ); + }; + + $.extend( $.mobile, { + // define the window and the document objects + window: $( window ), + document: $( document ), + + // TODO: Remove and use $.ui.keyCode directly + keyCode: $.ui.keyCode, + + // Place to store various widget extensions + behaviors: {}, + + // Scroll page vertically: scroll to 0 to hide iOS address bar, or pass a Y value + silentScroll: function( ypos ) { + if ( $.type( ypos ) !== "number" ) { + ypos = $.mobile.defaultHomeScroll; + } + + // prevent scrollstart and scrollstop events + $.event.special.scrollstart.enabled = false; + + setTimeout(function() { + window.scrollTo( 0, ypos ); + $.mobile.document.trigger( "silentscroll", { x: 0, y: ypos }); + }, 20 ); + + setTimeout(function() { + $.event.special.scrollstart.enabled = true; + }, 150 ); + }, + + getClosestBaseUrl: function( ele ) { + // Find the closest page and extract out its url. + var url = $( ele ).closest( ".ui-page" ).jqmData( "url" ), + base = $.mobile.path.documentBase.hrefNoHash; + + if ( !$.mobile.dynamicBaseEnabled || !url || !$.mobile.path.isPath( url ) ) { + url = base; + } + + return $.mobile.path.makeUrlAbsolute( url, base ); + }, + removeActiveLinkClass: function( forceRemoval ) { + if ( !!$.mobile.activeClickedLink && + ( !$.mobile.activeClickedLink.closest( "." + $.mobile.activePageClass ).length || + forceRemoval ) ) { + + $.mobile.activeClickedLink.removeClass( $.mobile.activeBtnClass ); + } + $.mobile.activeClickedLink = null; + }, + + // DEPRECATED in 1.4 + // Find the closest parent with a theme class on it. Note that + // we are not using $.fn.closest() on purpose here because this + // method gets called quite a bit and we need it to be as fast + // as possible. + getInheritedTheme: function( el, defaultTheme ) { + var e = el[ 0 ], + ltr = "", + re = /ui-(bar|body|overlay)-([a-z])\b/, + c, m; + while ( e ) { + c = e.className || ""; + if ( c && ( m = re.exec( c ) ) && ( ltr = m[ 2 ] ) ) { + // We found a parent with a theme class + // on it so bail from this loop. + break; + } + + e = e.parentNode; + } + // Return the theme letter we found, if none, return the + // specified default. + return ltr || defaultTheme || "a"; + }, + + enhanceable: function( elements ) { + return this.haveParents( elements, "enhance" ); + }, + + hijackable: function( elements ) { + return this.haveParents( elements, "ajax" ); + }, + + haveParents: function( elements, attr ) { + if ( !$.mobile.ignoreContentEnabled ) { + return elements; + } + + var count = elements.length, + $newSet = $(), + e, $element, excluded, + i, c; + + for ( i = 0; i < count; i++ ) { + $element = elements.eq( i ); + excluded = false; + e = elements[ i ]; + + while ( e ) { + c = e.getAttribute ? e.getAttribute( "data-" + $.mobile.ns + attr ) : ""; + + if ( c === "false" ) { + excluded = true; + break; + } + + e = e.parentNode; + } + + if ( !excluded ) { + $newSet = $newSet.add( $element ); + } + } + + return $newSet; + }, + + getScreenHeight: function() { + // Native innerHeight returns more accurate value for this across platforms, + // jQuery version is here as a normalized fallback for platforms like Symbian + return window.innerHeight || $.mobile.window.height(); + }, + + //simply set the active page's minimum height to screen height, depending on orientation + resetActivePageHeight: function( height ) { + var page = $( "." + $.mobile.activePageClass ), + pageHeight = page.height(), + pageOuterHeight = page.outerHeight( true ); + + height = compensateToolbars( page, + ( typeof height === "number" ) ? height : $.mobile.getScreenHeight() ); + + page.css( "min-height", height - ( pageOuterHeight - pageHeight ) ); + }, + + loading: function() { + // If this is the first call to this function, instantiate a loader widget + var loader = this.loading._widget || $( $.mobile.loader.prototype.defaultHtml ).loader(), + + // Call the appropriate method on the loader + returnValue = loader.loader.apply( loader, arguments ); + + // Make sure the loader is retained for future calls to this function. + this.loading._widget = loader; + + return returnValue; + } + }); + + $.addDependents = function( elem, newDependents ) { + var $elem = $( elem ), + dependents = $elem.jqmData( "dependents" ) || $(); + + $elem.jqmData( "dependents", $( dependents ).add( newDependents ) ); + }; + + // plugins + $.fn.extend({ + removeWithDependents: function() { + $.removeWithDependents( this ); + }, + + // Enhance child elements + enhanceWithin: function() { + var index, + widgetElements = {}, + keepNative = $.mobile.page.prototype.keepNativeSelector(), + that = this; + + // Add no js class to elements + if ( $.mobile.nojs ) { + $.mobile.nojs( this ); + } + + // Bind links for ajax nav + if ( $.mobile.links ) { + $.mobile.links( this ); + } + + // Degrade inputs for styleing + if ( $.mobile.degradeInputsWithin ) { + $.mobile.degradeInputsWithin( this ); + } + + // Run buttonmarkup + if ( $.fn.buttonMarkup ) { + this.find( $.fn.buttonMarkup.initSelector ).not( keepNative ) + .jqmEnhanceable().buttonMarkup(); + } + + // Add classes for fieldContain + if ( $.fn.fieldcontain ) { + this.find( ":jqmData(role='fieldcontain')" ).not( keepNative ) + .jqmEnhanceable().fieldcontain(); + } + + // Enhance widgets + $.each( $.mobile.widgets, function( name, constructor ) { + + // If initSelector not false find elements + if ( constructor.initSelector ) { + + // Filter elements that should not be enhanced based on parents + var elements = $.mobile.enhanceable( that.find( constructor.initSelector ) ); + + // If any matching elements remain filter ones with keepNativeSelector + if ( elements.length > 0 ) { + + // $.mobile.page.prototype.keepNativeSelector is deprecated this is just for backcompat + // Switch to $.mobile.keepNative in 1.5 which is just a value not a function + elements = elements.not( keepNative ); + } + + // Enhance whatever is left + if ( elements.length > 0 ) { + widgetElements[ constructor.prototype.widgetName ] = elements; + } + } + }); + + for ( index in widgetElements ) { + widgetElements[ index ][ index ](); + } + + return this; + }, + + addDependents: function( newDependents ) { + $.addDependents( this, newDependents ); + }, + + // note that this helper doesn't attempt to handle the callback + // or setting of an html element's text, its only purpose is + // to return the html encoded version of the text in all cases. (thus the name) + getEncodedText: function() { + return $( "
" ).text( this.text() ).html(); + }, + + // fluent helper function for the mobile namespaced equivalent + jqmEnhanceable: function() { + return $.mobile.enhanceable( this ); + }, + + jqmHijackable: function() { + return $.mobile.hijackable( this ); + } + }); + + $.removeWithDependents = function( nativeElement ) { + var element = $( nativeElement ); + + ( element.jqmData( "dependents" ) || $() ).remove(); + element.remove(); + }; + $.addDependents = function( nativeElement, newDependents ) { + var element = $( nativeElement ), + dependents = element.jqmData( "dependents" ) || $(); + + element.jqmData( "dependents", $( dependents ).add( newDependents ) ); + }; + + $.find.matches = function( expr, set ) { + return $.find( expr, null, null, set ); + }; + + $.find.matchesSelector = function( node, expr ) { + return $.find( expr, null, null, [ node ] ).length > 0; + }; + +})( jQuery, this ); + + +/*! + * jQuery UI Widget c0ab71056b936627e8a7821f03c044aec6280a40 + * http://jqueryui.com + * + * Copyright 2013 jQuery Foundation and other contributors + * Released under the MIT license. + * http://jquery.org/license + * + * http://api.jqueryui.com/jQuery.widget/ + */ +(function( $, undefined ) { + +var uuid = 0, + slice = Array.prototype.slice, + _cleanData = $.cleanData; +$.cleanData = function( elems ) { + for ( var i = 0, elem; (elem = elems[i]) != null; i++ ) { + try { + $( elem ).triggerHandler( "remove" ); + // http://bugs.jquery.com/ticket/8235 + } catch( e ) {} + } + _cleanData( elems ); +}; + +$.widget = function( name, base, prototype ) { + var fullName, existingConstructor, constructor, basePrototype, + // proxiedPrototype allows the provided prototype to remain unmodified + // so that it can be used as a mixin for multiple widgets (#8876) + proxiedPrototype = {}, + namespace = name.split( "." )[ 0 ]; + + name = name.split( "." )[ 1 ]; + fullName = namespace + "-" + name; + + if ( !prototype ) { + prototype = base; + base = $.Widget; + } + + // create selector for plugin + $.expr[ ":" ][ fullName.toLowerCase() ] = function( elem ) { + return !!$.data( elem, fullName ); + }; + + $[ namespace ] = $[ namespace ] || {}; + existingConstructor = $[ namespace ][ name ]; + constructor = $[ namespace ][ name ] = function( options, element ) { + // allow instantiation without "new" keyword + if ( !this._createWidget ) { + return new constructor( options, element ); + } + + // allow instantiation without initializing for simple inheritance + // must use "new" keyword (the code above always passes args) + if ( arguments.length ) { + this._createWidget( options, element ); + } + }; + // extend with the existing constructor to carry over any static properties + $.extend( constructor, existingConstructor, { + version: prototype.version, + // copy the object used to create the prototype in case we need to + // redefine the widget later + _proto: $.extend( {}, prototype ), + // track widgets that inherit from this widget in case this widget is + // redefined after a widget inherits from it + _childConstructors: [] + }); + + basePrototype = new base(); + // we need to make the options hash a property directly on the new instance + // otherwise we'll modify the options hash on the prototype that we're + // inheriting from + basePrototype.options = $.widget.extend( {}, basePrototype.options ); + $.each( prototype, function( prop, value ) { + if ( !$.isFunction( value ) ) { + proxiedPrototype[ prop ] = value; + return; + } + proxiedPrototype[ prop ] = (function() { + var _super = function() { + return base.prototype[ prop ].apply( this, arguments ); + }, + _superApply = function( args ) { + return base.prototype[ prop ].apply( this, args ); + }; + return function() { + var __super = this._super, + __superApply = this._superApply, + returnValue; + + this._super = _super; + this._superApply = _superApply; + + returnValue = value.apply( this, arguments ); + + this._super = __super; + this._superApply = __superApply; + + return returnValue; + }; + })(); + }); + constructor.prototype = $.widget.extend( basePrototype, { + // TODO: remove support for widgetEventPrefix + // always use the name + a colon as the prefix, e.g., draggable:start + // don't prefix for widgets that aren't DOM-based + widgetEventPrefix: existingConstructor ? (basePrototype.widgetEventPrefix || name) : name + }, proxiedPrototype, { + constructor: constructor, + namespace: namespace, + widgetName: name, + widgetFullName: fullName + }); + + // If this widget is being redefined then we need to find all widgets that + // are inheriting from it and redefine all of them so that they inherit from + // the new version of this widget. We're essentially trying to replace one + // level in the prototype chain. + if ( existingConstructor ) { + $.each( existingConstructor._childConstructors, function( i, child ) { + var childPrototype = child.prototype; + + // redefine the child widget using the same prototype that was + // originally used, but inherit from the new version of the base + $.widget( childPrototype.namespace + "." + childPrototype.widgetName, constructor, child._proto ); + }); + // remove the list of existing child constructors from the old constructor + // so the old child constructors can be garbage collected + delete existingConstructor._childConstructors; + } else { + base._childConstructors.push( constructor ); + } + + $.widget.bridge( name, constructor ); + + return constructor; +}; + +$.widget.extend = function( target ) { + var input = slice.call( arguments, 1 ), + inputIndex = 0, + inputLength = input.length, + key, + value; + for ( ; inputIndex < inputLength; inputIndex++ ) { + for ( key in input[ inputIndex ] ) { + value = input[ inputIndex ][ key ]; + if ( input[ inputIndex ].hasOwnProperty( key ) && value !== undefined ) { + // Clone objects + if ( $.isPlainObject( value ) ) { + target[ key ] = $.isPlainObject( target[ key ] ) ? + $.widget.extend( {}, target[ key ], value ) : + // Don't extend strings, arrays, etc. with objects + $.widget.extend( {}, value ); + // Copy everything else by reference + } else { + target[ key ] = value; + } + } + } + } + return target; +}; + +$.widget.bridge = function( name, object ) { + var fullName = object.prototype.widgetFullName || name; + $.fn[ name ] = function( options ) { + var isMethodCall = typeof options === "string", + args = slice.call( arguments, 1 ), + returnValue = this; + + // allow multiple hashes to be passed on init + options = !isMethodCall && args.length ? + $.widget.extend.apply( null, [ options ].concat(args) ) : + options; + + if ( isMethodCall ) { + this.each(function() { + var methodValue, + instance = $.data( this, fullName ); + if ( options === "instance" ) { + returnValue = instance; + return false; + } + if ( !instance ) { + return $.error( "cannot call methods on " + name + " prior to initialization; " + + "attempted to call method '" + options + "'" ); + } + if ( !$.isFunction( instance[options] ) || options.charAt( 0 ) === "_" ) { + return $.error( "no such method '" + options + "' for " + name + " widget instance" ); + } + methodValue = instance[ options ].apply( instance, args ); + if ( methodValue !== instance && methodValue !== undefined ) { + returnValue = methodValue && methodValue.jquery ? + returnValue.pushStack( methodValue.get() ) : + methodValue; + return false; + } + }); + } else { + this.each(function() { + var instance = $.data( this, fullName ); + if ( instance ) { + instance.option( options || {} )._init(); + } else { + $.data( this, fullName, new object( options, this ) ); + } + }); + } + + return returnValue; + }; +}; + +$.Widget = function( /* options, element */ ) {}; +$.Widget._childConstructors = []; + +$.Widget.prototype = { + widgetName: "widget", + widgetEventPrefix: "", + defaultElement: "
", + options: { + disabled: false, + + // callbacks + create: null + }, + _createWidget: function( options, element ) { + element = $( element || this.defaultElement || this )[ 0 ]; + this.element = $( element ); + this.uuid = uuid++; + this.eventNamespace = "." + this.widgetName + this.uuid; + this.options = $.widget.extend( {}, + this.options, + this._getCreateOptions(), + options ); + + this.bindings = $(); + this.hoverable = $(); + this.focusable = $(); + + if ( element !== this ) { + $.data( element, this.widgetFullName, this ); + this._on( true, this.element, { + remove: function( event ) { + if ( event.target === element ) { + this.destroy(); + } + } + }); + this.document = $( element.style ? + // element within the document + element.ownerDocument : + // element is window or document + element.document || element ); + this.window = $( this.document[0].defaultView || this.document[0].parentWindow ); + } + + this._create(); + this._trigger( "create", null, this._getCreateEventData() ); + this._init(); + }, + _getCreateOptions: $.noop, + _getCreateEventData: $.noop, + _create: $.noop, + _init: $.noop, + + destroy: function() { + this._destroy(); + // we can probably remove the unbind calls in 2.0 + // all event bindings should go through this._on() + this.element + .unbind( this.eventNamespace ) + .removeData( this.widgetFullName ) + // support: jquery <1.6.3 + // http://bugs.jquery.com/ticket/9413 + .removeData( $.camelCase( this.widgetFullName ) ); + this.widget() + .unbind( this.eventNamespace ) + .removeAttr( "aria-disabled" ) + .removeClass( + this.widgetFullName + "-disabled " + + "ui-state-disabled" ); + + // clean up events and states + this.bindings.unbind( this.eventNamespace ); + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + }, + _destroy: $.noop, + + widget: function() { + return this.element; + }, + + option: function( key, value ) { + var options = key, + parts, + curOption, + i; + + if ( arguments.length === 0 ) { + // don't return a reference to the internal hash + return $.widget.extend( {}, this.options ); + } + + if ( typeof key === "string" ) { + // handle nested keys, e.g., "foo.bar" => { foo: { bar: ___ } } + options = {}; + parts = key.split( "." ); + key = parts.shift(); + if ( parts.length ) { + curOption = options[ key ] = $.widget.extend( {}, this.options[ key ] ); + for ( i = 0; i < parts.length - 1; i++ ) { + curOption[ parts[ i ] ] = curOption[ parts[ i ] ] || {}; + curOption = curOption[ parts[ i ] ]; + } + key = parts.pop(); + if ( value === undefined ) { + return curOption[ key ] === undefined ? null : curOption[ key ]; + } + curOption[ key ] = value; + } else { + if ( value === undefined ) { + return this.options[ key ] === undefined ? null : this.options[ key ]; + } + options[ key ] = value; + } + } + + this._setOptions( options ); + + return this; + }, + _setOptions: function( options ) { + var key; + + for ( key in options ) { + this._setOption( key, options[ key ] ); + } + + return this; + }, + _setOption: function( key, value ) { + this.options[ key ] = value; + + if ( key === "disabled" ) { + this.widget() + .toggleClass( this.widgetFullName + "-disabled", !!value ); + this.hoverable.removeClass( "ui-state-hover" ); + this.focusable.removeClass( "ui-state-focus" ); + } + + return this; + }, + + enable: function() { + return this._setOptions({ disabled: false }); + }, + disable: function() { + return this._setOptions({ disabled: true }); + }, + + _on: function( suppressDisabledCheck, element, handlers ) { + var delegateElement, + instance = this; + + // no suppressDisabledCheck flag, shuffle arguments + if ( typeof suppressDisabledCheck !== "boolean" ) { + handlers = element; + element = suppressDisabledCheck; + suppressDisabledCheck = false; + } + + // no element argument, shuffle and use this.element + if ( !handlers ) { + handlers = element; + element = this.element; + delegateElement = this.widget(); + } else { + // accept selectors, DOM elements + element = delegateElement = $( element ); + this.bindings = this.bindings.add( element ); + } + + $.each( handlers, function( event, handler ) { + function handlerProxy() { + // allow widgets to customize the disabled handling + // - disabled as an array instead of boolean + // - disabled class as method for disabling individual parts + if ( !suppressDisabledCheck && + ( instance.options.disabled === true || + $( this ).hasClass( "ui-state-disabled" ) ) ) { + return; + } + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + + // copy the guid so direct unbinding works + if ( typeof handler !== "string" ) { + handlerProxy.guid = handler.guid = + handler.guid || handlerProxy.guid || $.guid++; + } + + var match = event.match( /^(\w+)\s*(.*)$/ ), + eventName = match[1] + instance.eventNamespace, + selector = match[2]; + if ( selector ) { + delegateElement.delegate( selector, eventName, handlerProxy ); + } else { + element.bind( eventName, handlerProxy ); + } + }); + }, + + _off: function( element, eventName ) { + eventName = (eventName || "").split( " " ).join( this.eventNamespace + " " ) + this.eventNamespace; + element.unbind( eventName ).undelegate( eventName ); + }, + + _delay: function( handler, delay ) { + function handlerProxy() { + return ( typeof handler === "string" ? instance[ handler ] : handler ) + .apply( instance, arguments ); + } + var instance = this; + return setTimeout( handlerProxy, delay || 0 ); + }, + + _hoverable: function( element ) { + this.hoverable = this.hoverable.add( element ); + this._on( element, { + mouseenter: function( event ) { + $( event.currentTarget ).addClass( "ui-state-hover" ); + }, + mouseleave: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-hover" ); + } + }); + }, + + _focusable: function( element ) { + this.focusable = this.focusable.add( element ); + this._on( element, { + focusin: function( event ) { + $( event.currentTarget ).addClass( "ui-state-focus" ); + }, + focusout: function( event ) { + $( event.currentTarget ).removeClass( "ui-state-focus" ); + } + }); + }, + + _trigger: function( type, event, data ) { + var prop, orig, + callback = this.options[ type ]; + + data = data || {}; + event = $.Event( event ); + event.type = ( type === this.widgetEventPrefix ? + type : + this.widgetEventPrefix + type ).toLowerCase(); + // the original event may come from any element + // so we need to reset the target on the new event + event.target = this.element[ 0 ]; + + // copy original event properties over to the new event + orig = event.originalEvent; + if ( orig ) { + for ( prop in orig ) { + if ( !( prop in event ) ) { + event[ prop ] = orig[ prop ]; + } + } + } + + this.element.trigger( event, data ); + return !( $.isFunction( callback ) && + callback.apply( this.element[0], [ event ].concat( data ) ) === false || + event.isDefaultPrevented() ); + } +}; + +$.each( { show: "fadeIn", hide: "fadeOut" }, function( method, defaultEffect ) { + $.Widget.prototype[ "_" + method ] = function( element, options, callback ) { + if ( typeof options === "string" ) { + options = { effect: options }; + } + var hasOptions, + effectName = !options ? + method : + options === true || typeof options === "number" ? + defaultEffect : + options.effect || defaultEffect; + options = options || {}; + if ( typeof options === "number" ) { + options = { duration: options }; + } + hasOptions = !$.isEmptyObject( options ); + options.complete = callback; + if ( options.delay ) { + element.delay( options.delay ); + } + if ( hasOptions && $.effects && $.effects.effect[ effectName ] ) { + element[ method ]( options ); + } else if ( effectName !== method && element[ effectName ] ) { + element[ effectName ]( options.duration, options.easing, callback ); + } else { + element.queue(function( next ) { + $( this )[ method ](); + if ( callback ) { + callback.call( element[ 0 ] ); + } + next(); + }); + } + }; +}); + +})( jQuery ); + +(function( $, undefined ) { + +var rcapitals = /[A-Z]/g, + replaceFunction = function( c ) { + return "-" + c.toLowerCase(); + }; + +$.extend( $.Widget.prototype, { + _getCreateOptions: function() { + var option, value, + elem = this.element[ 0 ], + options = {}; + + // + if ( !$.mobile.getAttribute( elem, "defaults" ) ) { + for ( option in this.options ) { + value = $.mobile.getAttribute( elem, option.replace( rcapitals, replaceFunction ) ); + + if ( value != null ) { + options[ option ] = value; + } + } + } + + return options; + } +}); + +//TODO: Remove in 1.5 for backcompat only +$.mobile.widget = $.Widget; + +})( jQuery ); + + +(function( $ ) { + // TODO move loader class down into the widget settings + var loaderClass = "ui-loader", $html = $( "html" ); + + $.widget( "mobile.loader", { + // NOTE if the global config settings are defined they will override these + // options + options: { + // the theme for the loading message + theme: "a", + + // whether the text in the loading message is shown + textVisible: false, + + // custom html for the inner content of the loading message + html: "", + + // the text to be displayed when the popup is shown + text: "loading" + }, + + defaultHtml: "
" + + "" + + "

" + + "
", + + // For non-fixed supportin browsers. Position at y center (if scrollTop supported), above the activeBtn (if defined), or just 100px from top + fakeFixLoader: function() { + var activeBtn = $( "." + $.mobile.activeBtnClass ).first(); + + this.element + .css({ + top: $.support.scrollTop && this.window.scrollTop() + this.window.height() / 2 || + activeBtn.length && activeBtn.offset().top || 100 + }); + }, + + // check position of loader to see if it appears to be "fixed" to center + // if not, use abs positioning + checkLoaderPosition: function() { + var offset = this.element.offset(), + scrollTop = this.window.scrollTop(), + screenHeight = $.mobile.getScreenHeight(); + + if ( offset.top < scrollTop || ( offset.top - scrollTop ) > screenHeight ) { + this.element.addClass( "ui-loader-fakefix" ); + this.fakeFixLoader(); + this.window + .unbind( "scroll", this.checkLoaderPosition ) + .bind( "scroll", $.proxy( this.fakeFixLoader, this ) ); + } + }, + + resetHtml: function() { + this.element.html( $( this.defaultHtml ).html() ); + }, + + // Turn on/off page loading message. Theme doubles as an object argument + // with the following shape: { theme: '', text: '', html: '', textVisible: '' } + // NOTE that the $.mobile.loading* settings and params past the first are deprecated + // TODO sweet jesus we need to break some of this out + show: function( theme, msgText, textonly ) { + var textVisible, message, loadSettings; + + this.resetHtml(); + + // use the prototype options so that people can set them globally at + // mobile init. Consistency, it's what's for dinner + if ( $.type( theme ) === "object" ) { + loadSettings = $.extend( {}, this.options, theme ); + + theme = loadSettings.theme; + } else { + loadSettings = this.options; + + // here we prefer the theme value passed as a string argument, then + // we prefer the global option because we can't use undefined default + // prototype options, then the prototype option + theme = theme || loadSettings.theme; + } + + // set the message text, prefer the param, then the settings object + // then loading message + message = msgText || ( loadSettings.text === false ? "" : loadSettings.text ); + + // prepare the dom + $html.addClass( "ui-loading" ); + + textVisible = loadSettings.textVisible; + + // add the proper css given the options (theme, text, etc) + // Force text visibility if the second argument was supplied, or + // if the text was explicitly set in the object args + this.element.attr("class", loaderClass + + " ui-corner-all ui-body-" + theme + + " ui-loader-" + ( textVisible || msgText || theme.text ? "verbose" : "default" ) + + ( loadSettings.textonly || textonly ? " ui-loader-textonly" : "" ) ); + + // TODO verify that jquery.fn.html is ok to use in both cases here + // this might be overly defensive in preventing unknowing xss + // if the html attribute is defined on the loading settings, use that + // otherwise use the fallbacks from above + if ( loadSettings.html ) { + this.element.html( loadSettings.html ); + } else { + this.element.find( "h1" ).text( message ); + } + + // attach the loader to the DOM + this.element.appendTo( $.mobile.pageContainer ); + + // check that the loader is visible + this.checkLoaderPosition(); + + // on scroll check the loader position + this.window.bind( "scroll", $.proxy( this.checkLoaderPosition, this ) ); + }, + + hide: function() { + $html.removeClass( "ui-loading" ); + + if ( this.options.text ) { + this.element.removeClass( "ui-loader-fakefix" ); + } + + $.mobile.window.unbind( "scroll", this.fakeFixLoader ); + $.mobile.window.unbind( "scroll", this.checkLoaderPosition ); + } + }); + +})(jQuery, this); + + +/*! + * jQuery hashchange event - v1.3 - 7/21/2010 + * http://benalman.com/projects/jquery-hashchange-plugin/ + * + * Copyright (c) 2010 "Cowboy" Ben Alman + * Dual licensed under the MIT and GPL licenses. + * http://benalman.com/about/license/ + */ + +// Script: jQuery hashchange event +// +// *Version: 1.3, Last updated: 7/21/2010* +// +// Project Home - http://benalman.com/projects/jquery-hashchange-plugin/ +// GitHub - http://github.com/cowboy/jquery-hashchange/ +// Source - http://github.com/cowboy/jquery-hashchange/raw/master/jquery.ba-hashchange.js +// (Minified) - http://github.com/cowboy/jquery-hashchange/raw/master/jquery.ba-hashchange.min.js (0.8kb gzipped) +// +// About: License +// +// Copyright (c) 2010 "Cowboy" Ben Alman, +// Dual licensed under the MIT and GPL licenses. +// http://benalman.com/about/license/ +// +// About: Examples +// +// These working examples, complete with fully commented code, illustrate a few +// ways in which this plugin can be used. +// +// hashchange event - http://benalman.com/code/projects/jquery-hashchange/examples/hashchange/ +// document.domain - http://benalman.com/code/projects/jquery-hashchange/examples/document_domain/ +// +// About: Support and Testing +// +// Information about what version or versions of jQuery this plugin has been +// tested with, what browsers it has been tested in, and where the unit tests +// reside (so you can test it yourself). +// +// jQuery Versions - 1.2.6, 1.3.2, 1.4.1, 1.4.2 +// Browsers Tested - Internet Explorer 6-8, Firefox 2-4, Chrome 5-6, Safari 3.2-5, +// Opera 9.6-10.60, iPhone 3.1, Android 1.6-2.2, BlackBerry 4.6-5. +// Unit Tests - http://benalman.com/code/projects/jquery-hashchange/unit/ +// +// About: Known issues +// +// While this jQuery hashchange event implementation is quite stable and +// robust, there are a few unfortunate browser bugs surrounding expected +// hashchange event-based behaviors, independent of any JavaScript +// window.onhashchange abstraction. See the following examples for more +// information: +// +// Chrome: Back Button - http://benalman.com/code/projects/jquery-hashchange/examples/bug-chrome-back-button/ +// Firefox: Remote XMLHttpRequest - http://benalman.com/code/projects/jquery-hashchange/examples/bug-firefox-remote-xhr/ +// WebKit: Back Button in an Iframe - http://benalman.com/code/projects/jquery-hashchange/examples/bug-webkit-hash-iframe/ +// Safari: Back Button from a different domain - http://benalman.com/code/projects/jquery-hashchange/examples/bug-safari-back-from-diff-domain/ +// +// Also note that should a browser natively support the window.onhashchange +// event, but not report that it does, the fallback polling loop will be used. +// +// About: Release History +// +// 1.3 - (7/21/2010) Reorganized IE6/7 Iframe code to make it more +// "removable" for mobile-only development. Added IE6/7 document.title +// support. Attempted to make Iframe as hidden as possible by using +// techniques from http://www.paciellogroup.com/blog/?p=604. Added +// support for the "shortcut" format $(window).hashchange( fn ) and +// $(window).hashchange() like jQuery provides for built-in events. +// Renamed jQuery.hashchangeDelay to and +// lowered its default value to 50. Added +// and properties plus document-domain.html +// file to address access denied issues when setting document.domain in +// IE6/7. +// 1.2 - (2/11/2010) Fixed a bug where coming back to a page using this plugin +// from a page on another domain would cause an error in Safari 4. Also, +// IE6/7 Iframe is now inserted after the body (this actually works), +// which prevents the page from scrolling when the event is first bound. +// Event can also now be bound before DOM ready, but it won't be usable +// before then in IE6/7. +// 1.1 - (1/21/2010) Incorporated document.documentMode test to fix IE8 bug +// where browser version is incorrectly reported as 8.0, despite +// inclusion of the X-UA-Compatible IE=EmulateIE7 meta tag. +// 1.0 - (1/9/2010) Initial Release. Broke out the jQuery BBQ event.special +// window.onhashchange functionality into a separate plugin for users +// who want just the basic event & back button support, without all the +// extra awesomeness that BBQ provides. This plugin will be included as +// part of jQuery BBQ, but also be available separately. + +(function($,window,undefined){ + '$:nomunge'; // Used by YUI compressor. + + // Reused string. + var str_hashchange = 'hashchange', + + // Method / object references. + doc = document, + fake_onhashchange, + special = $.event.special, + + // Does the browser support window.onhashchange? Note that IE8 running in + // IE7 compatibility mode reports true for 'onhashchange' in window, even + // though the event isn't supported, so also test document.documentMode. + doc_mode = doc.documentMode, + supports_onhashchange = 'on' + str_hashchange in window && ( doc_mode === undefined || doc_mode > 7 ); + + // Get location.hash (or what you'd expect location.hash to be) sans any + // leading #. Thanks for making this necessary, Firefox! + function get_fragment( url ) { + url = url || location.href; + return '#' + url.replace( /^[^#]*#?(.*)$/, '$1' ); + }; + + // Method: jQuery.fn.hashchange + // + // Bind a handler to the window.onhashchange event or trigger all bound + // window.onhashchange event handlers. This behavior is consistent with + // jQuery's built-in event handlers. + // + // Usage: + // + // > jQuery(window).hashchange( [ handler ] ); + // + // Arguments: + // + // handler - (Function) Optional handler to be bound to the hashchange + // event. This is a "shortcut" for the more verbose form: + // jQuery(window).bind( 'hashchange', handler ). If handler is omitted, + // all bound window.onhashchange event handlers will be triggered. This + // is a shortcut for the more verbose + // jQuery(window).trigger( 'hashchange' ). These forms are described in + // the section. + // + // Returns: + // + // (jQuery) The initial jQuery collection of elements. + + // Allow the "shortcut" format $(elem).hashchange( fn ) for binding and + // $(elem).hashchange() for triggering, like jQuery does for built-in events. + $.fn[ str_hashchange ] = function( fn ) { + return fn ? this.bind( str_hashchange, fn ) : this.trigger( str_hashchange ); + }; + + // Property: jQuery.fn.hashchange.delay + // + // The numeric interval (in milliseconds) at which the + // polling loop executes. Defaults to 50. + + // Property: jQuery.fn.hashchange.domain + // + // If you're setting document.domain in your JavaScript, and you want hash + // history to work in IE6/7, not only must this property be set, but you must + // also set document.domain BEFORE jQuery is loaded into the page. This + // property is only applicable if you are supporting IE6/7 (or IE8 operating + // in "IE7 compatibility" mode). + // + // In addition, the property must be set to the + // path of the included "document-domain.html" file, which can be renamed or + // modified if necessary (note that the document.domain specified must be the + // same in both your main JavaScript as well as in this file). + // + // Usage: + // + // jQuery.fn.hashchange.domain = document.domain; + + // Property: jQuery.fn.hashchange.src + // + // If, for some reason, you need to specify an Iframe src file (for example, + // when setting document.domain as in ), you can + // do so using this property. Note that when using this property, history + // won't be recorded in IE6/7 until the Iframe src file loads. This property + // is only applicable if you are supporting IE6/7 (or IE8 operating in "IE7 + // compatibility" mode). + // + // Usage: + // + // jQuery.fn.hashchange.src = 'path/to/file.html'; + + $.fn[ str_hashchange ].delay = 50; + /* + $.fn[ str_hashchange ].domain = null; + $.fn[ str_hashchange ].src = null; + */ + + // Event: hashchange event + // + // Fired when location.hash changes. In browsers that support it, the native + // HTML5 window.onhashchange event is used, otherwise a polling loop is + // initialized, running every milliseconds to + // see if the hash has changed. In IE6/7 (and IE8 operating in "IE7 + // compatibility" mode), a hidden Iframe is created to allow the back button + // and hash-based history to work. + // + // Usage as described in : + // + // > // Bind an event handler. + // > jQuery(window).hashchange( function(e) { + // > var hash = location.hash; + // > ... + // > }); + // > + // > // Manually trigger the event handler. + // > jQuery(window).hashchange(); + // + // A more verbose usage that allows for event namespacing: + // + // > // Bind an event handler. + // > jQuery(window).bind( 'hashchange', function(e) { + // > var hash = location.hash; + // > ... + // > }); + // > + // > // Manually trigger the event handler. + // > jQuery(window).trigger( 'hashchange' ); + // + // Additional Notes: + // + // * The polling loop and Iframe are not created until at least one handler + // is actually bound to the 'hashchange' event. + // * If you need the bound handler(s) to execute immediately, in cases where + // a location.hash exists on page load, via bookmark or page refresh for + // example, use jQuery(window).hashchange() or the more verbose + // jQuery(window).trigger( 'hashchange' ). + // * The event can be bound before DOM ready, but since it won't be usable + // before then in IE6/7 (due to the necessary Iframe), recommended usage is + // to bind it inside a DOM ready handler. + + // Override existing $.event.special.hashchange methods (allowing this plugin + // to be defined after jQuery BBQ in BBQ's source code). + special[ str_hashchange ] = $.extend( special[ str_hashchange ], { + + // Called only when the first 'hashchange' event is bound to window. + setup: function() { + // If window.onhashchange is supported natively, there's nothing to do.. + if ( supports_onhashchange ) { return false; } + + // Otherwise, we need to create our own. And we don't want to call this + // until the user binds to the event, just in case they never do, since it + // will create a polling loop and possibly even a hidden Iframe. + $( fake_onhashchange.start ); + }, + + // Called only when the last 'hashchange' event is unbound from window. + teardown: function() { + // If window.onhashchange is supported natively, there's nothing to do.. + if ( supports_onhashchange ) { return false; } + + // Otherwise, we need to stop ours (if possible). + $( fake_onhashchange.stop ); + } + + }); + + // fake_onhashchange does all the work of triggering the window.onhashchange + // event for browsers that don't natively support it, including creating a + // polling loop to watch for hash changes and in IE 6/7 creating a hidden + // Iframe to enable back and forward. + fake_onhashchange = (function(){ + var self = {}, + timeout_id, + + // Remember the initial hash so it doesn't get triggered immediately. + last_hash = get_fragment(), + + fn_retval = function(val){ return val; }, + history_set = fn_retval, + history_get = fn_retval; + + // Start the polling loop. + self.start = function() { + timeout_id || poll(); + }; + + // Stop the polling loop. + self.stop = function() { + timeout_id && clearTimeout( timeout_id ); + timeout_id = undefined; + }; + + // This polling loop checks every $.fn.hashchange.delay milliseconds to see + // if location.hash has changed, and triggers the 'hashchange' event on + // window when necessary. + function poll() { + var hash = get_fragment(), + history_hash = history_get( last_hash ); + + if ( hash !== last_hash ) { + history_set( last_hash = hash, history_hash ); + + $(window).trigger( str_hashchange ); + + } else if ( history_hash !== last_hash ) { + location.href = location.href.replace( /#.*/, '' ) + history_hash; + } + + timeout_id = setTimeout( poll, $.fn[ str_hashchange ].delay ); + }; + + // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv + // vvvvvvvvvvvvvvvvvvv REMOVE IF NOT SUPPORTING IE6/7/8 vvvvvvvvvvvvvvvvvvv + // vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv + window.attachEvent && !window.addEventListener && !supports_onhashchange && (function(){ + // Not only do IE6/7 need the "magical" Iframe treatment, but so does IE8 + // when running in "IE7 compatibility" mode. + + var iframe, + iframe_src; + + // When the event is bound and polling starts in IE 6/7, create a hidden + // Iframe for history handling. + self.start = function(){ + if ( !iframe ) { + iframe_src = $.fn[ str_hashchange ].src; + iframe_src = iframe_src && iframe_src + get_fragment(); + + // Create hidden Iframe. Attempt to make Iframe as hidden as possible + // by using techniques from http://www.paciellogroup.com/blog/?p=604. + iframe = $('