summaryrefslogtreecommitdiff
path: root/js/dojo-1.7.2/dojox/mobile/themes/common/dijit
diff options
context:
space:
mode:
Diffstat (limited to 'js/dojo-1.7.2/dojox/mobile/themes/common/dijit')
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar-compat.css9
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar.css135
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPalette.css18
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPicker.css12
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/base.css15
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-daylabel-bg.pngbin0 -> 130 bytes
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-month-bg.pngbin0 -> 185 bytes
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-year-bg.pngbin0 -> 177 bytes
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit-compat.css1
-rw-r--r--js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit.css4
10 files changed, 194 insertions, 0 deletions
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar-compat.css
new file mode 100644
index 0000000..f180b2f
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar-compat.css
@@ -0,0 +1,9 @@
+.dijitCalendar thead {
+ background-image: url(compat/calendar-month-bg.png);
+}
+.dijitCalendarDayLabelTemplate {
+ background-image: url(compat/calendar-daylabel-bg.png);
+}
+.dijitCalendarYearLabel {
+ background-image: url(compat/calendar-year-bg.png);
+}
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar.css
new file mode 100644
index 0000000..4e27ae1
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/Calendar.css
@@ -0,0 +1,135 @@
+/*if you link this stylesheet directory, mobile/common/dijit/base.css must already be imported*/
+
+/* dijit base styles to override (based on claro) */
+@import url("../../../../../dijit/themes/claro/form/Common.css");
+@import url("../../../../../dijit/themes/claro/form/Button.css");
+@import url("../../../../../dijit/themes/claro/Calendar.css");
+
+.dijitCalendar {
+ border: solid 1px #B5BCC7;
+ background-color: #CFE5FA;
+ width: 320px;
+ text-align: center;
+ padding: 0px 0px 0px 0px;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
+}
+.dijitCalendar thead {
+ vertical-align: middle;
+ border-color: inherit;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#CCCCD1));
+}
+.dijitCalendarMonthLabel {
+ color: #545454;
+ font-size: 22px;
+ padding: 0 4px;
+ font-family: Helvetica;
+ text-shadow: rgba(247,247,247,0.6) 0px 1px 0px;
+}
+
+.dijitCalendar .dijitDropDownButton .dijitButtonNode {
+ background-color: transparent;
+ background-image: none;
+ padding: 0 3px 0 2px;
+ border: none;
+ -webkit-box-shadow: 0 0 0 transparent;
+ -moz-box-shadow: 0 0 0 transparent;
+ box-shadow: 0 0 0 transparent;
+ -moz-border-radius: 0px;
+ border-radius: 0px;
+}
+
+.dijitArrowButtonInner {
+ display: none;
+}
+
+.dijitCalendarDayLabelTemplate {
+ text-align: center;
+ font-size: 9px;
+ color: #545454;
+ text-shadow: rgba(247,247,247,0.6) 0px 1px 0px;
+}
+
+.dijitCalendarHoveredDate .dijitCalendarDateLabel {
+ background-color: #ABD6FF;
+ border: solid 1px #769DC0;
+ color: black;
+ -webkit-transition-duration: 0.2s;
+ -moz-transition-duration: 0.2s;
+ transition-duration: 0.2s;
+}
+
+.dijitCalendarDateTemplate {
+ text-align: center;
+ background-color: #DDDDE0;
+ border-bottom: 1px solid lightGrey;
+ padding-top: 0;
+/* color: #545454;*/
+ color: #4A5B6E;
+ text-shadow: rgba(231,231,233,1.0) 0px 1px 0px;
+ font-size: 22px;
+ font-weight: normal;
+ font-family: Helvetica;
+ text-align: center;
+}
+
+.dijitCalendarDateTemplate .dijitCalendarDateLabel {
+ text-decoration: none;
+ display: block;
+ padding: 3px 5px 3px 4px;
+ border-top: solid 1px #ECEEEF;
+ border-bottom: solid 1px #A6AAB3;
+ border-left: solid 1px #A0A4AD;
+ border-right: solid 1px #ECECED;
+ background-color: rgba(171, 212, 251, 0);
+ -webkit-transition-property: background-color, border;
+ -moz-transition-property: background-color, border;
+ transition-property: background-color, border;
+ -webkit-transition-duration: 0.35s;
+ -moz-transition-duration: 0.35s;
+ transition-duration: 0.35s;
+}
+
+.dijitCalendarPreviousMonth .dijitCalendarDateLabel,
+.dijitCalendarNextMonth .dijitCalendarDateLabel {
+ color: #9099A4;
+}
+
+.dijitCalendarSelectedDate .dijitCalendarDateLabel {
+ background-color: #1A80E5;
+ border-top: solid 1px #1037B3;
+ border-bottom: solid 1px #1037B3;
+ border-left: solid 1px #1037B3;
+ border-right: solid 1px #1037B3;
+ color: white;
+ text-shadow: rgba(0,0,0,0.4) 0px 1px 0px;
+}
+
+.dijitCalendarActiveDate .dijitCalendarDateLabel {
+ background-color: #1A80E5;
+ border: solid 1px white;
+ -webkit-transition-duration: 0.1s;
+ -moz-transition-duration: 0.1s;
+ transition-duration: 0.1s;
+}
+
+.dijitCalendarYearLabel {
+ padding: 2px 0 0 0;
+ margin: 0;
+ background-image: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#CCCCD1));
+}
+
+.dijitCalendarSelectedYear {
+ font-size: 1.091em;
+ color: #545454;
+ font-family: Helvetica;
+ text-shadow: rgba(247,247,247,0.6) 0px 1px 0px;
+}
+
+.dijitCalendarNextYear,
+.dijitCalendarPreviousYear {
+ padding: 1px 6px 1px 6px;
+ color: #545454;
+ text-shadow: rgba(247,247,247,0.6) 0px 1px 0px;
+ font-size: 0.909em;
+} \ No newline at end of file
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPalette.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPalette.css
new file mode 100644
index 0000000..6184c9c
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPalette.css
@@ -0,0 +1,18 @@
+/*if you link this stylesheet directory, mobile/common/dijit/base.css must already be imported*/
+
+.dijitColorPalette {
+ border: 0 solid #B5BCC7;
+ outline: 0;
+ background: none;
+}
+.dijitColorPalette .dijitColorPaletteSwatch {
+ width: 25px;
+ height: 25px;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+}
+.dijitColorPalette .dijitPaletteImg {
+ border: 1px solid lightGrey;
+ border-radius: 4px;
+ -moz-border-radius: 4px;
+} \ No newline at end of file
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPicker.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPicker.css
new file mode 100644
index 0000000..b3989b4
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/ColorPicker.css
@@ -0,0 +1,12 @@
+/*if you link this stylesheet directory, mobile/common/dijit/base.css must already be imported*/
+
+/* import base dijit styles to override below */
+@import url("../../../../../dojox/widget/ColorPicker/ColorPicker.css");
+
+.dojoxColorPicker {
+ padding: 8px;
+ -moz-border-radius: 4pt;
+ -webkit-border-radius: 5pt;
+ -webkit-drop-shadow: 3pt;
+ background: gray;
+}
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/base.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/base.css
new file mode 100644
index 0000000..53c6ac8
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/base.css
@@ -0,0 +1,15 @@
+/* base dijit stylesheets with styles to override.
+ in future releases, split these out */
+@import url("../../../../../dijit/themes/dijit.css");
+@import url("../../../../../dijit/icons/commonIcons.css");/*sprite containing common icons to be used by all themes*/
+@import url("../../../../../dijit/themes/claro/Common.css");
+
+/* needed in IconContainerMulti tests
+ @import url("../../../../../dijit/themes/claro/ProgressBar.css");
+*/
+@import url("../../../../../dijit/themes/claro/claro_rtl.css");
+
+/* mobile styling variants of dijit and dojox desktop widgets */
+@import url("Calendar.css");
+@import url("ColorPalette.css");
+@import url("ColorPicker.css");
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-daylabel-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-daylabel-bg.png
new file mode 100644
index 0000000..9754278
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-daylabel-bg.png
Binary files differ
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-month-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-month-bg.png
new file mode 100644
index 0000000..f32e5e3
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-month-bg.png
Binary files differ
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-year-bg.png b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-year-bg.png
new file mode 100644
index 0000000..6dcee1e
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/compat/calendar-year-bg.png
Binary files differ
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit-compat.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit-compat.css
new file mode 100644
index 0000000..aea6c3c
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit-compat.css
@@ -0,0 +1 @@
+@import url("Calendar-compat.css");
diff --git a/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit.css b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit.css
new file mode 100644
index 0000000..5345028
--- /dev/null
+++ b/js/dojo-1.7.2/dojox/mobile/themes/common/dijit/dijit.css
@@ -0,0 +1,4 @@
+@import url("base.css");
+@import url("Calendar.css");
+@import url("ColorPalette.css");
+@import url("ColorPicker.css"); \ No newline at end of file