[ PHPXref.com ] [ Generated: Sun Jul 20 19:53:36 2008 ] [ PHPReports 0.4.7 ]
[ Index ]     [ Variables ]     [ Functions ]     [ Classes ]     [ Constants ]     [ Statistics ]

title

Body

[close]

/ -> sales.css (source)

   1  .HEADER {
   2      font-family: "arial","verdana";
   3      font-size: 10px;
   4      color: #505050;
   5      background: #DDDDDD;
   6  }
   7  
   8  .FOOTER {
   9      font-family: "arial","verdana";
  10      font-size: 10px;
  11      color: #505050;
  12      background: #CCCCCC;
  13  }
  14  
  15  .FIELDS {
  16      font-family: "arial","verdana";
  17      font-size: 10px;
  18      color: #000000;
  19      background: #FEFEFE;
  20  }
  21  
  22  .EVEN {
  23      font-family: "arial","verdana";
  24      font-size: 10px;
  25      color: #000000;
  26      background: #95CDED;
  27  }
  28  
  29  .ODD {
  30      font-family: "arial","verdana";
  31      font-size: 10px;
  32      color: #000000;
  33      background: #BDDFF3;
  34  }
  35  
  36  .BOLD {
  37      font-weight: bold;
  38  }
  39  
  40  .BOLDRED {
  41      color: #FF0000;
  42      font-weight: bold;
  43  }
  44  
  45  .PHPREPORTS_PAGE_CELL {
  46      font-family:"verdana","arial";
  47      font-size:12px;
  48      color:#000000;
  49  }
  50  
  51  .PHPREPORTS_PAGE_LINK {
  52      font-family:"verdana","arial";
  53      font-size:12px;
  54      color:#000000;
  55  }
  56  
  57  .PHPREPORTS_PAGE_LINK_BOLD {
  58      font-size:16px;
  59      font-weight:bold;
  60  }


[ Powered by PHPXref - Served by Debian GNU/Linux ]