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.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172
  1. body {font-family: serif; color:black;}
  2. tt {font-size: 100%;}
  3. .tabLeftSet {padding: 0pt; font-family: sans-serif;}
  4. .tabLeftSet td {padding: 2pt 0pt 2pt 1pt; border-right: solid 1pt #444; font-weight: bold;}
  5. .tabLeftSet td div {background-color: #CCC; border: solid 1pt #AAA; border-right-width: 0px; padding: 2pt;}
  6. .tabLeftSet th {background-color: #DDD; border: solid 1pt #444; border-right-width: 0px; font-weight: bold; color: #F93; text-align: left;}
  7. .tabLeftSet td a,
  8. .tabLeftSet td a:active {color: #069; text-decoration: none;}
  9. .tabLeftSet td a:hover {color: #F93; text-decoration: blink;}
  10. .tabLeftSet th a,
  11. .tabLeftSet th a:active {color: #F93; text-decoration: underline;}
  12. .tabLeftSet th a:hover {color: #F93; text-decoration: blink;}
  13. .tabTopOuter {border: solid 1pt #444; border-left-width: 0pt; padding: 2pt 2pt 2pt 5pt; background-color: #DDD;}
  14. .tabTopData {border: solid 2pt #EEE; border-width: 2pt 2pt 2pt 4pt; padding: 0pt; background-color: #EEE;}
  15. .tabTopSet {padding: 0pt; font-family: sans-serif;}
  16. .tabTopSet td {padding: 1pt 2pt 0pt 2pt; border-bottom: solid 1pt #444; font-weight: bold;}
  17. .tabTopSet td div {background-color: #CCC; border: solid 1pt #AAA; border-bottom-width: 0px;}
  18. .tabTopSet th {background-color: #DDD; border: solid 1pt #444; border-bottom-width: 0px; font-weight: bold; color: #F93;}
  19. .tabTopSet td a,
  20. .tabTopSet td a:active {color: #069; text-decoration: none;}
  21. .tabTopSet td a:hover {color: #F93; text-decoration: blink;}
  22. .tabTopSet th a,
  23. .tabTopSet th a:active {color: #F93; text-decoration: underline;}
  24. .tabTopSet th a:hover {color: #F93; text-decoration: blink;}
  25. .tabBodyOuter {border: solid 1pt #444; border-top-width: 0pt; padding: 5pt 2pt 3pt 3pt; background-color: #DDD;}
  26. .tabBody {border: solid 2pt #EEE; border-width: 5pt 2pt 2pt 4pt; padding: 0pt; background-color: #FFF;}
  27. h1 {color: white; background-color: #069; font-family: sans-serif; text-indent: 5pt; border: 0pt; margin: 0pt;}
  28. .guideTOC {border: solid 2pt #069; background-color: #EEF; }
  29. .guideTOC ul {list-style: square outside;}
  30. .guideTOC li a,
  31. .guideTOC li a:active {color: #069; text-decoration:none; font-family: sans-serif; font-weight: bold;}
  32. .guideTOC li a:hover {color: #F93;}
  33. h2 {color: #069; font-family: sans-serif;}
  34. h3 {color: #069; font-family: sans-serif;}
  35. hr {color: #069;}
  36. .guideCopyright {color: #069; font-size: smaller;}
  37. .guideVersion {color: #069; font: bold italic smaller sans-serif;}
  38. .guideSection {margin-left: 20;}
  39. .guideTable {background-color: #F8F8FF; border: 1pt solid #069; border-collapse:collapse; }
  40. .guideTable th {background-color: #E0E0FF; border: 1pt solid #069; color:Navy; }
  41. .guideTable td {border: 1pt solid #069; }
  42. .sampleCode {color: Navy; font-family: monospace;}
  43. .sampleData {color: Blue; font-family: monospace;}
  44. .sampleMarkup {color: #250; border: solid 1px #069; padding: 1px; font-family: monospace;}
  45. .sampleProgram {color: Navy; background-color: #F4F4F4; border-style: double; border-color: #888; padding: 2px; font-family: monospace;}
  46. .sampleMIME {background-color: #F4F4F4; border-style: dashed; border-color: #888; padding: 2px; font-family: monospace; font-size:smaller; color: Blue;}
  47. .sampleProto {background-color: #F4F4F4; border-style: double; border-color: #888; padding: 2px; font-family: monospace; font-size:smaller; }
  48. .sampleProtoC {color: Navy;}
  49. .sampleProtoS {color: Blue;}
  50. .syntax {color: Black; background-color: white; padding: 2px; font-family: monospace;}
  51. .syntaxTable td {color: Black; background-color: white; padding: 5px; font-family: monospace;}
  52. .spacedList dd {border-bottom: solid 1em white; }