home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 February / CHIPCD_02_2002.iso / Internet / Macromedia ColdFusion Server 5 / coldfusion-50-win-us.exe / data1.cab / Examples / CFDOCS / exampleapps / cf5examples / cfadmin.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2001-06-13  |  869 b   |  44 lines

  1. /*=(===============================================================)*/
  2.     a {
  3.         text-decoration : none;
  4.     }
  5.     
  6.     a:hover {
  7.         text-decoration : underline;color:339900;
  8.     }
  9.     
  10.     .text2,p,font,.text,ul,li{
  11.         font-size:x-small;
  12.         line-height:17px;
  13.         font-family: arial,Geneva,Helvetica,sans-serif;
  14.         font-weight:normal,bold;
  15.         text-decoration : none;
  16.     }
  17.     
  18.     b,.b{font-weight:bold;
  19.     font-size:12px;
  20.     
  21.     }
  22.     .h3,h3{
  23.         font-size:14px;
  24.         line-height:22px;
  25.         font-family:sans-serif;
  26.     }    
  27.     .subhead{
  28.         font-size:12px;
  29.         font-family: arial,Geneva,Helvetica,sans-serif;
  30.         font-weight:normal,bold;
  31.         text-decoration : none;
  32.         color:black;
  33.         font-weight:bold;        
  34.         }
  35.     .buttn{
  36.         font-size:10px;
  37.         width:80px;
  38.     }
  39.     .buttnText{
  40.         font-size:10px;
  41.     }
  42.     .text_bold{    
  43.         font-weight:bold;    }
  44. /*=(===============================================================)*/