Calendar.css 6.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307
  1. .dojoxCalendar {
  2. width: 182px;
  3. }
  4. .dojoxCalendarContainer {
  5. cursor: default;
  6. font-family: tahoma, verdana, helvetica;
  7. font-size: 11px;
  8. padding: 0px;
  9. text-align: center;
  10. width: 180px;
  11. overflow: hidden;
  12. }
  13. .dj_ie6 .dojoxCalendarContainer {
  14. width: auto;
  15. position: relative;
  16. }
  17. .dojoxCalendarBody {
  18. height: 138px;
  19. overflow: hidden;
  20. position: relative;
  21. margin: auto;
  22. width: 180px;
  23. }
  24. .dojoxCalendar .no-header .dojoxCalendarBody {
  25. height: 162px;
  26. }
  27. .dojoxCalendar .dijitCalendarDayLabels, .dojoxCalendarMonthLabels, .dojoxCalendarYearLabels, .dojoxCal-MY-labels {
  28. width: 180px;
  29. height: 138px;
  30. top: 0px;
  31. position: absolute;
  32. left: 0px;
  33. margin: auto;
  34. text-align: center;
  35. }
  36. .dojoxCalendar .dojoxCalendarBody > div {
  37. width: 180px;
  38. }
  39. .dojoxCalendar .dijitCalendarDateTemplate {
  40. padding: 0 1px 0 0 !important;
  41. }
  42. .nihilo .dojoxCalendar .dijitCalendarDateTemplate,
  43. .soria .dojoxCalendar .dijitCalendarDateTemplate {
  44. border: 0px none !important;
  45. }
  46. .soria tr.dojoxCal-MY-btns {
  47. background: url(../../../dijit/themes/soria/images/tabBottomHoverC.gif) repeat-x scroll 0px -21px;
  48. }
  49. .dojoxCalendar .noPointer, .dojoxCalendar .noPointer * {
  50. cursor: auto;
  51. }
  52. .dojoxCalendarContainer table {
  53. font-size: 11px;
  54. border-bottom: 4px solid white;
  55. }
  56. .dojoxCalendarHeader {
  57. height: 20px;
  58. width: 172px;
  59. padding: 4px 4px 0;
  60. }
  61. .dojoxCalendar .no-header .dojoxCalendarHeader {
  62. display: none;
  63. }
  64. .soria .dojoxCalendarHeader {
  65. background: #BED7F0 url(../../../dijit/themes/soria/images/titleBar.png) repeat-x scroll center top;
  66. }
  67. .dojoxCalendarDecrease, .dojoxCalendarIncrease {
  68. height: 15px;
  69. width: 15px;
  70. cursor: pointer;
  71. }
  72. .dojoxCalendarDecrease {
  73. background: transparent url(../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png) no-repeat scroll left top;
  74. float: left;
  75. }
  76. .dojoxCalendarIncrease {
  77. background: transparent url(../../../dijit/themes/nihilo/images/spriteRoundedIconsSmall.png) no-repeat scroll -30px top;
  78. float: right;
  79. }
  80. .dojoxCalendarMonthLabel {
  81. cursor: pointer;
  82. height: 35px;
  83. width: 41px;
  84. overflow: hidden;
  85. text-align: center;
  86. padding-top: 10px;
  87. }
  88. .dojoxCalendarYearLabel {
  89. cursor: pointer;
  90. height: 35px;
  91. width: 41px;
  92. overflow: hidden;
  93. text-align: center;
  94. padding-top: 10px;
  95. }
  96. .dojoxCalendarTitle {
  97. cursor: pointer;
  98. font-weight: bold;
  99. }
  100. .dojoxCalendar .navToPanel .dojoxCalendarDayYearLabel,
  101. .dojoxCalendar .navToPanel .dojoxCalendarYearHeader,
  102. .dojoxCalendar .navToPanel .dojoxCalendarMonthHeader {
  103. padding-right: 15px;
  104. background: url(../../../dijit/themes/tundra/images/comboArrowDown.gif) right no-repeat;
  105. }
  106. .dojoxCalendar .dijitCalendarDateLabel {
  107. height: 17px;
  108. width: 17px;
  109. padding: 1px 3px 0px 3px;
  110. text-align: center;
  111. border: 1px solid white;
  112. }
  113. .dojoxCalendar .dijitCalendarDayLabel {
  114. cursor: pointer;
  115. height: 17px;
  116. width: 18px;
  117. padding: 0pt 2px;
  118. text-align: center;
  119. }
  120. .dojoxCalendar .dojoxCalendarContainer {
  121. background-color: white;
  122. border: 1px solid #656565;
  123. color: black;
  124. }
  125. .dojoxCalendar .dijitCalendarDisabledDate {
  126. text-decoration:line-through !important;
  127. cursor:default !important;
  128. }
  129. .dojoxCalendar .dojoxCalendarFooter {
  130. border-top: 1px solid #F4F4F4;
  131. height: 15px;
  132. padding-top: 4px;
  133. cursor: pointer;
  134. }
  135. .soria .dojoxCalendar .dojoxCalendarFooter {
  136. border-top: 0px none;
  137. padding-top: 5px;
  138. background: white url(../../../dijit/themes/soria/images/titleBar.png) repeat-x scroll center top
  139. }
  140. .dojoxCalendar .dojoxCalendarMonthLabel {
  141. border: 1px solid white;
  142. }
  143. .dojoxCalendar .dojoxCalendarYearLabel {
  144. border: 1px solid white;
  145. }
  146. .dojoxCalendar .dijitCalendarNextMonth .dijitCalendarDateLabel,
  147. .dojoxCalendar .dijitCalendarPreviousMonth .dijitCalendarDateLabel {
  148. border: 0px;
  149. color: #646464;
  150. padding-left: 0px;
  151. padding-right: 0px;
  152. }
  153. .dojoxCalendar .dijitCalendarNextMonth, .dojoxCalendar .dijitCalendarPreviousMonth {
  154. background-color: #E4E4E4;
  155. }
  156. .dojoxCalendar .dijitCalendarNextMonth .dojoxCalendarYearLabel,
  157. .dojoxCalendar .dijitCalendarPreviousMonth .dojoxCalendarYearLabel {
  158. background-color: white;
  159. border-color: white;
  160. color: #646464;
  161. }
  162. .dojoxCalendar .dijitCalendarSelectedDate,
  163. .tundra .dojoxCalendar .dijitCalendarSelectedDate,
  164. .nihilo .dojoxCalendar .dijitCalendarSelectedDate {
  165. /* cell for the selected date */
  166. background-color:#ffe284 !important;
  167. color:black !important;
  168. border:#f5b93c solid 1px !important;
  169. }
  170. .soria .dojoxCalendar td.dijitCalendarSelectedDate {
  171. background-color: #B9CBF1 !important;
  172. color: black !important;
  173. border: 1px solid #4B5AAA !important;
  174. }
  175. .soria .dojoxCalendar .dijitCalendarSelectedDate div {
  176. /* cell for the selected date */
  177. background-color: #B9CBF1 !important;
  178. border: none !important;
  179. }
  180. .dojoxCalendar .dijitCalendarSelectedDate div {
  181. /* cell for the selected date */
  182. background-color: #FFE284 !important;
  183. border: none !important;
  184. }
  185. div.dojoxCalendar tr.dojoxCal-MY-G-Template td.dijitCalendarSelectedDate {
  186. background-color: transparent;
  187. width: 43px;
  188. }
  189. .dojoxCalendar tr.dojoxCal-MY-G-Template td {
  190. width: 45px;
  191. }
  192. .dojoxCalendar .dijitCalendarSelectedDate div.dijitCalendarDateLabel {
  193. padding: 1px 1px 0px 3px;
  194. }
  195. .dojoxCalendar .monthOnly .dijitCalendarDayLabels,
  196. .dojoxCalendar .yearOnly .dijitCalendarDayLabels,
  197. .dojoxCalendar .monthOnly .dojoxCalendarComma,
  198. .dojoxCalendar .yearOnly .dojoxCalendarComma,
  199. .dojoxCalendar .monthOnly .dojoxCalendarFooter,
  200. .dojoxCalendar .yearOnly .dojoxCalendarFooter,
  201. .dojoxCalendar .monthOnly .dojoxCalendarYearHeader,
  202. .dojoxCalendar .monthOnly .dojoxCalendarIncrease,
  203. .dojoxCalendar .monthOnly .dojoxCalendarDecrease,
  204. .dojoxCalendar .yearOnly .dojoxCalendarMonthLabelNode {
  205. display: none;
  206. }
  207. .dojoxCal-MY-labels .dojoxCalendarMonthLabel,
  208. .dojoxCal-MY-labels .dojoxCalendarYearLabel {
  209. height: 13px;
  210. padding-top: 4px;
  211. padding-bottom: 3px;
  212. }
  213. .dojoxCal-MY-labels td.dojoxCal-MY-btns {
  214. padding-top: 2px;
  215. border-top: 1px solid grey;
  216. text-align: center;
  217. }
  218. .dojoxCal-MY-labels {
  219. background-color: white;
  220. }
  221. .dojoxCal-MY-labels .dojoxCalendarIncrease,
  222. .dojoxCal-MY-labels .dojoxCalendarDecrease {
  223. float: none;
  224. margin-left: 14px;
  225. }
  226. .dojoxCal-MY-btns button {
  227. font-size: 8pt;
  228. }
  229. .dojoxCalendar .dojoxCal-MY-btns .dijitDisabled button {
  230. color: #999;
  231. }
  232. .dojoxCal-hidden {
  233. visibility: hidden;
  234. }
  235. .dojoxCalendar .dojoxCal-MY-labels {
  236. height: 164px;
  237. }
  238. .dojoxCalendar .dojoxCal-MY-labels .dijitCalendarSelectedDate div {
  239. padding-top: 3px;
  240. padding-bottom: 2px;
  241. }
  242. .soria .dojoxCal-MY-labels .dijitCalendarSelectedDate div {
  243. padding-top: 4px;
  244. padding-bottom: 3px;
  245. }
  246. .dojoxCal-MY-labels .dojoxCalendarMonthLabel {
  247. width: 38px;
  248. }
  249. .dojoxCal-MY-labels .dojoxCal-MY-M-last {
  250. border-right: 1px grey solid;
  251. }
  252. .soria .dojoxCal-MY-labels .dojoxCal-MY-M-last {
  253. border-right: 1px #B9CBF1 solid;
  254. }
  255. .dojoxCal-MY-labels .dojoxCal-MY-M-last .dojoxCalendarMonthLabel,
  256. .dojoxCal-MY-labels .dojoxCal-MY-G-Template div.dojoxCalendarYearLabel {
  257. width: 42px;
  258. }
  259. .dojoxCalendar .cancel-btn {
  260. margin-left: 11px;
  261. }
  262. .dojoxCalendar .ok-btn {
  263. margin-left: 15px;
  264. }