PageRenderTime 31ms CodeModel.GetById 29ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/docs/enum/docs/api/stylesheet.css

http://mp-rechnungs-und-kundenverwaltung.googlecode.com/
CSS | 29 lines | 13 code | 8 blank | 8 comment | 0 complexity | 5e9a9b33187f474e19fcf636c5e35681 MD5 | raw file
Possible License(s): LGPL-3.0, Apache-2.0, GPL-3.0, GPL-2.0, AGPL-3.0, JSON, BSD-3-Clause
  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. /* Table colors */
  6. .TableHeadingColor { background: #CCCCFF } /* Dark mauve */
  7. .TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
  8. .TableRowColor { background: #FFFFFF } /* White */
  9. /* Font used in left-hand frame lists */
  10. .FrameTitleFont { font-size: normal; font-family: normal }
  11. .FrameHeadingFont { font-size: normal; font-family: normal }
  12. .FrameItemFont { font-size: normal; font-family: normal }
  13. /* Example of smaller, sans-serif font in frames */
  14. /* .FrameItemFont { font-size: 10pt; 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;}