lame.css 2.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144
  1. /* $Id$ */
  2. body {
  3. background: #FFFFFF;
  4. color: #000000;
  5. font-family: Verdana, Arial, Helvetica, sans-serif;
  6. margin: 0;
  7. padding: 0;
  8. text-align: justify;
  9. }
  10. #content {
  11. margin: 10px 5em 10px 10em;
  12. padding: 0;
  13. font-family: Verdana, Arial, Helvetica, sans-serif;
  14. font-size: 14px;
  15. }
  16. #menu {
  17. position: fixed;
  18. top: 10px;
  19. left: 10px;
  20. background: #17529D;
  21. border: 1px outset #808080;
  22. text-align: center;
  23. width: 7em;
  24. }
  25. #menu ul {
  26. list-style: none;
  27. margin: 0;
  28. padding: 0.1em 0.5em;
  29. }
  30. #menu a {
  31. border-bottom: 2px solid #ABD74C;
  32. color: white;
  33. display: block;
  34. font-weight: bold;
  35. padding: 10px;
  36. text-decoration: none;
  37. }
  38. #menu a:hover {
  39. background: #82A439;
  40. }
  41. #submenu {
  42. left: 20px;
  43. background: #17529D;
  44. border: 2px solid #ABD74C;
  45. text-align: center;
  46. width: 7em;
  47. }
  48. #submenu ul {
  49. list-style: none;
  50. margin: 0;
  51. padding: 0.1em 0.5em;
  52. }
  53. #submenu a {
  54. border-bottom: 2px solid #ABD74C;
  55. color: white;
  56. display: block;
  57. font-weight: bold;
  58. padding: 10px;
  59. text-decoration: none;
  60. }
  61. #submenu a:hover {
  62. background: #82A439;
  63. }
  64. #footer {
  65. border-top: 1px solid;
  66. padding: 4px;
  67. text-align: center;
  68. font-size: x-small;
  69. color: silver;
  70. }
  71. #footer img {
  72. margin: 0px 10px;
  73. }
  74. ul.sitemap {
  75. padding: 0px;
  76. }
  77. ul.sitemap li {
  78. list-style: none;
  79. }
  80. table {
  81. background:white;
  82. color:black;
  83. font-family: Verdana, Arial, Helvetica, sans-serif;
  84. font-size: 12px;
  85. border: 1px #ABD74C solid;
  86. margin-bottom: 5px;
  87. }
  88. table th {
  89. background-color: #DFFF9C;
  90. border-bottom: 1px #ABD74C solid;
  91. }
  92. table td {
  93. border-bottom: 1px #ABD74C solid;
  94. }
  95. table.devlist th {
  96. font-size: 18px;
  97. }
  98. .code {
  99. font-family: Courier, fixed;
  100. white-space: pre;
  101. }
  102. h3#latest_release {
  103. text-align: center;
  104. background: #CFF57C;
  105. border: 2px solid #ABD74C;
  106. }
  107. .hilight {
  108. text-align: center;
  109. background: #CFF57C;
  110. border: 2px solid #ABD74C;
  111. }
  112. .settingtitle {
  113. border-bottom: 1px solid #ABD74C;
  114. }
  115. img {
  116. border: 0px;
  117. }
  118. a {
  119. border-bottom: 2px solid #ABD74C;
  120. text-decoration: none;
  121. }
  122. a:hover {
  123. background: #CFF57C;
  124. }