style.css 420 B

12345678910
  1. #status_list legend { font-weight: bold; color: #888888; }
  2. .state > li { margin-bottom: 3px; padding-left: 0.5em; list-style-type: circle; }
  3. .state .state_module { font-weight:bold; text-shadow: 0 1px 0 #DDD; cursor:help;}
  4. .state_used ul, .state_used li { display:inline; }
  5. .state_ok .state_module { color: #009700; }
  6. .state_warning .state_module { color: #FF9B29; }
  7. .state_error .state_module { color: #FF3B3B; }