8b6c33b71a921f5c17cc793704a282e458bbf673.svn-base 2.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156
  1. #mainCal table{
  2. border-collapse: collapse;
  3. border-cellspacin:0;
  4. margin:0 auto;
  5. width:100%;
  6. }
  7. #mainCal table td{
  8. vertical-align: middle;
  9. width:14%;
  10. color:#888;
  11. border:1px solid #e5e5e5;
  12. background:#fff;
  13. }
  14. .calendar table { position:relative; }
  15. .tablehead{
  16. font-size: 14px;
  17. font-family:Microsoft YaHei;
  18. margin-bottom:5px;
  19. }
  20. .thead{
  21. height: 30px;
  22. line-height: 30px;
  23. text-align: center;
  24. }
  25. .first td { border-top:solid 1px #e5e5e5; }
  26. #mainCal .block{
  27. cursor: pointer;
  28. font-family:"Microsoft YaHei";
  29. display:table-cell;
  30. /*vertical-align: bottom;*/
  31. }
  32. #mainCal .block a .tdhover{
  33. border: 0px solid #FFF;
  34. color:#999;
  35. font-size:12px;
  36. }
  37. #mainCal .block_content{
  38. height:100%;
  39. line-height:100%;
  40. display:block;
  41. color:#444444;
  42. position:relative;
  43. *z-index:0;
  44. }
  45. #mainCal a.block_content:hover .tdhover{
  46. border:2px solid #54a024;
  47. }
  48. #mainCal .block_click a.block_content .tdhover{
  49. border:2px solid #2aabff;
  50. }
  51. #mainCal .today {background-color:#2aabff;}
  52. #mainCal .today .block_content ..tdhover{
  53. color:#fff;
  54. border:2px solid #2aabff;
  55. }
  56. #mainCal .today a.block_content:hover .tdhover{
  57. color:#000;
  58. border:2px solid #2aabff;
  59. }
  60. .tdhover { position:absolute;width:100%;height:100%;;top:-2px;left:-2px; }
  61. .jprestWork {
  62. background-color: #FF7800;
  63. color: #FFFFFF;
  64. height: 12px;
  65. padding: 2px;
  66. position: absolute;
  67. right: 0;
  68. top: 0;
  69. width: 12px;
  70. }
  71. .jprestWorkw{
  72. color:#fff;
  73. background-color:#aeaeae;
  74. }
  75. .block5 .jprestWork {
  76. }
  77. .number{
  78. text-align: center;
  79. color:#666;
  80. font-size:26px;
  81. height:27px;
  82. line-height:27px;
  83. }
  84. .block5 .number {
  85. height: 24px;
  86. line-height: 24px;
  87. }
  88. .lnumber{
  89. font-size:13px;
  90. text-align: center;
  91. color:#999;
  92. height:16px;
  93. line-height:16px;
  94. margin-top:4px;
  95. }
  96. .today .lnumber,.today .number{color:#fff;}
  97. .block5 .lnumber {
  98. height: 18px;
  99. line-height: 18px;
  100. }
  101. #mainCal a,a:hover { text-decoration:none; }
  102. .ymd-w{
  103. height:33px;
  104. line-height:33px;
  105. position:relative;
  106. padding-left:5px;
  107. *padding-left:10px;
  108. }
  109. .prev_button{
  110. background:url(../img/wnl-list.png) no-repeat 4px -89px;
  111. _background-image: url(../img/wnl-list-8.png);
  112. }
  113. .next_button
  114. {
  115. background:url(../img/wnl-list.png) no-repeat -44px -89px;
  116. _background-image: url(../img/wnl-list-8.png);
  117. }
  118. a { outline: medium none; }
  119. #year_func, #month_func
  120. {
  121. color: #2A4564;
  122. display: inline-block;
  123. font-size: 20px;
  124. line-height: 26px;
  125. text-align: center;
  126. }
  127. #year_func, #month_func, #prev_button, #next_button
  128. {
  129. display:inline-block;
  130. font-family: "Microsoft Yahei";
  131. }
  132. #month_num
  133. {
  134. margin-left: 5px;
  135. }
  136. .more_events {
  137. border-color: #999 transparent transparent;
  138. border-right: 4px dashed transparent;
  139. border-style: solid dashed dashed;
  140. border-width: 4px 4px 0;
  141. }
  142. .more_events:hover {
  143. border-color: #000 transparent transparent;
  144. }
  145. #cal_down { position:relative; width:100%; }