opp.css 2.1 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. H1 { text-align: center; }
  2. CAPTION { font-weight: bold }
  3. A.qindex {}
  4. A.qindexRef {}
  5. A.el { text-decoration: none; font-weight: bold }
  6. A.elRef { font-weight: bold }
  7. A.code { text-decoration: none; font-weight: normal; color: #4444ee }
  8. A.codeRef { font-weight: normal; color: #4444ee }
  9. A:hover { text-decoration: none; background-color: #f2f2ff }
  10. DL.el { margin-left: -1cm }
  11. DIV.fragment { width: 100%; border: none; background-color: #eeeeee }
  12. DIV.ah { background-color: black; font-weight: bold; color: #ffffff; margin-bottom: 3px; margin-top: 3px }
  13. TD.md { background-color: #f2f2ff; font-weight: bold; }
  14. TD.mdname1 { background-color: #f2f2ff; font-weight: bold; color: #602020; }
  15. TD.mdname { background-color: #f2f2ff; font-weight: bold; color: #602020; width: 600px; }
  16. DIV.groupHeader { margin-left: 16px; margin-top: 12px; margin-bottom: 6px; font-weight: bold }
  17. DIV.groupText { margin-left: 16px; font-style: italic; font-size: smaller }
  18. BODY { background: white }
  19. TD.indexkey {
  20. background-color: #eeeeff;
  21. font-weight: bold;
  22. padding-right : 10px;
  23. padding-top : 2px;
  24. padding-left : 10px;
  25. padding-bottom : 2px;
  26. margin-left : 0px;
  27. margin-right : 0px;
  28. margin-top : 2px;
  29. margin-bottom : 2px
  30. }
  31. TD.indexvalue {
  32. background-color: #eeeeff;
  33. font-style: italic;
  34. padding-right : 10px;
  35. padding-top : 2px;
  36. padding-left : 10px;
  37. padding-bottom : 2px;
  38. margin-left : 0px;
  39. margin-right : 0px;
  40. margin-top : 2px;
  41. margin-bottom : 2px
  42. }
  43. span.keyword { color: #008000 }
  44. span.keywordtype { color: #604020 }
  45. span.keywordflow { color: #e08000 }
  46. span.comment { color: #800000 }
  47. span.preprocessor { color: #806020 }
  48. span.stringliteral { color: #002080 }
  49. span.charliteral { color: #008080 }
  50. body,td,p,ul,ol,li,h1,h2,h3,h4 {font-family:arial,sans-serif }
  51. body,td,p,ul,ol,li { font-size:10pt }
  52. h1 { font-size:18pt; text-align:center }
  53. th { font-size:10pt; text-align:left; vertical-align:top; background:#E0E0f0 }
  54. td { font-size:10pt; text-align:left; vertical-align:top }
  55. tt { font-family:Courier,Courier New,Fixed,Terminal }
  56. img { border:none }