599b3f3a78fdb643daac6612fcd82b2a8664112e.svn-base 616 B

123456789101112131415161718192021222324252627282930313233343536
  1. .datebox-calendar-inner {
  2. height: 180px;
  3. }
  4. .datebox-button {
  5. height: 18px;
  6. padding: 2px 5px;
  7. text-align: center;
  8. }
  9. .datebox-button a {
  10. font-size: 12px;
  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: #555;
  33. }
  34. .datebox-button a {
  35. color: #fff;
  36. }