datebox.css 619 B

12345678910111213141516171819202122232425262728293031323334353637383940414243
  1. .datebox-calendar-inner {
  2. height: 180px;
  3. }
  4. .datebox-button {
  5. padding: 0 5px;
  6. text-align: center;
  7. }
  8. .datebox-button a {
  9. line-height: 22px;
  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, .datebox-close {
  21. float: left;
  22. }
  23. .datebox-close {
  24. float: right;
  25. }
  26. .datebox .combo-arrow {
  27. background-image: url('images/datebox_arrow.png');
  28. background-position: center center;
  29. }
  30. .datebox-button {
  31. background-color: #f5f5f5;
  32. }
  33. .datebox-button a {
  34. color: #404040;
  35. }