home *** CD-ROM | disk | FTP | other *** search
/ Der Brockhaus: 2002 Multimedia / BMM2002PDVD.iso / data1.cab / HTML_Images / refhilfe.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-08-25  |  1.4 KB  |  98 lines

  1. body {
  2.     background-color: #333366;
  3.     font-family: verdana, helvetica, sans-serif;
  4.     margin-top: 0;
  5.     margin-left: 0;
  6. }
  7.  
  8. p, td {
  9.     font-family: verdana, helvetica, sans-serif;
  10.     font-size: 8pt;
  11.     letter-spacing: 0;
  12.     color: white;
  13. }
  14.  
  15. h1, h2, h3, h4, h5, h6, h7 {
  16.     letter-spacing: 1;
  17. }
  18.  
  19. h1 {
  20.     font-size: 13pt;
  21. }
  22.  
  23. h2 {
  24.     font-size: 11pt;
  25. }
  26.  
  27. a {
  28.     text-decoration: none;
  29.     color: #CCCCFF;
  30. }
  31.  
  32. a:active {
  33.     color: #FFFFCC;
  34. }
  35.  
  36. a:hover {
  37.     text-decoration: underline;
  38.     color: #FFFFCC;
  39. }
  40.  
  41. a.item {
  42.     color: #FFFFFF;
  43. }
  44.  
  45. .big {
  46.     font-size: 10pt;
  47.     font-weight: bold;
  48.     letter-spacing: 1;
  49. }
  50.  
  51. .small {
  52.     font-size: 8pt;
  53.     font-weight: normal;
  54. }
  55.  
  56. .bold {
  57.     font-weight: bold;
  58. }
  59.  
  60. div.box {
  61.     background: #996699;
  62.     color: white;
  63.     padding: 0.5em;
  64.     border: solid;
  65.     border-width: 1;
  66.     border-color: #CCCCCC;
  67.     text-align: left;
  68.     width: 90%;
  69. }
  70.  
  71. .indented {
  72.     padding-left: 1.5em;
  73. }
  74.  
  75. .input {
  76.     font-family: verdana, arial, sans-serif;
  77.     font-size: 10pt;
  78.     background-color: #FFFFFF;
  79.     border-bottom: solid 1px;
  80.     border-left: solid 1px;
  81.     border-right: solid 1px;
  82.     border-top: solid 1px;
  83.     border-color: #666666;
  84. }
  85.  
  86. .button {
  87.     font-family: verdana, arial, sans-serif;
  88.     font-size: 8pt;
  89.     font-weight: bold;
  90.     color: #FFFFFF;
  91.     background-color: #9999CC;
  92.     border-bottom: solid 1px;
  93.     border-left: solid 1px;
  94.     border-right: solid 1px;
  95.     border-top: solid 1px;
  96.     border-color: #000000;
  97. }
  98.