diff options
| author | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
|---|---|---|
| committer | Tristan Zur <tzur@web.web.ccwn.org> | 2014-03-27 22:27:47 +0100 |
| commit | b62676ca5d3d6f6ba3f019ea3f99722e165a98d8 (patch) | |
| tree | 86722cb80f07d4569f90088eeaea2fc2f6e2ef94 /js/dojo-1.7.2/dojox/mobile/themes/blackberry | |
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/blackberry')
106 files changed, 2758 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button-compat.css new file mode 100644 index 0000000..359e510 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button-compat.css @@ -0,0 +1,33 @@ +/* dojox.mobile.Button */ +.mblButton { + background-color: #cecfd6; + background-image: url(compat/button-bg.png); + background-repeat: repeat-x; + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} +.mblButtonSelected { + background-color: #0852ae; + background-image: url(compat/button-sel-bg.png); +} +.mblButtonDisabled { + background-image: none; +} +.mblBlueButton { + background-color: #2261dd; + background-image: url(compat/blue-button-bg.png); +} +.mblBlueButtonSelected { + background-color: #0852ae; + background-image: url(compat/button-sel-bg.png); +} +.mblRedButton { + background-color: #ee4115; + background-image: url(compat/red-button-bg.png); +} +.mblRedButtonSelected { + background-color: #0852ae; + background-image: url(compat/button-sel-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.css new file mode 100644 index 0000000..fa8dc66 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.css @@ -0,0 +1,45 @@ +/* dojox.mobile.Button */ +.mblButton { + cursor: pointer; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: 0px 10px; + height: 29px; + border: #9CACC0 1px outset; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + color: black; + font-family: Helvetica; + font-size: 16px; + line-height: 29px; +} +.mblButton.mblBlueButton { + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#7a9de9), to(#2362dd), color-stop(0.5, #366edf), color-stop(0.5, #215fdc)); + color: white; +} +.mblButton.mblBlueButtonSelected { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} +.mblButton.mblRedButton { + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#fa9d58), to(#ee4115), color-stop(0.5, #ff4d25), color-stop(0.5, #ed4d15)); + color: white; +} +.mblButton.mblRedButtonSelected { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} +.mblButtonSelected { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} +.mblButtonDisabled, .mblButton:disabled { + cursor: default; + border-color: grey; + color: grey; + background-image: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.less new file mode 100644 index 0000000..ab3a96c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Button.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/Button.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.css new file mode 100644 index 0000000..a415950 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.css @@ -0,0 +1,60 @@ +/* dojox.mobile.Carousel */ +.mblCarousel { + overflow: hidden; +} +.mblCarouselBox { + position: relative; + float: left; +} +.mblCarouselImg { + -webkit-box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.5); + vertical-align: bottom; +} +.mblCarouselImgSelected { + border: 1px dashed #C0C0C0; + -webkit-box-shadow: none; +} +.mblCarouselImgHeaderText { + color: white; + font: 14px arial, helvetica, clean, sans-serif; +} +.mblCarouselImgFooterText { + color: white; + font: 14px arial, helvetica, clean, sans-serif; +} +.mblCarouselHeaderBar { + background-color: #3A3A3B; + color: #B1B1B1; + font: bold 16px arial, helvetica, clean, sans-serif; + padding: 1px; +} +.mblCarouselBtnContainer { + float: right; +} +.mblCarouselBtn { + height: 18px; + width: 46px; + font: bold 14px arial, helvetica, clean, sans-serif; + color: gray; + padding-top: 0px; + margin: 0px 2px; + border-width: 1px; + /* workaround for android problem */ + +} +.mblCarouselTitle { + margin: 2px 0px 2px 4px; +} +.mblCarouselHeaderBar .mblPageIndicator { + float: right; + width: auto; + padding: 0px 20px; +} +.mblCarouselHeaderBar .mblPageIndicatorContainer { + margin-left: 0px; + margin-right: 0px; +} +.mblCarouselPages { + position: relative; + text-align: center; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.less new file mode 100644 index 0000000..d717397 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Carousel.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/Carousel.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox-compat.css new file mode 100644 index 0000000..f926ffa --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox-compat.css @@ -0,0 +1,34 @@ +/* dojox.mobile.CheckBox */ +.mblCheckBox { + background-image: url(compat/button-bg.png); + -moz-border-radius: 3px; + -o-border-radius: 3px; + -ms-border-radius: 3px; + border-radius: 3px; + -moz-appearance: none; + -o-appearance: none; + -ms-appearance: none; + appearance: none; + -o-transform: translateY(0.4em); + -ms-transform: translateY(0.4em); + transform: translateY(0.4em); +} +.mblCheckBoxChecked, +.mblCheckBox:checked { + background-image: url(compat/button-bg.png); +} +.mblCheckBoxChecked::after, +.mblCheckBox:checked::after { + -moz-transform: rotate(45deg); + -o-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -moz-transform-origin: 50% 50%; + -o-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.mblCheckBoxSelected, +.mblCheckBoxChecked.mblCheckBoxSelected { + background-image: url(compat/button-sel-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.css new file mode 100644 index 0000000..89f618c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.css @@ -0,0 +1,44 @@ +/* dojox.mobile.CheckBox */ +.mblCheckBox { + position: relative; + cursor: pointer; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + margin: -0.5em 3px 0.3em 4px; + width: 1em; + height: 1em; + border: #9CACC0 1px outset; + -webkit-border-radius: 3px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + font: inherit; + -webkit-transform: translatey(0.4em); +} +.mblCheckBoxSelected { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); +} +.mblCheckBoxChecked, .mblCheckBox:checked { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); +} +.mblCheckBoxChecked::after, .mblCheckBox:checked::after { + position: absolute; + content: ""; + width: 0.3em; + height: 0.6em; + top: 0; + left: 0.3em; + border-color: #0851AD; + border-width: 0.15em; + border-style: none solid solid none; + -webkit-transform: rotate(45deg); + -webkit-transform-origin: 50% 50%; +} +.mblCheckBoxChecked.mblCheckBoxSelected, .mblCheckBox:checked.mblCheckBoxSelected { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); +} +.mblCheckBoxChecked.mblCheckBoxSelected::after, .mblCheckBox:checked.mblCheckBoxSelected::after { + border-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.less new file mode 100644 index 0000000..09f93b2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/CheckBox.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/CheckBox.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox-compat.css new file mode 100644 index 0000000..b0504e4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox-compat.css @@ -0,0 +1,17 @@ +/* dojox.mobile.ComboBox */ +.dijitPopup { + -moz-box-shadow: none; + -o-box-shadow: none; + -ms-box-shadow: none; + box-shadow: none; + -moz-border-radius: 12px; + -o-border-radius: 12px; + -ms-border-radius: 12px; + border-radius: 12px; +} +.mblComboBoxMenu { + -moz-border-radius: 12px; + -o-border-radius: 12px; + -ms-border-radius: 12px; + border-radius: 12px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.css new file mode 100644 index 0000000..45dd699 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.css @@ -0,0 +1,44 @@ +/* dojox.mobile.ComboBox */ +.dijitPopup { + margin: 0; + padding: 0; + position: absolute; + border: 0; + background-color: transparent; + -webkit-box-shadow: none; + -webkit-border-radius: 12px; +} +.mblReset { + margin: 0; + padding: 0; + border: 0; + line-height: normal; + font: inherit; + color: inherit; +} +.mblComboBoxMenu { + overflow-y: hidden !important; + position: relative; + overflow: hidden; + border: 1px solid black; + -webkit-border-radius: 12px; + background-color: black; +} +.mblComboBoxMenuItem { + white-space: nowrap; + padding: .1em .2em; + border-width: 1px 0 1px 0; + border-style: solid; + border-color: black; + color: white; + text-align: left; +} +.mblComboBoxMenuItemSelected { + color: white; + background-color: black; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); +} +.mblComboBoxMenuPreviousButton, .mblComboBoxMenuNextButton { + font-style: italic; + overflow: hidden; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.less new file mode 100644 index 0000000..ab9458c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ComboBox.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/ComboBox.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.css new file mode 100644 index 0000000..5951a20 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.css @@ -0,0 +1,18 @@ +/* dojox.mobile.EdgeToEdgeCategory */ +.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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.less new file mode 100644 index 0000000..3bb63da --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeCategory.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/EdgeToEdgeCategory.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.css new file mode 100644 index 0000000..baac042 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.css @@ -0,0 +1,12 @@ +/* dojox.mobile.EdgeToEdgeList */ +.mblEdgeToEdgeList { + position: relative; + /* IE needs this */ + + margin: 0px; + padding: 0px; + background-color: white; +} +.mblEdgeToEdgeList .mblListItem:last-child { + border-bottom-width: 0px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.less new file mode 100644 index 0000000..227627c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/EdgeToEdgeList.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/EdgeToEdgeList.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading-compat.css new file mode 100644 index 0000000..8c7dd88 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading-compat.css @@ -0,0 +1,25 @@ +/* mbl.widget.Heading */ +.mblHeading { + background-image: url(compat/heading-bg.png); +} +.mblHeadingSpanTitle { + white-space: normal; +} + +/* Heading Arrow Button */ +.mblArrowButtonHead { + position: absolute; + top: 0px; + left: 2px; + width: 19px; + height: 30px; + border-style: none; + background-image: url(compat/arrow-button-head.gif); +} +.mblArrowButtonBody { + padding: 0px 10px 0px 5px; + line-height: 28px; + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; + background-image: url(compat/arrow-button-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.css new file mode 100644 index 0000000..d5267eb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.css @@ -0,0 +1,83 @@ +/* dojox.mobile.Heading */ +.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; +} +/* Heading Arrow Button */ +.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)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.less new file mode 100644 index 0000000..cfc8580 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Heading.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/Heading.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer-compat.css new file mode 100644 index 0000000..adf6d49 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer-compat.css @@ -0,0 +1,11 @@ +@import url("../common/domButtons/DomButtonColorButtons-compat.css"); + +/* dojox.mobile.IconItem */ +.mblIconArea div { + *font-size: 60px; /* IE 7 quirks */ +} + +/* Icon Content Heading */ +.mblIconContentHeading { + background-image: url(compat/icon-content-heading-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.css new file mode 100644 index 0000000..73fa041 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.css @@ -0,0 +1,97 @@ +@import url("../common/domButtons/DomButtonColorButtons.css"); + +@import url("../common/IconContainer_keyframes.css"); +/* dojox.mobile.IconContainer */ +.mblIconContainer { + margin: 0px; + padding: 0px; +} +/* dojox.mobile.IconItem */ +.mblIconItem { + list-style-type: none; + float: left; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +} +.mblIconItemTerminator { + list-style-type: none; + clear: both; + height: 0px; +} +.mblIconItemSub { + list-style-type: none; + background-color: white; + color: black; +} +.mblIconArea { + margin-bottom: 5px; + height: 78px; + width: 88px; + text-align: center; + font-family: Helvetica; + font-size: 12px; +} +.mblIconArea div { + position: relative; + height: 65px; + line-height: 65px; + text-align: center; +} +.mblIconArea img { + vertical-align: middle; +} +.mblIconItemSpriteIcon { + position: absolute; +} +.mblContent { + clear: both; + padding-bottom: 20px; +} +table.mblClose { + clear: both; + cursor: pointer; +} +.mblVibrate { + position: relative; + -webkit-animation-duration: .5s; + -webkit-animation-timing-function: ease-in-out; + -webkit-animation-iteration-count: 20; + -webkit-animation-name: mblVibrate; + -webkit-transform: rotate(0deg); +} +.mblCloseContent { + -webkit-animation-duration: .3s; + -webkit-animation-timing-function: ease-in-out; + -webkit-animation-name: mblShrink; + -webkit-transform: scale(0.01); +} +.mblCloseContent.mblShrink0 { + -webkit-animation-name: mblShrink0; +} +.mblCloseContent.mblShrink1 { + -webkit-animation-name: mblShrink1; +} +.mblCloseContent.mblShrink2 { + -webkit-animation-name: mblShrink2; +} +.mblCloseContent.mblShrink3 { + -webkit-animation-name: mblShrink3; +} +/* Icon Content Heading */ +.mblIconContentHeading { + position: relative; + clear: both; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + margin-top: 0px; + padding-left: 40px; + height: 25px; + border-top: 1px solid #F1F3F4; + border-bottom: 1px solid #717D85; + background-image: -webkit-gradient(linear, left top, left bottom, from(#e0e4e7), to(#b4bec6), color-stop(0.5, #c4ccd2), color-stop(0.5, #bfc8ce)); + font-family: Helvetica; + font-size: 16px; + color: white; + line-height: 26px; + text-shadow: rgba(0, 0, 0, 0.6) 0px -1px 0px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.less new file mode 100644 index 0000000..963eae6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/IconContainer.less @@ -0,0 +1,5 @@ +@import url("../common/domButtons/DomButtonColorButtons.css"); +@import url("../common/IconContainer_keyframes.css"); + +@import "variables.less"; +@import "../common/IconContainer.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem-compat.css new file mode 100644 index 0000000..a44214e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem-compat.css @@ -0,0 +1,26 @@ +@import url("../common/domButtons/DomButtonGrayArrow-compat.css"); +@import url("../common/domButtons/DomButtonDarkBlueCheck-compat.css"); + +/* mbl.widget.ListItem */ +*html li.mblListItem.mblVariableHeight { /* IE6 hack */ + height: 0; +} + +.mblListItemIcon { + top: 13px; +} +.mblListItem .mblArrow { + border-style: none; + width: 9px; + height: 13px; + background-image: url(compat/gray-arrow.png); +} +.mblItemSelected .mblArrow { + background-image: url(compat/white-arrow.png); +} +*html .mblListItemTextBox { /* IE6 hack */ + height: 100%; +} +*html li.mblListItem.mblVariableHeight .mblListItemTextBox { /* IE6 hack */ + height: auto; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.css new file mode 100644 index 0000000..b8f9f9d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.css @@ -0,0 +1,86 @@ +@import url("../common/domButtons/DomButtonGrayArrow.css"); + +@import url("../common/domButtons/DomButtonDarkBlueCheck.css"); +/* dojox.mobile.ListItem */ +.mblListItem { + position: relative; + list-style-type: none; + vertical-align: bottom; + /* To avoid IE6 LI bug */ + + 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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.less new file mode 100644 index 0000000..f9f9d21 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ListItem.less @@ -0,0 +1,5 @@ +@import url("../common/domButtons/DomButtonGrayArrow.css"); +@import url("../common/domButtons/DomButtonDarkBlueCheck.css"); + +@import "variables.less"; +@import "../common/ListItem.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener-compat.css new file mode 100644 index 0000000..68cb1a8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener-compat.css @@ -0,0 +1,3 @@ +/* dojox.mobile.Opener */ +@import url("Overlay-compat.css"); +@import url("Tooltip-compat.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener.css new file mode 100644 index 0000000..141c72e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Opener.css @@ -0,0 +1,3 @@ +/* dojox.mobile.Opener */ +@import url("Overlay.css"); +@import url("Tooltip.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay-compat.css new file mode 100644 index 0000000..3bc72a3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay-compat.css @@ -0,0 +1,13 @@ +/* dojox.mobile.Overlay */ +.mblOverlay { + _position: absolute; + text-align: center; +} +.dj_gecko .mblOverlay { + text-align: -moz-center; +} +.dj_ie9 .mblOverlay > *, +.dj_ie8 .mblOverlay > * +{ + margin: 0 auto; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.css new file mode 100644 index 0000000..0073339 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.css @@ -0,0 +1,18 @@ +@import url("../common/transitions/coverv.css"); + +@import url("../common/transitions/revealv.css"); +/* dojox.mobile.Overlay */ +.mblOverlay { + position: fixed; + z-index: 2000; + left: 0; + bottom: 0; + margin: 0; + width: 100%; + text-align: -webkit-center; + background-color: #000000; + background-image: none; +} +.mblOverlayHidden *, .mblOverlayHidden { + visibility: hidden !important; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.less new file mode 100644 index 0000000..e49ea9e --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Overlay.less @@ -0,0 +1,5 @@ +@import url("../common/transitions/coverv.css"); +@import url("../common/transitions/revealv.css"); + +@import "variables.less"; +@import "../common/Overlay.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.css new file mode 100644 index 0000000..a175ad6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.css @@ -0,0 +1,24 @@ +/* dojox.mobile.PageIndicator */ +.mblPageIndicator { + position: relative; + width: 100%; + height: 20px; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +} +.mblPageIndicatorContainer { + margin-top: 4px; + margin-left: auto; + margin-right: auto; +} +.mblPageIndicatorDot { + margin: 0px 3px; + width: 6px; + height: 6px; + font-size: 1px; + background-color: #949294; + -webkit-border-radius: 3px; + -moz-border-radius: 3px; +} +.mblPageIndicatorDotSelected { + background-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.less new file mode 100644 index 0000000..9bb6c49 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/PageIndicator.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/PageIndicator.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator-compat.css new file mode 100644 index 0000000..4ee0810 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator-compat.css @@ -0,0 +1,46 @@ +/* Progress Indicator */ +.mblProg { + position: absolute; + top: 0px; + width: 4px; + font-size: 1px; + height: 36px; + overflow: hidden; + background-color: #C0C0C0; +} +.mblProg0 { + left: 0px; +} +.mblProg1 { + left: 8px; +} +.mblProg2 { + left: 16px; +} +.mblProg3 { + left: 24px; +} +.mblProg4 { + left: 32px; +} +.mblProg5 { + left: 40px; +} +.mblProg6 { + left: 48px; +} +.mblProg7 { + left: 56px; +} +.mblProg8 { + left: 64px; +} +.mblProg9 { + left: 72px; +} +.mblProg10 { + left: 80px; +} +.mblProg11 { + left: 80px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.css new file mode 100644 index 0000000..2340637 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.css @@ -0,0 +1,58 @@ +/* Progress Indicator */ +.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); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.less new file mode 100644 index 0000000..2ab2a2d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ProgressIndicator.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/ProgressIndicator.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton-compat.css new file mode 100644 index 0000000..6f85871 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton-compat.css @@ -0,0 +1,33 @@ +/* dojox.mobile.RadioButton */ +.mblRadioButton { + background-image: url(compat/button-bg.png); + -moz-border-radius: 0.5em; + -o-border-radius: 0.5em; + -ms-border-radius: 0.5em; + border-radius: 0.5em; + -moz-appearance: none; + -o-appearance: none; + -ms-appearance: none; + appearance: none; + -o-transform: translateY(0.4em); + -ms-transform: translateY(0.4em); + transform: translateY(0.4em); +} +.mblRadioButtonChecked, +.mblRadioButton:checked { + background-image: url(compat/button-bg.png); +} +.mblRadioButtonChecked::after, +.mblRadioButton:checked::after { + -moz-transform: rotate(45deg); + -o-transform: rotate(45deg); + -ms-transform: rotate(45deg); + transform: rotate(45deg); + -moz-transform-origin: 50% 50%; + -o-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; +} +.mblRadioButtonChecked.mblRadioButtonSelected { + background-image: url(compat/button-sel-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.css new file mode 100644 index 0000000..f2a88c2 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.css @@ -0,0 +1,41 @@ +/* dojox.mobile.RadioButton */ +.mblRadioButton { + position: relative; + cursor: pointer; + outline: none; + -webkit-appearance: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + margin: -0.5em 3px 0.3em 4px; + width: 1em; + height: 1em; + border: #9CACC0 1px outset; + -webkit-border-radius: 0.5em; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + font: inherit; + -webkit-transform: translatey(0.4em); +} +.mblRadioButtonChecked, .mblRadioButton:checked { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); +} +.mblRadioButtonChecked::after, .mblRadioButton:checked::after { + position: absolute; + content: ""; + width: 0.3em; + height: 0.6em; + top: 0; + left: 0.25em; + border-color: white; + border-width: 0.15em; + border-style: none solid solid none; + border-color: #0851AD; + -webkit-transform: rotate(45deg); + -webkit-transform-origin: 50% 50%; +} +.mblRadioButtonChecked.mblRadioButtonSelected, .mblRadioButton:checked.mblRadioButtonSelected { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); +} +.mblRadioButtonChecked.mblRadioButtonSelected::after, .mblRadioButton:checked.mblRadioButtonSelected::after { + border-color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.less new file mode 100644 index 0000000..0793ca6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RadioButton.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/RadioButton.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect-compat.css new file mode 100644 index 0000000..0643874 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect-compat.css @@ -0,0 +1,64 @@ +/* Round Corner */ +.mblRoundCorner { + background-color: white; + height: 1px; + font-size: 1px; + overflow: hidden; + border-style: solid; + border-color: #C6C7C6; + border-width: 0px 1px; +} +.mblRoundRectContainer { + padding: 3px 8px; + background-color: white; + border-style: solid; + border-color: #C6C7C6; + border-width: 0px 1px; +} +.mblRoundRectList .mblRoundRectContainer { + margin: 0px; + padding: 0px; +} +.mblRoundCorner0T { + height: 0px; +} +.mblRoundCorner1T { + background-color: #ADAAAD; + margin: 0px 5px; +} +.mblRoundCorner2T { + margin: 0px 2px; + border-width: 0px 3px; +} +.mblRoundCorner3T { + margin: 0px 1px; + border-width: 0px 2px; +} +.mblRoundCorner4T { + margin: 0px 1px; +} +.mblRoundCorner5T { + margin: 0px 1px; +} + +.mblRoundCorner0B { + height: 0px; +} +.mblRoundCorner1B { + margin: 0px 1px; +} +.mblRoundCorner2B { + margin: 0px 1px; +} +.mblRoundCorner3B { + margin: 0px 1px; + border-width: 0px 2px; +} +.mblRoundCorner4B { + margin: 0px 2px; + border-width: 0px 3px; +} +.mblRoundCorner5B { + background-color: #ADAAAD; + margin: 0px 5px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.css new file mode 100644 index 0000000..a1f9991 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.css @@ -0,0 +1,13 @@ +/* dojox.mobile.RoundRect */ +.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); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.less new file mode 100644 index 0000000..efec816 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRect.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/RoundRect.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.css new file mode 100644 index 0000000..bc46c98 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.css @@ -0,0 +1,20 @@ +/* dojox.mobile.RoundRectCategory */ +.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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.less new file mode 100644 index 0000000..e9148cc --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectCategory.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/RoundRectCategory.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList-compat.css new file mode 100644 index 0000000..0643874 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList-compat.css @@ -0,0 +1,64 @@ +/* Round Corner */ +.mblRoundCorner { + background-color: white; + height: 1px; + font-size: 1px; + overflow: hidden; + border-style: solid; + border-color: #C6C7C6; + border-width: 0px 1px; +} +.mblRoundRectContainer { + padding: 3px 8px; + background-color: white; + border-style: solid; + border-color: #C6C7C6; + border-width: 0px 1px; +} +.mblRoundRectList .mblRoundRectContainer { + margin: 0px; + padding: 0px; +} +.mblRoundCorner0T { + height: 0px; +} +.mblRoundCorner1T { + background-color: #ADAAAD; + margin: 0px 5px; +} +.mblRoundCorner2T { + margin: 0px 2px; + border-width: 0px 3px; +} +.mblRoundCorner3T { + margin: 0px 1px; + border-width: 0px 2px; +} +.mblRoundCorner4T { + margin: 0px 1px; +} +.mblRoundCorner5T { + margin: 0px 1px; +} + +.mblRoundCorner0B { + height: 0px; +} +.mblRoundCorner1B { + margin: 0px 1px; +} +.mblRoundCorner2B { + margin: 0px 1px; +} +.mblRoundCorner3B { + margin: 0px 1px; + border-width: 0px 2px; +} +.mblRoundCorner4B { + margin: 0px 2px; + border-width: 0px 3px; +} +.mblRoundCorner5B { + background-color: #ADAAAD; + margin: 0px 5px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.css new file mode 100644 index 0000000..2830ad3 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.css @@ -0,0 +1,39 @@ +/* dojox.mobile.RoundRectList */ +.mblRoundRectList { + position: relative; + /* IE needs this */ + + 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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.less new file mode 100644 index 0000000..52e1164 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/RoundRectList.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/RoundRectList.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider-compat.css new file mode 100644 index 0000000..d3ae9b6 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider-compat.css @@ -0,0 +1,43 @@ +/* dojox.mobile.Slider */ +.mblSlider { + background-image: url(compat/slider-h-bg.png); + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; + -moz-user-select: none; /* prevent selection */ + -o-user-select: none; + -ms-user-select: none; + user-select: none; + -moz-box-sizing: content-box; /* make width and height consistent with a DIV */ + -o-box-sizing: content-box; + -ms-box-sizing: content-box; + box-sizing: content-box; +} +.mblSlider.mblSliderV { + background: #F7F3F7; +} +.mblSliderProgressBar { + background-image: url(compat/slider-h-bar-bg.png); + background-repeat: repeat-x; + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} +.mblSliderV .mblSliderProgressBar { + background: #088EEF; +} +.mblSliderHandle { + background-image: url(compat/slider-handle-bg.png); + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} +.mblSliderTransition { + -moz-transition-duration: 400ms; + -o-transition-duration: 400ms; + -ms-transition-duration: 400ms; + transition-duration: 400ms; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.css new file mode 100644 index 0000000..5e3c183 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.css @@ -0,0 +1,62 @@ +/* dojox.mobile.Slider */ +.mblSlider { + outline: none; + -webkit-user-select: none; + /* prevent selection */ + + -webkit-box-sizing: content-box; + /* make width and height consistent with a DIV */ + + margin: 15px; + /* 1/2 handle width for hanging off the ends of the bar */ + + border: #B0B0B0 1px inset; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f3f7), to(#cec5d6), color-stop(0.5, #ced3ce)); + -webkit-border-radius: 6px; +} +.mblSliderH { + width: 200px; + height: 8px; +} +.mblSliderH .mblSliderProgressBar { + height: 100%; +} +.mblSliderH .mblSliderHandle { + top: 50%; +} +.mblSliderV { + height: 200px; + width: 8px; +} +.mblSliderV .mblSliderProgressBar { + width: 100%; +} +.mblSliderV .mblSliderHandle { + left: 50%; +} +.mblSliderProgressBar { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + -webkit-border-radius: 6px; +} +.mblSliderHandle { + margin: -10px 0 0 -10px; + width: 18px; + height: 18px; + border: #9D9D9D 1px outset; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#fafafa), to(#999999), color-stop(0.5, #bbbbbb)); +} +.mblSliderTransition { + -webkit-transition-duration: 400ms; +} +.mblSliderTouchBox { + margin: 0; + padding: 12pt; + left: -12pt; + top: -12pt; + border: none; + width: 100%; + height: 100%; + background-color: transparent; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.less new file mode 100644 index 0000000..928972f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Slider.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/Slider.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch-compat.css new file mode 100644 index 0000000..3756d95 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch-compat.css @@ -0,0 +1,70 @@ +/* Switch - default */ +.mblSwitchBg { + border: none; +} +.mblSwitchBgLeft { + background: none; + background-image: url(compat/switch-default-l.gif); + background-repeat: no-repeat; +} +.mblSwitchBgRight { + background: none; + background-image: url(compat/switch-default-r.gif); + background-repeat: no-repeat; +} +.mblSwitchKnob { + top: 0px; + height: 27px; + background: none; + background-image: url(compat/switch-default-k.gif); + background-repeat: no-repeat; + border: none; +} +/* Switch - Round Shape1 */ +.mblSwRoundShape1 .mblSwitchBgLeft { + background-image: url(compat/switch-round-l.gif); +} +.mblSwRoundShape1 .mblSwitchBgRight { + background-image: url(compat/switch-round-r.gif); +} +.mblSwRoundShape1 .mblSwitchKnob { + top: 1px; + height: 26px; + background-image: url(compat/switch-round1-k.gif); +} +/* Switch - Round Shape2 */ +.mblSwRoundShape2 .mblSwitchBgLeft { + background-image: url(compat/switch-round-l.gif); +} +.mblSwRoundShape2 .mblSwitchBgRight { + background-image: url(compat/switch-round-r.gif); +} +.mblSwRoundShape2 .mblSwitchKnob { + top: 1px; + height: 26px; + background-image: url(compat/switch-round2-k.gif); +} +/* Switch - Arc Shape1 */ +.mblSwArcShape1 .mblSwitchBgLeft { + background-image: url(compat/switch-arc-l.gif); +} +.mblSwArcShape1 .mblSwitchBgRight { + background-image: url(compat/switch-arc-r.gif); +} +.mblSwArcShape1 .mblSwitchKnob { + top: 1px; + height: 26px; + background-image: url(compat/switch-arc1-k.gif); +} +/* Switch - Arc Shape2 */ +.mblSwArcShape2 .mblSwitchBgLeft { + background-image: url(compat/switch-arc-l.gif); +} +.mblSwArcShape2 .mblSwitchBgRight { + background-image: url(compat/switch-arc-r.gif); +} +.mblSwArcShape2 .mblSwitchKnob { + top: 1px; + height: 26px; + background-image: url(compat/switch-arc2-k.gif); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.css new file mode 100644 index 0000000..b8d62c7 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.css @@ -0,0 +1,18 @@ +@import url("../common/Switch.css"); +/* dojox.mobile.Switch */ +.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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.less new file mode 100644 index 0000000..84a1146 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Switch.less @@ -0,0 +1,4 @@ +@import url("../common/Switch.css"); + +@import "variables.less"; +@import "../common/Switch.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css new file mode 100644 index 0000000..c1944a5 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar-compat.css @@ -0,0 +1,49 @@ +/* dojox.mobile.TabBarButton */ +.dj_ie6 .mblTabBarButtonDiv, .dj_ie7 .mblTabBarButtonDiv { + left: auto; +} +.dj_ie6 .mblTabBar .mblTabBarButton { + display: inline; /* IE bug*/ +} +.mblTabBarButtonIcon { + position: absolute; + top: 2px; + left: 0px; +} +.dj_gecko .mblTabBar .mblTabBarButton.mblTabButtonSelected { + -moz-border-radius: 3px; +} +.dj_gecko .mblTabPanelHeader .mblTabButton { + -moz-border-radius-topleft: 6px; + -moz-border-radius-topright: 6px; +} +*html .mblTabButton { /* IE6 hack */ + behavior: expression( + (function(el){ + if(!el.previousSibling) + el.style.borderWidth = "1px"; + el.style.behavior = "none"; + })(this) + ); +} +.dj_ie6 .mblTabPanelHeader .mblDomButton { + left: 0px; +} +.mblTabButton img { + position: absolute; + left: 0px; + top: 0px; + margin-top: 8px; +} +.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton { + -moz-border-radius-topleft: 0px; + -moz-border-radius-topright: 0px; +} +.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton:first-child { + -moz-border-radius-topleft: 6px; + -moz-border-radius-bottomleft: 6px; +} +.dj_gecko .mblHeading .mblTabPanelHeader .mblTabButton:last-child { + -moz-border-radius-topright: 6px; + -moz-border-radius-bottomright: 6px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.css new file mode 100644 index 0000000..06bc550 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.css @@ -0,0 +1,164 @@ +/* dojox.mobile.TabBar */ +.mblTabBar { + position: relative; + overflow: hidden; + white-space: nowrap; + margin: 0px; + padding: 0px; + height: 48px; + border-top: 1px solid #000000; + background-color: #212421; + background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#100c10)); + color: white; + text-align: center; +} +.mblTabBarNoIcons { + height: 34px; +} +.mblTabBarNoText { + height: 34px; +} +/* dojox.mobile.TabBarButton */ +.mblTabBarButton { + cursor: pointer; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); +} +.mblTabBar .mblTabBarButton { + position: relative; + list-style-type: none; + float: left; +} +.mblTabBar .mblTabBarButton.mblTabButtonSelected { + background-color: #404040; + background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535)); + -webkit-border-radius: 3px; +} +.mblTabBarButtonAnchor { + display: block; + text-decoration: none; +} +.mblTabBarButtonDiv { + position: relative; + margin-left: auto; + margin-right: auto; + height: 34px; + width: 29px; +} +.mblTabBarButtonIcon { + position: absolute; + left: 0; + top: 0; +} +.mblTabBarButtonSpriteIcon { + position: absolute; +} +.mblTabBarButtonTextBox { + color: #979797; + font-family: "Helvetica Neue", Helvetica; + font-size: 11px; +} +.mblTabBarNoIcons .mblTabBarButtonDiv { + display: none; +} +.mblTabBarNoIcons .mblTabBarButtonTextBox { + line-height: 34px; + font-size: 20px; +} +.mblTabBarTop .mblTabButton .mblTabBarButtonDiv { + height: 40px; +} +.mblTabButton { + position: relative; + float: left; + list-style-type: none; + cursor: pointer; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + width: 78px; + height: 61px; + border-width: 1px 1px 0px 1px; + border-style: solid; + border-color: #7B7D84 #182018 black #393C39; + background-color: #212421; + background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#100c10), color-stop(0.1, #313031)); + font-family: Helvetica; + font-size: 13px; + color: #979797; + text-align: center; +} +.mblTabButton img { + position: absolute; + left: 0px; + margin-top: 8px; +} +.mblTabButtonSelected .mblTabBarButtonTextBox { + color: white; +} +.mblTabButtonImgDiv { + position: relative; + margin-left: 24px; + height: 40px; +} +.mblTabPanelHeader { + position: relative; + overflow: hidden; + white-space: nowrap; + text-overflow: ellipsis; + margin: 0px; + padding: 0px 0px 0px 0px; + height: 64px; + border-top: 1px solid #CDD5DF; + border-bottom: 2px solid #949694; + background-color: #000000; + font-family: Helvetica; + font-size: 20px; + color: white; + text-align: center; +} +.mblTabPanelHeader .mblTabButton { + margin-top: 3px; + -webkit-border-top-left-radius: 6px; + -webkit-border-top-right-radius: 6px; +} +.mblTabPanelHeader .mblTabButton.mblTabButtonSelected { + background-color: #404040; + background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535)); + color: white; +} +.mblTabPanelHeader .mblTabButtonDomButton { + width: 43px; +} +.mblTabPanelHeader .mblTabButtonDomButtonClass { + left: 8px; +} +.mblHeading .mblTabPanelHeader { + height: 38px; +} +.mblHeading .mblTabPanelHeader .mblTabButton { + margin: 5px 0; + height: 28px; + border-width: 0px 1px 0px 0px; + border-style: solid; + border-color: #39454A; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + background-color: #CED3CE; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + font-size: 14px; + font-weight: bold; + line-height: 30px; + color: black; +} +.mblHeading .mblTabPanelHeader .mblTabButton:first-child { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; +} +.mblHeading .mblTabPanelHeader .mblTabButton:last-child { + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-right: none; +} +.mblHeading .mblTabPanelHeader .mblTabButtonSelected { + background-color: #0869C6; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.less new file mode 100644 index 0000000..4875c40 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TabBar.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/TabBar.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea-compat.css new file mode 100644 index 0000000..c68fb12 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea-compat.css @@ -0,0 +1,7 @@ +/* dojox.mobile.TextArea */ +.mblTextArea { + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.css new file mode 100644 index 0000000..a39e681 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.css @@ -0,0 +1,14 @@ +/* dojox.mobile.TextArea */ +.mblTextArea { + padding: 4px 1px; + border-color: #9CACC0; + border-width: 1px; + border-style: inset; + -webkit-border-radius: 6px; + font-family: Helvetica; + font-size: 13px; +} +/* dojox.mobile.ExpandingTextArea */ +.mblExpandingTextArea { + margin: 2px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.less new file mode 100644 index 0000000..c16ffe0 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextArea.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/TextArea.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox-compat.css new file mode 100644 index 0000000..8672e5f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox-compat.css @@ -0,0 +1,7 @@ +/* dojox.mobile.TextBox */ +.mblTextBox { + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.css new file mode 100644 index 0000000..126bae9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.css @@ -0,0 +1,8 @@ +/* dojox.mobile.TextBox */ +.mblTextBox { + height: 22px; + border: #9CACC0 1px inset; + -webkit-border-radius: 6px; + font-family: Helvetica; + font-size: 13px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.less new file mode 100644 index 0000000..c83890a --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/TextBox.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/TextBox.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton-compat.css new file mode 100644 index 0000000..2f5214b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton-compat.css @@ -0,0 +1,31 @@ +/* dojox.mobile.ToggleButton */ +.mblToggleButton { + background-image: url(compat/button-bg.png); + -moz-border-radius: 6px; + -o-border-radius: 6px; + -ms-border-radius: 6px; + border-radius: 6px; +} +.mblToggleButtonSelected { + background-image: url(compat/button-sel-bg.png); +} +.mblToggleButtonChecked { + background-image: url(compat/button-bg.png); +} +.mblToggleButton.mblToggleButtonChecked::after { + -moz-transform: translate(-25px,0px) rotate(45deg) skew(10deg); + -o-transform: rotate(45deg) skew(10deg); + -ms-transform: rotate(45deg) skew(10deg); + transform: rotate(45deg) skew(10deg); + -moz-transform-origin: 50% 50%; + -o-transform-origin: 50% 50%; + -ms-transform-origin: 50% 50%; + transform-origin: 50% 50%; + +} +.dj_ff3 .mblToggleButton.mblToggleButtonChecked::after { + -moz-transform: translate(-25px,-6px) rotate(45deg) skew(10deg); +} +.mblToggleButtonChecked.mblToggleButtonSelected { + background-image: url(compat/button-sel-bg.png); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.css new file mode 100644 index 0000000..0658f5f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.css @@ -0,0 +1,52 @@ +/* dojox.mobile.ToggleButton */ +.mblToggleButton { + position: relative; + cursor: pointer; + outline: none; + -webkit-tap-highlight-color: rgba(255, 255, 255, 0); + padding: 0px 10px 0px 25px; + height: 29px; + border-width: 1px 1px 1px 1px; + border-style: outset; + border-color: #9CACC0; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + font-family: Helvetica; + font-size: 16px; + color: black; + line-height: 29px; +} +.mblToggleButton.mblToggleButtonSelected { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} +.mblToggleButton.mblToggleButtonChecked { + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + color: black; +} +.mblToggleButton.mblToggleButtonChecked::after { + position: absolute; + content: ""; + top: 6px; + left: 7px; + width: 5px; + height: 10px; + border-color: #0851AD; + border-width: 2px; + border-style: none solid solid none; + -webkit-transform: rotate(45deg) skew(10deg); + -webkit-transform-origin: 50% 50%; +} +.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} +.mblToggleButton.mblToggleButtonChecked.mblToggleButtonSelected::after { + border-color: white; +} +.mblToggleButton:disabled { + cursor: default; + border-color: grey; + background-image: none; + color: grey; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.less new file mode 100644 index 0000000..bdce40f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToggleButton.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/ToggleButton.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.css new file mode 100644 index 0000000..29c8284 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.css @@ -0,0 +1,27 @@ +/* dojox.mobile.ToolBarButton */ +.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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.less new file mode 100644 index 0000000..3b67bdc --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/ToolBarButton.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/ToolBarButton.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip-compat.css new file mode 100644 index 0000000..bb5900d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip-compat.css @@ -0,0 +1,47 @@ +/* dojox.mobile.Tooltip */ +.mblTooltip { + -moz-border-radius: 8px; + -o-border-radius: 8px; + -ms-border-radius: 8px; + border-radius: 8px; + background-image: none; +} +.mblTooltipBefore .mblTooltipArrow { + *right: 0; /* IE 7 quirks */ +} +.mblTooltipAbove .mblTooltipArrow { + *bottom: 0px; /* IE 7 quirks */ +} +.mblTooltipBefore .mblTooltipInnerArrow { + *right: -1px; /* IE 7 quirks */ +} +.mblTooltipAbove .mblTooltipInnerArrow { + *bottom: -1px; /* IE 7 quirks */ +} +.mblTooltipBefore .mblTooltipInnerArrow { + border-right-color: #424142; +} +.mblTooltipAfter .mblTooltipInnerArrow { + border-left-color: #424142; +} +.mblTooltipAbove .mblTooltipInnerArrow { + border-bottom-color: #424142; +} +.mblTooltipBelow .mblTooltipInnerArrow { + border-top-color: #424142; +} +.mblTooltip .mblHeading { + *padding: 0 9px 12px; + *border-top: 1px solid #424142; + *border-bottom: 1px solid #424142; + *width: auto; + *height: auto; + *overflow: visible; + *line-height: normal; +} +.dj_ie9 .mblTooltip .mblHeading { + width: auto; +} +.mblTooltip .mblHeading .mblToolBarButton { + *margin: auto 6px; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.css new file mode 100644 index 0000000..e94715c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.css @@ -0,0 +1,143 @@ +/* dojox.mobile.Tooltip */ +.mblTooltip { + position: absolute; + z-index: 2000; + display: block; + margin: 0; + padding: 5px; + border: #ADAAAD 1px solid; + background-color: #424142; + background-image: -webkit-gradient(linear, left top, left bottom, from(#4a4d52), to(#292c31)); + -webkit-border-radius: 6px; + opacity: .97; +} +.mblTooltipBubble { + overflow: visible; + padding: 3px; + background-color: #000000; + background-image: none; + color: #ffffff; +} +.mblTooltipBubble.mblTooltipAbove .mblTooltipInnerArrow { + border-bottom-color: #000000; +} +.mblTooltipBubble.mblTooltipBelow .mblTooltipInnerArrow { + border-top-color: #000000; +} +.mblTooltipBubble.mblTooltipAfter .mblTooltipInnerArrow { + border-left-color: #000000; +} +.mblTooltipBubble.mblTooltipBefore .mblTooltipInnerArrow { + border-right-color: #000000; +} +.mblTooltip.mblTooltipAfter { + margin-left: -11px; +} +.mblTooltip.mblTooltipBefore { + margin-left: 11px; +} +.mblTooltip.mblTooltipAbove { + margin-top: 11px; +} +.mblTooltip.mblTooltipBelow { + margin-top: -11px; +} +.mblTooltipAnchor { + position: absolute; + width: 1px; + height: 1px; + background-color: transparent; + line-height: 0; + font-size: 0; +} +.mblTooltipBefore .mblTooltipAnchor { + left: -1px; +} +.mblTooltipAfter .mblTooltipAnchor { + right: -1px; +} +.mblTooltipAbove .mblTooltipAnchor { + top: -1px; +} +.mblTooltipBelow .mblTooltipAnchor { + bottom: -1px; +} +.mblTooltipArrow { + position: absolute; + width: 0; + height: 0; + line-height: 0; + border: 11px solid transparent; +} +.mblTooltipBefore .mblTooltipArrow { + left: auto; + right: 1px; + top: 0; + bottom: auto; + border-left-width: 0; + border-right-color: #ADAAAD; +} +.mblTooltipAfter .mblTooltipArrow { + left: 1px; + right: auto; + top: 0; + bottom: auto; + border-right-width: 0; + border-left-color: #ADAAAD; +} +.mblTooltipAbove .mblTooltipArrow { + top: auto; + bottom: 1px; + left: auto; + right: auto; + border-top-width: 0; + border-bottom-color: #ADAAAD; +} +.mblTooltipBelow .mblTooltipArrow { + top: 1px; + bottom: auto; + left: auto; + right: auto; + border-bottom-width: 0; + border-top-color: #ADAAAD; +} +.mblTooltipInnerArrow { + position: absolute; + width: 0; + height: 0; + line-height: 0; + border: 10px solid transparent; +} +.mblTooltipBefore .mblTooltipInnerArrow { + right: 0; + top: 0; + border-left-width: 0; + border-right-color: #4A4D52; +} +.mblTooltipAfter .mblTooltipInnerArrow { + left: 0; + top: 0; + border-right-width: 0; + border-left-color: #4A4D52; +} +.mblTooltipAbove .mblTooltipInnerArrow { + bottom: 0; + left: 0; + border-top-width: 0; + border-bottom-color: #4A4D52; +} +.mblTooltipBelow .mblTooltipInnerArrow { + top: 0; + left: 0; + border-bottom-width: 0; + border-top-color: #292C31; +} +.mblTooltipHidden, .mblTooltipHidden * { + visibility: hidden !important; +} +.mblTooltip .mblHeading { + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + background-color: transparent; + background-image: none; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.less new file mode 100644 index 0000000..60af6d1 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/Tooltip.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/Tooltip.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.css new file mode 100644 index 0000000..363c9bd --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.css @@ -0,0 +1,24 @@ +@import url("../common/transitions/slide.css"); + +@import url("../common/transitions/flip.css"); + +@import url("../common/transitions/fade.css"); +/* dojox.mobile.View */ +.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; +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.less new file mode 100644 index 0000000..910651f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/View.less @@ -0,0 +1,6 @@ +@import url("../common/transitions/slide.css"); +@import url("../common/transitions/flip.css"); +@import url("../common/transitions/fade.css"); + +@import "variables.less"; +@import "../common/View.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base-compat.css new file mode 100644 index 0000000..d12cf2b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base-compat.css @@ -0,0 +1,7 @@ +@import url("Heading-compat.css"); +@import url("RoundRect-compat.css"); +@import url("RoundRectList-compat.css"); +@import url("EdgeToEdgeCategory-compat.css"); +@import url("ListItem-compat.css"); +@import url("Switch-compat.css"); +@import url("ProgressIndicator-compat.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base.css new file mode 100644 index 0000000..2409467 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/base.css @@ -0,0 +1,12 @@ +@import url("common.css"); +@import url("Heading.css"); +@import url("View.css"); +@import url("ToolBarButton.css"); +@import url("RoundRect.css"); +@import url("EdgeToEdgeCategory.css"); +@import url("RoundRectCategory.css"); +@import url("RoundRectList.css"); +@import url("EdgeToEdgeList.css"); +@import url("ListItem.css"); +@import url("Switch.css"); +@import url("ProgressIndicator.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry-compat.css new file mode 100644 index 0000000..f5a0140 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry-compat.css @@ -0,0 +1,18 @@ +@import url("base-compat.css"); + +/* common styles */ +@import url("../common/domButtons-compat.css"); +@import url("../common/SpinWheel-compat.css"); + +/* widget styles */ +@import url("Button-compat.css"); +@import url("CheckBox-compat.css"); +@import url("ComboBox-compat.css"); +@import url("IconContainer-compat.css"); +@import url("Opener-compat.css"); +@import url("RadioButton-compat.css"); +@import url("Slider-compat.css"); +@import url("TabBar-compat.css"); +@import url("TextArea-compat.css"); +@import url("TextBox-compat.css"); +@import url("ToggleButton-compat.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry.css new file mode 100644 index 0000000..a50e0ce --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/blackberry.css @@ -0,0 +1,22 @@ +@import url("base.css"); + +/* common styles */ +@import url("../common/domButtons.css"); +@import url("../common/FixedSplitter.css"); +@import url("../common/SpinWheel.css"); +@import url("../common/transitions.css"); + +/* widget styles */ +@import url("Button.css"); +@import url("Carousel.css"); +@import url("CheckBox.css"); +@import url("ComboBox.css"); +@import url("IconContainer.css"); +@import url("Opener.css"); +@import url("PageIndicator.css"); +@import url("RadioButton.css"); +@import url("Slider.css"); +@import url("TabBar.css"); +@import url("TextArea.css"); +@import url("TextBox.css"); +@import url("ToggleButton.css"); diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.css b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.css new file mode 100644 index 0000000..489bccb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.css @@ -0,0 +1,29 @@ +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; +} +/* Button Colors */ +.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)); +} +/* Default Button Colors */ +.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)); +} diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.less new file mode 100644 index 0000000..4e57a5c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/common.less @@ -0,0 +1,2 @@ +@import "variables.less"; +@import "../common/common.less"; diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-bg.png Binary files differnew file mode 100644 index 0000000..55a6e27 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-head.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-head.gif Binary files differnew file mode 100644 index 0000000..3572fbf --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/arrow-button-head.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/blue-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/blue-button-bg.png Binary files differnew file mode 100644 index 0000000..3bd558b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/blue-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-bg.png Binary files differnew file mode 100644 index 0000000..ba69969 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-sel-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-sel-bg.png Binary files differnew file mode 100644 index 0000000..4e7384a --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/button-sel-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/gray-arrow.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/gray-arrow.png Binary files differnew file mode 100644 index 0000000..c93d17f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/gray-arrow.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/heading-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/heading-bg.png Binary files differnew file mode 100644 index 0000000..f0546b4 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/heading-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/icon-content-heading-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/icon-content-heading-bg.png Binary files differnew file mode 100644 index 0000000..3daa1a8 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/icon-content-heading-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/red-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/red-button-bg.png Binary files differnew file mode 100644 index 0000000..799870f --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/red-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bar-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bar-bg.png Binary files differnew file mode 100644 index 0000000..e130b9c --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bar-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bg.png Binary files differnew file mode 100644 index 0000000..955dc11 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-h-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-handle-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-handle-bg.png Binary files differnew file mode 100644 index 0000000..d06d0dd --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/slider-handle-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-l.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-l.gif Binary files differnew file mode 100644 index 0000000..9abb5fb --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-l.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-r.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-r.gif Binary files differnew file mode 100644 index 0000000..a787840 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc-r.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc1-k.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc1-k.gif Binary files differnew file mode 100644 index 0000000..6a4e89d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc1-k.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc2-k.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc2-k.gif Binary files differnew file mode 100644 index 0000000..5193586 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-arc2-k.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-k.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-k.gif Binary files differnew file mode 100644 index 0000000..193cb73 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-k.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-l.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-l.gif Binary files differnew file mode 100644 index 0000000..1fb3013 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-l.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-r.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-r.gif Binary files differnew file mode 100644 index 0000000..6511b8b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-default-r.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-l.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-l.gif Binary files differnew file mode 100644 index 0000000..ed34d5d --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-l.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-r.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-r.gif Binary files differnew file mode 100644 index 0000000..3825e83 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round-r.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round1-k.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round1-k.gif Binary files differnew file mode 100644 index 0000000..8d00c11 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round1-k.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round2-k.gif b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round2-k.gif Binary files differnew file mode 100644 index 0000000..c4c7969 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/switch-round2-k.gif diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-button-bg.png Binary files differnew file mode 100644 index 0000000..548ef73 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-orange-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-orange-button-bg.png Binary files differnew file mode 100644 index 0000000..56f555b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-orange-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-sel-button-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-sel-button-bg.png Binary files differnew file mode 100644 index 0000000..c454088 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/compat/tab-sel-button-bg.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-large.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-large.png Binary files differnew file mode 100644 index 0000000..dfac370 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-large.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-small.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-small.png Binary files differnew file mode 100644 index 0000000..b6836d9 --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay-small.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay.png b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay.png Binary files differnew file mode 100644 index 0000000..b16efec --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/images/thumb-overlay.png diff --git a/js/dojo-1.7.2/dojox/mobile/themes/blackberry/variables.less b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/variables.less new file mode 100644 index 0000000..90d6e4b --- /dev/null +++ b/js/dojo-1.7.2/dojox/mobile/themes/blackberry/variables.less @@ -0,0 +1,763 @@ +// common.less +.mobile-body-styles () { + background-color: #DEDFDE; + font-family: Helvetica; + font-size: 18px; +} + +.mblView-styles () { + color: black; +} + +.mblColorBlue-styles () { + 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-styles () { + color: black; + background-color: #CED3CE; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); +} +.mblColorDefaultSel-styles () { + color: white; + background-color: #0869C6; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} + +// Heading.less +.mblHeading-styles () { + 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; +} +.mblArrowButton-styles () { + height: 28px; + margin: 4px 3px 0px 0px; +} +.mblArrowButtonHead-styles () { + top: 4px; + left: 4px; + width: 19px; + height: 19px; + border: 1px solid #39454A; + -webkit-transform: scale(.8,1) rotate(45deg); + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); +} +.mblArrowButtonHeadChrome-styles () { + height: 20px; + border: 1px inset #39454A; + -webkit-transform: scale(0.7, 1) rotate(45deg); +} +.mblArrowButtonBody-styles () { + 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-styles () { + color: white; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblArrowButtonHeadSelected-styles () { +} +.mblArrowButtonBodySelected-styles () { +} + +// ToolBarButton.less +.mblToolBarButton-styles () { + 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; +} +.mblToolBarButtonDomButton-styles () { +} +.mblToolBarButtonIcon-styles () { + top: 1px; +} + +// RoundRect.less +.mblRoundRect-styles () { + margin: 2px 3px 4px; + padding: 8px; + border: 1px solid #C6C7C6; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + color: black; + background-color: white; +} +.mblRoundRectShadowBox-styles () { + -webkit-box-shadow: 1px 2px 1px rgba(0, 0, 0, 0.35); +} + +// EdgeToEdgeCategory.less +.mblEdgeToEdgeCategory-styles () { + 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; +} + +// RoundRectCategory.less +.mblRoundRectCategory-styles () { + 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; +} + +// RoundRectList.less +.mblRoundRectList-styles () { + margin: 3px 9px; + padding: 0px; + border: 1px solid #ADAAAD; + -webkit-border-radius: 6px; + -moz-border-radius: 6px; + background-color: white; +} +.mblRoundRectList-withCategory-styles () { + 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; +} +.mblRoundRectList-FirstListItem-styles () { + 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-withCategory-FirstListItem-styles () { + -webkit-border-top-left-radius: 0px; + -webkit-border-top-right-radius: 0px; + -moz-border-radius-topleft: 0px; + -moz-border-radius-topright: 0px; +} +.mblRoundRectList-LastListItem-styles () { + 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; +} + +// EdgeToEdgeList.less +.mblEdgeToEdgeList-styles () { + margin: 0px; + padding: 0px; + background-color: white; +} +.mblEdgeToEdgeList-LastListItem-styles () { + border-bottom-width: 0px; +} + +// ListItem.less +.mblListItem-styles () { + padding: 6px; + height: 43px; + border-bottom: solid 1px #DEDFDE; + font-size: 18px; + color: black; + line-height: 43px; +} +.mblListItem-mblVariableHeight-styles () { + padding: 11px 0px 10px 6px; + line-height: normal; +} +.mblListItem-mblListItemAnchor-styles () { + background-position: 14px 17px; + text-decoration: none; + padding-right: 7px; +} +.mblItemSelected-styles () { + background-color: #0869C6; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblItemSelected-mblListItemAnchor-styles () { + color: white; +} +.mblItemSelected-mblDomButton-Div-styles () { + border-color: white; +} +.mblItemSelected-mblListItemSubText-styles () { + color: white; +} +.mblListItemTextBoxSelected-styles () { + background-color: #0869C6; +} +.mblListItemChecked-styles () { +} +.mblListItemIcon-styles () { + margin-top: 7px; + margin-right: 11px; +} +.mblListItemSpriteIcon-styles () { + margin-top: 7px; + margin-left: 8px; +} +.mblListItemRightIcon-styles () { + margin-top: 7px; + margin-bottom: -7px; +} +.mblListItemRightText-styles () { + color: black; + margin: 11px 4px 0 0; +} +.mblListItemTextBox-styles () { +} +.mblListItemAnchorNoIcon-mblListItemTextBox-styles () { +} +.mblListItemSubText-styles () { + font-size: 14px; + color: #7B7D48; +} + +// Switch.less +.mblItemSwitch-styles () { + top: 14px; +} +.mblSwitchBg-styles () { + -webkit-border-radius: 6px; +} +.mblSwitchBgLeft-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblSwitchBgRight-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F3F7), to(#CEC5D6), color-stop(0.5, #CED3CE)); +} +.mblSwitchKnob-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#999999), color-stop(0.5, #BBBBBB)); + -webkit-border-radius: 6px; +} + +// Button.less +.mblButton-styles () { + padding: 0px 10px; + height: 29px; + border: #9CACC0 1px outset; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); + color: black; + font-family: Helvetica; + font-size: 16px; + line-height: 29px; +} +.mblButton-mblBlueButton-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#7A9DE9), to(#2362DD), color-stop(0.5, #366EDF), color-stop(0.5, #215FDC)); + color: white; +} +.mblButton-mblBlueButtonSelected-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + color: white; +} +.mblButton-mblRedButton-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#FA9D58), to(#EE4115), color-stop(0.5, #FF4D25), color-stop(0.5, #ED4D15)); + color: white; +} +.mblButton-mblRedButtonSelected-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + color: white; +} +.mblButtonSelected-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + color: white; +} +.mblButtonDisabled-styles () { + border-color: grey; + color: grey; + background-image: none; +} + +// CheckBox.less +.mblCheckBox-styles () { + margin: -0.5em 3px 0.3em 4px; + width: 1em; + height: 1em; + border: #9CACC0 1px outset; + -webkit-border-radius: 3px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); + font: inherit; + -webkit-transform: translateY(0.4em); +} +.mblCheckBoxSelected-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblCheckBoxChecked-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); +} +.mblCheckBoxChecked-after-styles () { + position: absolute; + content: ""; + width: 0.3em; + height: 0.6em; + top: 0; + left: 0.3em; + border-color: #0851AD; + border-width: 0.15em; + border-style: none solid solid none; + -webkit-transform: rotate(45deg); + -webkit-transform-origin: 50% 50%; +} +.mblCheckBoxChecked-mblCheckBoxSelected-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblCheckBoxChecked-mblCheckBoxSelected-after-styles () { + border-color: white; +} + +// ComboBox.less +.dijitPopup-styles () { + -webkit-box-shadow: none; + -webkit-border-radius: 12px; +} +.mblComboBoxMenu-styles () { + border: 1px solid black; + -webkit-border-radius: 12px; + background-color: black; +} +.mblComboBoxMenuItemSelected-styles () { + color: white; + background-color: black; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblComboBoxMenuItem-styles () { + padding: .1em .2em; + border-width: 1px 0 1px 0; + border-style: solid; + border-color: black; + color: white; + text-align: left; +} +.mblComboBoxMenuPreviousButton-styles () { + font-style: italic; + overflow: hidden; +} + +// IconContainer.less +.mblIconContainer-styles () { + margin: 0px; + padding: 0px; +} + +// IconItem.less +.mblIconItemTerminator-styles () { + height: 0px; +} +.mblIconItemSub-styles () { + background-color: white; + color: black; +} +.mblIconArea-styles () { + margin-bottom: 5px; + height: 78px; + width: 88px; + text-align: center; + font-family: Helvetica; + font-size: 12px; +} +.mblContent-styles () { + padding-bottom: 20px; +} +.mblIconContentHeading-styles () { + margin-top: 0px; + padding-left: 40px; + height: 25px; + border-top: 1px solid #F1F3F4; + border-bottom: 1px solid #717D85; + background-image: -webkit-gradient(linear, left top, left bottom, from(#E0E4E7), to(#B4BEC6), color-stop(0.5, #C4CCD2), color-stop(0.5, #BFC8CE)); + font-family: Helvetica; + font-size: 16px; + color: white; + line-height: 26px; + text-shadow: rgba(0,0,0,0.6) 0px -1px 0px; +} + +// RadioButton.less +.mblRadioButton-styles () { + margin: -0.5em 3px 0.3em 4px; + width: 1em; + height: 1em; + border: #9CACC0 1px outset; + -webkit-border-radius: 0.5em; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); + font: inherit; + -webkit-transform: translateY(0.4em); +} +.mblRadioButtonChecked-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); +} +.mblRadioButtonChecked-after-styles () { + content: ""; + width: 0.3em; + height: 0.6em; + top: 0; + left: 0.25em; + border-color: white; + border-width: 0.15em; + border-style: none solid solid none; + border-color: #0851AD; + -webkit-transform: rotate(45deg); + -webkit-transform-origin: 50% 50%; +} +.mblRadioButtonChecked-Selected-styles () { + border-color: #9CACC0; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); +} +.mblRadioButtonChecked-Selected-after-styles () { + border-color: white; +} + +// Slider.less +.mblSlider-styles () { + margin: 15px; /* 1/2 handle width for hanging off the ends of the bar */ + border: #B0B0B0 1px inset; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7F3F7), to(#CEC5D6), color-stop(0.5, #CED3CE)); + -webkit-border-radius: 6px; +} +.mblSliderProgressBar-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + -webkit-border-radius: 6px; +} +.mblSliderHandle-styles () { + margin: -10px 0 0 -10px; + width: 18px; + height: 18px; + border: #9D9D9D 1px outset; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#FAFAFA), to(#999999), color-stop(0.5, #BBBBBB)); +} + +// TabBar.less +.mblTabBar-styles () { + margin: 0px; + padding: 0px; + height: 48px; + border-top: 1px solid #000000; + background-color: #212421; + background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#100C10)); + color: white; + text-align: center; +} +.mblTabBar-TabBarButton-styles () { +} +.mblTabBar-TabBarButton-Selected-styles () { + background-color: #404040; + background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535)); + -webkit-border-radius: 3px; +} +.mblTabBarButtonDiv-styles () { + height: 34px; + width: 29px; +} +.mblTabBarButtonIcon-styles () { + left: 0; + top: 0; +} +.mblTabBarButtonTextBox-styles () { + color: #979797; + font-family: "Helvetica Neue", Helvetica; + font-size: 11px; +} +.mblTabBarNoIcons-TabBarButtonTextBox-styles () { + line-height: 34px; + font-size: 20px; +} +.mblTabButton-styles () { + width: 78px; + height: 61px; + border-width: 1px 1px 0px 1px; + border-style: solid; + border-color: #7B7D84 #182018 black #393C39; + background-color: #212421; + background-image: -webkit-gradient(linear, left top, left bottom, from(#181818), to(#100C10), color-stop(0.1, #313031)); + font-family: Helvetica; + font-size: 13px; + color: #979797; + text-align: center; +} +.mblTabButton-TabBarButtonAnchor-styles () { +} +.mblTabBarTop-TabButton-TabBarButtonDiv-styles () { + height: 40px; +} +.mblTabBarHead-TabButton-TabBarButtonDiv-styles () { +} +.mblTabButton-FirstTabButtom-styles () { +} +.mblTabButton-LastTabButton-styles () { +} +.mblTabButton-img-styles () { + position: absolute; + left: 0px; + margin-top: 8px; +} +.mblTabBarButtonTextBoxSelected-styles () { + color: white; +} +.mblTabButtonSelected-styles () { +} +.mblTabButtonHighlighted-styles () { +} +.mblTabButtonImgDiv-styles () { + position: relative; + margin-left: 24px; + height: 40px; +} +.mblTabPanelHeader-styles () { + margin: 0px; + padding: 0px 0px 0px 0px; + height: 64px; + border-top: 1px solid #CDD5DF; + border-bottom: 2px solid #949694; + background-color: #000000; + font-family: Helvetica; + font-size: 20px; + color: white; + text-align: center; +} +.mblTabPanelHeader-TabButton-styles () { + margin-top: 3px; + -webkit-border-top-left-radius: 6px; + -webkit-border-top-right-radius: 6px; +} +.mblTabPanelHeader-TabButtonSelected-styles () { + background-color: #404040; + background-image: -webkit-gradient(linear, left top, left bottom, from(#484848), to(#242424), color-stop(0.5, #353535)); + color: white; +} +.mblTabPanelHeader-TabButtonDomButton-styles () { + width: 43px; +} +.mblTabPanelHeader-TabButtonDomButtonClass-styles () { + left: 8px; +} +.mblTabPanelHeader-DomButton-styles () { +} +.mblTabPanelHeader-inHeading-styles () { + height: 38px; +} +.mblTabPanelHeader-TabButton-inHeading-styles () { + margin: 5px 0; + height: 28px; + border-width: 0px 1px 0px 0px; + border-style: solid; + border-color: #39454A; + -webkit-border-top-left-radius: 0; + -webkit-border-top-right-radius: 0; + background-color: #CED3CE; + background-image: -webkit-gradient(linear, left top, left bottom, from(#f7fbf7), to(#cecfd6), color-stop(0.5, #ced3ce)); + font-size: 14px; + font-weight: bold; + line-height: 30px; + color: black; +} +.mblTabPanelHeader-TabButton-FirstTabButtom-inHeading-styles () { + -webkit-border-top-left-radius: 6px; + -webkit-border-bottom-left-radius: 6px; +} +.mblTabPanelHeader-TabButton-LastTabButtom-inHeading-styles () { + -webkit-border-top-right-radius: 6px; + -webkit-border-bottom-right-radius: 6px; + border-right: none; +} +.mblTabPanelHeader-TabButtonSelected-inHeading-styles () { + background-color: #0869C6; + background-image: -webkit-gradient(linear, left top, left bottom, from(#088eef), to(#0851ad), color-stop(0.5, #0869c6)); + color: white; +} + +// TextArea.less +.mblTextArea-styles () { + padding: 4px 1px; + border-color: #9CACC0; + border-width: 1px; + border-style: inset; + -webkit-border-radius: 6px; + font-family: Helvetica; + font-size: 13px; +} +.mblExpandingTextArea-styles () { + margin: 2px; +} + +// TextBox.less +.mblTextBox-styles () { + height: 22px; + border: #9CACC0 1px inset; + -webkit-border-radius: 6px; + font-family: Helvetica; + font-size: 13px; +} + +// ToggleButton.less +.mblToggleButton-styles () { + padding: 0px 10px 0px 25px; + height: 29px; + border-width: 1px 1px 1px 1px; + border-style: outset; + border-color: #9CACC0; + -webkit-border-radius: 6px; + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); + font-family: Helvetica; + font-size: 16px; + color: black; + line-height: 29px; +} +.mblToggleButtonSelected-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + color: white; +} +.mblToggleButtonChecked-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#F7FBF7), to(#CECFD6), color-stop(0.5, #CED3CE)); + color: black; +} +.mblToggleButtonChecked-after-styles () { + content: ""; + top: 6px; + left: 7px; + width: 5px; + height: 10px; + border-color: #0851AD; + border-width: 2px; + border-style: none solid solid none; + -webkit-transform: rotate(45deg) skew(10deg); + -webkit-transform-origin: 50% 50%; +} +.mblToggleButtonCheckedSelected-styles () { + background-image: -webkit-gradient(linear, left top, left bottom, from(#088EEF), to(#0851AD), color-stop(0.5, #0869C6)); + color: white; +} +.mblToggleButtonCheckedSelected-after-styles () { + border-color: white; +} +.mblToggleButtonDisabled-styles () { + border-color: grey; + background-image: none; + color: grey; +} + +// Overlay.less +.mblOverlay-styles () { + background-color: #000000; + background-image: none; +} + +// Tooltip.less +.mblTooltip-styles () { + padding: 5px; + border: #ADAAAD 1px solid; + background-color: #424142; + background-image: -webkit-gradient(linear, left top, left bottom, from(#4A4D52), to(#292C31)); + -webkit-border-radius: 6px; + opacity: .97; +} +.mblTooltipBubble-styles () { + background-color: #000000; + background-image: none; + color: #ffffff; +} +.mblTooltipInnerArrow-Bubble-Above-styles () { + border-bottom-color: #000000; +} +.mblTooltipInnerArrow-Bubble-Below-styles () { + border-top-color: #000000; +} +.mblTooltipInnerArrow-Bubble-After-styles () { + border-left-color: #000000; +} +.mblTooltipInnerArrow-Bubble-Before-styles () { + border-right-color: #000000; +} +.mblTooltipArrow-styles () { + border: 11px solid transparent; +} +.mblTooltipArrow-Before-styles () { + border-left-width: 0; + border-right-color: #ADAAAD; +} +.mblTooltipArrow-After-styles () { + border-right-width: 0; + border-left-color: #ADAAAD; +} +.mblTooltipArrow-Above-styles () { + border-top-width: 0; + border-bottom-color: #ADAAAD; +} +.mblTooltipArrow-Below-styles () { + border-bottom-width: 0; + border-top-color: #ADAAAD; +} +.mblTooltipInnerArrow-Before-styles () { + border-left-width: 0; + border-right-color: #4A4D52; +} +.mblTooltipInnerArrow-After-styles () { + border-right-width: 0; + border-left-color: #4A4D52; +} +.mblTooltipInnerArrow-Above-styles () { + border-top-width: 0; + border-bottom-color: #4A4D52; +} +.mblTooltipInnerArrow-Below-styles () { + border-bottom-width: 0; + border-top-color: #292C31; +} +.mblTooltip-Heading-styles () { + border-top: 1px solid transparent; + border-bottom: 1px solid transparent; + background-color: transparent; + background-image: none; +} +.mblTooltip-Heading-ToolbarButton-styles () { +} |
