You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
84 lines
2.0 KiB
84 lines
2.0 KiB
html.mobile, |
|
.mobile body { |
|
width: 100%; |
|
margin: 0; |
|
padding: 0; |
|
} |
|
.mobile body { |
|
overflow-x: hidden; |
|
-webkit-text-size-adjust: none; |
|
background-color: #000000; |
|
font-family: "Segoe WP", "Segoe UI", "HelveticaNeue", "Helvetica-Neue", "Helvetica", "BBAlpha Sans", "sans-serif"; |
|
font-size: 9pt; |
|
color: #ffffff; |
|
padding: 8px 0 8px 0; |
|
} |
|
.mblBackground { |
|
background-color: #000000; |
|
} |
|
/* Button Colors */ |
|
.mblColorBlue { |
|
color: #ffffff; |
|
background-color: #2362dd; |
|
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd)); |
|
background-image: linear-gradient(to bottom, #7a9de9 0%, #2362dd 100%); |
|
} |
|
.mblColorBlue45 { |
|
background-image: -webkit-gradient(linear, left top, right bottom, from(#7a9de9), to(#2362dd)); |
|
background-image: linear-gradient(to right bottom, #7a9de9 0%, #2362dd 100%); |
|
} |
|
/* Default Button Colors */ |
|
.mblColorDefault { |
|
color: #ffffff; |
|
background-color: transparent; |
|
background-image: none; |
|
} |
|
.mblColorDefault45 { |
|
background-image: -webkit-gradient(linear, left top, right bottom, from(#e2e2e2), to(#a4a4a4)); |
|
background-image: linear-gradient(to right bottom, #e2e2e2 0%, #a4a4a4 100%); |
|
} |
|
.mblColorDefaultSel { |
|
color: #ffffff; |
|
background-color: Highlight; |
|
} |
|
.mblColorDefaultSel45 { |
|
background-image: -webkit-gradient(linear, left top, right bottom, from(#bbbbbb), to(#666666)); |
|
background-image: linear-gradient(to right bottom, #bbbbbb 0%, #666666 100%); |
|
} |
|
.mblSpriteIcon { |
|
position: absolute; |
|
} |
|
.mblSpriteIconParent { |
|
position: relative; |
|
font-size: 1px; |
|
} |
|
.mblImageIcon { |
|
vertical-align: top; |
|
} |
|
.unselectable { |
|
-ms-user-select: none; |
|
-webkit-user-select: none; |
|
-moz-user-select: none; |
|
} |
|
body { |
|
-ms-touch-action: pan-y; |
|
} |
|
label { |
|
margin-right: 5px; |
|
} |
|
@-ms-viewport { |
|
user-zoom: fixed; |
|
max-zoom: 1; |
|
min-zoom: 1; |
|
zoom: 1; |
|
} |
|
@media screen and (orientation: portrait) and (min-device-width: 768px) { |
|
@-ms-viewport { |
|
width: device-width; |
|
} |
|
} |
|
@media screen and (orientation: landscape) and (min-device-width: 1366px) { |
|
@-ms-viewport { |
|
width: device-width; |
|
} |
|
}
|
|
|