home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 November / Chip_2002-11_cd1.bin / ctenari / Majda / Help / top.css < prev    next >
Cascading Style Sheet File  |  2002-09-14  |  427b  |  27 lines

  1. body, p, table, td {
  2.   font-family: "Verdana CE", "Tahoma CE", Verdana, Tahoma, sans-serif;
  3.   font-size: 8pt;
  4.   line-height: 1.5em;
  5.   background-color: black;
  6.   color: silver;
  7.   margin: 4px;
  8.   padding: 0px;
  9. }
  10.  
  11. a {
  12.   font-weight: bold;
  13.   color: #e0e0e0;
  14. }
  15.  
  16. a:hover {
  17.   color: white;
  18. }
  19.  
  20. #logo {
  21.   font-weight: bold;
  22.   font-size: 24pt;
  23.   line-height: 30px;
  24.   letter-spacing: -0.05em;
  25.   color: #00c000;
  26. }
  27.