doc.css 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131
  1. #page {
  2. background: #e0e0ff url('images/orion4.jpg') no-repeat top right;
  3. border: solid black 1px;
  4. padding: 10px;
  5. }
  6. #page p {
  7. text-align: justify;
  8. }
  9. #menu {
  10. font-size: 70%;
  11. position:absolute;
  12. width: 100px;
  13. }
  14. #menu ul {
  15. margin: 0px;
  16. padding: 0px;
  17. }
  18. #menu li {
  19. border: solid black 1px;
  20. background: white;
  21. text-align: center;
  22. list-style-type: none;
  23. margin: 5px;
  24. padding-top: 2px;
  25. padding-bottom: 2px;
  26. }
  27. #menu a {
  28. border: none;
  29. text-align: center;
  30. }
  31. #content {
  32. margin-left: 120px;
  33. margin-top: 0px;
  34. }
  35. h1 {
  36. margin: 0px;
  37. padding: 0px;
  38. margin-bottom: 50px;
  39. }
  40. body {
  41. background: white;
  42. font-family: Geneva,Arial,Helvetica,sans-serif;
  43. color: black;
  44. }
  45. table { width: 100% }
  46. div.base { text-align: justify }
  47. H1 { font-style: normal;
  48. font-weight: bold;
  49. font-size: 300%;
  50. text-decoration: underline;
  51. text-align: center;
  52. color: #8000a0 }
  53. H2, H3, H4, H5, H6 { color: #a00000 }
  54. H2 { font-size: 150%;
  55. font-style: italic }
  56. CODE { color: #008040;
  57. font-weight: bold; }
  58. pre.codesnippet { font-family: monospace;
  59. font-size: 80%;
  60. padding: 1em;
  61. font-weight: bold;
  62. color: #008040;
  63. border: double #00a080 }
  64. pre.codesnippet .emphasis { color: #800000; font-style: italic }
  65. .important { font-style: italic;
  66. margin: 1em;
  67. padding: 1em;
  68. border: double red }
  69. .note { font-weight: bold;
  70. background: yellow }
  71. #copyright {
  72. font-size: 70%;
  73. }
  74. #copyright p {
  75. text-align: center;
  76. }
  77. .Orion { color: #008040;
  78. font-weight: bold;
  79. font-style: italic }
  80. .instdir { color:blue;
  81. font-family: monospace }
  82. .fileref { font-family: monospace;
  83. font-size: 90%;
  84. font-weight: bold;
  85. color: #008040 }
  86. .configparam { font-family: monospace;
  87. font-size: 90%;
  88. font-weight: bold;
  89. color: blue }
  90. .configvalue { font-family: monospace;
  91. font-size: 90%;
  92. font-style: italic;
  93. color: blue }
  94. a:link, a:visited, a:active, a:hover { color:#a00000 }
  95. /* Orion Table */
  96. table.ot { border: double black }
  97. table.ot th { background: #e0c0ff; font-style: italic }
  98. table.ot td { vertical-align: top; padding-left: 2px }
  99. table.ot tr.odd td, table.ot tr.even td, table.ot tr th { border: solid black 1px }
  100. table.striped tr.even { background: #e0e0ff }
  101. table.striped tr.odd { background: #e0f0ff }
  102. /* Structural table */
  103. table,table td,table th { border: none; vertical-align: top; }
  104. /* Menu table */
  105. table.menu td { border: solid black 1px; background: white; text-align: center }
  106. table.menu a { border: none;
  107. font-size: 70%;
  108. text-align: center }
  109. /* I want this is, but it causes Mozilla 1.4 beta to crash!!!!!! */
  110. /* p:first-letter { font-size: 150% }*/
  111. .sunblue{background:#594fbf;color:#fff}
  112. .sunyellow{background:#fbe249}
  113. .sunred{background:#d12124;color:#fff;font-weight:bold}
  114. .sunred a:link { color: white }
  115. .sunred a:visited { color: white }
  116. .sunred a:active { color: white }
  117. .sunred a:hover { color: white }