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.

stylesheet.css 1.2KB

1234567891011121314151617181920212223242526272829
  1. /* Javadoc style sheet */
  2. /* Define colors, fonts and other style attributes here to override the defaults */
  3. /* Page background color */
  4. body { background-color: #FFFFFF }
  5. /* Headings */
  6. h1 { font-size: 145% }
  7. /* Table colors */
  8. .TableHeadingColor { background: #CCCCFF } /* Dark mauve */
  9. .TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
  10. .TableRowColor { background: #FFFFFF } /* White */
  11. /* Font used in left-hand frame lists */
  12. .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif }
  13. .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
  14. .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
  15. /* Navigation bar fonts and colors */
  16. .NavBarCell1 { background-color:#EEEEFF;} /* Light mauve */
  17. .NavBarCell1Rev { background-color:#00008B;} /* Dark Blue */
  18. .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
  19. .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
  20. .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
  21. .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}