coghlp.css 3.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374
  1. /*
  2. Licensed Materials - Property of IBM
  3. BI and PM: DOCS
  4. © Copyright IBM Corp. 1999, 2015.
  5. US Government Users Restricted Rights - Use, duplication or disclosure restricted by GSA ADP Schedule Contract with IBM Corp.
  6. */
  7. /* Head1, Head2, Head3, HeadCopyright, TitleAppendix, TitleChapter, TitleNoNumber, TitlePart, Subhead */
  8. h2, h3, h4, h5, h6 { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; }
  9. h2 {font-size:110%}
  10. h3 {font-size:100%}
  11. h4 {font-size:80%}
  12. h5 {font-size:80%}
  13. h6 {font-size:80%}
  14. body {background-color:#FFFFFF;}
  15. A:link { color: #000066 }
  16. A:visited { color: #666699 }
  17. A:active { color: #000066 }
  18. A:hover { color: #000066 }
  19. /*************/
  20. /* Classes */
  21. /*************/
  22. /* for the copyright symbol only - so it displays correctly in all languages */
  23. .copyright { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
  24. /* HTML nav set */
  25. .header { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; font-weight:bold; }
  26. .backclose { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:8pt; }
  27. /* Body type */
  28. .body, .callout, .graphic, .cellbody, .indented, .listindented, .list, .checkbox, .legend, .legendindented { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt;}
  29. /*new spec to space list items tighter than regular paras */
  30. .list, .cellbody {margin-top:0em; margin-bottom:0.5em;}
  31. td.checkbox p.body {margin-top:0.5em; margin-bottom:1.0em;}
  32. .code { margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:10pt; }
  33. .codeindented { margin-left:3.7em; margin-top:0em; margin-bottom:0em; font-family:courier new, courier; font-size:10pt; }
  34. /* styles for Glossary pages */
  35. .glossNav { margin-left:0.6em; margin-top:0em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
  36. .glossHeading { margin-top:2em; margin-bottom:0em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
  37. .glossDef { margin-top:0em; margin-bottom:1em; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
  38. .default { color:red; font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; }
  39. /* Tables */
  40. .tableheader, .tablefooter { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight:bold; }
  41. .tablecaption { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight:bold; font-style:italic; }
  42. .tablenotes { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:8pt; }
  43. /*adds space after a table */
  44. .table {margin-top:0em; margin-bottom:1.0em;}
  45. /* Character styles */
  46. .codechar { font-family:courier new, courier; font-size:10pt; }
  47. .codecharstrong { font-family:courier new, courier; font-size:10pt; font-weight:bold; }
  48. .codecharemphasis { font-family:courier new, courier; font-size:10pt; font-style:italic; }
  49. .codecharstremp { font-family:courier new, courier; font-size:10pt; font-weight:bold; font-style:italic; }
  50. /* Index group headings */
  51. .ixgrp { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; color:#000066; font-size:10pt; font-weight: bold; }
  52. /* TOC Styles */
  53. .tocbody { font-family:Tahoma, Arial, Geneva, Helvetica, sans-serif; font-size:10pt; background: #FFFFFF; color: #000066; }
  54. #maintocnav { padding: 0em 0em 0em 0em; margin-left: 0em; margin-top: 0.3em; list-style-type: none; white-space: nowrap; }
  55. #maintocnav ul { padding: 0em 0em; margin-left: 0.9em; list-style-type: none; white-space: nowrap; }
  56. #maintocnav li { padding: 0em 0em; margin-left: 0em; list-style-type: none; white-space: nowrap; }
  57. #maintocnav img { vertical-align: middle }
  58. #maintocnav a, #maintocnav a:visited { text-decoration: none; color: #000066; background: transparent; }
  59. #maintocnav #maintocnav a:hover, #maintocnav a:active, #maintocnav a:focus { text-decoration: none; color: #000066; background: transparent; }