home *** CD-ROM | disk | FTP | other *** search
/ Chip 2002 January / 01_02.iso / software / netscape62win / browser.xpi / bin / res / samples / aform.css next >
Cascading Style Sheet File  |  2001-03-14  |  1KB  |  70 lines

  1.  
  2. input[type="checkbox"] {
  3.  -moz-border-radius:0px; 
  4.  width:11px; 
  5.  height:11px; 
  6.  border:2px inset rgb(192, 192, 192);
  7.  background-color:white;
  8.  color:black;
  9. }
  10.  
  11. input[type="radio"] {
  12.  -moz-border-radius:6px; 
  13.  width:12px; 
  14.  height:12px; 
  15.  border:2px inset rgb(192, 192, 192); 
  16.  background-color:white;
  17. }
  18.  
  19. :-moz-radio {
  20.  -moz-border-radius:1px; 
  21.  border: 2px solid black; 
  22. }
  23.  
  24. input[type=button] {
  25.  -moz-border-radius:0px; 
  26.  border: 2px outset rgb(156, 154, 156);
  27.  background-color: rgb(206, 206, 206);
  28.  color:black;
  29.  padding: 1px;
  30. }
  31.  
  32. input[type="button"]:active {
  33.   border-style:inset;
  34.   padding-left: 2px;
  35.   padding-right: 0px;
  36.   padding-top: 2px;
  37.   padding-bottom: 0px;
  38. }
  39.  
  40.  
  41. input[type="button"]:active:-moz-outline {
  42.  border : 1px solid black;
  43. }
  44.  
  45. select {
  46.   -moz-border-radius:0px;
  47.   border:2px inset rgb(192, 192, 192);
  48. }
  49.  
  50. select[size] option[_moz-option-selected] {
  51.   background-color:rgb(0, 0, 128);
  52.   color: white;
  53. }
  54.  
  55. select option[_moz-option-selected] {
  56.   background-color:rgb(0, 0, 128);
  57.   color: white;
  58. }
  59.  
  60. select[size="1"] option[_moz-option-selected] {
  61.   background-color:rgb(0, 0, 128);
  62.   color: white;
  63. }
  64.  
  65. :-moz-dropdown-list {
  66.   border: 1px solid black;
  67.   background-color:white;
  68. }
  69.   
  70.