xref: /aosp_15_r20/external/jackson-annotations/docs/javadoc/2.1/stylesheet.css (revision 2bf6642460ffb10303bd46207a4555f36d9e5945)
1*2bf66424SCole Faust/* Javadoc style sheet */
2*2bf66424SCole Faust
3*2bf66424SCole Faust/* Define colors, fonts and other style attributes here to override the defaults */
4*2bf66424SCole Faust
5*2bf66424SCole Faust/* Page background color */
6*2bf66424SCole Faustbody { background-color: #FFFFFF; color:#000000 }
7*2bf66424SCole Faust
8*2bf66424SCole Faust/* Headings */
9*2bf66424SCole Fausth1 { font-size: 145% }
10*2bf66424SCole Faust
11*2bf66424SCole Faust/* Table colors */
12*2bf66424SCole Faust.TableHeadingColor     { background: #CCCCFF; color:#000000 } /* Dark mauve */
13*2bf66424SCole Faust.TableSubHeadingColor  { background: #EEEEFF; color:#000000 } /* Light mauve */
14*2bf66424SCole Faust.TableRowColor         { background: #FFFFFF; color:#000000 } /* White */
15*2bf66424SCole Faust
16*2bf66424SCole Faust/* Font used in left-hand frame lists */
17*2bf66424SCole Faust.FrameTitleFont   { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
18*2bf66424SCole Faust.FrameHeadingFont { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
19*2bf66424SCole Faust.FrameItemFont    { font-size:  90%; font-family: Helvetica, Arial, sans-serif; color:#000000 }
20*2bf66424SCole Faust
21*2bf66424SCole Faust/* Navigation bar fonts and colors */
22*2bf66424SCole Faust.NavBarCell1    { background-color:#EEEEFF; color:#000000} /* Light mauve */
23*2bf66424SCole Faust.NavBarCell1Rev { background-color:#00008B; color:#FFFFFF} /* Dark Blue */
24*2bf66424SCole Faust.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;color:#000000;}
25*2bf66424SCole Faust.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;color:#FFFFFF;}
26*2bf66424SCole Faust
27*2bf66424SCole Faust.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
28*2bf66424SCole Faust.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000}
29*2bf66424SCole Faust
30