home *** CD-ROM | disk | FTP | other *** search
/ Planet Source Code Jumbo …e CD Visual Basic 1 to 7 / 1_2002.ISO / Data / Zips / CODE_UPLOAD172973192001.psc / TreeDesign.css next >
Encoding:
Cascading Style Sheet File  |  2001-03-09  |  752 b   |  18 lines

  1.  
  2.     /* TreeDesign.css */
  3.     
  4.     BODY { font-family:verdana; font-size:70%; }
  5.     H1 { font-size:120%; font-style:italic; }
  6.  
  7.     UL { margin-left:0px; margin-bottom:5px; }
  8.     LI UL { display:none; margin-left:16px; }
  9.     LI { font-weight:bold; list-style-type:square; cursor:default; text-indent:10px;}
  10.     LI.clsHasKids { list-style-type:none;  }
  11.     LI.clsHasKids SPAN { text-Indent:10pt ; cursor:hand; font-weight:bold; font-family:verdana; font-size:110%; list-style-image:URL(images/FClosed.gif) }
  12.  
  13.     A:link, A:visited, A:active { font-weight:normal; color:navy; }
  14.     A:hover { text-decoration:none; }
  15.  
  16.     BUTTON { font-family:tahoma; font-size:100%; }
  17.     .clsTitle {background-color:steelblue;color:white;}
  18.     .clsButton {background-color:steelblue;color:white;}