showlog.css 888 B

12345678910111213141516171819202122
  1. .showlog { font-family: arial,serif; font-size: 8pt; background-color: white; color: black; }
  2. a { color: #6e7475; text-decoration: none; }
  3. a:hover { color: #000; }
  4. th { text-align: left; padding: 0 5px; border: 0; }
  5. td { font-size: 8pt; border: 0; }
  6. hr { border: 0; color: #ededed; }
  7. .warningMessage { text-align: center; color: #ff3300; font-weight: bold; font-size: 10pt; }
  8. .infoMessage { text-align: center; color: #ff3300; font-weight: bold; }
  9. .infoBox { color: #000; padding: 2; border: 0; }
  10. .infoBoxTitle { font-size: 10pt; font-weight: bold; color: #000; }
  11. .infoBoxBadProcStatus { color: #ff3300; }
  12. a.homepageURL:Hover { color: #ff3300; }
  13. .navBoxTitle { font-weight: bold; }
  14. .navBoxItem { color: #707677 }
  15. .navBoxFile { color: #707677; font-weight: bold; text-align: center; }
  16. .dateTimeBreak { font-size: 10pt; font-weight: bold; background-color: #ededed; color: #707677; }