From e70ee5b59306ea37dd0c72603c61b33b1555def9 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Tue, 11 Nov 2014 14:40:18 +0100 Subject: Added proxy java classes. --- misc/logo.png | Bin 0 -> 11923 bytes misc/logo.xcf | Bin 0 -> 26871 bytes misc/splash.xcf | Bin 0 -> 350958 bytes misc/stylesheet.css | 50 ++++++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 50 insertions(+) create mode 100644 misc/logo.png create mode 100644 misc/logo.xcf create mode 100644 misc/splash.xcf create mode 100644 misc/stylesheet.css (limited to 'misc') diff --git a/misc/logo.png b/misc/logo.png new file mode 100644 index 0000000..2578a28 Binary files /dev/null and b/misc/logo.png differ diff --git a/misc/logo.xcf b/misc/logo.xcf new file mode 100644 index 0000000..341b9ec Binary files /dev/null and b/misc/logo.xcf differ diff --git a/misc/splash.xcf b/misc/splash.xcf new file mode 100644 index 0000000..be7f243 Binary files /dev/null and b/misc/splash.xcf differ diff --git a/misc/stylesheet.css b/misc/stylesheet.css new file mode 100644 index 0000000..51dd0b8 --- /dev/null +++ b/misc/stylesheet.css @@ -0,0 +1,50 @@ +/* Javadoc style sheet */ + +/* Define colors, fonts and other style attributes here to override the defaults */ + +/* Page background color */ +body { background-color: #FFFFFF; color:#000000 } + +/* + #B0DAFF Light blue text + #1279C6 Blue background + #04469D Darker blue background + #E86F00 Orange Text + #F1F1F1 Ligher gray +*/ + +/* Headings */ +h1 { font-size: 145%; color:#E86F00; } +h2 { font-size: 145%; color:#E86F00; } + + +/* Links */ +a:link{color:#1279C6; text-decoration:none; } +a:visited {color:#1279C6; text-decoration:none; } +/*a:focus {font-weight:bold; color:#04469D; text-decoration:underline; }*/ +a:hover {font-weight:bold; color:#1279C6; text-decoration:underline; } + +/* HR and table borders*/ +hr{border-style: solid; } +table{border-style: solid; } +th{border-style: none; } + +/* Table colors */ +.TableHeadingColor { background: #1279C6; color:#FFFFFF; } +.TableSubHeadingColor { background: #1279C6; color:#FFFFFF; } +.TableRowColor { background: #FFFFFF; color:#000000; } + +/* Font used in left-hand frame lists */ +.FrameTitleFont { font-size: 100%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 } +.FrameHeadingFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 } +.FrameItemFont { font-size: 90%; font-family: Helvetica, Arial, sans-serif; color:#E86F00 } + +/* Navigation bar fonts and colors */ +.NavBarCell1 { background-color:#1279C6; color:#000000} +.NavBarCell1Rev { background-color:#04469D; color:#FFFFFF} +.NavBarFont1 { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} +.NavBarFont1Rev { font-family: Arial, Helvetica, sans-serif; color:#FFFFFF;} + +.NavBarCell2 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} +.NavBarCell3 { font-family: Arial, Helvetica, sans-serif; background-color:#FFFFFF; color:#000000} + -- cgit v1.2.3-55-g7522