home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2002 December / pca1412.iso / intface / software / DEMOS / DEMOS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-08-16  |  732 b   |  45 lines

  1. A       { color: #000080; }
  2. A:hover { color: #3360a0; }
  3. .titel  { color: #336699; }
  4.  
  5. H1
  6. {    margin-bottom:15px;
  7.     margin-top:20px;
  8.     font-size:12pt;
  9.     color: #336699;
  10.     font-weight: bold;
  11. }
  12. .tekst
  13. {    position: absolute;
  14.     top: 60px;
  15.     width: 450px;
  16.     left: 20px;
  17. }
  18. .lead
  19. {    font-weight: bold;
  20.     margin-bottom: 10px;
  21. }
  22.  
  23. .pictogrammen
  24. {    position: absolute;
  25.     top: 40px;
  26. }
  27.  
  28. #popupWebsite
  29. {    top:   15px;
  30.     left: 320px;
  31.     font-family: verdana, arial, helvetica, sans-serif;
  32.     font-size: 10pt;
  33.     border: 1px solid black;
  34.     background-color: white;
  35.     /* onderstaande voor NS */
  36.     layer-background-color: #fffffa;
  37.     position: absolute;
  38.     width: auto;
  39.     height: auto;
  40.     z-index: 1;
  41.     visibility: hidden;
  42.     padding: 0px;
  43. }
  44.  
  45.