diff options
Diffstat (limited to 'docs')
27 files changed, 1628 insertions, 0 deletions
diff --git a/docs/bPod.swf b/docs/bPod.swf Binary files differnew file mode 100644 index 0000000..2a1d7dd --- /dev/null +++ b/docs/bPod.swf diff --git a/docs/blank.gif b/docs/blank.gif Binary files differnew file mode 100644 index 0000000..35d42e8 --- /dev/null +++ b/docs/blank.gif diff --git a/docs/bucky/.htaccess b/docs/bucky/.htaccess new file mode 100644 index 0000000..30d6b0f --- /dev/null +++ b/docs/bucky/.htaccess @@ -0,0 +1,3 @@ +DirectoryIndex /cgi-bin/bucky/login +Options +FollowSymlinks + diff --git a/docs/bucky/error.jpg b/docs/bucky/error.jpg Binary files differnew file mode 100644 index 0000000..f466d22 --- /dev/null +++ b/docs/bucky/error.jpg diff --git a/docs/bucky/newme.jpg b/docs/bucky/newme.jpg Binary files differnew file mode 100644 index 0000000..f27abc5 --- /dev/null +++ b/docs/bucky/newme.jpg diff --git a/docs/bucky/refresh.html b/docs/bucky/refresh.html new file mode 100644 index 0000000..ef9b01a --- /dev/null +++ b/docs/bucky/refresh.html @@ -0,0 +1,10 @@ +<html> +<head> +<meta http-equiv="Refresh" + content="0; URL=http://www.carbonpictures.com/"> +</head> +<body> +<br> +Redirecting you to <a href="http://www.carbonpictures.com/">Carbon Pictures</a> +</body> +</html> diff --git a/docs/css/bogart-feb-1st.css b/docs/css/bogart-feb-1st.css new file mode 100644 index 0000000..3278d11 --- /dev/null +++ b/docs/css/bogart-feb-1st.css @@ -0,0 +1,222 @@ +body {
+ background-color: #eaf0f0;
+ color: #111111;
+ font-size: 10px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 20px;
+}
+small
+ {
+ font-size: 10px;
+ }
+table {
+ border: 0px;
+ margin: 3px;
+}
+.threadmain {
+ border: 0px;
+}
+.main {
+ border: 1px solid #e0e8e8;
+}
+.head {
+ background-color: #d8e0e8;
+}
+.head a:link { color: #000;}
+.head a:visited { color: #000;}
+.head a:active { color: #000;}
+.head a:hover { color: #558;}
+
+.quietlink:link { color: #060606; text-decoration: none; }
+.quietlink:visited { color: #444; text-decoration: none; }
+.quietlink:hover { color: #060606; text-decoration: underline; }
+.quietlink:active { color: #000; text-decoration: underline; }
+
+.bare {
+ background-color: #e6f0f0;
+ padding: 0px;
+ margin: 0px;
+}
+tr:hover { }
+tr.row { background-color: #e6f0f0; }
+
+tr.row0 { background-color: #e6f0f0; }
+tr.row0:hover { background-color: #d8e0ec; color: #000000; }
+tr.row1 { background-color: #e0e8e8; }
+tr.row1:hover { background-color: #d8e0ec; color: #000000; }
+
+td.row0 { background-color: #eaf0f0; border-bottom: 1px solid #e8eaea; }
+td.row0:hover { background-color: #d9e0ec; color: #000000; border-bottom: 1px solid #d3d3d0; }
+td.row1 { background-color: #dde6e6; border-bottom: 1px solid #e8eaea; }
+td.row1:hover { background-color: #d9e0ec; color: #000000; border-bottom: 1px solid #d3d3d0; }
+
+td.ivory0 { background-color: #f0f0ea; border-bottom: 1px solid #e8eaea; }
+td.ivory0:hover { background-color: #ece0d9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+td.ivory1 { background-color: #e6e6dd; border-bottom: 1px solid #e8eaea; }
+td.ivory1:hover { background-color: #ece0d9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+
+td.red0 { background-color: #f0d0d3; border-bottom: 1px solid #e8eaea; }
+td.red0:hover { background-color: #ecd9d9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+td.red1 { background-color: #e6d6da; border-bottom: 1px solid #e8eaea; }
+td.red0:hover { background-color: #ecd9d9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+
+td {
+ color: #111111;
+ font-size: .71em;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+ padding: 1px;
+ border: 0px;
+}
+.bluebox {
+ background-color: #d8e0ec;
+ color: #000000;
+ text-align: center;
+ border: 2px solid #201010;
+ padding: 3px;
+ margin: 3px;
+}
+.message {
+ background-color: #d8e0ec;
+ color: #000000;
+ width: 200px;
+ text-align: center;
+ border: 2px solid #201010;
+ padding: 3px;
+ margin: 3px;
+}
+.new {
+ font-weight: bold;
+ color: #000000;
+}
+.recent {
+ color: #001111;
+}
+.med {
+ color: #203838;
+}
+.old {
+ color: #425050;
+}
+.older {
+ color: #5D6464;
+}
+.quiet {
+ color: #787878;
+}
+.nfo {
+ background-color: #e0e8e8;
+ color: #000000;
+ border: 2px solid #201010;
+ width: 570px;
+ font-size: 12px;
+ font-family: Courier New, Fixedsys, monospace;
+ white-space: pre;
+ text-align: left;
+ margin-left: 90px;
+ padding: 3px;
+}
+a:link { color: #2050ca; text-decoration: underline; }
+a:visited { color: #1030aa; text-decoration: none; }
+a:active { color: #a0a0c7; text-decoration: underline; }
+a:hover { color: #2040f0; text-decoration: underline; }
+hr {
+ background-color: #201010;
+}
+.commentbox
+ {
+ padding: 0px;
+ margin: 1px;
+ text-align: left;
+ }
+.commentuser
+ {
+ padding: 0px 2px 6px 0px;
+ text-align: right;
+ font-size: 9px;
+ border: 0px;
+ color: #454565;
+ border-top: 1px #666 solid;
+ margin: 0px;
+ }
+.comment
+ {
+ border: 0px;
+ padding: 0px 2px 0px 2px;
+ font-size: 11px;
+ }
+.commenttop
+ {
+ border: 0px;
+ padding: 2px 2px 0px 2px;
+ font-size: 11px;
+ }
+.threadname
+ {
+ padding: 3px;
+ font-size: 11px;
+ font-family: georgia, garamond, serif;
+ }
+.newthread a:link
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.newthread a:visited
+ { color: #1030aa; text-decoration: none; }
+.newthread a:active
+ { color: #a0a0c7; text-decoration: underline; }
+.newthread a:hover
+ { color: #2040f0; text-decoration: underline; }
+
+.bright a:link
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.bright a:visited
+ { color: #2070ea; text-decoration: none; font-weight: bold; }
+.bright a:active
+ { color: #a0a0c7; text-decoration: underline; }
+.bright a:hover
+ { color: #2040f0; text-decoration: underline; }
+
+.bigtitle
+ {
+ font-size: 30px;
+ font-weight: bold;
+ }
+.clicky
+ {
+ font-size: 10px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ color: #140A0A;
+ border: 2px #140A0A solid;
+ padding: 1px;
+ margin: 3px;
+ background-color: #c8d0dc;
+ }
+.sticky
+ {
+ background-color: #dcc8d0;
+ }
+.thumb
+ {
+ border: 1px solid #38383d;
+ padding: 0px; margin: 0px;
+ }
+.thumb a
+ {
+ color: #38383d;
+ }
+.filename
+ {
+ text-align: left;
+ padding-left: 5px;
+ padding-right: 10px;
+ }
+.filesize
+ {
+ text-align: right;
+ padding-left: 10px;
+ padding-right: 5px;
+ }
+
+
+
+
diff --git a/docs/css/bogart.css b/docs/css/bogart.css new file mode 100644 index 0000000..3c86102 --- /dev/null +++ b/docs/css/bogart.css @@ -0,0 +1,279 @@ +body {
+ background-color: #e6f0f0;
+ color: #111111;
+ font-size: 10px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 20px;
+}
+small
+ {
+ font-size: 10px;
+ }
+table {
+ border: 0px;
+ margin: 3px;
+}
+.threadmain {
+ border: 0px;
+}
+.main {
+ border: 1px solid #e0e8e8;
+}
+.head {
+ background-color: #d8e0e8;
+}
+.head a:link { color: #000;}
+.head a:visited { color: #000;}
+.head a:active { color: #000;}
+.head a:hover { color: #558;}
+
+.quietlink:link { color: #060606; text-decoration: none; }
+.quietlink:visited { color: #444; text-decoration: none; }
+.quietlink:hover { color: #060606; text-decoration: underline; }
+.quietlink:active { color: #000; text-decoration: underline; }
+
+.bare {
+ background-color: #e6f0f0;
+ padding: 0px;
+ margin: 0px;
+}
+tr:hover { }
+tr.row { background-color: #e6f0f0; }
+
+tr.row0 { background-color: #e6f0f0; }
+tr.row0:hover { background-color: #d8e0ec; color: #000000; }
+tr.row1 { background-color: #e0e8e8; }
+tr.row1:hover { background-color: #d8e0ec; color: #000000; }
+
+td.row0 { background-color: #e6f0f0; }
+td.row0:hover { background-color: #d8e0ec; color: #000000; }
+td.row1 { background-color: #e0e8e8; }
+td.row1:hover { background-color: #d8e0ec; color: #000000; }
+
+td.plain0 { background-color: #d0dBe8; border-bottom: 1px solid #d3d3d0; }
+td.plain0:hover { background-color: #d7e4f0; color: #000000; border-bottom: 1px solid #d3d3d0; }
+td.plain1 { background-color: #edf8f6; border-bottom: 1px solid #d3d3d0; }
+td.plain1:hover { background-color: #f3fafa; color: #000000; border-bottom: 1px solid #ded2dd; }
+
+td.ivory0 { background-color: #e0e0d8; border-bottom: 1px solid #d3d3d0; }
+td.ivory0:hover { background-color: #f8f0e9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+td.ivory1 { background-color: #f0f0ea; border-bottom: 1px solid #d3d3d0; }
+td.ivory1:hover { background-color: #f8f0e9; color: #000000; border-bottom: 1px solid #d3d3d0; }
+
+td.tan0 { background-color: #e1e1bf; border-bottom: 1px solid #ced2cd; }
+td.tan0:hover { background-color: #f7f6ed; color: #000000; border-bottom: 1px solid #ced2cd; }
+td.tan1 { background-color: #f0eddf; border-bottom: 1px solid #ced2cd; }
+td.tan1:hover { background-color: #f7f6ed; color: #000000; border-bottom: 1px solid #ced2cd; }
+
+td.red0 { background-color: #fcc7c2; border-bottom: 1px solid #E8B1AC; }
+td.red0:hover { background-color: #FFACB2; color: #000000; border-bottom: 1px solid #E8B1AC; }
+td.red1 { background-color: #fde1df; border-bottom: 1px solid #E8B1AC; }
+td.red1:hover { background-color: #FFACB2; color: #000000; border-bottom: 1px solid #E8B1AC; }
+
+td.orange0 { background-color: #F8E0C6; border-bottom: 1px solid #F5D1AA; }
+td.orange0:hover{ background-color: #FFD799; color: #000000; border-bottom: 1px solid #F5D1AA; }
+td.orange1 { background-color: #FBEEE1; border-bottom: 1px solid #F5D1AA; }
+td.orange1:hover{ background-color: #FFD799; color: #000000; border-bottom: 1px solid #F5D1AA; }
+
+td.yellow0 { background-color: #FAFDC2; border-bottom: 1px solid #CED3D2; }
+td.yellow0:hover{ background-color: #FFF7A8; color: #000000; border-bottom: 1px solid #CED3D2; }
+td.yellow1 { background-color: #FDFEDF; border-bottom: 1px solid #CED3D2; }
+td.yellow1:hover{ background-color: #FFF7A8; color: #000000; border-bottom: 1px solid #CED3D2; }
+
+td.green0 { background-color: #E6FFCC; border-bottom: 1px solid #AFD8AB; }
+td.green0:hover { background-color: #d8F4b4; color: #000000; border-bottom: 1px solid #AFD8AB; }
+td.green1 { background-color: #F0FFE2; border-bottom: 1px solid #AFD8AB; }
+td.green1:hover { background-color: #d4eeb0; color: #000000; border-bottom: 1px solid #AFD8AB; }
+
+td.blue0 { background-color: #ddE2FF; border-bottom: 1px solid #c9c9F5; }
+td.blue0:hover { background-color: #cac8fe; color: #000000; border-bottom: 1px solid #c9c9F5; }
+td.blue1 { background-color: #ebefff; border-bottom: 1px solid #c9c9F5; }
+td.blue1:hover { background-color: #cac8fe; color: #000000; border-bottom: 1px solid #c9c9F5; }
+
+td.purple0 { background-color: #E0CBF4; border-bottom: 1px solid #D6A9EA; }
+td.purple0:hover{ background-color: #DDB1FF; color: #000000; border-bottom: 1px solid #D6A9EA; }
+td.purple1 { background-color: #EFE4F9; border-bottom: 1px solid #D6A9EA; }
+td.purple1:hover{ background-color: #DDB1FF; color: #000000; border-bottom: 1px solid #D6A9EA; }
+
+td.pink0 { background-color: #F1CDE4; border-bottom: 1px solid #E8ABD2; }
+td.pink0:hover { background-color: #FFAECD; color: #000000; border-bottom: 1px solid #E8ABD2; }
+td.pink1 { background-color: #F8E5F1; border-bottom: 1px solid #E8ABD2; }
+td.pink1:hover { background-color: #FFAECD; color: #000000; border-bottom: 1px solid #E8ABD2; }
+
+td.black0 { background-color: #ccc; border-bottom: 1px solid #aaa; }
+td.black0:hover { background-color: #f8f8f8; color: #000000; border-bottom: 1px solid #aaa; }
+td.black1 { background-color: #eee; border-bottom: 1px solid #aaa; }
+td.black1:hover { background-color: #f8f8f8; color: #000000; border-bottom: 1px solid #aaa; }
+
+td {
+ color: #111111;
+ font-size: .71em;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+ padding: 1px;
+ border: 0px;
+}
+.bluebox {
+ background-color: #d8e0ec;
+ color: #000000;
+ text-align: center;
+ border: 2px solid #201010;
+ padding: 3px;
+ margin: 3px;
+}
+.message {
+ background-color: #d8e0ec;
+ color: #000000;
+ width: 200px;
+ text-align: center;
+ border: 2px solid #201010;
+ padding: 3px;
+ margin: 3px;
+}
+.new {
+ font-weight: bold;
+ color: #000000;
+}
+.recent { color: #001111; }
+.med { color: #203838; }
+.old { color: #425050; }
+.older { color: #5D6464; }
+.quiet { color: #787878; }
+.nfo
+ {
+ background-color: #e0e8e8;
+ color: #000000;
+ border: 2px solid #201010;
+ width: 570px;
+ font-size: 12px;
+ font-family: Courier New, Fixedsys, monospace;
+ white-space: pre;
+ text-align: left;
+ margin-left: 90px;
+ padding: 3px;
+ }
+a:link { color: #2050ca; text-decoration: underline; }
+a:visited { color: #1030aa; text-decoration: none; }
+a:active { color: #a0a0c7; text-decoration: underline; }
+a:hover { color: #2040f0; text-decoration: underline; }
+hr { color: #201010; }
+.commentbox
+ {
+ padding: 0px;
+ margin: 1px;
+ text-align: left;
+ }
+.commentuser
+ { font-size: 9px; border-bottom: 1px #666 solid; }
+.comment
+ {
+ font-size: 9pt;
+ line-height: 18px;
+ font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
+ }
+.c0
+ { background-color: #f3f1f2; }
+.c1
+ { background-color: #fcf8f8; }
+.subcommentbox
+ {
+ border: 0px;
+ padding: 0px 0px px 0px;
+ font-size: 10px;
+ }
+.subcomment
+ {
+ border: 0px;
+ padding: 0px 2px 0px 2px;
+ font-size: 8pt;
+ line-height: 16px;
+ font-family: Lucida Sans Unicode, Lucida Grande, sans-serif;
+ }
+.commentuser small
+ { font-size: inherit; }
+.subcommentuser small
+ { font-size: inherit; }
+.commenttop
+ {
+ border: 0px;
+ padding: 2px 2px 0px 2px;
+ font-size: 11px;
+ }
+.threadname
+ {
+ padding: 3px;
+ font-size: 11px;
+ font-family: georgia, garamond, serif;
+ }
+.newthread a:link
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.newthread a:visited
+ { color: #1030aa; text-decoration: none; }
+.newthread a:active
+ { color: #a0a0c7; text-decoration: underline; }
+.newthread a:hover
+ { color: #2040f0; text-decoration: underline; }
+
+.bright a:link
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.bright a:visited
+ { color: #1030aa; text-decoration: none; }
+.bright a:active
+ { color: #a0a0c7; text-decoration: underline; }
+.bright a:hover
+ { color: #2040f0; text-decoration: underline; }
+
+.lite a:link
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.lite a:visited
+ { color: #2070ea; text-decoration: underline; font-weight: bold; }
+.lite a:active
+ { color: #a0a0c7; text-decoration: underline; }
+.lite a:hover
+ { color: #2040f0; text-decoration: underline; }
+
+.bigtitle
+ {
+ font-size: 30px;
+ font-weight: bold;
+ }
+.clicky
+ {
+ font-size: 10px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ font-weight: bold;
+ color: #140A0A;
+ border: 2px #140A0A solid;
+ padding: 1px;
+ margin: 3px;
+ background-color: #c8d0dc;
+ }
+.clicky:hover
+ { color: #040a0a; background-color: #d8ece0; }
+.sticky
+ {
+ background-color: #dcc8d0;
+ }
+.thumb
+ {
+ border: 1px solid #38383d;
+ padding: 0px; margin: 0px;
+ }
+.thumb a
+ {
+ color: #38383d;
+ }
+.filename
+ {
+ text-align: left;
+ padding-left: 5px;
+ padding-right: 10px;
+ }
+.filesize
+ {
+ text-align: right;
+ padding-left: 10px;
+ padding-right: 5px;
+ }
+
+
diff --git a/docs/css/bogart/black.css b/docs/css/bogart/black.css new file mode 100644 index 0000000..3ad5f98 --- /dev/null +++ b/docs/css/bogart/black.css @@ -0,0 +1,20 @@ +td { color: #ccc; } +a:visited { color: #666; } +.quietlink:link { color: #888; } +.quietlink:visited { color: #888; } +.comment { color: #222; } +.c0 { background-color: #bbb; } +.c1 { background-color: #ddd; } + +tr .row0 { background-color: #ddd; } +tr .row1 { background-color: #ccc; } + +.clicky { border-color: #555; } +.new { font-weight: bold; color: #cccccc; } +.recent { color: #aaaaaa; } +.med { color: #999999; } +.old { color: #888888; } +.older { color: #777777; } +.quiet { color: #666666; } + + diff --git a/docs/css/bogart/blue.css b/docs/css/bogart/blue.css new file mode 100644 index 0000000..d680ad1 --- /dev/null +++ b/docs/css/bogart/blue.css @@ -0,0 +1 @@ +body { background-color: #E0E2F0; } diff --git a/docs/css/bogart/green.css b/docs/css/bogart/green.css new file mode 100644 index 0000000..444dce0 --- /dev/null +++ b/docs/css/bogart/green.css @@ -0,0 +1 @@ +body { background-color: #E9F0E7; } diff --git a/docs/css/bogart/ivory.css b/docs/css/bogart/ivory.css new file mode 100644 index 0000000..170685e --- /dev/null +++ b/docs/css/bogart/ivory.css @@ -0,0 +1 @@ +body { background-color: #F0F0EB; } diff --git a/docs/css/bogart/orange.css b/docs/css/bogart/orange.css new file mode 100644 index 0000000..531299e --- /dev/null +++ b/docs/css/bogart/orange.css @@ -0,0 +1 @@ +body { background-color: #F0E8DF; } diff --git a/docs/css/bogart/pink.css b/docs/css/bogart/pink.css new file mode 100644 index 0000000..6edc890 --- /dev/null +++ b/docs/css/bogart/pink.css @@ -0,0 +1 @@ +body { background-color: #F0DFEB; } diff --git a/docs/css/bogart/plain.css b/docs/css/bogart/plain.css new file mode 100644 index 0000000..61bc0c0 --- /dev/null +++ b/docs/css/bogart/plain.css @@ -0,0 +1 @@ +body { background-color: #e6f0f0; } diff --git a/docs/css/bogart/purple.css b/docs/css/bogart/purple.css new file mode 100644 index 0000000..55eade1 --- /dev/null +++ b/docs/css/bogart/purple.css @@ -0,0 +1 @@ +body { background-color: #EBE7F0; } diff --git a/docs/css/bogart/red.css b/docs/css/bogart/red.css new file mode 100644 index 0000000..83ce1be --- /dev/null +++ b/docs/css/bogart/red.css @@ -0,0 +1 @@ +body { background-color: #F0E0DF; } diff --git a/docs/css/bogart/yellow.css b/docs/css/bogart/yellow.css new file mode 100644 index 0000000..d29c903 --- /dev/null +++ b/docs/css/bogart/yellow.css @@ -0,0 +1 @@ +body { background-color: #F0F0E7; } diff --git a/docs/css/lost.css b/docs/css/lost.css new file mode 100644 index 0000000..699a7a9 --- /dev/null +++ b/docs/css/lost.css @@ -0,0 +1,14 @@ +body { background-color: #EFEFEF; } +body,div,.wl { font-family: "courier new",monospace; font-size: small; white-space: pre;} + +.h { background-color: yellow; } +.s { background-color: #DFDFDF; } + +.m { color: darkgreen; } /* mode */ +.j { color: darkgreen; } /* join */ +.p { color: darkgreen; } /* part */ +.q { color: darkblue; } /* quit */ +.k { color: darkblue; } /* kick */ +.t { color: darkblue; } /* topic */ +.a { color: darkred; } /* action */ +.n { color: darkred; } /* nick */ diff --git a/docs/css/slightblues.css b/docs/css/slightblues.css new file mode 100644 index 0000000..00753b5 --- /dev/null +++ b/docs/css/slightblues.css @@ -0,0 +1,9 @@ +body td {
+ color: #000000;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+}
+a:link { color: #2050ca; text-decoration: underline; }
+a:visited { color: #1030aa; text-decoration: underline; }
+a:active { color: #a0a0c7; text-decoration: underline; }
+a:hover { color: #9090f0; text-decoration: underline; }
diff --git a/docs/css/slightoranges.css b/docs/css/slightoranges.css new file mode 100644 index 0000000..2559a91 --- /dev/null +++ b/docs/css/slightoranges.css @@ -0,0 +1,36 @@ +body {
+ color: #000000;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+}
+TD, TH, .BOD, FONT {
+ color: #000000;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ margin: 0;
+}
+a:link {
+ color: #2050ca;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:visited {
+ color: #1030aa;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:active {
+ color: #a0a0c7;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
+a:hover {
+ color: #9090f0;
+ font-size: 11px;
+ font-family: Trebuchet MS, Helvetica, Arial, sans-serif;
+ text-decoration: underline;
+}
\ No newline at end of file diff --git a/docs/css/style.css b/docs/css/style.css new file mode 100755 index 0000000..2d38361 --- /dev/null +++ b/docs/css/style.css @@ -0,0 +1,137 @@ +table + { + width: 100%; + border-collapse: collapse; + background-color: white; + color: black; + font: 10pt verdana, arial; + margin-bottom: 25%; /* %, px, em, ex ? */ + } + +tr.subhead + { + background-color: #cccccc; + } + +th + { + padding: 0 3%; + } + +th.alt + { + background-color: black; + color: white; + padding: 3% 3% 2%; + } + +td + { + padding: 0 3%; + } + +tr.alt + { + background-color: #eeeeee; + } + +h1 + { + font: 24pt verdana, arial; + margin: 0; + } + +h2 + { + font: 18pt verdana, arial; + margin: 0; + } + +h3 + { + font: 12pt verdana, arial; + margin: 0; + } + +th a + { + color: #00008b; + font: 8pt verdana, arial; + } + +a + { + color: #00008b; + text-decoration: none; + } + +a:hover + { + color: #00008b; + text-decoration: underline; + } + +div.outer + { + width: 90%; + margin: 15%; + } + +table.viewmenu td + { + background-color: #006699; + color: white; + padding: 0 5%; + } + +table.viewmenu td.end + { + padding: 0; + } + +table.viewmenu a + { + color: white; + font: 8pt verdana, arial; + } + +table.viewmenu a:hover + { + color: white; + font: 8pt verdana, arial; + } + +a.tinylink + { + color: #00008b; + font: 8pt verdana, arial; + text-decoration: underline; + } + +a.link + { + color: #00008b; + text-decoration: underline; + } + +div.buffer + { + padding-top: 7%; + padding-bottom: 17%; + } + +.small + { + font: 8pt verdana, arial; + } + +table td + { + padding-right: 20%; + } + +table td.nopad + { + padding-right: 5%; + } + diff --git a/docs/css/tabs.css b/docs/css/tabs.css new file mode 100755 index 0000000..3b7250e --- /dev/null +++ b/docs/css/tabs.css @@ -0,0 +1,98 @@ +#screenTabs { +float:left; +width: 100%; +min-height: 1px; +height: 1px; +background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom; +} + +td > #screenTabs { +height: auto; +} + +#tabs { +float:left; +width:620px; +line-height:normal; +white-space: nowrap; +background:#ffffff url("../img/icons/tabs/bg.gif") repeat-x bottom; +} + +#tabs ul { +margin:0; +padding: 0px 10px 10px 10px; +list-style:none; +} + +#tabs a { +display: block; +background:url("../img/icons/tabs/right.gif") no-repeat right top; +padding:5px 9px 4px 4px; +vertical-align: baseline; +text-decoration: none; +color: #000000; +width:.1em; +} + +#tabs > ul a { +width: auto; +} + +#tabs a:hover, +#tabs a:visited, +#tabs a:active { +text-decoration: none; +color: #000000; +} + +#tabs li { +float:left; +background:url("../img/icons/tabs/left.gif") no-repeat left top; +margin:0; +padding:0 0 0 2px; +border-bottom: solid 1px #776655; +} + +#tabs li#current { +border-width: 0; +} + +#tabs #current { +background-image:url("../img/icons/tabs/left_on.gif"); +margin-left: -3px; +} +#tabs #current a { +background-image:url("../img/icons/tabs/right_on.gif"); +padding:3px 9px 7px 6px; +vertical-align: baseline; +} + +#tabs .last a { +background-image:url("../img/icons/tabs/right_last.gif"); +} + +#tabs .first { +background-image:url("../img/icons/tabs/left_first.gif"); +} + +#tabs .first#current { +margin-left: 0; +} + +#tabs li:hover { +background-position: 0% -150px; +cursor: pointer; +} + +#tabs li:hover a { +background-position: 100% -150px; +} + +#tabs li.first:hover { +background-position: top left; +} + +#tabs a:hover { +background-position: 100% -150px; +} + diff --git a/docs/css/winxp.blue.css b/docs/css/winxp.blue.css new file mode 100755 index 0000000..476e415 --- /dev/null +++ b/docs/css/winxp.blue.css @@ -0,0 +1,650 @@ +html + { + height: 100%; + min-height: 100%; + border-width: 0px; + } + +body + { + height: 100%; + min-height: 100%; + margin: 0px; + padding: 0px; + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + font-weight: normal; + background-color: #F9F8F8; + color: #000000; + } + +p, div, span { + font-size: 11px; +} + +.screenLayout { + position: relative; + min-height: 100%; + margin-bottom: 0; +} +* html .screenLayout { + height: 100%; +} + +.headerContainer + { + background-image: url('../img/common/top_bg.jpg'); + background-repeat: repeat-x; + background-position: left bottom; + background-color: #FEFEFE; + margin: 0px; + } + +.pageHeader + { + background-image: url('../img/common/top_body_bg.jpg'); + background-position: top right; + background-repeat: no-repeat; + text-align: left; + margin: 0px; + height: 50px; + } + +.pageHeader img + { + margin-left: 0px; + margin-top: 0px; + } + +.footerContainer + { + position: absolute; +/* visibility:hidden; */ + bottom: 0px; + height: 40px; + width: 100%; + border-top: solid 1px #6E89DD; + background-color: #8EA5EC; + margin-bottom: 0; + } + +.contentLayout + { + text-align: center; + padding-bottom: 120px; + } + +.contentContainer + { + width: 620px; + text-align: left; + margin-left: auto; + margin-right: auto; + /* + border-left: solid 1px #dddddd; + border-right: solid 1px #dddddd; + */ + } + +.pageContent + { + margin-top: 49px; + } + +.mainPageBanner + { + background-color: #ffffff; + background-image: url('../img/common/banner.gif'); + background-repeat: no-repeat; + border: solid 2px #A6BDDA; + padding: 20px 20px 10px 215px; + margin-bottom: 10px; +} + +.mainPageBanner p, +.mainPageBanner li + { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; +} + +.mainPageBanner li + { + margin-bottom: 3px; +} + +.mainPageBanner ul + { + margin: 5px 0 10px 22px; + padding: 0; +} + +.mainPageBanner .welcomeText + { + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + color: #4A78B3; + font-size: 18px; + font-weight: bold; + margin-top: 0; + border-bottom: 1px solid #cccccc; + } + +.mainPageBanner hr { + height: 0; + border: 0; + border-bottom: 1px solid #cccccc; +} + +p.descriptionText + { + color: #555555; + font-weight: bold; + } + +.domainName + { + color: #000000; + } + +.pageContent p + { + margin: 0px; + margin-top: 10px; + padding: 5px; + } + +.pageContent li + { + padding: 2px; + } + +.formContainer + { + padding: 5px; + } + +form + { + margin: 0px; + padding: 0px; + } + +.buttonsContainer + { + margin-top: 10px; + text-align: right; + } + +.buttonsContainer .commonButton span + { + display: none; + } + +.buttonsContainer .commonButton button + { + width: 91px; + height: 21px; + text-align: center; + } + +.buttonsContainer .commonButton button + { + white-space: nowrap; + } + +.buttonsContainer .commonButton + { + margin-left: 14px; + } + +.buttonsContainer .commonButton span + { + background-position: 0 1px; + background-repeat: no-repeat; + background-color: transparent; + padding-left: 20px; + text-decoration: underline; + cursor: pointer; + padding-top: 1px; + padding-bottom: 4px; + } + +.commonButton + { + display: inline; + } + +.commonButton button + { + background-image: url('../img/glyph/btn_bg.gif'); + border: 0 solid white; + background-repeat: no-repeat; + } + +.commonButton button[disabled] + { + background-image: url('../img/glyph/btn_bg-disabled.gif'); + color: #999999; + } + +.commonButton button, +.commonButton + { + font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; + font-size: 11px; + color: #000000; + background-color: transparent; + } + +#bid-ok button + { + background-image: url('../img/glyph/btn_ok_bg.gif'); + padding-left: 8px; + } + +.formFields td.name + { + font-size: 11px; + vertical-align: top; + padding-left: 0; + padding-right: 10px; + padding-bottom: 10px; + width: 200px; + } + +.name + { + font-weight: bold; + color: #555555; + } + +legend + { + color: #0046D5; + margin-bottom: 5px; + margin-left: 0px; + padding-right: 3px; + vertical-align: middle; + padding-bottom: 3px; + } + +.testRelults + { + height: 26px; + margin-top: 5px; + margin-bottom: 10px; + border: solid 1px #999999; + padding: 5px; + padding-left: 26px; + background-repeat: no-repeat; + background-position: 5px 50%; + vertical-align: middle; + line-height: 26px; + } + +.testRelults#testSuccessful + { + background-color: #eeffee; + background-image: url('../img/icons/success.gif'); + } + +.testRelults#testFailed + { + background-color: #ffeeee; + background-image: url('../img/icons/fail.gif'); + } + +.testResult + { + vertical-align: middle; + font-weight: bold; + } + +.pageNavigation + { + padding: 5px; + background-color: #eeeeee; + } + +.pageNavigation ul + { + list-style: none; + padding: 0px; + margin: 0px; + } + +.pageNavigation li + { + display: inline; + padding: 5px; + padding-right: 0px; + white-space: nowrap; + } + +.pageNavigation a, +.pageNavigation a:link, +.pageNavigation a:visited, +.pageNavigation a:active, +.pageNavigation a:hover + { + color: #000000; + text-decoration: none; + font-weight: bold; + padding-left: 5px; + } + +.pageNavigation a:hover + { + color: #666666; + text-decoration: underline; + } + +.pathBar + { + color: #444444; + padding: 5px; + padding-top: 15px; + } + +.pathBar a:link, +.pathBar a:visited + { + color: #444444; + } + +.screenTitle + { + font-size: 18px; + font-family: "Franklin Gothic Medium", Verdana, Geneva, Arial, Helvetica, sans-serif; + color: #000000; + padding: 5px; + } + +.tabContent + { + border-left: solid 1px #999999; + border-right: solid 1px #999999; + border-bottom: solid 1px #999999; + padding: 5px; + background-color: #f9f9f9; + margin-top: 10px; + } + +.poweredBy + { + float: right; + padding: 5px; + padding-left: 0px; + } + +a img + { + border-width: 0px; + } + +.footDescription + { + float: left; + padding: 5px; + color: #2A3D9E; + height: 30px; + line-height: 30px; + vertical-align: middle; + } + +a, +a:link, +a:visited, +a:active, +a:hover + { + text-decoration: underline; + color: #324290; + } + +a:hover + { + color: #6F85F0; + } + +.iconsArea + { + padding-top: 20px; + white-space: normal; + } + +.iconsArea a, +.iconsArea a:link, +.iconsArea a:visited, +.iconsArea a:hover + { + color: #000000; + text-decoration: none; + white-space: nowrap; + } + +.icon + { + margin: 0 20px 5px 0; + display: -moz-inline-box; + display: inline-block; + width: 70px; + height: 15px; + background-image: url('../img/common/1x1.gif'); + background-repeat: no-repeat; + background-position: 50% 0%; + text-align: center; + padding-top: 35px; + cursor: pointer; + } +.icon span { + display: block; + width: 70px; + text-align: center; +} + +#asp + { + background-image: url('../img/glyph/btn_asp_bg.gif'); + } + +#aspnet + { + background-image: url('../img/glyph/btn_aspdotnet_bg.gif'); + } + +#coldfusion + { + background-image: url('../img/glyph/btn_coldfusion_bg.gif'); + } + +#perl + { + background-image: url('../img/glyph/btn_perl_bg.gif'); + } + +#php + { + background-image: url('../img/glyph/btn_php_bg.gif'); + } + +#python + { + background-image: url('../img/glyph/btn_python_bg.gif'); + } + +#ssi { + background-image: url('../img/glyph/btn_ssi_bg.gif'); +} + +#fcgi { + background-image: url('../img/glyph/btn_fast_cgi_bg.gif'); +} + +#miva { + background-image: url('../img/glyph/btn_miva_bg.gif'); +} + +.footDescription a:hover + { + color: #000066; + } +/* NewsFeeds Add */ +.dLayout { +table-layout: fixed; +border-collapse: collapse; +} + +.dColumn { +width: 50%; +vertical-align: top; +padding: 0; +} + +.dColumn.expanded { +width: 100% !important; +} + +.dBox { +margin: 10px 0 0 10px; +border-bottom: solid 1px #6f8add; +} +.first .dBox { +margin-left: 0; +} +.dBoxHeaderLayout { +height: 21px; +padding-left: 3px; +background: transparent url('../img/glyph/dBox-header-left.gif') no-repeat top left; +} +.dBoxHeaderArea { +height: 21px; +line-height: 21px; +vertical-align: middle; +overflow: hidden; +background: transparent url('../img/glyph/dBox-header-right.gif') no-repeat top right; +} +.dBoxFooterArea, +.dBoxHeaderArea { +padding: 0 5px; +white-space: nowrap; +} +.dBoxHeaderArea { +font-family: Tahoma, Arial, Helvetica, sans-serif; +font-size: 11px; +color: #fff; +font-weight: bold; +} +.dBoxHeaderArea .misc { +} +.dBoxFooterLayout { +height: 27px; +overflow: hidden; +border-left: solid 1px #6f8add; +border-right: solid 1px #6f8add; +} +.dBoxContent { +border-left: solid 1px #6f8add; +border-right: solid 1px #6f8add; +padding: 10px; +color: #000; +background-color: #ffffff; +} +.dBoxFooterArea { +background: transparent url('../img/glyph/dBox-footer-bg.gif') repeat-x; +height: 27px; +overflow: hidden; +text-align: right; +padding-right: 10px; +} +.wrapper { +clear: both; +height: 0; +overflow: hidden; +} +#refreshList { +display: -moz-inline-box; +display: inline-block; +padding-left: 20px; +background-image: url('../img/glyph/btn_refresh-list_bg.gif'); +background-repeat: no-repeat; +height: 16px; +margin-top: 5px; +} +.NFtitle { +font-weight: bold; +display: block; +} +.NFitem { +display: block; +margin-bottom: 5px; +} +.NFsource { +margin-right: 5px; +} +.NFstatus { +margin-right: 5px; +font-weight: bold; +} +.NFtime { +color: #333; +} +#testPages p { +margin: 0; +padding: 0; +} + + +/* New Top begin */ + +#topTxtBlock { + text-align: right; + margin-right: 30px; + white-space: nowrap; + height: 50px; +} + +#topCopyright { + text-align: right; + display: -moz-inline-box; + display: inline-block; + margin-right: 9px; + margin-top: 11px; +} + +#topTxtBanner { + display: -moz-inline-box; + display: inline-block; + border-left: 1px solid #dce7ff; + background-image: url('../img/common/vz_top.gif'); + background-position: 9px 3px; + background-repeat: no-repeat; + padding-left: 36px; + text-align: left; + +} + +#topCopyright a:link, +#topCopyright a:visited { + display: block; + text-decoration: none; + font-size: 11px; + color: #d6e0ff; + white-space: nowrap; +} + +#topTxtBanner a:link, +#topTxtBanner a:visited { + display: block; + text-decoration: none; + font-size: 11px; + color: #ffffff; + white-space: nowrap; +} + +.topLogo { +float: left; +} + + +/* New Top end */ diff --git a/docs/index.html b/docs/index.html new file mode 100644 index 0000000..6930165 --- /dev/null +++ b/docs/index.html @@ -0,0 +1,3 @@ +<html> +</html> + diff --git a/docs/js/swfobject.js b/docs/js/swfobject.js new file mode 100644 index 0000000..7345ef0 --- /dev/null +++ b/docs/js/swfobject.js @@ -0,0 +1,138 @@ +/** + * SWFObject v1.4.4: Flash Player detection and embed - http://blog.deconcept.com/swfobject/ + * + * SWFObject is (c) 2006 Geoff Stearns and is released under the MIT License: + * http://www.opensource.org/licenses/mit-license.php + * + * **SWFObject is the SWF embed script formerly known as FlashObject. The name was changed for + * legal reasons. + */ +if(typeof deconcept=="undefined"){var deconcept=new Object();} +if(typeof deconcept.util=="undefined"){deconcept.util=new Object();} +if(typeof deconcept.SWFObjectUtil=="undefined"){deconcept.SWFObjectUtil=new Object();} +deconcept.SWFObject=function(_1,id,w,h,_5,c,_7,_8,_9,_a,_b){if(!document.getElementById){return;} +this.DETECT_KEY=_b?_b:"detectflash"; +this.skipDetect=deconcept.util.getRequestParameter(this.DETECT_KEY); +this.params=new Object(); +this.variables=new Object(); +this.attributes=new Array(); +if(_1){this.setAttribute("swf",_1);} +if(id){this.setAttribute("id",id);} +if(w){this.setAttribute("width",w);} +if(h){this.setAttribute("height",h);} +if(_5){this.setAttribute("version",new deconcept.PlayerVersion(_5.toString().split(".")));} +this.installedVer=deconcept.SWFObjectUtil.getPlayerVersion(); +if(c){this.addParam("bgcolor",c);} +var q=_8?_8:"high"; +this.addParam("quality",q); +this.setAttribute("useExpressInstall",_7); +this.setAttribute("doExpressInstall",false); +var _d=(_9)?_9:window.location; +this.setAttribute("xiRedirectUrl",_d); +this.setAttribute("redirectUrl",""); +if(_a){this.setAttribute("redirectUrl",_a);}}; +deconcept.SWFObject.prototype={setAttribute:function(_e,_f){ +this.attributes[_e]=_f; +},getAttribute:function(_10){ +return this.attributes[_10]; +},addParam:function(_11,_12){ +this.params[_11]=_12; +},getParams:function(){ +return this.params; +},addVariable:function(_13,_14){ +this.variables[_13]=_14; +},getVariable:function(_15){ +return this.variables[_15]; +},getVariables:function(){ +return this.variables; +},getVariablePairs:function(){ +var _16=new Array(); +var key; +var _18=this.getVariables(); +for(key in _18){_16.push(key+"="+_18[key]);} +return _16;},getSWFHTML:function(){var _19=""; +if(navigator.plugins&&navigator.mimeTypes&&navigator.mimeTypes.length){ +if(this.getAttribute("doExpressInstall")){ +this.addVariable("MMplayerType","PlugIn");} +_19="<embed type=\"application/x-shockwave-flash\" src=\""+this.getAttribute("swf")+"\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\""; +_19+=" id=\""+this.getAttribute("id")+"\" name=\""+this.getAttribute("id")+"\" "; +var _1a=this.getParams(); +for(var key in _1a){_19+=[key]+"=\""+_1a[key]+"\" ";} +var _1c=this.getVariablePairs().join("&"); +if(_1c.length>0){_19+="flashvars=\""+_1c+"\"";}_19+="/>"; +}else{if(this.getAttribute("doExpressInstall")){this.addVariable("MMplayerType","ActiveX");} +_19="<object id=\""+this.getAttribute("id")+"\" classid=\"clsid:D27CDB6E-AE6D-11cf-96B8-444553540000\" width=\""+this.getAttribute("width")+"\" height=\""+this.getAttribute("height")+"\">"; +_19+="<param name=\"movie\" value=\""+this.getAttribute("swf")+"\" />"; +var _1d=this.getParams(); +for(var key in _1d){_19+="<param name=\""+key+"\" value=\""+_1d[key]+"\" />";} +var _1f=this.getVariablePairs().join("&"); +if(_1f.length>0){_19+="<param name=\"flashvars\" value=\""+_1f+"\" />";}_19+="</object>";} +return _19; +},write:function(_20){ +if(this.getAttribute("useExpressInstall")){ +var _21=new deconcept.PlayerVersion([6,0,65]); +if(this.installedVer.versionIsValid(_21)&&!this.installedVer.versionIsValid(this.getAttribute("version"))){ +this.setAttribute("doExpressInstall",true); +this.addVariable("MMredirectURL",escape(this.getAttribute("xiRedirectUrl"))); +document.title=document.title.slice(0,47)+" - Flash Player Installation"; +this.addVariable("MMdoctitle",document.title);}} +if(this.skipDetect||this.getAttribute("doExpressInstall")||this.installedVer.versionIsValid(this.getAttribute("version"))){ +var n=(typeof _20=="string")?document.getElementById(_20):_20; +n.innerHTML=this.getSWFHTML();return true; +}else{if(this.getAttribute("redirectUrl")!=""){document.location.replace(this.getAttribute("redirectUrl"));}} +return false;}}; +deconcept.SWFObjectUtil.getPlayerVersion=function(){ +var _23=new deconcept.PlayerVersion([0,0,0]); +if(navigator.plugins&&navigator.mimeTypes.length){ +var x=navigator.plugins["Shockwave Flash"]; +if(x&&x.description){_23=new deconcept.PlayerVersion(x.description.replace(/([a-zA-Z]|\s)+/,"").replace(/(\s+r|\s+b[0-9]+)/,".").split("."));} +}else{try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.7");} +catch(e){try{var axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash.6"); +_23=new deconcept.PlayerVersion([6,0,21]);axo.AllowScriptAccess="always";} +catch(e){if(_23.major==6){return _23;}}try{axo=new ActiveXObject("ShockwaveFlash.ShockwaveFlash");} +catch(e){}}if(axo!=null){_23=new deconcept.PlayerVersion(axo.GetVariable("$version").split(" ")[1].split(","));}} +return _23;}; +deconcept.PlayerVersion=function(_27){ +this.major=_27[0]!=null?parseInt(_27[0]):0; +this.minor=_27[1]!=null?parseInt(_27[1]):0; +this.rev=_27[2]!=null?parseInt(_27[2]):0; +}; +deconcept.PlayerVersion.prototype.versionIsValid=function(fv){ +if(this.major<fv.major){return false;} +if(this.major>fv.major){return true;} +if(this.minor<fv.minor){return false;} +if(this.minor>fv.minor){return true;} +if(this.rev<fv.rev){ +return false; +}return true;}; +deconcept.util={getRequestParameter:function(_29){ +var q=document.location.search||document.location.hash; +if(q){var _2b=q.substring(1).split("&"); +for(var i=0;i<_2b.length;i++){ +if(_2b[i].substring(0,_2b[i].indexOf("="))==_29){ +return _2b[i].substring((_2b[i].indexOf("=")+1));}}} +return "";}}; +deconcept.SWFObjectUtil.cleanupSWFs=function(){if(window.opera||!document.all){return;} +var _2d=document.getElementsByTagName("OBJECT"); +for(var i=0;i<_2d.length;i++){_2d[i].style.display="none";for(var x in _2d[i]){ +if(typeof _2d[i][x]=="function"){_2d[i][x]=function(){};}}}}; +deconcept.SWFObjectUtil.prepUnload=function(){__flash_unloadHandler=function(){}; +__flash_savedUnloadHandler=function(){}; +if(typeof window.onunload=="function"){ +var _30=window.onunload; +window.onunload=function(){ +deconcept.SWFObjectUtil.cleanupSWFs();_30();}; +}else{window.onunload=deconcept.SWFObjectUtil.cleanupSWFs;}}; +if(typeof window.onbeforeunload=="function"){ +var oldBeforeUnload=window.onbeforeunload; +window.onbeforeunload=function(){ +deconcept.SWFObjectUtil.prepUnload(); +oldBeforeUnload();}; +}else{window.onbeforeunload=deconcept.SWFObjectUtil.prepUnload;} +if(Array.prototype.push==null){ +Array.prototype.push=function(_31){ +this[this.length]=_31; +return this.length;};} +var getQueryParamValue=deconcept.util.getRequestParameter; +var FlashObject=deconcept.SWFObject; +var SWFObject=deconcept.SWFObject; diff --git a/docs/mediaplayer.swf b/docs/mediaplayer.swf Binary files differnew file mode 100644 index 0000000..a20ee38 --- /dev/null +++ b/docs/mediaplayer.swf |
