home *** CD-ROM | disk | FTP | other *** search
/ Comiket 69 / CCC69A.ISO / pc / help / prnspool / printer.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2003-10-19  |  462 b   |  38 lines

  1.  
  2. body {
  3.     background: #fff;
  4.     line-height: 130%;
  5. }
  6.  
  7. H1 {
  8.     padding: 0 10px;
  9.     line-height: 130%;
  10.     background: #ccf;
  11.     border: solid;
  12.     border-color:  #eef #557 #557 #eef;
  13.     border-width: 4;
  14. }
  15.  
  16. H2 {
  17.     padding: 0 10px;
  18.     line-height: 130%;
  19.     background: #ccf;
  20.     border: solid;
  21.     border-color:  #eef #557 #557 #eef;
  22.     border-width: 2;
  23. }
  24.  
  25. P {
  26.     padding: 0 1em;
  27. }
  28.  
  29. TABLE {
  30.     margin: 1em 1em;
  31. }
  32.  
  33. P.close {
  34.     text-align: right;
  35.     font-size: 80%;
  36. }
  37.  
  38.