bind10-guide.css 716 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. body {
  2. background-color: #ffffff;
  3. color: #333333;
  4. font-family: "ArialMT", "Verdana", "Arial", "Helvetica", sans-serif;
  5. font-size: 14px;
  6. line-height: 18px;
  7. margin: 2em;
  8. }
  9. .command {
  10. font-family: "Courier New", "Courier", monospace;
  11. font-weight: normal;
  12. }
  13. .note {
  14. background-color: #ddeedd;
  15. border: 1px solid #aaccaa;
  16. margin: 1em 0 1em 0;
  17. padding: 0.5em 1em 0.5em 1em;
  18. -moz-border-radius: 10px;
  19. -webkit-border-radius: 10px;
  20. }
  21. .screen {
  22. background-color: #ffffee;
  23. border: 1px solid #ddddaa;
  24. padding: 0.25em 1em 0.25em 1em;
  25. margin: 1em 0 1em 0;
  26. -moz-border-radius: 10px;
  27. -webkit-border-radius: 10px;
  28. }
  29. h3 {
  30. text-decoration: underline;
  31. }
  32. h4 {
  33. text-decoration: underline;
  34. font-weight: normal;
  35. }