config-cc.css 798 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. /**
  2. * Copy of CC standard stylesheet, plus tweaks for iframe usage
  3. */
  4. body {
  5. margin: 0;
  6. background: #eee;
  7. font-family: Verdana;
  8. color: #333;
  9. }
  10. #main {
  11. border: 1px solid #D0D0D0;
  12. background: #fff;
  13. margin: 0.5em;
  14. }
  15. /**
  16. * Looks like you have to specify the width of #menu
  17. * or IE5 Mac stretches it all the way across the div, and
  18. * Opera streches it half way.
  19. */
  20. #main #menu {
  21. border-left: 1px dotted #ccc;
  22. float: right;
  23. width: 230px;
  24. background: white;
  25. margin: 0 0 10px 10px;
  26. }
  27. td, h3, p, h1, pre {
  28. margin: 0 20px 20px 20px;
  29. font-size: 11px;
  30. line-height: 140%;
  31. }
  32. .header {
  33. padding-left: 10px;
  34. padding-top: 10px;
  35. }
  36. .nav {
  37. padding-left: 10px;
  38. padding-bottom: 10px;
  39. font-size: 11px;
  40. margin-bottom: 16px;
  41. }
  42. #menu p {
  43. font-size: 11px;
  44. }
  45. .dent {
  46. margin-left: 64px;
  47. }