home *** CD-ROM | disk | FTP | other *** search
/ napalm.napnet.hu / 2015-02-12.napalm.napnet.hu.tar / napalm.napnet.hu / smtpauth / SMTPAuth-2.01-20051116.exe / SMTPAuth.chm / smtpauth.css < prev    next >
Cascading Style Sheet File  |  2004-11-20  |  911b  |  61 lines

  1. body {
  2.  font-family: Arial;
  3.  padding: 5 5 5 5;
  4. }
  5. .top {
  6.  font-size: x-large;
  7.  color: #000080;
  8.  background-color: #D0D0D0;
  9.  padding-left: 5px;
  10.  padding-top: 5px;
  11.  padding-right: 5px;
  12.  padding-bottom: 5px;
  13. }
  14. a:link,a:active {
  15.  color: blue;
  16.  text-decoration: none;
  17. }
  18. a:hover {
  19.  color: #BF0000;
  20.  text-decoration: underline;
  21. }
  22. a:visited {
  23.  color: #800080;
  24.  text-decoration: none;
  25. }
  26. .ueberschrift {
  27.  color: #006F00;
  28.  font-size: x-large;
  29.  font-weight: bold;
  30. }
  31. .text {
  32.  
  33. }
  34. ol {
  35.  margin-top: 0px;
  36.  margin-bottom: 0px;
  37. }
  38. ul {
  39.  margin-top: 10px;
  40.  margin-bottom: 0px;
  41. }
  42. .Kontakt {
  43.   font-family: Arial;
  44.   font-size: 11pt;
  45.   color: #008000;
  46.   background-color: #E6E6E6;
  47.   padding-left: 5px;
  48.   padding-right: 5px;
  49. }
  50. .top2 {
  51.  font-size: medium;
  52. }
  53. .features {
  54.  color: #0000BF;
  55.  font-weight: bold;
  56. }
  57. .Version {
  58.  font-weight: bold;
  59.  font-size: larger;
  60.  color: #BF0000;
  61. }