home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 February / Chip_2001-02_cd1.bin / chplus / InfoNet / _texty / textyoz.css < prev    next >
Cascading Style Sheet File  |  2000-03-29  |  1KB  |  73 lines

  1. body  {
  2.     font-size : 10pt;
  3.     font-family : sans-serif, Verdana, Arial;
  4.     font-weight : normal;
  5.     font-style : normal;
  6.     text-indent : 2em;
  7.     margin-left : 10;
  8.     margin-right : 15;
  9. }
  10.  
  11. p  {
  12.     font-size : 10pt;
  13.     font-family : sans-serif, Verdana, Arial;
  14.     font-weight : normal;
  15.     font-style : normal;
  16.     text-indent : 2em;
  17. }
  18.  
  19. .center  {
  20.     font-size : 10pt;
  21.     color : green;
  22.     font-family : Verdana, Arial, sans-serif;
  23.     font-weight : normal;
  24.     font-style : normal;
  25.     text-align : center;
  26.     text-indent : 0 ! important;
  27. }
  28.  
  29. .titul  {
  30.     font-size : 10pt; 
  31.     color : red;
  32.     font-family : Verdana, Arial, sans-serif; 
  33.     font-weight : normal; 
  34.     font-style : normal; 
  35.     text-align : center;
  36.     text-indent : 0 ! important;
  37. }
  38.  
  39. ul  {
  40.     font-style : normal;
  41.     font-family : sans-serif, Verdana, Arial;
  42.     font-size : 10pt;
  43.     font-weight : normal;
  44. }
  45.  
  46. dt  {
  47.     font-size : 10pt;
  48.     font-family : sans-serif, Verdana, Arial;
  49.     font-weight : normal;
  50.     font-style : normal;
  51. }
  52.  
  53. dd  {
  54.     font-size : 10pt;
  55.     font-family : sans-serif, Verdana, Arial;
  56.     font-weight : normal;
  57.     font-style : normal;
  58. }
  59.  
  60. table  {
  61.     font-size : 10pt;
  62.     font-family : Verdana, Arial, sans-serif;
  63.     font-weight : normal;
  64.     font-style : normal;
  65. }
  66.  
  67. td  {
  68.     font-size : 10pt;
  69.     font-family : sans-serif, Verdana, Arial;
  70.     font-weight : normal;
  71.     font-style : normal;
  72. }
  73.