diff options
author | eteq <[email protected]> | 2007-01-18 04:07:44 +0000 |
---|---|---|
committer | eteq <[email protected]> | 2007-01-18 04:07:44 +0000 |
commit | ba7da9b7464c0d81d8f1b0f7ea89555e28b1c1ba (patch) | |
tree | a7020a2fc2351a514672152297b5f8d72096c55d /build/javadoc/stylesheet.css | |
parent | f2230c98234304fa853240c8a1eecdcf37f26dc5 (diff) |
reorganized build, made some webstart changes
git-svn-id: file:///usr/local/projects/SUN/JOGL/git-svn/svn-server-sync/joglutils/trunk@33 83d24430-9974-4f80-8418-2cc3294053b9
Diffstat (limited to 'build/javadoc/stylesheet.css')
-rw-r--r-- | build/javadoc/stylesheet.css | 29 |
1 files changed, 29 insertions, 0 deletions
diff --git a/build/javadoc/stylesheet.css b/build/javadoc/stylesheet.css new file mode 100644 index 0000000..14c3737 --- /dev/null +++ b/build/javadoc/stylesheet.css @@ -0,0 +1,29 @@ +/* Javadoc style sheet */
+
+/* Define colors, fonts and other style attributes here to override the defaults */
+
+/* Page background color */
+body { background-color: #FFFFFF }
+
+/* Headings */
+h1 { font-size: 145% }
+
+/* Table colors */
+.TableHeadingColor { background: #CCCCFF } /* Dark mauve */
+.TableSubHeadingColor { background: #EEEEFF } /* Light mauve */
+.TableRowColor { background: #FFFFFF } /* White */
+
+/* Font used in left-hand frame lists */
+.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 }
+
+/* Navigation bar fonts and colors */
+.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;}
+
+.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF;}
+
|