tour.theme.css 538 B

1234567891011121314151617181920212223242526272829
  1. .joyride-tip-guide .tour-tip-label {
  2. margin-top: 0;
  3. }
  4. .joyride-tip-guide h2 {
  5. margin: 10px 0;
  6. color: #fff;
  7. font-family: "Lucida Grande", "Lucida Sans Unicode", "DejaVu Sans", "Lucida Sans", sans-serif;
  8. font-size: 18px;
  9. font-weight: bold;
  10. line-height: 20px;
  11. }
  12. .joyride-tip-guide p {
  13. font-size: 13px;
  14. line-height: 18px;
  15. }
  16. .joyride-tip-guide .button {
  17. padding: 4px 1.5em;
  18. font-size: 14px;
  19. line-height: 17px;
  20. }
  21. .joyride-tip-guide a:hover,
  22. .joyride-tip-guide a:focus {
  23. color: #000;
  24. background-color: #efefef;
  25. }