You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. .WebAdmin {
  2. font-size: smaller; font-family:Helvetica, Geneva, Arial, SunSans-Regular, sans-serif;
  3. color:#448;
  4. }
  5. body.inner {margin: 1pt;}
  6. .WebAdmin.TT {font-size: 100%;}
  7. .WebAdmin.A {color: black }
  8. .warning {color: red;}
  9. .button {color: #069; font-weight:bold;}
  10. .settingsBox {background-color: #F8F8FF; border: 1pt solid #069; border-collapse: collapse; }
  11. .settingsBox caption {color: #069; font-weight:bold; background-color: #CCD; border: 1px solid #069;}
  12. .settingsBox caption TH {font-weight:bold;}
  13. .settingsBox TR TH {background-color: #DDE; font-weight:bold;}
  14. .settingsBox THEAD TR,
  15. .settingsBox TFOOT TR {background-color: #DDF;}
  16. .settingsCaption {color: #069; background-color: #CCD; border: 1pt solid #069; border-collapse: collapse;}
  17. .settingsCaption TH {font-weight:bold;}
  18. .arrow {font-weight:bold;}
  19. .arrow A,
  20. .arrow A:active {color: #06A; text-decoration: underscore;}
  21. .arrow A:hover {color: #F93; text-decoration: underscore blink;}
  22. .logView {font-family:Monaco, Courier, serif; color: black; background-color: white;}
  23. .logViewInline {font-family:Monaco, Courier, serif; color: black; background-color: #F0F8F8; border: 1pt solid #069;}
  24. .histoBar {background-color: #069; }
  25. .tabSet {padding: 0pt; spacing: 0pt;}
  26. .tab {padding: 1pt 2pt 0pt 2pt; border-bottom: solid 1pt #444; font-weight: bold;}
  27. .tab DIV {background-color: #CCC; border: solid 1pt #AAA; border-bottom-width: 0px;}
  28. .tabName {padding: 1pt 2pt 0pt 2pt; border-bottom: solid 1pt #444; font-weight: bold; font-family: monospace; color: #444; text-transform: uppercase;}
  29. .tabActive {background-color: #DDD; border: solid 1pt #444; border-bottom-width: 0px; font-weight: bold; color: #F93;}
  30. .tabDataOuter {border: solid 1pt #444; border-top-width: 0pt; padding: 5pt 2pt 2pt 3pt; background-color: #DDD;}
  31. .tabData {border: solid 2pt #EEE; border-width: 5pt 2pt 2pt 4pt; padding: 0pt; background-color: #EEE;}
  32. .tab A,
  33. .tab A:active {color: #069; text-decoration: none;}
  34. .tab A:hover {color: #F93; text-decoration: blink;}
  35. .tabActive A,
  36. .tabActive A:active {color: #F93; text-decoration: underline;}
  37. .tabActive A:hover {color: #F93; text-decoration: blink;}
  38. .helpLink {font-weight: bolder;}
  39. .helpLink A,
  40. .helpLink A:active {color: #069; text-decoration: none;}
  41. .helpLink A:hover {color: #F93; text-decoration: blink;}
  42. .directoryValue {font-family: monospace; color: black; word-wrap: break-word;}
  43. .serviceName {font-family: monospace; color: black;}
  44. .settingFixed {background-color: white; border: solid 1pt #069; font-family: monospace; color: Black; padding:1pt;}