gson-comments/gson/docs/javadocs/stylesheet.css

30 lines
1.2 KiB
CSS
Raw Normal View History

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