home *** CD-ROM | disk | FTP | other *** search
/ PC Extra 07 & 08 / pca1507.iso / intface / pca / pcactive.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-12  |  683 b   |  39 lines

  1. A, A.inhoud:hover { color: #00805e; }
  2. A:hover           { color: #004432; }
  3. A.weblink:hover   { color: #004432; }
  4. a img { border-color: #004432; }
  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. ol
  15. {    position: relative;
  16.     right: 15px;
  17. }
  18.  
  19. .tabelgroen { background-color: #00805e; }
  20. .groenfont
  21. {    color: #007700;
  22.     font-weight: bold;
  23. }
  24. .inhoud
  25. {    cursor: hand;
  26.     border: 1 solid white;
  27. }
  28.  
  29. .titel
  30. {    font-size: 10pt;
  31.     color    : black;
  32. }
  33.  
  34. body, td
  35. {    font-family     : verdana;
  36.     font-size       : 10pt;
  37.     scrollbar-base-color     : #007f00;
  38.     scrollbar-arrow-color    : #ffffff;
  39. }