/[webpac]/trunk2/openisis/jdocstyle.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /trunk2/openisis/jdocstyle.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 337 - (hide annotations)
Thu Jun 10 19:22:40 2004 UTC (19 years, 10 months ago) by dpavlin
File MIME type: text/css
File size: 1241 byte(s)
new trunk for webpac v2

1 dpavlin 237 /* Javadoc style sheet */
2    
3     /* Define colors, fonts and other style attributes here to override the defaults */
4    
5     /* Page background color */
6     body { background-color: #FFFFFF }
7    
8     /* Table colors */
9     .TableHeadingColor { background: #00CC00 } /* Dark Green */
10     .TableSubHeadingColor { background: #AAEEAA } /* Light Green */
11     .TableRowColor { background: #FFFFFF } /* White */
12    
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 }
17    
18     /* Example of smaller, sans-serif font in frames */
19     /* .FrameItemFont { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
20    
21     /* Navigation bar fonts and colors */
22     .NavBarCell1 { background-color:#AAEEAA;}/* Light Green */
23     .NavBarCell1Rev { background-color:#00CC00;}/* Dark Green */
24     .NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#000000;}
25     .NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
26    
27     .NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
28     .NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
29    

  ViewVC Help
Powered by ViewVC 1.1.26