home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 December / CMCD1203.ISO / Software / Freeware / Programare / sharpdevelop / 098setup.exe / $INSTDIR / data / SharpUnit / SharpUnitOutput.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-10-24  |  1.0 KB  |  73 lines

  1. body /* This body tag requires the use of one of the sets of banner and/or text div ids */
  2.     {
  3.     margin: 0px 0px 0px 0px;
  4.     padding: 0px 0px 0px 0px;
  5.     background: #ffffff; 
  6.     color: #000000;
  7.     font-family: Verdana, Arial, Helvetica, sans-serif;
  8.     font-size: 70%;
  9.     width: 100%;
  10.     }
  11.  
  12.  
  13. div.localheader
  14.     {
  15.     font-weight: bold;
  16.     }
  17.  
  18. div.failed
  19.     {
  20.     color: #FF0000;
  21.     }
  22. div.light
  23.     {
  24.     color: #AAAAAA;
  25.     }
  26.  
  27. div.failedreport
  28.     {
  29.         color: #FF0000;
  30.         font-weight: bold;
  31.     }
  32.     
  33. div.succeededreport
  34.     {
  35.         color: #0000FF;
  36.         font-weight: bold;
  37.     }
  38.  
  39. table
  40.     {
  41.     margin: 0px 0px 0px 0px;
  42.     padding: 0px 0px 0px 0px;
  43.     background: #ffffff; 
  44.     color: #000000;
  45.     font-family: Verdana, Arial, Helvetica, sans-serif;
  46.     font-size: 100%;
  47.     }
  48.     
  49. h1, h2, h3, h4
  50.     {
  51.     font-family: Verdana, Arial, Helvetica, sans-serif;
  52.     margin-bottom: .4em; 
  53.     margin-top: 1em;
  54.     font-weight: bold;
  55.     }
  56. h1
  57.     {
  58.     font-size: 150%;
  59.     margin-top: 0em;
  60.     }
  61. h2
  62.     {
  63.     font-size: 130%;
  64.     }
  65. h3
  66.     {
  67.     font-size: 115%;
  68.     }
  69. h4
  70.     {
  71.     font-size: 100%;
  72.     }
  73.