home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 June / PCWorld_2003-06_cd.bin / SOFTWARE / VYZKUSTE / MWSNAP / MWSNAP.CHM / mw.css < prev    next >
Cascading Style Sheet File  |  2002-07-06  |  1KB  |  83 lines

  1. BODY, TD {
  2.     background: #FFFACD;
  3.     color : Black;
  4.     font-family : Arial, sans-serif;
  5.     font-size: 14px;
  6.     }
  7.  
  8. H1 {
  9.     font-size: 180%;
  10.     color : Maroon;
  11.     font-weight : bold;
  12.     text-align : center;
  13.     margin-top : 10px;
  14.     background : #FFDEAD;
  15.     padding-bottom : 8px;
  16.     padding-top : 8px;
  17. }
  18.  
  19. H2 {
  20.     font-size: 140%;
  21.     color : Maroon;
  22.     margin-top : 15px;
  23. }
  24.  
  25. H3 {
  26.     font-size: 120%;
  27.     color : Maroon;
  28.     }
  29.  
  30. .warning {
  31.     background: Yellow;
  32.     color : Red;
  33.     font-weight : bold;
  34.     margin-left : 20px;
  35.     margin-right : 20px;
  36.     padding-bottom : 5px;
  37.     padding-top : 5px;
  38.     padding-left : 5px;
  39.     padding-right : 5px;
  40.     border : dotted Red;
  41.     text-align : center;
  42. }
  43.  
  44. A:LINK {
  45.     text-decoration: underline;
  46.     color: Green;
  47. }
  48.  
  49.  
  50. A:VISITED {
  51.     text-decoration: underline;
  52.     color: Olive;
  53. }
  54.  
  55. A:Hover {
  56.     text-decoration: underline;
  57.     color: Red;
  58. }
  59.  
  60. HR {
  61.     color: Black;
  62.     height: 1pt;
  63. }
  64.  
  65. P.nav-bar1 {
  66.     background-color: #FFE4B5;
  67.     border: medium solid #E9967A;
  68.     padding: 1%;
  69.     text-align: center
  70. }
  71.  
  72. P.nav-bar1 A:link {
  73.     color: Maroon;
  74.     text-decoration: underline;
  75. }
  76.  
  77. P.nav-bar1 A:hover {
  78.     background-color: Maroon;
  79.     color: White;
  80.     text-decoration: none
  81. }
  82.  
  83.