CalendarView.css 1.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. div.line {
  2. position:absolute;
  3. z-index:2;
  4. width:2px;
  5. height:2px;
  6. font-size:2px;
  7. background-color:#000000;
  8. overflow:hidden;
  9. }
  10. .calendar-emptyday
  11. {
  12. background-color: #cccccc;
  13. }
  14. .calendarview-table
  15. {
  16. border: 1px solid #000000;
  17. }
  18. .calendarview-title
  19. {
  20. border: 1px solid #000000;
  21. text-align: center;
  22. height: 40px;
  23. font-size: 20px;
  24. font-weight: bold;
  25. }
  26. .calendarview-monthtitle-left
  27. {
  28. border: 1px solid #000000;
  29. text-align: center;
  30. height: 40px;
  31. }
  32. .calendarview-monthtitle
  33. {
  34. border: 1px solid #000000;
  35. text-align: center;
  36. }
  37. .calendarview-weektitle-left
  38. {
  39. border: 1px solid #000000;
  40. text-align: center;
  41. height: 40px;
  42. }
  43. .calendarview-weektitle
  44. {
  45. border: 1px solid #000000;
  46. text-align: center;
  47. }
  48. .calendarview-days-left
  49. {
  50. border: 1px solid #000000;
  51. text-align: center;
  52. width: 80px;
  53. }
  54. .calendarview-days
  55. {
  56. border: 1px solid #000000;
  57. text-align: center;
  58. width: 40px;
  59. height: 40px;
  60. }