home *** CD-ROM | disk | FTP | other *** search
/ PC Active 2002 December / pca1412.iso / extra / uitslag / UITSLAG.CSS < prev   
Encoding:
Cascading Style Sheet File  |  2002-10-23  |  508 b   |  28 lines

  1. body, td
  2. {    font-family     : verdana;
  3.     font-size       : 10pt;
  4.     scrollbar-base-color     : #007f00;
  5.     scrollbar-arrow-color    : #ffffff;
  6.     margin:40px;
  7. }
  8.  
  9. a { color: #00805e; text-decoration: none;}
  10. a:hover { color: #004432; background: #aaddbb;}
  11.  
  12. a.weblink   { color: #004432; text-decoration: underline;}
  13. a.weblink:hover   { color: #004432; }
  14.  
  15. .positie
  16. {
  17.     position: relative;
  18.     left: 1px;
  19.     font-weight: bold;
  20. }
  21.  
  22. .tekst
  23. {
  24.     position: relative;
  25.     top: -15;
  26.     left: 150px;
  27.     width: 80%;
  28. }