dojox
Version:
Dojo eXtensions, a rollup of many useful sub-projects and varying states of maturity – from very stable and robust, to alpha and experimental. See individual projects contain README files for details.
124 lines (123 loc) • 3.4 kB
CSS
/* if you link this style sheet, dijit/themes/dijit.css must be imported. */
/* dijit.Calendar */
.dijitCalendar {
padding: 0;
width: 320px;
border-radius: 0;
text-align: center;
border: solid 1px #b5bcc7;
background-color: #dddde0;
}
.dijitCalendar thead {
border-color: inherit;
vertical-align: middle;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ccccd1));
background-image: linear-gradient(to bottom, #f6f6f6 0%, #ccccd1 100%);
}
.dijitCalendarMonthLabel {
padding: 0 4px;
font-family: Helvetica;
text-shadow: rgba(247, 247, 247, 0.6) 0 1px 0px;
color: #545454;
font-size: 22px;
}
.dijitCalendar .dijitDropDownButton .dijitButtonNode {
padding: 0 3px 0 2px;
border: none;
background-color: transparent;
background-image: none;
-webkit-box-shadow: 0 0 0 transparent;
box-shadow: 0 0 0 transparent;
}
.dijitArrowButtonInner {
display: none;
}
.dijitCalendarMonthContainer th {
border-right: 1px solid transparent;
}
.dijitCalendarIncrementControl {
width: 0;
height: 0;
border: 6px solid transparent ;
}
.dijitCalendarDecrease {
border-left-width: 0 ;
border-right: 6px solid #545454 ;
}
.dijitCalendarIncrease {
border-right-width: 0 ;
border-left: 6px solid #545454 ;
}
.dijitA11ySideArrow {
display: none;
}
.dijitCalendarDayLabelTemplate {
border-right: 1px solid transparent;
text-align: center;
text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px;
font-size: 9px;
color: #545454;
}
.dijitCalendarDateTemplate {
border-bottom: 1px solid lightGrey;
font-family: Helvetica;
font-size: 22px;
font-weight: normal;
text-align: center;
background-color: #dddde0;
color: #4a5b6e;
text-shadow: #e7e7e9 0 1px 0;
}
.dijitCalendarDateTemplate .dijitCalendarDateLabel {
padding: 3px 5px 3px 4px;
display: block;
text-decoration: none;
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;
transition-property: background-color, border;
-webkit-transition-duration: 0.35s;
transition-duration: 0.35s;
}
.dijitCalendarPreviousMonth .dijitCalendarDateLabel,
.dijitCalendarNextMonth .dijitCalendarDateLabel {
color: #9099a4;
}
.dijitCalendarHoveredDate .dijitCalendarDateLabel {
border: solid 1px #769dc0;
color: black;
}
.dijitCalendarSelectedDate .dijitCalendarDateLabel {
border: solid 1px #1037b3;
background-color: #1a80e5;
color: white;
text-shadow: rgba(0, 0, 0, 0.4) 0 1px 0;
}
.dijitCalendarActiveDate .dijitCalendarDateLabel {
border: solid 1px white;
background-color: #1a80e5;
-webkit-transition-duration: 0.1s;
transition-duration: 0.1s;
}
.dijitCalendarYearLabel {
margin: 0;
padding: 2px 0 0 0;
background-image: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#ccccd1));
background-image: linear-gradient(to bottom, #f6f6f6 0%, #ccccd1 100%);
}
.dijitCalendarSelectedYear {
font-family: Helvetica;
text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px;
color: #545454;
font-size: 1.091em;
}
.dijitCalendarNextYear,
.dijitCalendarPreviousYear {
text-shadow: rgba(247, 247, 247, 0.6) 0px 1px 0px;
padding: 1px 6px 1px 6px;
color: #545454;
font-size: 0.909em;
}