source: proiecte/HadoopJUnit/hadoop-0.20.1/docs/jdiff/stylesheet-jdiff.css @ 120

Last change on this file since 120 was 120, checked in by (none), 14 years ago

Added the mail files for the Hadoop JUNit Project

  • Property svn:executable set to *
File size: 2.0 KB
Line 
1
2/* The JDiff style sheet, derived from the Javadoc style sheet. */
3/* Generated by the JDiff Javadoc doclet */
4/* (http://www.jdiff.org) */
5
6/* Define colors, fonts and other style attributes here to override the defaults  */
7
8/* Page background color */
9body { background: #CCFFFF url(background.gif); font-family: arial; }
10
11/* Table colors */
12.TableHeadingColor     { background: #CCCCFF } /* Dark mauve */
13.TableSubHeadingColor  { background: #EEEEFF } /* Light mauve */
14.TableRowColor         { background: #FFFFFF } /* White */
15
16/* Font used in left-hand frame lists */
17.FrameTitleFont   { font-size: normal; font-family: normal }
18.FrameHeadingFont { font-size: normal; font-family: normal }
19.FrameItemFont    { font-size: normal; font-family: normal }
20
21/* Example of smaller, sans-serif font in frames */
22/* .FrameItemFont  { font-size: 10pt; font-family: Helvetica, Arial, sans-serif } */
23
24/* Navigation bar fonts and colors */
25.NavBarCell1    { background-color:#FFFFCC;} /* Changed to yellowish to make difference from Javadoc clear */
26.NavBarCell1Rev { background-color:#00008B;}/* Dark Blue */
27.NavBarFont1    { font-family: Arial, Helvetica, sans-serif; color:#000000;}
28.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;}
29
30.NavBarCell2    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
31.NavBarCell3    { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
32
33/*
34 Links which become blue when hovered upon and show that they have been
35 visited.
36*/
37a.hiddenlink:link      {color: black; text-decoration: none}
38a.hiddenlink:visited   {color: purple; text-decoration: none}
39a.hiddenlink:hover     {color: blue; text-decoration: underline;}
40
41/*
42 Links which become blue when hovered upon but do not show that they have
43 been visited.
44*/
45a.staysblack:link     {color: black; text-decoration: none}
46a.staysblack:visited  {color: black; text-decoration: none}
47a.staysblack:hover    {color: blue; text-decoration: underline;}
Note: See TracBrowser for help on using the repository browser.