phpldapadmin/application/media/js/dojo-release-1.7.2/dojox/mobile/themes/blackberry/base.css

748 lines
17 KiB
CSS
Raw Normal View History

2012-06-19 02:07:43 +00:00
html.mobile, .mobile body {
width: 100%;
margin: 0px;
padding: 0px;
}
.mobile body {
overflow-x: hidden;
-webkit-text-size-adjust: none;
background-color: #DEDFDE;
font-family: Helvetica;
font-size: 18px;
}
.mblColorBlue {
color: white;
background-color: #215fdc;
background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc));
}
.mblColorDefault {
color: black;
background-color: #CED3CE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce));
}
.mblColorDefaultSel {
color: white;
background-color: #0869C6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
}
.mblHeading {
position: relative;
margin: 0px;
width: 100%;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
z-index: 1;
padding: 0px;
height: 38px;
background-color: #424142;
background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4d52), to(#292c31));
border-top: 1px solid #63696B;
border-bottom: 1px solid #292C31;
color: white;
font-family: Helvetica;
font-size: 18px;
font-weight: normal;
text-align: center;
line-height: 40px;
}
.mblHeading * {
z-index: 2;
}
.mblHeadingDivTitle {
position: absolute;
width: 100%;
display: none;
left: 0px;
z-index: 1;
}
.mblHeadingCenterTitle .mblHeadingDivTitle {
display: block;
}
.mblHeadingCenterTitle .mblHeadingSpanTitle {
display: none;
}
.mblArrowButton {
position: relative;
float: left;
height: 28px;
margin: 4px 3px 0px 0px;
}
.mblArrowButtonHead {
position: absolute;
top: 4px;
left: 4px;
width: 19px;
height: 19px;
border: 1px solid #39454A;
-webkit-transform: scale(0.8, 1) rotate(45deg);
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce));
}
.dj_chrome .mblArrowButtonHead {
height: 20px;
border: 1px inset #39454A;
-webkit-transform: scale(0.7, 1) rotate(45deg);
}
.mblArrowButtonBody {
position: absolute;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
top: 1px;
left: 15px;
padding: 0px 10px 0px 5px;
height: 28px;
border: none;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
color: black;
line-height: 30px;
-webkit-border-top-right-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
background-color: #CED3CE;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce));
}
.mblArrowButtonSelected .mblArrowButtonHead, .mblArrowButtonSelected .mblArrowButtonBody {
color: white;
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
}
.mblSlide.mblOut {
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .3s;
-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblSlide.mblIn {
position: absolute !important;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
-webkit-transform: translate3d(100%,0px,0px) !important;
}
.mblSlide.mblIn.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transition-duration: .3s;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblReverse {
-webkit-transition-property: none;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.mblSlide.mblOut.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(100%,0px,0px) !important;
}
.mblSlide.mblIn.mblReverse {
-webkit-transform: translate3d(-100%,0px,0px) !important;
}
.mblSlide.mblIn.mblReverse.mblTransition {
-webkit-transition-property: -webkit-transform;
-webkit-transform: translate3d(0%,0px,0px) !important;
}
.dj_android.dj_tablet .mblSlide.mblOut.mblTransition,
.dj_android.dj_tablet .mblSlide.mblIn.mblTransition {
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: linear;
}
.mblFlip.mblOut {
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
opacity: 1;
-webkit-transform: scale(1,1) skew(0,0) !important;
}
.mblFlip.mblOut.mblTransition {
-webkit-transition-property: all;
-webkit-transition-duration: .2s;
-webkit-transition-timing-function: linear;
opacity: 0;
-webkit-transform: scale(0,0.8) skew(0,30deg) !important;
}
.mblFlip.mblIn {
position: absolute;
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
opacity: 0;
-webkit-transform: scale(0,0.8) skew(0,-30deg) !important;
}
.mblFlip.mblIn.mblTransition {
-webkit-transition-property: all;
-webkit-transition-delay: .2s;
-webkit-transition-duration: .2s;
-webkit-transition-timing-function: linear;
opacity: 1;
-webkit-transform: scale(1,1) skew(0,0) !important;
}
.dj_android.dj_tablet .mblFlip.mblOut.mblTransition {
-webkit-transition-duration: .4s;
}
.dj_android.dj_tablet .mblFlip.mblIn.mblTransition {
-webkit-transition-delay: .4s;
-webkit-transition-duration: .4s;
}
.mblFade.mblOut {
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
opacity: 1;
}
.mblFade.mblOut.mblTransition {
-webkit-transition-property: opacity;
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: ease-out;
opacity: 0;
}
.mblFade.mblIn {
-webkit-transition-property: none;
-webkit-transition-duration: 0s;
opacity: 0;
}
.mblFade.mblIn.mblTransition {
-webkit-transition-property: opacity;
-webkit-transition-duration: .6s;
-webkit-transition-timing-function: ease-in;
opacity: 1;
}
.mblView {
position: relative;
top: 0px;
left: 0px;
width: 100%;
color: black;
}
.mblView.mblIn {
position: absolute;
}
.mblFixedHeaderBar {
z-index: 1;
}
.mblFixedBottomBar {
position: absolute !important;
width: 100%;
z-index: 1;
}
.mblToolBarButton {
float: left;
position: relative;
overflow: hidden;
cursor: pointer;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
margin: 4px 3px;
height: 29px;
font-family: Helvetica;
font-size: 14px;
font-weight: bold;
line-height: 29px;
text-align: center;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
.mblToolBarButtonIcon {
position: relative;
top: 1px;
}
.mblToolBarButtonSpriteIcon {
position: absolute;
}
.mblToolBarButtonText {
padding: 0px 10px;
}
.mblRoundRect {
margin: 2px 3px 4px;
padding: 8px;
border: 1px solid #C6C7C6;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
color: black;
background-color: white;
}
.mblRoundRect.mblShadow {
-webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35);
}
.mblEdgeToEdgeCategory {
position: relative;
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
margin: 0px;
padding: 0px 10px;
height: 29px;
border-top: 1px solid #313439;
border-bottom: 1px solid #ADAAAD;
background-color: white;
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
color: #7B7D84;
line-height: 29px;
}
.mblRoundRectCategory {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
padding: 0px 6px;
margin: 3px 9px 0px;
height: 29px;
font-family: Helvetica;
font-size: 16px;
color: #7B7D84;
line-height: 29px;
background-color: white;
border: 1px solid #ADAAAD;
border-bottom-width: 0px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.mblRoundRectList {
position: relative;
margin: 3px 9px;
padding: 0px;
border: 1px solid #ADAAAD;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
background-color: white;
}
.mblRoundRectList .mblListItem:first-child {
border-top-width: 0px;
-webkit-border-top-left-radius: 6px;
-webkit-border-top-right-radius: 6px;
-moz-border-radius-topleft: 6px;
-moz-border-radius-topright: 6px;
}
.mblRoundRectList .mblListItem:last-child {
border-bottom-width: 0px;
-webkit-border-bottom-left-radius: 6px;
-webkit-border-bottom-right-radius: 6px;
-moz-border-radius-bottomleft: 6px;
-moz-border-radius-bottomright: 6px;
}
.mblRoundRectCategory + .mblRoundRectList {
margin-top: 0;
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
}
.mblRoundRectCategory + .mblRoundRectList .mblListItem:first-child {
-webkit-border-top-left-radius: 0px;
-webkit-border-top-right-radius: 0px;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
}
.mblEdgeToEdgeList {
position: relative;
margin: 0px;
padding: 0px;
background-color: white;
}
.mblEdgeToEdgeList .mblListItem:last-child {
border-bottom-width: 0px;
}
.mblDomButtonGrayArrow, .mblDomButtonArrow {
position: relative;
width: 20px;
height: 29px;
}
.mblDomButtonGrayArrow > div, .mblDomButtonArrow > div {
position: absolute;
top: 10px;
left: 6px;
width: 6px;
height: 6px;
font-size: 1px;
-webkit-transform: rotate(45deg);
border-width: 3px 3px 0px 0px;
border-style: solid;
border-color: #808080;
}
.mblDomButtonDarkBlueCheck, .mblDomButtonCheck {
position: relative;
width: 20px;
height: 29px;
}
.mblDomButtonDarkBlueCheck > div, .mblDomButtonCheck > div {
position: absolute;
left: 0px;
top: 8px;
width: 16px;
height: 6px;
font-size: 1px;
-webkit-transform: scaleX(0.7) rotate(135deg);
border-width: 3px 4px 0px 0px;
border-style: solid;
border-color: #314E84;
}
.mblListItem {
position: relative;
list-style-type: none;
vertical-align: bottom;
padding: 6px;
height: 43px;
border-bottom: solid 1px #DEDFDE;
font-size: 18px;
color: black;
line-height: 43px;
}
.mblListItem.mblVariableHeight {
height: auto;
padding: 11px 0px 10px 6px;
line-height: normal;
}
.mblListItem .mblListItemAnchor {
display: block;
height: 100%;
-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
background-position: 14px 17px;
text-decoration: none;
padding-right: 7px;
}
.mblListItem .mblListItemAnchor * {
-webkit-tap-highlight-color: rgba(0, 0, 0, 0.2);
}
.mblItemSelected {
background-color: #0869C6;
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
}
.mblItemSelected .mblListItemSubText {
color: white;
}
.mblItemSelected .mblListItemAnchor {
color: white;
}
.mblItemSelected .mblDomButton div {
border-color: white;
}
.mblListItemTextBoxSelected {
background-color: #0869C6;
}
.mblListItemIcon {
float: left;
line-height: normal;
margin-top: 7px;
margin-right: 11px;
}
.mblListItemSpriteIcon {
position: absolute;
margin-top: 7px;
margin-left: 8px;
}
.mblListItemRightIcon, .mblListItemRightIcon2 {
position: relative;
float: right;
line-height: normal;
margin-top: 7px;
margin-bottom: -7px;
}
.mblListItemRightText {
position: relative;
float: right;
line-height: normal;
color: black;
margin: 11px 4px 0 0;
}
.mblListItemTextBox {
overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.mblVariableHeight .mblListItemTextBox {
white-space: normal;
}
.mblListItemSubText {
font-size: 14px;
color: #7B7D48;
}
.mblSwitch {
margin: 0;
position: relative;
width: 94px;
height: 27px;
line-height: 29px;
overflow: hidden;
text-align: left;
-webkit-tap-highlight-color: rgba(255,255,255,0);
}
.mblItemSwitch {
position: absolute;
right: 12px;
}
.mblSwitchInner {
position: absolute;
top: 0px;
height: 27px;
}
.mblSwitchAnimation .mblSwitchInner {
-webkit-transition-property: left;
-webkit-transition-duration: .3s;
}
.mblSwitchOn .mblSwitchInner {
left: 0px;
}
.mblSwitchOff .mblSwitchInner {
left: -53px;
}
.mblSwitchBg {
position: absolute;
top: 0px;
height: 27px;
border-width: 1px;
border-style: inset;
border-color: #9CACC0;
font-family: Helvetica;
font-size: 16px;
font-weight: bold;
line-height: 29px;
-webkit-box-sizing: border-box;
}
.mblSwitchBgLeft {
left: 0px;
width: 94px;
color: white;
background-color: #3F84EB;
}
.mblSwitchBgRight {
left: 53px;
width: 94px;
color: #7F7F7F;
}
.mblSwitchKnob {
position: absolute;
top: 1px;
left: 53px;
width: 41px;
height: 26px;
font-size: 1px;
border-width: 1px;
border-style: solid;
border-color: #EFEFEF #A5A5A5 #969696 #325E9E;
-webkit-box-sizing: border-box;
}
.mblSwitchText {
position: relative;
top: 0px;
width: 53px;
height: 27px;
padding: 0px;
line-height: 28px;
text-align: center;
}
.mblSwitchTextLeft {
left: 0px;
}
.mblSwitchTextRight {
left: 40px;
}
.mblSwRoundShape1 {
height: 28px;
-webkit-mask-image: -webkit-canvas(mblSwRoundShape1Mask);
}
.mblSwRoundShape1.mblItemSwitch {
top: 8px;
}
.mblSwRoundShape1 .mblSwitchInner {
height: 28px;
}
.mblSwRoundShape1.mblSwitchOff .mblSwitchInner {
left: -67px;
}
.mblSwRoundShape1 .mblSwitchBg {
height: 28px;
-webkit-border-radius: 14px;
}
.mblSwRoundShape1 .mblSwitchBgLeft {
}
.mblSwRoundShape1 .mblSwitchBgRight {
left: 67px;
}
.mblSwRoundShape1 .mblSwitchKnob {
left: 67px;
width: 26px;
height: 26px;
-webkit-border-radius: 13px;
}
.mblSwRoundShape1 .mblSwitchText {
width: 67px;
height: 26px;
}
.mblSwRoundShape1 .mblSwitchTextRight {
left: 26px;
}
.mblSwRoundShape2 {
height: 28px;
-webkit-mask-image: -webkit-canvas(mblSwRoundShape2Mask);
}
.mblSwRoundShape2.mblItemSwitch {
top: 8px;
}
.mblSwRoundShape2 .mblSwitchInner {
height: 28px;
}
.mblSwRoundShape2.mblSwitchOff .mblSwitchInner {
left: -51px;
}
.mblSwRoundShape2 .mblSwitchBg {
height: 28px;
-webkit-border-radius: 14px;
}
.mblSwRoundShape2 .mblSwitchBgRight {
left: 51px;
}
.mblSwRoundShape2 .mblSwitchKnob {
left: 51px;
width: 42px;
height: 26px;
-webkit-border-radius: 13px;
}
.mblSwRoundShape2 .mblSwitchText {
width: 51px;
height: 28px;
}
.mblSwRoundShape2 .mblSwitchTextRight {
left: 42px;
}
.mblSwArcShape1 {
height: 28px;
-webkit-border-radius: 6px/14px;
}
.mblSwArcShape1.mblItemSwitch {
top: 8px;
}
.mblSwArcShape1 .mblSwitchInner {
height: 28px;
}
.mblSwArcShape1.mblSwitchOff .mblSwitchInner {
left: -67px;
}
.mblSwArcShape1 .mblSwitchBg {
height: 28px;
-webkit-border-radius: 6px/14px;
}
.mblSwArcShape1 .mblSwitchBgRight {
left: 67px;
}
.mblSwArcShape1 .mblSwitchKnob {
left: 67px;
width: 26px;
height: 26px;
-webkit-border-radius: 5px/13px;
}
.mblSwArcShape1 .mblSwitchText {
width: 67px;
height: 26px;
}
.mblSwArcShape1 .mblSwitchTextRight {
left: 26px;
}
.mblSwArcShape2 {
height: 28px;
-webkit-border-radius: 6px/14px;
}
.mblSwArcShape2.mblItemSwitch {
top: 8px;
}
.mblSwArcShape2 .mblSwitchInner {
height: 28px;
}
.mblSwArcShape2.mblSwitchOff .mblSwitchInner {
left: -51px;
}
.mblSwArcShape2 .mblSwitchBg {
height: 28px;
-webkit-border-radius: 6px/14px;
}
.mblSwArcShape2 .mblSwitchBgRight {
left: 51px;
}
.mblSwArcShape2 .mblSwitchKnob {
left: 51px;
width: 42px;
height: 26px;
-webkit-border-radius: 5px/13px;
}
.mblSwArcShape2 .mblSwitchText {
width: 51px;
height: 26px;
}
.mblSwArcShape2 .mblSwitchTextRight {
left: 42px;
}
.mblItemSwitch {
top: 14px;
}
.mblSwitchBg {
-webkit-border-radius: 6px;
}
.mblSwitchBgLeft {
background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6));
}
.mblSwitchBgRight {
background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f3f7), to(#cec5d6), color-stop(0.5, #ced3ce));
}
.mblSwitchKnob {
background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#999999), color-stop(0.5, #bbbbbb));
-webkit-border-radius: 6px;
}
.mblProgContainer {
position: absolute;
width: 40px;
height: 40px;
top: 180px;
left: 50%;
margin: -18px 0px 0px -18px;
}
.mblProg {
position: absolute;
left: 2px;
top: 0px;
width: 11px;
font-size: 1px;
height: 4px;
overflow: hidden;
-webkit-transform-origin: 0 2px;
background-color: #C0C0C0;
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
}
.mblProg0 {
-webkit-transform: translate(18px, 10px) rotate(-90.1deg);
}
.mblProg1 {
-webkit-transform: translate(22px, 11px) rotate(-60deg);
}
.mblProg2 {
-webkit-transform: translate(25px, 14px) rotate(-30deg);
}
.mblProg3 {
-webkit-transform: translate(26px, 18px) rotate(0deg);
}
.mblProg4 {
-webkit-transform: translate(25px, 22px) rotate(30deg);
}
.mblProg5 {
-webkit-transform: translate(22px, 25px) rotate(60deg);
}
.mblProg6 {
-webkit-transform: translate(18px, 26px) rotate(90.1deg);
}
.mblProg7 {
-webkit-transform: translate(14px, 25px) rotate(120deg);
}
.mblProg8 {
-webkit-transform: translate(11px, 22px) rotate(150deg);
}
.mblProg9 {
-webkit-transform: translate(10px, 18px) rotate(180deg);
}
.mblProg10 {
-webkit-transform: translate(11px, 14px) rotate(210deg);
}
.mblProg11 {
-webkit-transform: translate(14px, 11px) rotate(240deg);
}