webunit.css 1.3KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. html {
  2. font-face: Verdana, Arial, Helvetica, sans-serif;
  3. font-weight: bold;
  4. color: black;
  5. }
  6. .pass { color: green; }
  7. .fail { color: red; }
  8. .activetab {
  9. position: relative;
  10. background: white;
  11. border-color: black;
  12. border-style: solid;
  13. border-weight: 1;
  14. border-top-color: white;
  15. border-style: solid;
  16. border-weight: 1;
  17. }
  18. .inactivetab{
  19. position: relative;
  20. background: silver;
  21. border-color: black;
  22. border-style: solid;
  23. border-weight: 1;
  24. }
  25. span.inactivetab a:link ,
  26. span.activetab a:link {
  27. text-decoration: none;
  28. color: black;
  29. }
  30. pre { background-color: lightgray; }
  31. #wait {
  32. background: #B7B8DD;
  33. position: absolute;
  34. visibility: hidden;
  35. text-align: center;
  36. border-color: blue;
  37. border-style: solid;
  38. border-weight: 2;
  39. }
  40. #webunit {
  41. position: absolute;
  42. visibility: hidden;
  43. background: silver;
  44. border-color: black;
  45. border-style: solid;
  46. border-weight: 2;
  47. }
  48. #visible_tab {
  49. position: relative;
  50. visibility: hidden;
  51. overflow: auto;
  52. background: white;
  53. width: 100%;
  54. height: 100%;
  55. border-color: black;
  56. border-style: solid;
  57. border-weight: 1;
  58. }
  59. #visible_tab a:link {
  60. text-decoration: none;
  61. color: inherit;
  62. }
  63. #msg {
  64. position: absolute;
  65. visibility: hidden;
  66. overflow: auto;
  67. background: white;
  68. border-color: black;
  69. border-style: solid;
  70. border-weight: 1;
  71. }
  72. #fail,
  73. #tree {
  74. position: absolute;
  75. visibility: hidden;
  76. }