annotate javadoc/stylesheet.css @ 94:fedf516f6a78 tip

test file
author stevenh
date Mon, 29 Dec 2014 15:16:22 +0000
parents 5d5bf6159c67
children
rev   line source
stevenh@59 1 /* Javadoc style sheet */
stevenh@59 2
stevenh@59 3 /* Define colors, fonts and other style attributes here to override the defaults */
stevenh@59 4
stevenh@59 5 /* Page background color */
stevenh@59 6 body { background-color: #FFFFFF; color:#000000 }
stevenh@59 7
stevenh@59 8 /* Headings */
stevenh@59 9 h1 { font-size: 145% }
stevenh@59 10
stevenh@59 11 /* Table colors */
stevenh@59 12 .TableHeadingColor { background: #CCCCFF; color:#000000 } /* Dark mauve */
stevenh@59 13 .TableSubHeadingColor { background: #EEEEFF; color:#000000 } /* Light mauve */
stevenh@59 14 .TableRowColor { background: #FFFFFF; color:#000000 } /* White */
stevenh@59 15
stevenh@59 16 /* Font used in left-hand frame lists */
stevenh@59 17 .FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
stevenh@59 18 .FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
stevenh@59 19 .FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
stevenh@59 20
stevenh@59 21 /* Navigation bar fonts and colors */
stevenh@59 22 .NavBarCell1 { background-color:#EEEEFF; color:#000000} /* Light mauve */
stevenh@59 23 .NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
stevenh@59 24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
stevenh@59 25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
stevenh@59 26
stevenh@59 27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
stevenh@59 28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
stevenh@59 29