home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 June / Chip_2001-06_cd1.bin / internet / os / data / styly / default.css
Encoding:
Cascading Style Sheet File  |  2001-04-12  |  1.0 KB  |  62 lines

  1. hr {
  2.     color: #000000;
  3. }
  4. li {
  5.     font-family: arial, helvetica, sans-serif;
  6.     font-size: 10pt;
  7.     text-align: justify;
  8.     color: #3c3c3c;
  9. }
  10. p {
  11.     font-family: arial, helvetica, sans-serif;
  12.     font-size: 10pt;
  13.     text-align: justify;
  14.     text-indent: 35;
  15.     color : Black;
  16. }
  17. p. stred {
  18.     text-align: center;
  19. }
  20. a {
  21.     font-family: arial, helvetica, sans-serif;
  22.     font-size: 10pt;
  23.     text-align: left;
  24.     color: #000000;
  25.     text-decoration: none;
  26.     font-weight : bold;
  27. }
  28. :hover{
  29.     font-weight: bold;
  30.     color: Red;
  31. }
  32. .head1 {
  33.     font-family: verdana, arial, helvetica, sans-serif;
  34.     font-size: 16pt;
  35.     font-weight: 600;
  36.     color: #000000;
  37.     letter-spacing: 3pt
  38. }
  39. .head2 {
  40.     font-family: verdana, arial, helvetica, sans-serif;
  41.     font-size: 13pt;
  42.     font-weight: 600;
  43.     color: #000000;
  44.     letter-spacing: 2pt
  45. }
  46. .popis {
  47.     font-family: arial, helvetica, sans-serif;
  48.     font-size: 10pt;
  49.     color: #3c3c3c;
  50. }
  51. body {
  52.     background-color: #6666ff;
  53. }
  54. .menu {
  55.     background-color : #6666ff;
  56. }
  57. .body {
  58.     background-color : #e6e6fa;
  59. }
  60.  
  61.  
  62.