kea-guide.css 896 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  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. .warning {
  30. background-color: #eedddd;
  31. border: 1px solid #ccaaaa;
  32. margin: 1em 0 1em 0;
  33. padding: 0.5em 1em 0.5em 1em;
  34. -moz-border-radius: 10px;
  35. -webkit-border-radius: 10px;
  36. }
  37. h3 {
  38. text-decoration: underline;
  39. }
  40. h4 {
  41. text-decoration: underline;
  42. font-weight: normal;
  43. }