forum_calendar.css 1.5 KB

1234567891011121314151617181920
  1. /*
  2. Popup Calendar CSS file for Discuz! X
  3. (C) Comsenz Inc.
  4. http://www.comsenz.com
  5. */
  6. /*Popup Calendar*/
  7. #calendar { padding: 5px; text-align: left; border: 1px solid {DROPMENUBORDER}; background: {WRAPBG}; margin-bottom: 0.8em; }
  8. #calendar td { padding: 2px; font-weight: 700; }
  9. #calendar_week td { height: 2em; line-height: 2em; border-bottom: 1px solid {SPECIALBORDER};}
  10. #calendar_week a { color: {HIGHLIGHTLINK}; }
  11. #hourminute td {padding: 4px 2px; border-top: 1px solid {SPECIALBORDER};}
  12. .calendar_expire, .calendar_expire a:link, .calendar_expire a:visited { color: {MIDTEXT}; font-weight: normal; }
  13. .calendar_default, .calendar_default a:link, .calendar_default a:visited { color: {HIGHLIGHTLINK};}
  14. .calendar_checked, .calendar_checked a:link, .calendar_checked a:visited { color: {NOTICETEXT}; font-weight: bold;}
  15. td.calendar_checked, span.calendar_checked{ background: {SPECIALBORDER};}
  16. .calendar_today, .calendar_today a:link, .calendar_today a:visited { color: {TABLETEXT}; font-weight: bold; }
  17. #calendar_header td{ width: 30px; height: 20px; border-bottom: 1px solid {SPECIALBORDER}; font-weight: normal; }
  18. #calendar_year { display: none; line-height: 130%; background: {WRAPBG}; position: absolute; z-index: 10; }
  19. #calendar_year .col { float: left; background: {WRAPBG}; margin-left: 1px; border: 1px solid {SPECIALBORDER}; padding: 4px; }
  20. #calendar_month { display: none; background: {WRAPBG}; line-height: 130%; border: 1px solid #DDD; padding: 4px; position: absolute; z-index: 11; }