home *** CD-ROM | disk | FTP | other *** search
/ BUG 14 / BUGCD1998_05.ISO / _internt / _ie4 / win31 / iecore.cab / content.css < prev    next >
Cascading Style Sheet File  |  1997-11-26  |  1KB  |  44 lines

  1. /* Copyright (c) 1997 Microsoft Corporation. All rights reserved. */
  2.  
  3.   /* stylesheet for the main content pane */
  4. h1        {font: 14pt/14pt verdana; text-decoration:none; font-weight: bold; color: buttonshadow}
  5. h2        {font: 10pt/10pt verdana; color: black; text-decoration:none; margin-bottom:5px;
  6.         border-bottom:thin solid buttonshadow; clear:both;}
  7. body, table, button        {font: 8pt/10pt verdana; color: black; text-decoration:none; }
  8. body {margin:15px; background-color:white}
  9.  
  10. a:link    {
  11.     font: 8pt/10pt verdana;
  12.     color: activecaption;
  13.     font-weight: bold;
  14. }
  15.  
  16. a:active    {font: 8pt/10pt verdana; color: red; text-decoration:none}
  17.  
  18. a:visited, .twisty-contractedLink, .twisty-expandedLink,
  19.     .contractedLink, .expandedLink
  20.     {font: 8pt/10pt verdana; color: activecaption;
  21.     text-decoration:underline;
  22.     }
  23.  
  24. div.optionDetails{
  25.     display:none;
  26. }
  27.  
  28. div.linkContainer { text-align:right}
  29. .twisty-contractedLink, .twisty-expandedLink, .contractedLink, .expandedLink {
  30.      cursor:hand;
  31. }
  32.  
  33. .twisty-expandedLink, .expandedLink {
  34.     display:none;
  35. }
  36.  
  37. .filelisthead, .filelist {
  38.     font: 7pt/8pt verdana;
  39.     margin-left:5%;
  40. }
  41. .filelisthead {
  42.     text-align:center;
  43.     font-weight:bold;
  44. }