diff options
author | Björn Hagemeister | 2014-11-11 14:40:18 +0100 |
---|---|---|
committer | Björn Hagemeister | 2014-11-11 14:40:18 +0100 |
commit | e70ee5b59306ea37dd0c72603c61b33b1555def9 (patch) | |
tree | e6f09d76449da54463b9b4fa408b7dfba4b4b7bf /misc | |
download | proxy-vole-e70ee5b59306ea37dd0c72603c61b33b1555def9.tar.gz proxy-vole-e70ee5b59306ea37dd0c72603c61b33b1555def9.tar.xz proxy-vole-e70ee5b59306ea37dd0c72603c61b33b1555def9.zip |
Added proxy java classes.
Diffstat (limited to 'misc')
-rw-r--r-- | misc/logo.png | bin | 0 -> 11923 bytes | |||
-rw-r--r-- | misc/logo.xcf | bin | 0 -> 26871 bytes | |||
-rw-r--r-- | misc/splash.xcf | bin | 0 -> 350958 bytes | |||
-rw-r--r-- | misc/stylesheet.css | 50 |
4 files changed, 50 insertions, 0 deletions
diff --git a/misc/logo.png b/misc/logo.png Binary files differnew file mode 100644 index 0000000..2578a28 --- /dev/null +++ b/misc/logo.png diff --git a/misc/logo.xcf b/misc/logo.xcf Binary files differnew file mode 100644 index 0000000..341b9ec --- /dev/null +++ b/misc/logo.xcf diff --git a/misc/splash.xcf b/misc/splash.xcf Binary files differnew file mode 100644 index 0000000..be7f243 --- /dev/null +++ b/misc/splash.xcf 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} + |