123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349 |
- @import url("android.css");
- .alertDialog {
- width: 100%;
- padding-left: 2px;
- padding-right: 2px;
- z-index: 1000;
- }
- .alertDialogBody {
- border: 1px solid #ADAAAD;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- background-color: white;
- margin-left: 2px;
- margin-right: 4px;
- }
- .alertTitle {
- height: 42px;
- margin: 0px;
- padding: 0px;
- background-color: #889BB3;
- background: -webkit-gradient(linear, left top, left bottom, from(#B0BCCD), to(#6D84A2), color-stop(0.5, #889BB3), color-stop(0.5, #8195AF));
- border-top: 1px solid #CDD5DF;
- border-bottom: 1px solid #2D3642;
- font-family: Helvetica;
- font-size: 20px;
- color: white;
- text-align: center;
- line-height: 44px;
- text-shadow: rgba(0,0,0,0.6) 0px -1px 0px;
- overflow: hidden;
- white-space: nowrap;
- text-overflow: ellipsis;
- text-align: center;
- }
- .alertText {
- text-align: center;
- }
- .alertBtns {
- padding: 5px;
- text-align: center;
- }
- .alertBtns .mblButton {
- width: 100%;
- margin-top: 5px;
- }
- .alertDialog.out {
- position: absolute;
- }
- .alertDialog.in {
- position: absolute;
- }
- .slidev.out {
- -webkit-animation-duration: .4s;
- -webkit-animation-name: slideOut;
- -webkit-animation-timing-function: linear;
- -webkit-transform: translateY(-100%);
- }
- .slidev.in {
- -webkit-animation-duration: .4s;
- -webkit-animation-name: slideIn;
- -webkit-animation-timing-function: linear;
- -webkit-transform: translateY(0px);
- }
- .slidev.out.reverse {
- -webkit-animation-name: slideOutReverse;
- }
- .slidev.in.reverse {
- -webkit-animation-name: slideInReverse;
- }
- .dialogUnderlayWrapper {
- position: absolute;
- left: 0;
- top: 0;
- z-index: 998;
- background: transparent !important;
- visibility: visible;
- height: 100%;
- width: 100%;
- }
- .dialogUnderlay {
- background-color: #eee;
- opacity: 0.5;
- width: 100%;
- height: 100%;
- }
- .list .row {
- padding: 10px;
- border-bottom: 1px solid #444;
- position: relative;
- background-color: black;
- z-index: 6; /* Must be greater than the .buttons z-index */
- }
- .list .row.mblListItem {
- padding: 0px;
- }
- .list .row.last {
- border-bottom: none;
- }
- .list .row.hold {
- background-color: #444;
- }
- .list .buttons {
- position: absolute;
- text-align: center;
- padding-top: 10px;
- width: 100%;
- height: 100%;
- z-index: 5;
- }
- .list .buttons .mblButton {
- }
- .list .buttons .deleteBtn {
- background-color: red;
- }
- .list .buttons .cancelBtn {
- margin-left: 10px;
- background-color: blue;
- }
- .row.collapsed {
- -webkit-animation-name: collapse-vert;
- -webkit-animation-duration: 0.5s;
- -webkit-animation-timing-function: linear;
- }
- @-webkit-keyframes collapse-vert {
- from {
- height: 100%;
- padding: 10px;
- }
- to {
- height: 0px;
- padding: 0px;
- }
- }
- .listSelector {
- position: absolute;
- -webkit-border-radius: 10px;
- -moz-border-radius: 10px;
- border: 1px solid #666;
- background-color: #ccc;
- color: #333;
- z-index: 1000;
- }
- .listSelectorRow {
- padding: 10px;
- border-bottom: 1px solid #666;
- white-space: nowrap;
- }
- .listSelectorRow-selected {
- background-color: #666;
- color: #ccc;
- }
- .listSelectorRow.last {
- border-bottom: none;
- }
- .mblImageView, .mblImageView canvas {
- width: 100%;
- height: 100%;
- }
- .mblPillar {
- display: none;
- }
- /* Form Input Styles */
- input {
- -webkit-text-size-adjust: 140%;
- }
- /* ImageThumbView styles */
- .mblImageThumbView {
- position: relative;
- -webkit-transition-property: height;
- -webkit-transition-duration: 0.8s;
- -webkit-transition-delay: 0;
- }
- .mblImageThumbView .mblThumb {
- width: 100px;
- min-height: 100px;
- display: inline-block;
- z-index: 2;
- position: absolute;
- }
- .mblImageThumbView.animated .mblThumb {
- -webkit-transition-property: -webkit-transform, opacity;
- -webkit-transition-duration: 1.3s, 1s;
- -webkit-transition-delay: 0, 0;
- }
- .mblImageThumbView .mblThumb.hidden {
- z-index: 1;
- opacity: 0;
- }
- .mblImageThumbView .mblThumbInner {
- width: 102px;
- height: 102px;
- position: relative;
- }
- .mblImageThumbView .mblThumbOverlay {
- width: 102px;
- height: 102px;
- background: url(images/thumb-overlay.png) center top no-repeat;
- position: absolute;
- z-index: 20;
- overflow: hidden;
- }
- .mblImageThumbView .mblThumb.selected .mblThumbOverlay {
- background-position: center bottom;
- }
- .mblImageThumbView .mblThumbInner .mblThumbMask {
- width: 90px;
- height: 90px;
- overflow: hidden;
- padding-left: 6px;
- padding-top: 5px;
- z-index: 10;
- }
- .mblImageThumbView .mblThumbInner .mblThumbMask img {
- left: 0px;
- top: 0px;
- width: 90px;
- height: 90px;
- }
- .mblImageThumbView .mblThumbInner .mblThumbMask .mblThumbSrc {
- left: 6px;
- top: 5px;
- background-position: center center;
- background-repeat: no-repeat;
- overflow: hidden;
- position: absolute;
- -webkit-background-size: 100% 100%;
- -webkit-border-radius: 5px;
- width: 90px;
- height: 90px;
- z-index: 5;
- }
- .mblImageThumbView .mblThumbMask div {
- left: 0px;
- top: 0px;
- width: 90px;
- height: 90px;
- background-repeat: no-repeat;
- }
- .mblImageThumbView .mblThumb:hover,
- .mblImageThumbView .mblThumb.selected {
- -webkit-transform: scale(1.2);
- transform: scale(1.2);
- }
- /* Large Images */
- .mblImageThumbView.large .mblThumb {
- width: 150px;
- min-height: 150px;
- }
- .mblImageThumbView.large .mblThumbInner{
- width: 152px;
- height: 152px;
- }
- .mblImageThumbView.large .mblThumbOverlay {
- background: url(images/thumb-overlay-large.png) center top no-repeat;
- width: 152px;
- height: 152px;
- }
- .mblImageThumbView.large .mblThumbInner .mblThumbMask,
- .mblImageThumbView.large .mblThumbInner .mblThumbMask img,
- .mblImageThumbView.large .mblThumbInner .mblThumbMask .mblThumbSrc,
- .mblImageThumbView.large .mblThumbMask div {
- width: 133px;
- height: 133px;
- }
- .mblImageThumbView.large .mblThumbInner .mblThumbMask .mblThumbSrc {
- left: 9px;
- top: 7px;
- }
- /* Small Images */
- .mblImageThumbView.small .mblThumb {
- width: 75px;
- min-height: 75px;
- }
- .mblImageThumbView.small .mblThumbInner{
- width: 77px;
- height: 77px;
- }
- .mblImageThumbView.small .mblThumbOverlay {
- background: url(images/thumb-overlay-small.png) center top no-repeat;
- width: 77px;
- height: 77px;
- }
- .mblImageThumbView.small .mblThumbInner .mblThumbMask,
- .mblImageThumbView.small .mblThumbInner .mblThumbMask img,
- .mblImageThumbView.small .mblThumbInner .mblThumbMask .mblThumbSrc,
- .mblImageThumbView.small .mblThumbMask div {
- width: 70px;
- height: 70px;
- }
- .mblImageThumbView.small .mblThumbInner .mblThumbMask .mblThumbSrc {
- left: 4px;
- top: 3px;
- }
- .mblImageThumbView .mblThumbLabel {
- font-size: smaller;
- overflow: hidden;
- white-space: nowrap;
- text-align: center;
- }
- /* Back Button */
- .mblNativeBack .mblArrowButtonHead,
- .mblNativeBack .mblArrowButtonBody,
- .mblNativeBack .mblArrowButtonNeck {
- display: none;
- }
|