Chris@154: /* Javadoc style sheet */ Chris@154: Chris@154: /* Table colors */ Chris@154: .TableHeadingColor { background: #eef; } /* Dark mauve */ Chris@154: .TableHeadingColor th b { font-size: 70%; } Chris@154: .TableSubHeadingColor { background: #EEEEee; } /* Light mauve */ Chris@154: .TableRowColor { background: #FFFFFF; } /* White */ Chris@154: Chris@154: /* Font used in left-hand frame lists */ Chris@154: .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 } Chris@154: .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } Chris@154: .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 } Chris@154: Chris@154: /* Navigation bar fonts and colors */ Chris@154: .NavBarCell1 { background-color: inherit; } /* Light mauve */ Chris@154: .NavBarCell1Rev { background-color: inherit; } /* Dark Blue */ Chris@154: .NavBarFont1 { font-family: Arial, Helvetica, sans-serif;} Chris@154: .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; font-style: underline; } Chris@154: Chris@154: .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000; display: none;} Chris@154: .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} Chris@154: Chris@154: #content table { border-collapse: collapse; border-color: #ddd; }