home *** CD-ROM | disk | FTP | other *** search
/ Chip 2004 April / CMCD0404.ISO / Software / Freeware / Programare / dotproject / modules / ticketsmith / style.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-10-18  |  970 b   |  53 lines

  1. /* $Id: style.css,v 1.1.1.1 2001/10/18 06:53:23 wezell Exp $ */
  2.  
  3. body{
  4.    font-family: tahoma, helvetica, sans-serif;
  5.    font-size: 9pt;
  6. }
  7.  
  8. td {
  9.    font-family: tahoma, helvetica, sans-serif;
  10.    font-size: 9pt;
  11.    color: #000;
  12. }
  13. .heading {
  14.    font-family: tahoma, helvetica, sans-serif;
  15.    font-size: 10pt;
  16.    font-weight: bold;
  17.    color: #fff;
  18.    height : 75%;
  19. }
  20. .maintable{
  21.     border : 1px solid Black;
  22.     width: 95%;
  23.     padding : 3px 3px 3px 3px;
  24.     }
  25.  
  26.  
  27. .footer {
  28.    font-family: tahoma, helvetica, sans-serif;
  29.    font-size: 9pt;
  30.    font-style: italic;
  31.    font-variant: small-caps;
  32.    text-align: center;
  33.    letter-spacing: 4px;
  34.    padding-top: 0px;
  35.    margin-top: 0px;
  36.    color: #333;
  37. }
  38. .paging {
  39.    font-family: tahoma, helvetica, sans-serif;
  40.    font-size: 9pt;
  41.    font-weight: bold;
  42.    color: #fff;
  43. }
  44. tt {
  45.    font-family: courier, courier new, lucidatypewriter;
  46.    font-size: 10pt;
  47. }
  48. a {
  49.    font-family: tahoma, helvetica, sans-serif;
  50.    font-size: 9pt;
  51.    color: #036;
  52. }
  53.