datebox.css 619 B

123456789101112131415161718192021222324252627282930313233343536
  1. .datebox-calendar-inner {
  2. height: 250px;
  3. }
  4. .datebox-button {
  5. padding: 4px 0;
  6. text-align: center;
  7. }
  8. .datebox-button a {
  9. line-height: 22px;
  10. font-size: 14px;
  11. font-weight: bold;
  12. text-decoration: none;
  13. opacity: 0.6;
  14. filter: alpha(opacity=60);
  15. }
  16. .datebox-button a:hover {
  17. opacity: 1.0;
  18. filter: alpha(opacity=100);
  19. }
  20. .datebox-current,
  21. .datebox-close {
  22. float: left;
  23. }
  24. .datebox-close {
  25. float: right;
  26. }
  27. .datebox .combo-arrow {
  28. background-image: url('images/datebox_arrow.png');
  29. background-position: center center;
  30. }
  31. .datebox-button {
  32. background-color: #fff;
  33. }
  34. .datebox-button a {
  35. color: #777;
  36. }