/eclipse-plugin/plugins/com.google.test.metric.eclipse.core/te-report/te.css

http://testability-explorer.googlecode.com/ · CSS · 50 lines · 43 code · 7 blank · 0 comment · 0 complexity · 2abb5fd94af2f2b1fd28cd153f908db4 MD5 · raw file

  1. .source {
  2. font-size: 12px;
  3. border: thin solid #000000;
  4. width: 100%;
  5. }
  6. .ln {
  7. background-color: #CCCCCC;
  8. text-align: right;
  9. padding-left: 3px;
  10. padding-right: 3px;
  11. width: 50;
  12. border-right: thin solid #000000;
  13. }
  14. .head {
  15. background-color: #CCCCCC;
  16. padding-left: 3px;
  17. padding-right: 3px;
  18. width: 50;
  19. font-weight:bold;
  20. border-right: thin solid #000000;
  21. border-bottom: thin solid #000000
  22. }
  23. .code {
  24. padding-right: 3px;
  25. padding-left: 3px;
  26. border-right: thin solid #000000;
  27. }
  28. .score, .summary, .metric {
  29. padding-right: 3px;
  30. padding-left: 3px;
  31. width: 100;
  32. border-right: thin solid #000000;
  33. }
  34. .summary {
  35. font-weight:bold;
  36. font-style:italic;
  37. }
  38. .metric {
  39. font-weight:bold;
  40. }
  41. .implicit {
  42. font-style:italic;
  43. }