~s-friedemann/tomdroid/sshfs

« back to all changes in this revision

Viewing changes to lib/commons-codec-1.4/apidocs/stylesheet.css

  • Committer: Guilherme Salgado
  • Date: 2010-08-31 21:44:24 UTC
  • mfrom: (185.1.51 sync-ui)
  • mto: (185.1.54 sync-ui)
  • mto: This revision was merged to the branch mainline in revision 186.
  • Revision ID: salgado@canonical.com-20100831214424-06b64zz707lwpmcl
mergeĀ lp:~tomdroid-developers/sync-ui

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