summaryrefslogtreecommitdiffstatshomepage
path: root/includes/js/dijit/themes/soria/Calendar.css.commented.css
diff options
context:
space:
mode:
authorGravatar mensonge2008-11-13 09:49:11 +0000
committerGravatar mensonge2008-11-13 09:49:11 +0000
commite44a7e37b6c7b5961adaffc62b9042b8d442938e (patch)
tree95b67c356e93163467db2451f2b8cce84ed5d582 /includes/js/dijit/themes/soria/Calendar.css.commented.css
parenta62b9742ee5e28bcec6872d88f50f25b820914f6 (diff)
downloadscuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.tar.gz
scuttle-e44a7e37b6c7b5961adaffc62b9042b8d442938e.zip
New feature: basic Ajax suggestion for tags and implementation of Dojo toolkit
git-svn-id: https://semanticscuttle.svn.sourceforge.net/svnroot/semanticscuttle/trunk@151 b3834d28-1941-0410-a4f8-b48e95affb8f
Diffstat (limited to 'includes/js/dijit/themes/soria/Calendar.css.commented.css')
-rw-r--r--includes/js/dijit/themes/soria/Calendar.css.commented.css159
1 files changed, 159 insertions, 0 deletions
diff --git a/includes/js/dijit/themes/soria/Calendar.css.commented.css b/includes/js/dijit/themes/soria/Calendar.css.commented.css
new file mode 100644
index 0000000..7a9c05f
--- /dev/null
+++ b/includes/js/dijit/themes/soria/Calendar.css.commented.css
@@ -0,0 +1,159 @@
+/* Calendar*/
+
+.soria .dijitCalendarIncrementControl {
+ /* next/prev month buttons */
+ width:15px;
+ height:15px;
+}
+.dj_ie6 .soria .dijitCalendarIncrementControl {
+ padding:.1em;
+ font-size:.1em;
+}
+
+.soria .dijitCalendarIncreaseInner,
+.soria .dijitCalendarDecreaseInner {
+ visibility:hidden;
+}
+
+.soria .dijitCalendarDecrease {
+ background:url("images/spriteRoundedIconsSmall.png") no-repeat top left;
+}
+.dj_ie6 .soria .dijitCalendarDecrease {
+ background:url("images/spriteRoundedIconsSmall.gif") no-repeat top left;
+}
+
+.soria .dijitCalendarIncrease {
+ background:url(images/spriteRoundedIconsSmall.png) no-repeat -30px top;
+}
+.dj_ie6 .soria .dijitCalendarIncrease {
+ background:url("images/spriteRoundedIconsSmall.gif") no-repeat -30px top;
+}
+
+.soria table.dijitCalendarContainer {
+ font-size: 100%;
+ border-spacing: 0;
+ border-collapse: separate;
+ border: 1px solid #b1badf;
+ margin: 0;
+}
+
+.soria .dijitCalendarMonthContainer th {
+ /* month header cell */
+ background:#bed7f0 url("images/titleBar.png") repeat-x top;
+ padding-top:.3em;
+ padding-bottom:.2em;
+ text-align:center;
+}
+.dj_ie6 .soria .dijitCalendarMonthContainer th {
+ padding-top:.1em;
+ padding-bottom:0em;
+}
+
+.soria .dijitCalendarDayLabelTemplate {
+ /* day of week labels */
+ background:#bed7f0;
+ font-weight:normal;
+ padding-top:.15em;
+ padding-bottom:.2em;
+ border-bottom: 1px solid #b1badf;
+ color:#293a4b;
+ text-align:center;
+}
+
+.soria .dijitCalendarBodyContainer {
+ border-bottom: 1px solid #eeeeee;
+}
+
+.soria .dijitCalendarMonthLabel {
+ color:#293a4b;
+ font-weight: bold;
+}
+
+.dj_ie7 .soria .dijitCalendarDateTemplate,
+.dj_ie6 .soria .dijitCalendarDateTemplate {
+ font-size: 0.8em;
+}
+
+.soria .dijitCalendarDateTemplate {
+ /* style for each day cell */
+ font-size: 0.9em;
+ font-weight: bold;
+ text-align: center;
+ padding: 0.3em 0.3em 0.1em 0.3em;
+ letter-spacing: 1px;
+ background-color: #fff;
+ border:#fff solid 1px !important;
+}
+
+
+.soria .dijitCalendarPreviousMonth,
+.soria .dijitCalendarNextMonth {
+ /* days that are part of the previous or next month */
+ color:#999999;
+ background-color:#fdfdfd !important;
+ border:#fdfdfd solid 1px !important;
+}
+
+.soria .dijitCalendarPreviousMonthDisabled,
+.soria .dijitCalendarNextMonthDisabled {
+ /* days that are part of the previous or next month - disabled*/
+ background-color:#a4a5a6 !important;
+}
+
+.soria .dijitCalendarCurrentMonth {
+ /* days that are part of this month */
+}
+
+.soria .dijitCalendarCurrentMonthDisabled {
+ /* days that are part of this month - disabled */
+ background-color:#bbbbbc !important;
+}
+
+.soria .dijitCalendarDisabledDate {
+ /* one or the other? */
+ /* background: url(images/noX.gif) no-repeat center center !important; */
+ text-decoration:line-through !important;
+ cursor:default !important;
+}
+
+.soria .dijitCalendarCurrentDate {
+ /* cell for today's date */
+ text-decoration:underline;
+ font-weight:bold;
+}
+
+.soria .dijitCalendarSelectedDate {
+ /* cell for the selected date */
+ background-color:#b9cbf1 !important;
+ color:black !important;
+ border:#4b5aaa solid 1px !important;
+}
+
+
+.soria .dijitCalendarYearContainer {
+ /* footer of the table that contains the year display/selector */
+ background:white url("images/titleBar.png") repeat-x top;
+}
+
+.soria .dijitCalendarYearLabel {
+ /* container for all of 3 year labels */
+ margin:0;
+ padding:0.4em 0 0.25em 0;
+ text-align:center;
+}
+
+.soria .dijitCalendarSelectedYear {
+ /* label for selected year */
+ color:black;
+ padding:0.2em;
+ padding-bottom:0.1em;
+ background-color:#b9cbf1 !important;
+ border:#4b5aaa solid 1px !important;
+}
+
+.soria .dijitCalendarNextYear,
+.soria .dijitCalendarPreviousYear {
+ /* label for next/prev years */
+ color:black !important;
+ font-weight:normal;
+}