home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / intface / software / DEMOS / DEMOS.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-12-19  |  870 b   |  55 lines

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