benchmarker.css 944 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566
  1. .dialog {
  2. margin-bottom: 1em;
  3. }
  4. a.expand {
  5. background: #e3e3e3;
  6. }
  7. div#time-test {
  8. font-family: Arial, Helvetica, sans-serif;
  9. font-size: 62.5%;
  10. }
  11. td.test button {
  12. float: right;
  13. }
  14. table {
  15. border: 1px solid #000;
  16. }
  17. table td, table th {
  18. border: 1px solid #000;
  19. padding: 10px;
  20. }
  21. td.winner {
  22. background-color: #cfc;
  23. }
  24. td.tie {
  25. background-color: #ffc;
  26. }
  27. td.fail {
  28. background-color: #f99;
  29. font-weight: bold;
  30. text-align: center;
  31. }
  32. tfoot td {
  33. text-align: center;
  34. }
  35. #time-test {
  36. margin: 1em 0;
  37. padding: .5em;
  38. background: #e3e3e3;
  39. }
  40. #time-taken {
  41. font-weight: bold;
  42. }
  43. span.wins {
  44. color: #330;
  45. }
  46. span.fails {
  47. color: #900;
  48. }
  49. div.buttons {
  50. margin-top: 10px;
  51. margin-bottom: 10px;
  52. }