123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561 |
- @charset "UTF-8";
- /* Qype S60 WRT client */
- /* Brand colors:
- Red: #f8183d
- Logo blue: #3acaff;
- Light blue: #b7efff;
- Light grey: #e6e6e6;
- "Black": #444444;
- */
- body {
- padding: 0;
- margin: 0;
- background: #fff;
- color: #444;
- font-family: Arial, Helvetica, sans-serif;
- -webkit-user-select: none;
- user-select: none;
- }
- .items {
- width: 100%;
- clear: both;
- }
- .button {
- color: #fff;
- }
- .splash,
- .location {
- display: none;
- position: fixed;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background: #419f1b url(../assets/splash.png) no-repeat center;
- z-index: 3;
- color: #ccc;
- }
- .location {
- background-image: url(../assets/locationView.png);
- }
- #loadingStatus,
- #locationStatus {
- text-align: center;
- padding: 10px;
- font-size: 80%;
- }
- .view .progress {
- position: fixed;
- width: 100%;
- height: 80px;
- margin: 0 auto 0 auto;
- background: #FFF url(../assets/ajax-loader.gif) no-repeat center;
- z-index: 4;
- }
- .location .progress,
- .splash .progress {
- top: 0;
- margin: 0 0 0 0;
- width: 30px;
- height: 30px;
- background: #419f1b url(../assets/splash-loader.gif) no-repeat center;
- }
- .details .progress {
- position: static;
- margin: 0;
- padding: 10px 0;
- }
- /* Header definitions */
- .header {
- width: 100%;
- position: fixed;
- background-color: #FFF;
- background: #fff url(../assets/logo_header.png) center no-repeat;
- top: 0;
- border-bottom: 2px #f8183d solid;
- z-index: 2;
- }
- .header .button {
- color: #444444;
- font-weight: bold;
- font-size: 16px;
- text-align: center;
- float: left;
- margin-top: 15px;
- height: 40px;
- width: 70px;
- line-height: 40px;
- }
- .header .left {
- border-right: thin solid #e6e6e6;
- }
- .header .right {
- float: right;
- background: url(../assets/icon_back.png);
- border-left: thin solid #e6e6e6;
- }
- .header .button.back {
- background: url(../assets/icon_back.png);
- }
- .header .button.exit {
- background: url(../assets/icon_close.png);
- }
- /* Footer definition */
- .footer {
- display: block;
- width: 100%;
- position: fixed;
- background-color: #fff;
- bottom: 0;
- z-index: 40;
- height: 50px;
- border-top: 2px #f8183d solid;
- }
- .footer .action {
- float: left;
- width: 100%;
- height: 50px;
- }
- .footer .action .text {
- margin-top: 10px;
- font-size: 24px;
- font-weight: bold;
- text-align: center;
- color: #444;
- }
- /* Content definitions */
- .content {
- margin-top: 57px;
- }
- .content .link {
- float: left;
- width: 100%;
- background-color: #b7efff;
- }
- .content .link .text {
- margin: 5px 8px 5px 8px;
- float: right;
- font-size: 18px;
- font-weight: bold;
- text-align: center;
- line-height: 30px;
- }
- .places {
- float: left;
- width: 100%;
- padding-bottom: 52px;
- }
- .content .title {
- background-color: #FFF;
- float: left;
- width: 100%;
- border-bottom: thin #e6e6e6 solid;
- }
- .content .title .text {
- float: left;
- font-size: 18px;
- font-weight: bold;
- margin: 5px 5px 5px 5px;
- }
- .map {
- width: 70px;
- height: 24px;
- margin: 3px 3px 3px 0;
- background-color: #f8183d;
- float: right;
- text-align: center;
-
- }
- .items .item {
- float: left;
- clear: both;
- width: 100%;
- background-color: #fff;
- border-bottom: thin #e6e6e6 solid;
- }
- .pressed {
- background-color: #eee!important;
- }
- .item.all .name {
- font-weight: bold !important;
- font-style: italic;
- }
- .items .item.empty {
- padding: 10px;
- font-size: 18px;
- min-height: 30px;
- font-weight: normal;
- font-style: italic;
- }
- .places .item .image {
- height: 75px;
- width: 100px;
- background: url(../assets/placeholder.png) 50% 50% no-repeat;
- float: left;
- border-right: thin #e6e6e6 solid;
- }
- .places .item .info {
- float: left;
- margin: 3px 0 3px 8px;
- }
- .places .item .name {
- clear: left;
- float: left;
- font-size: 18px;
- font-weight: bold;
- margin: 3px 90px 0 0;
- width: auto;
- position: absolute;
- text-transform: capitalize;
- max-height: 20px;
- overflow: hidden;
- }
- .places .item .category {
- clear: left;
- float: left;
- font-size: 14px;
-
- position: absolute;
- margin-top: 50px;
- margin-right: 90px;
- max-height: 16px;
- overflow: hidden;
- }
- .places .distance {
- position: absolute;
- right: 5px;
- }
- .distance {
- float: right;
- margin: 50px 10px 10px 0;
- color: #3acaff;
- font-size: 18px;
- font-weight: bold;
- }
- /* Common rating definitions */
- .places .rating {
- position: absolute;
- margin-top: 25px;
- }
- .rating {
- float: left;
- clear: left;
- margin: 3px 0 5px 0;
- }
- .rating .stars0, .rating .stars1, .rating .stars2, .rating .stars3, .rating .stars4, .rating .stars5 {
- float: left;
- background: url(../assets/star.png);
- width: 90px;
- height: 18px;
- margin-right: 10px;
- }
- .rating .stars0 {
- background-position: -90px;
- }
- .rating .stars1 {
- background-position: -72px;
- }
- .rating .stars2 {
- background-position: -54px;
- }
- .rating .stars3 {
- background-position: -36px;
- }
- .rating .stars4 {
- background-position: -18px;
- }
- .rating .stars5 {
- background-position: 0px;
- }
- .rating .stars .reviews {
- float: left;
- font-size: 12px;
- color: #aeacac;
- margin: 4px 0 0 95px;
- }
- /* Category listing definitions */
- .categories .item .image {
- display: none;
- height: 40px;
- width: 60px;
- margin: 5px 5px 5px 5px;
- background: url(../assets/icon_category.png);
- float: left;
- }
- .categories .item .name {
- font-size: 18px;
- font-weight: normal;
- float: left;
- margin: 11px 0 0 5px;
- }
- .categories .item .next {
- float: right;
- margin: 0px 5px 0px 0;
- height: 40px;
- width: 40px;
- background: url(../assets/icon_next.png);
- }
- #categoriesLink {
- float: none;
- }
- /* Details view definition */
- .details .image {
- float: left;
- width: 100%;
- height: auto;
- max-height: 250px;
- background-color: #CCC;
- border-bottom: thin #e6e6e6 solid;
- }
- .landscape .details .image {
- max-height: 200px;
- margin-top: -50px;
- }
- .details .info {
- float: left;
- width: 100%;
- background: #FFF;
- }
- .details .name {
- float: left;
- font-size: 24px;
- font-weight: bold;
- margin: 10px 0 0 15px;
- }
- .details .address {
- clear: left;
- float: left;
- margin: 15px 0 0 15px;
- }
- .address .line {
- float: left;
- clear: left;
- font-size: 14px;
- margin: 0 0 2px 0;
- }
- .details .map {
-
- }
- .details .distance {
- clear: right;
- margin-top: 5px;
- }
- .details .rating {
- margin: 10px 0 10px 15px;
- }
- .details .rating .reviews {
- color: #444444;
- }
- .details .functions {
- float: left;
- clear: left;
- margin: 2px 0 20px 2px;
- }
- .functions .button {
- margin: 15px 25px 15px 25px;
- background: none;
- color: #3acaff;
- }
- .functions .call {
- float: left;
- }
- .functions .url {
- float: left;
-
- }
- .details .bar {
- float: left;
- width: 100%;
- background-color: #e6e6e6;
- border-bottom: 2px solid #f8183d;
- }
- .details .bar .text {
- margin: 5px 8px 5px 8px;
- float: left;
- font-size: 14px;
- font-weight: bold;
- }
- .details .hours {
- float: left;
- }
- .details .icon {
- clear: both;
- float: left;
- height: 30px;
- width: 30px;
- background-color: #CCC;
- margin: 20px 10px 0 15px;
- }
- .details .hours .icon {
- background: url(../assets/icon_openinghours.png);
- }
- .details .review .icon {
- background: url(../assets/icon_reviews.png);
- }
- .details .data {
- float: left;
- margin: 10px 10px 10px 10px;
- }
- .details .data .subject {
- float: left;
- margin-bottom: 5px;
- font-weight: bold;
- }
- .details .data .text {
- float: left;
- clear: left;
- margin: 0 0 10px 5px;
- font-size: 14px;
- }
- .details .reviewContainer {
- width: 100%;
- float: left;
- border-bottom: thin #e6e6e6 solid;
- overflow: hidden;
- }
- .details .reviewContainer p {
- margin-left: 1em;
- }
- .details .reviewContainer .data {
- font-size: 14px;
- width: 70%;
- margin-bottom: 0;
- }
- .details .reviewContainer .subject {
- font-weight: normal;
- font-style: normal;
- }
- .details .reviewContainer .data p {
- margin-top: 0;
- margin-bottom: 4px;
- }
- .review .rating {
- margin: 5px 0 10px 5px;
- }
- /* Map view */
- #mobileMap {
- position:absolute;
- left:0;
- top:57px;
- right:0;
- bottom:0;
- z-index: -100;
- }
- /* Place view */
- .view.place img.main {
- width: 100%;
- margin-top:-40px;
- }
- .view.places .listItem {
- background: black 50% 50% no-repeat;
- width:100px;
- height:75px;
- }
- .view {
- -webkit-transition: opacity 0.3s linear;
- }
|