Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

calendar-win2k-1.css 5.8KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271
  1. /* The main calendar widget. DIV containing a table. */
  2. .calendar {
  3. position: relative;
  4. display: none;
  5. border-top: 2px solid #fff;
  6. border-right: 2px solid #000;
  7. border-bottom: 2px solid #000;
  8. border-left: 2px solid #fff;
  9. font-size: 11px;
  10. color: #000;
  11. cursor: default;
  12. background: #d4d0c8;
  13. font-family: tahoma,verdana,sans-serif;
  14. }
  15. .calendar table {
  16. border-top: 1px solid #000;
  17. border-right: 1px solid #fff;
  18. border-bottom: 1px solid #fff;
  19. border-left: 1px solid #000;
  20. font-size: 11px;
  21. color: #000;
  22. cursor: default;
  23. background: #d4d0c8;
  24. font-family: tahoma,verdana,sans-serif;
  25. }
  26. /* Header part -- contains navigation buttons and day names. */
  27. .calendar .button { /* "<<", "<", ">", ">>" buttons have this class */
  28. text-align: center;
  29. padding: 1px;
  30. border-top: 1px solid #fff;
  31. border-right: 1px solid #000;
  32. border-bottom: 1px solid #000;
  33. border-left: 1px solid #fff;
  34. }
  35. .calendar .nav {
  36. background: transparent url(menuarrow.gif) no-repeat 100% 100%;
  37. }
  38. .calendar thead .title { /* This holds the current "month, year" */
  39. font-weight: bold;
  40. padding: 1px;
  41. border: 1px solid #000;
  42. background: #848078;
  43. color: #fff;
  44. text-align: center;
  45. }
  46. .calendar thead .headrow { /* Row <TR> containing navigation buttons */
  47. }
  48. .calendar thead .daynames { /* Row <TR> containing the day names */
  49. }
  50. .calendar thead .name { /* Cells <TD> containing the day names */
  51. border-bottom: 1px solid #000;
  52. padding: 2px;
  53. text-align: center;
  54. background: #f4f0e8;
  55. }
  56. .calendar thead .weekend { /* How a weekend day name shows in header */
  57. color: #f00;
  58. }
  59. .calendar thead .hilite { /* How do the buttons in header appear when hover */
  60. border-top: 2px solid #fff;
  61. border-right: 2px solid #000;
  62. border-bottom: 2px solid #000;
  63. border-left: 2px solid #fff;
  64. padding: 0px;
  65. background-color: #e4e0d8;
  66. }
  67. .calendar thead .active { /* Active (pressed) buttons in header */
  68. padding: 2px 0px 0px 2px;
  69. border-top: 1px solid #000;
  70. border-right: 1px solid #fff;
  71. border-bottom: 1px solid #fff;
  72. border-left: 1px solid #000;
  73. background-color: #c4c0b8;
  74. }
  75. /* The body part -- contains all the days in month. */
  76. .calendar tbody .day { /* Cells <TD> containing month days dates */
  77. width: 2em;
  78. text-align: right;
  79. padding: 2px 4px 2px 2px;
  80. }
  81. .calendar tbody .day.othermonth {
  82. font-size: 80%;
  83. color: #aaa;
  84. }
  85. .calendar tbody .day.othermonth.oweekend {
  86. color: #faa;
  87. }
  88. .calendar table .wn {
  89. padding: 2px 3px 2px 2px;
  90. border-right: 1px solid #000;
  91. background: #f4f0e8;
  92. }
  93. .calendar tbody .rowhilite td {
  94. background: #e4e0d8;
  95. }
  96. .calendar tbody .rowhilite td.wn {
  97. background: #d4d0c8;
  98. }
  99. .calendar tbody td.hilite { /* Hovered cells <TD> */
  100. padding: 1px 3px 1px 1px;
  101. border-top: 1px solid #fff;
  102. border-right: 1px solid #000;
  103. border-bottom: 1px solid #000;
  104. border-left: 1px solid #fff;
  105. }
  106. .calendar tbody td.active { /* Active (pressed) cells <TD> */
  107. padding: 2px 2px 0px 2px;
  108. border-top: 1px solid #000;
  109. border-right: 1px solid #fff;
  110. border-bottom: 1px solid #fff;
  111. border-left: 1px solid #000;
  112. }
  113. .calendar tbody td.selected { /* Cell showing selected date */
  114. font-weight: bold;
  115. border-top: 1px solid #000;
  116. border-right: 1px solid #fff;
  117. border-bottom: 1px solid #fff;
  118. border-left: 1px solid #000;
  119. padding: 2px 2px 0px 2px;
  120. background: #e4e0d8;
  121. }
  122. .calendar tbody td.weekend { /* Cells showing weekend days */
  123. color: #f00;
  124. }
  125. .calendar tbody td.today { /* Cell showing today date */
  126. font-weight: bold;
  127. color: #00f;
  128. }
  129. .calendar tbody .disabled { color: #999; }
  130. .calendar tbody .emptycell { /* Empty cells (the best is to hide them) */
  131. visibility: hidden;
  132. }
  133. .calendar tbody .emptyrow { /* Empty row (some months need less than 6 rows) */
  134. display: none;
  135. }
  136. /* The footer part -- status bar and "Close" button */
  137. .calendar tfoot .footrow { /* The <TR> in footer (only one right now) */
  138. }
  139. .calendar tfoot .ttip { /* Tooltip (status bar) cell <TD> */
  140. background: #f4f0e8;
  141. padding: 1px;
  142. border: 1px solid #000;
  143. background: #848078;
  144. color: #fff;
  145. text-align: center;
  146. }
  147. .calendar tfoot .hilite { /* Hover style for buttons in footer */
  148. border-top: 1px solid #fff;
  149. border-right: 1px solid #000;
  150. border-bottom: 1px solid #000;
  151. border-left: 1px solid #fff;
  152. padding: 1px;
  153. background: #e4e0d8;
  154. }
  155. .calendar tfoot .active { /* Active (pressed) style for buttons in footer */
  156. padding: 2px 0px 0px 2px;
  157. border-top: 1px solid #000;
  158. border-right: 1px solid #fff;
  159. border-bottom: 1px solid #fff;
  160. border-left: 1px solid #000;
  161. }
  162. /* Combo boxes (menus that display months/years for direct selection) */
  163. .calendar .combo {
  164. position: absolute;
  165. display: none;
  166. width: 4em;
  167. top: 0px;
  168. left: 0px;
  169. cursor: default;
  170. border-top: 1px solid #fff;
  171. border-right: 1px solid #000;
  172. border-bottom: 1px solid #000;
  173. border-left: 1px solid #fff;
  174. background: #e4e0d8;
  175. font-size: 90%;
  176. padding: 1px;
  177. z-index: 100;
  178. }
  179. .calendar .combo .label,
  180. .calendar .combo .label-IEfix {
  181. text-align: center;
  182. padding: 1px;
  183. }
  184. .calendar .combo .label-IEfix {
  185. width: 4em;
  186. }
  187. .calendar .combo .active {
  188. background: #c4c0b8;
  189. padding: 0px;
  190. border-top: 1px solid #000;
  191. border-right: 1px solid #fff;
  192. border-bottom: 1px solid #fff;
  193. border-left: 1px solid #000;
  194. }
  195. .calendar .combo .hilite {
  196. background: #048;
  197. color: #fea;
  198. }
  199. .calendar td.time {
  200. border-top: 1px solid #000;
  201. padding: 1px 0px;
  202. text-align: center;
  203. background-color: #f4f0e8;
  204. }
  205. .calendar td.time .hour,
  206. .calendar td.time .minute,
  207. .calendar td.time .ampm {
  208. padding: 0px 3px 0px 4px;
  209. border: 1px solid #889;
  210. font-weight: bold;
  211. background-color: #fff;
  212. }
  213. .calendar td.time .ampm {
  214. text-align: center;
  215. }
  216. .calendar td.time .colon {
  217. padding: 0px 2px 0px 3px;
  218. font-weight: bold;
  219. }
  220. .calendar td.time span.hilite {
  221. border-color: #000;
  222. background-color: #766;
  223. color: #fff;
  224. }
  225. .calendar td.time span.active {
  226. border-color: #f00;
  227. background-color: #000;
  228. color: #0f0;
  229. }