pmccabe.css 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160
  1. body {
  2. font-family: Helvetica, sans-serif;
  3. }
  4. .page_title {
  5. font: 18pt Georgia, serif;
  6. color: darkred;
  7. }
  8. .section_title {
  9. font: 14pt Georgia, serif;
  10. color: darkred;
  11. }
  12. .report_timestamp {
  13. color: darkred;
  14. font-weight: bold;
  15. }
  16. .function_src {
  17. text-align: left;
  18. background: white;
  19. }
  20. .resume_table {
  21. }
  22. .resume_header_entry {
  23. color: black;
  24. }
  25. .resume_number_entry {
  26. color: darkred;
  27. font-weight: bold;
  28. text-align: right;
  29. }
  30. .ranges_table {
  31. border-spacing: 0px;
  32. border-bottom: solid 2px black;
  33. border-top: solid 2px black;
  34. border-left: solid 2px black;
  35. border-right: solid 2px black;
  36. }
  37. .ranges_header_entry {
  38. padding: 5px;
  39. border-bottom: solid 1px black;
  40. font-size: 1em;
  41. font-weight: bold;
  42. color: darkred;
  43. text-align: left;
  44. }
  45. .ranges_entry {
  46. }
  47. .ranges_entry_simple {
  48. background: #87ff75;
  49. }
  50. .ranges_entry_moderate {
  51. background: #fffc60;
  52. }
  53. .ranges_entry_high {
  54. background: #ff5a5d;
  55. }
  56. .ranges_entry_untestable {
  57. background: #993300
  58. }
  59. .function_table {
  60. border-spacing: 0px;
  61. border-bottom: solid 2px black;
  62. border-top: solid 2px black;
  63. border-left: solid 2px black;
  64. border-right: solid 2px black;
  65. }
  66. .function_table_caption {
  67. font-size: 1.1em;
  68. font-weight: bold;
  69. color: black;
  70. padding: 5px;
  71. }
  72. .function_table_header {
  73. }
  74. .function_table_header_entry {
  75. padding: 5px;
  76. border-bottom: solid 1px black;
  77. font-size: 1em;
  78. font-weight: bold;
  79. color: darkred;
  80. text-align: left;
  81. }
  82. .function_entry {
  83. }
  84. .function_entry_simple {
  85. background: #87ff75;
  86. }
  87. .function_entry_moderate {
  88. background: #fffc60;
  89. }
  90. .function_entry_high {
  91. background: #ff5a5d;
  92. }
  93. .function_entry_untestable {
  94. background: #993300
  95. }
  96. .function_entry_name {
  97. font-size: 1em;
  98. text-align: left;
  99. font-weight: bold;
  100. text-valign: top;
  101. border-top: solid 1px black;
  102. padding: 3px;
  103. }
  104. .function_entry_cyclo {
  105. font-size: 1em;
  106. text-align: right;
  107. text-valign: top;
  108. border-top: solid 1px black;
  109. padding: 3px;
  110. }
  111. .function_entry_number {
  112. font-size: 1em;
  113. text-align: right;
  114. text-valign: top;
  115. border-top: solid 1px black;
  116. padding: 3px;
  117. }
  118. .function_entry_filename {
  119. font-size: 1em;
  120. text-align: left;
  121. text-valign: top;
  122. border-top: solid 1px black;
  123. padding: 3px;
  124. }