PageRenderTime 39ms CodeModel.GetById 17ms RepoModel.GetById 1ms app.codeStats 0ms

/testability-explorer/src/main/resources/com/google/test/metric/report/te.css

http://testability-explorer.googlecode.com/
CSS | 100 lines | 98 code | 2 blank | 0 comment | 0 complexity | 2d7348aebb0a986089694f09dbcaf4bb MD5 | raw file
Possible License(s): Apache-2.0
  1. body {
  2. font-family: sans-serif;
  3. }
  4. #timestamp {
  5. color: #666;
  6. font-style: italic;
  7. position: absolute;
  8. right: 8px;
  9. top: 8px;
  10. z-index: 100;
  11. }
  12. .overview {
  13. border: 1px solid #cc6;
  14. background: #ffd;
  15. padding: 8px;
  16. margin-left: 16px;
  17. float: left;"
  18. }
  19. .overview_table th {
  20. font-weight: normal;
  21. padding-bottom: 4px;
  22. }
  23. .overview_table td {
  24. font-style: italic;
  25. }
  26. .percent {
  27. padding-left: 8px;
  28. text-align: right;
  29. }
  30. .overview_table .value {
  31. padding-left: 8px;
  32. text-align: right;
  33. }
  34. .cost {
  35. font-family: monospace;
  36. padding: 0.25em 0.5em;
  37. display: block;
  38. float: right;
  39. border: 1px dotted red;
  40. background-color: pink;
  41. margin: 1.5em;
  42. }
  43. .odd {
  44. background-color: lightgray;
  45. }
  46. .header {
  47. font-weight: bold;
  48. background-color: #99ccff;
  49. margin: 0;
  50. padding: 0.5em;
  51. }
  52. tt {
  53. font-size: larger;
  54. }
  55. .classExplanation {
  56. border: thin solid gray;
  57. margin-bottom: 1em;
  58. }
  59. .issuesExplanation {
  60. margin-left: 2em;
  61. }
  62. .issueType {
  63. font-weight: bold;
  64. padding-left: 1em;
  65. }
  66. .subIssueType {
  67. margin-left: 1.5em;
  68. font-weight: bold;
  69. margin-bottom: 0.5em;
  70. }
  71. .suggestion {
  72. font-style: italic;
  73. border: thin solid #cc9900;
  74. background-color: lightyellow;
  75. padding: 0.5em;
  76. margin: 0 2em 2em 2em;
  77. }
  78. .contribution {
  79. font-size: 0.8em;
  80. text-align: right;
  81. }
  82. .copyright {
  83. text-align: center;
  84. margin-top: 32px;
  85. }