Install gettext-0.18.1.1.tar.gz
[msysgit.git] / mingw / share / doc / gettext / javadoc2 / stylesheet.css
blob95f57649867706e9a2c352c08694bddfcc53f2ca
1 /* Javadoc style sheet */
3 /* Define colors, fonts and other style attributes here to override the defaults */
5 /* Page background color */
6 body { background-color: #FFFFFF }
8 /* Table colors */
9 .TableHeadingColor { background: #CCCCFF } /* Dark mauve */
10 .TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
11 .TableRowColor { background: #FFFFFF } /* White */
13 /* Font used in left-hand frame lists */
14 .FrameTitleFont { font-size: normal; font-family: normal }
15 .FrameHeadingFont { font-size: normal; font-family: normal }
16 .FrameItemFont { font-size: normal; font-family: normal }
18 /* Example of smaller, sans-serif font in frames */
19 /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
21 /* Navigation bar fonts and colors */
22 .NavBarCell1 { background-color:#EEEEFF;}/* Light mauve */
23 .NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
24 .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25 .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
27 .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28 .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}