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.

javadoc.css 1.2KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152
  1. /* Javadoc style sheet */
  2. /* Define colors, fonts and other style attributes here to override the defaults */
  3. /* Page background color */
  4. body { font-size:13px; background-color: #FFFFFF; color:#000000 }
  5. hr {
  6. color: #ffffff;
  7. background-color: #ffffff;
  8. height: 1px; !important
  9. }
  10. /* Headings */
  11. h1 { font-size: 1.5em }
  12. h2 { font-size: 1.5em }
  13. table {
  14. border: 1px solid #ccc; !important
  15. }
  16. table th {
  17. border: 0px solid #ccc; !important
  18. font-size: 1.0em; !important
  19. }
  20. table th font {
  21. font-size: 1.3em; !important
  22. }
  23. table td {
  24. border: 0px solid; !important
  25. }
  26. /* Table colors */
  27. .TableHeadingColor { background-color: #f0f0f0; } /* light gray */
  28. .TableSubHeadingColor { background-color: #f0f0f0; } /* light gray */
  29. .TableRowColor { }
  30. /* Font used in left-hand frame lists */
  31. .FrameTitleFont { }
  32. .FrameHeadingFont { }
  33. .FrameItemFont { }
  34. /* Navigation bar fonts and colors */
  35. .NavBarCell1 { background-color:#f0f0f0; } /* light gray */
  36. .NavBarCell1Rev { background-color:#00008B; color:#ffffff} /* Dark Blue */
  37. .NavBarFont1 { }
  38. .NavBarFont1Rev { color:#ffffff;}
  39. .NavBarCell2 { }
  40. .NavBarCell3 { }