~vil/pydev/upstream

« back to all changes in this revision

Viewing changes to org.python.pydev/doc/javadoc.css

  • Committer: Vladimír Lapáček
  • Date: 2006-08-30 18:38:44 UTC
  • Revision ID: vladimir.lapacek@gmail.com-20060830183844-f4d82c1239a7770a
Initial import of upstream

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/* 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
/* Headings */
 
9
h1 { font-size: 120% }
 
10
h2 { font-size: 110% }
 
11
 
 
12
/* Table colors */
 
13
.TableHeadingColor     { background: #CCFFFF} /* Dark mauve */
 
14
.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
 
15
.TableRowColor         { background: #FFFFFF } /* White */
 
16
 
 
17
/* Font used in left-hand frame lists */
 
18
.FrameTitleFont   { font-size: 90%; font-family: Helvetica, Arial, sans-serif }
 
19
.FrameHeadingFont { font-size:  80%; font-family: Helvetica, Arial, sans-serif }
 
20
.FrameItemFont    { font-size:  80%; font-family: Helvetica, Arial, sans-serif }
 
21
 
 
22
/* Navigation bar fonts and colors */
 
23
.NavBarCell1    { background-color:#EEEEFF; font-size: 80%;} /* Light mauve */
 
24
.NavBarCell1Rev { background-color:#00008B; font-size: 80%;} /* Dark Blue */
 
25
.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
 
26
.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
 
27
 
 
28
.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
 
29
.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
 
30