main.css 1.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147
  1. BODY,H1,H2,H3,H4,H5,H6,P,CENTER,TD,TH,UL,DL,DIV, SPAN {
  2. font-family: Arial, Geneva, Helvetica, sans-serif;
  3. }
  4. a {
  5. text-decoration: none;
  6. }
  7. a:hover {
  8. text-decoration: underline;
  9. }
  10. td.top_table {
  11. padding: 5px;
  12. }
  13. div.method_doc {
  14. padding-bottom: 30px;
  15. }
  16. div.method_description {
  17. margin-left: 30px;
  18. }
  19. list.inh_class_list {
  20. margin-left: 30px;
  21. }
  22. div.inh_class_list {
  23. margin-left: 30px;
  24. }
  25. div.method_doc div.method {
  26. font-size: 12pt;
  27. font-weight: bold;
  28. }
  29. span.funcdecl {
  30. color: #202060;
  31. }
  32. span.funcdef {
  33. color: #202060;
  34. }
  35. span.qualifier {
  36. font-weight: bold;
  37. }
  38. span.symbol {
  39. /*font-weight: bold;*/
  40. color: #471870;
  41. }
  42. span.datatype {
  43. color: #6a1533;
  44. }
  45. tr.category_title {
  46. background-color: #333333;
  47. }
  48. a.category_title {
  49. font-weight: bold;
  50. color: #FFFFFF;
  51. }
  52. div.method_list {
  53. margin-left: 30px;
  54. }
  55. div.constant_list {
  56. margin-left: 30px;
  57. }
  58. div.member_list {
  59. margin-left: 30px;
  60. }
  61. div.description {
  62. margin-left: 30px;
  63. }
  64. div.class_description {
  65. margin-left: 30px;
  66. }
  67. div.method_list li div {
  68. display: inline;
  69. }
  70. div.member_list li div.member {
  71. display: inline;
  72. }
  73. div.constant_list li div.constant {
  74. display: inline;
  75. }
  76. span.member_description {
  77. font-style: italic;
  78. color: grey;
  79. }
  80. span.constant_description {
  81. font-style: italic;
  82. color: grey;
  83. }
  84. span.identifier {
  85. font-weight: bold;
  86. }
  87. table.class_table td {
  88. vertical-align: top;
  89. }