stevenh@59: /* Javadoc style sheet */ stevenh@59: stevenh@59: /* Define colors, fonts and other style attributes here to override the defaults */ stevenh@59: stevenh@59: /* Page background color */ stevenh@59: body { background-color: #FFFFFF; color:#000000 } stevenh@59: stevenh@59: /* Headings */ stevenh@59: h1 { font-size: 145% } stevenh@59: stevenh@59: /* Table colors */ stevenh@59: .TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */ stevenh@59: .TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */ stevenh@59: .TableRowColor { background: #FFFFFF; color:#000000 } /* White */ stevenh@59: stevenh@59: /* Font used in left-hand frame lists */ stevenh@59: .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } stevenh@59: .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } stevenh@59: .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } stevenh@59: stevenh@59: /* Navigation bar fonts and colors */ stevenh@59: .NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */ stevenh@59: .NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */ stevenh@59: .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;} stevenh@59: .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;} stevenh@59: stevenh@59: .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} stevenh@59: .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} stevenh@59: