home *** CD-ROM | disk | FTP | other *** search
/ Chip 2001 July / Chip_2001-07_cd1.bin / tema / linux4 / styl.css < prev   
Cascading Style Sheet File  |  2001-06-03  |  891b  |  67 lines

  1. BODY {
  2.     background-color : Green;
  3. }
  4.  
  5. .nadpis {
  6.         width : 740px;
  7.         background-color : Navy;
  8. }
  9.  
  10. .menu {
  11.     background-color : White;
  12.     text-align : center;
  13.     color : Black;
  14.     width : 101%;
  15.     font-style : normal;
  16.     font-weight : bold;
  17. }
  18.  
  19. BLOCKQUOTE.pole {
  20.     margin-left : 15;
  21.     margin-right: 15;
  22.     margin-bottom : 15px;
  23.     margin-top : 15px;
  24. }
  25.  
  26. .polozka {
  27.     background-color : Gray;
  28.     text-align : center;
  29.     color : White;
  30.     width : 97%;
  31.     font-style : normal;
  32.     font-weight : bold;
  33.     
  34. }
  35.  
  36. .Amenu:HOVER {
  37. color: Red;
  38. text-decoration : none;
  39. background-color : Black;
  40.  
  41. }
  42.  
  43. .odkaz2:HOVER {
  44. color: Blue;
  45.     text-decoration : none;
  46. }
  47.  
  48. .odkaz2 {
  49. color: Red;
  50.     text-decoration : none;
  51. }
  52.  
  53. A.Amenu {
  54.     width : 95%;
  55.     background-color : #000080;
  56.     text-decoration : none;    
  57.     color : White;
  58.     font-weight : bold;
  59. }
  60.  
  61. .Amenu2 {
  62.     width : 95%;
  63.     background-color : #000080;
  64.     text-decoration : none;    
  65.     color : White;
  66.     font-weight : bold;
  67. }