You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

help.css 758B

1234567891011121314151617181920212223242526272829303132333435363738394041424344
  1. #helpcontentframe {
  2. border: 0;
  3. border-radius: 4px;
  4. }
  5. #mainscreen .readtext {
  6. margin: 20px;
  7. }
  8. #helptoolbar {
  9. position: absolute;
  10. top: -6px;
  11. left: 0;
  12. height: 40px;
  13. white-space: nowrap;
  14. }
  15. #taskbar a.button-help span.button-inner {
  16. background: url(help.png) 0 0 no-repeat;
  17. height: 19px;
  18. }
  19. #taskbar a.button-help:hover span.button-inner,
  20. #taskbar a.button-help.button-selected span.button-inner {
  21. background: url(help.png) 0 -24px no-repeat;
  22. height: 19px;
  23. }
  24. .toolbar a.button.help {
  25. background: url(help.png) center -51px no-repeat;
  26. }
  27. .toolbar a.button.about {
  28. background: url(help.png) center -89px no-repeat;
  29. }
  30. .toolbar a.button.license {
  31. background: url(help.png) center -130px no-repeat;
  32. }
  33. .iframebox.help_license {
  34. overflow: auto;
  35. }