You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

69 lines
1.4KB

  1. /*
  2. .warning
  3. {
  4. BACKGROUND-COLOR: gold
  5. }
  6. .error
  7. {
  8. BACKGROUND-COLOR: indianred
  9. }
  10. .success
  11. {
  12. BACKGROUND-COLOR: #33cc33
  13. }
  14. BODY
  15. {
  16. FONT-SIZE: 10px
  17. FONT-FAMILY: Verdana;
  18. BACKGROUND-COLOR: lightskyblue
  19. }
  20. TABLE
  21. {
  22. FONT-SIZE: 10px
  23. }
  24. FORM
  25. {
  26. FONT-SIZE: 10px
  27. }
  28. SELECT
  29. {
  30. FONT-SIZE: 10px
  31. }
  32. INPUT
  33. {
  34. FONT-SIZE: 10px
  35. }
  36. */
  37. /*----------------------------------------------------------------------------------------------------------------------
  38. CUSTOMIZATIONS
  39. ----------------------------------------------------------------------------------------------------------------------*/
  40. body { padding: 20px; font-family: calibri; font-size: 14pt; color: #333; background-color: #fcfcfc; }
  41. table.Form { width: auto; }
  42. table.Form th,
  43. table.Form td { padding-right: 20px; }
  44. table.Form input.Submit { height: 40px; }
  45. table.Results { width: 98%; }
  46. table.Results th,
  47. table.Results td { padding: 5px; vertical-align: top; }
  48. table.Results th.expected,
  49. table.Results th.actual { text-align: right; color: #c00; }
  50. table.Results td.expected,
  51. table.Results td.actual { font-family: consolas; }
  52. table.Results span.left-delim,
  53. table.Results span.right-delim { font-weight: bold; color: #c00; }
  54. .warning { background-color: #feedab; color: #333; }
  55. .error { background-color: #ffb3b3; color: darkred; }
  56. .success { background-color: #dbf0b8; color: darkgreen; }

Powered by TurnKey Linux.