home *** CD-ROM | disk | FTP | other *** search
/ Enter 2004 June / ENTER.ISO / files / xampp-win32-1.4.5-installer.exe / xampp / stylesheet.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2004-03-24  |  1.3 KB  |  66 lines

  1. /* $Id: stylesheet.css,v 1.1 2003/10/14 04:31:39 cellog Exp $ */
  2.  
  3. body {
  4.     font:normal 68% verdana,arial,helvetica;
  5.     color:#000000;
  6. }
  7. table tr td, table tr th {
  8.     font-size: 68%;
  9. }
  10. table.details tr th{
  11.     font-weight: bold;
  12.     text-align:left;
  13.     background:#a6caf0;
  14. }
  15. table.details tr{
  16.     background:#eeeee0;
  17. }
  18.  
  19. p {
  20.     line-height:1.5em;
  21.     margin-top:0.5em; margin-bottom:1.0em;
  22. }
  23. h1 {
  24.     margin: 0px 0px 5px; font: 165% verdana,arial,helvetica
  25. }
  26. h2 {
  27.     margin-top: 1em; margin-bottom: 0.5em; font: bold 125% verdana,arial,helvetica
  28. }
  29. h3 {
  30.     margin-bottom: 0.5em; font: bold 115% verdana,arial,helvetica
  31. }
  32. h4 {
  33.     margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
  34. }
  35. h5 {
  36.     margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
  37. }
  38. h6 {
  39.     margin-bottom: 0.5em; font: bold 100% verdana,arial,helvetica
  40. }
  41. .Error {
  42.     font-weight:bold; color:red;
  43. }
  44. .Failure, .Unexpected {
  45.     background:#ff0000; font-weight:bold; color:black;
  46. }
  47. .Unknown {
  48.     background:#ffff00; font-weight:bold; color:black;
  49. }
  50. .Pass, .Expected {
  51.     background:#00ff00; font-weight:bold; color:black;
  52. }
  53. .Properties {
  54.     text-align:right;
  55. }
  56.  
  57. CODE.expected {
  58.     color: green; background: none; font-weight: normal;
  59. }
  60. CODE.actual {
  61.     color: red; background: none; font-weight: normal;
  62. }
  63. .typeinfo {
  64.     color: gray;
  65. }
  66.