bmxstyle.css 1.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126
  1. body{
  2. color: #000000;
  3. background: #ffffff;
  4. font: 9pt helvetica;
  5. }
  6. body.navbar{
  7. color: #000000;
  8. background: #ffffff;
  9. font: 10pt helvetica;
  10. padding: 2px;
  11. }
  12. h1{
  13. font: 14pt helvetica;
  14. font-weight: bold;
  15. }
  16. h2{
  17. font: 12pt helvetica;
  18. font-weight: bold;
  19. }
  20. h3{
  21. font: 10pt helvetica;
  22. font-weight: bold;
  23. }
  24. table{
  25. background: #ffffff;
  26. font: 10pt helvetica;
  27. }
  28. th{
  29. padding: 4px;
  30. background: #ccddee;
  31. border-bottom: 1px solid #bbccdd;
  32. text-align: left;
  33. }
  34. td{
  35. padding: 4px;
  36. background: #ddeeff;
  37. border-bottom: 1px solid #ccddee;
  38. }
  39. td.blank{
  40. padding: 0px;
  41. background: #ffffff;
  42. border: none;
  43. }
  44. td.small{
  45. padding: 2px;
  46. background: #ddeeff;
  47. border-bottom: 1px solid #ccddee;
  48. font: 8pt helvetica;
  49. }
  50. td.doctop{
  51. padding: 10px;
  52. background: #ccddee;
  53. border-bottom: 1px solid #bbccdd;
  54. font: 10pt helvetica;
  55. vertical-align: text-top;
  56. font-weight: bold;
  57. }
  58. td.docleft{
  59. padding: 10px;
  60. background: #ccddee;
  61. border-bottom: 1px solid #bbccdd;
  62. font: 8pt helvetica;
  63. vertical-align: text-top;
  64. width: 10%;
  65. }
  66. td.docright{
  67. padding:10px;
  68. background: #ddeeff;
  69. border-bottom: 1px solid #ccddee;
  70. font: 10pt helvetica;
  71. vertical-align: text-top;
  72. width: 90%;
  73. }
  74. pre{
  75. font: 10pt courier;
  76. background: #eef8ff;
  77. padding: 8px;
  78. }
  79. font.token{
  80. font-weight: bold;
  81. }
  82. font.syntax{
  83. color: #005555;
  84. }
  85. div.ref{
  86. border: 1px solid #000000;
  87. }
  88. div.indent{
  89. padding-left: 8px;
  90. }
  91. div.syntax{
  92. color: #005555;
  93. padding: 8px;
  94. }
  95. a{
  96. color: #000088;
  97. font: 10pt helvetica;
  98. text-decoration: underline;
  99. }
  100. a.navbig{
  101. color: #000088;
  102. font: 9pt helvetica;
  103. text-decoration: none;
  104. }
  105. a.navsmall{
  106. color: #000088;
  107. font: 8pt helvetica;
  108. text-decoration: none;
  109. }
  110. a:hover{
  111. color: #000088;
  112. }
  113. a.small{
  114. color: #000088;
  115. font: 8pt helvetica;
  116. }
  117. a.token{
  118. color: #000088;
  119. text-decoration: underline;
  120. }
  121. a.null{
  122. text-decoration: none;
  123. }
  124. div.entries{
  125. display: none;
  126. }