home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-mac-0.9.sea.hqx / mozilla-mac-0.9 / res / samples / cform.css < prev    next >
Cascading Style Sheet File  |  2001-05-05  |  715b  |  41 lines

  1.  
  2. input[type="checkbox"] {
  3.  -moz-border-radius:0px; 
  4.  width:12px; 
  5.  height:12px; 
  6.  border-color:rgb(240,240,240);
  7.  border-width:2px;
  8.  border-style:inset;
  9.  background-color:rgb(200, 200, 200);
  10. }
  11.  
  12. input[type="radio"] {
  13.  width:14px; 
  14.  height:14px; 
  15.  border:1px solid black; 
  16.  background-color:rgb(200, 200, 200);
  17. }
  18.  
  19. input[type=button] {
  20.  padding-left:10px; 
  21.  padding-right:10px; 
  22.  border-color:rgb(240,240,240);
  23.  border-width:2px;
  24.  -moz-border-radius:0px;
  25.  font-weight:bold;
  26. }
  27.  
  28. select {
  29.   border-color:rgb(240,240,240);
  30.   border-width:2px;
  31.   border-style:inset;
  32.   -moz-border-radius:0px; 
  33.   background-color:rgb(200, 200, 200);
  34. }
  35.  
  36. :-moz-dropdown-list {
  37.   border-color:black;
  38.   background-color:rgb(200, 200, 200);
  39. }
  40.   
  41.