diff --git a/html/bgf.png b/html/bgf.png deleted file mode 100644 index a240629..0000000 Binary files a/html/bgf.png and /dev/null differ diff --git a/html/bgh2.png b/html/bgh2.png deleted file mode 100644 index c8175a3..0000000 Binary files a/html/bgh2.png and /dev/null differ diff --git a/html/icon.png b/html/icon.png deleted file mode 100644 index 6347190..0000000 Binary files a/html/icon.png and /dev/null differ diff --git a/html/index.html b/html/index.html deleted file mode 100644 index 6d7ccd2..0000000 --- a/html/index.html +++ /dev/null @@ -1,11 +0,0 @@ -<?php -header("Location: http://pykeylogger.sourceforge.net/wiki/"); -exit; ?> -<html> -<head> -<title>PyKeylogger</title> -</head> -<body> -If you have not been automatically redirected, you should click <a href="http://pykeylogger.sourceforge.net/wiki/">here</a>. -</body> -</html> \ No newline at end of file diff --git a/html/stylesheet.css b/html/stylesheet.css deleted file mode 100644 index 2c3b940..0000000 --- a/html/stylesheet.css +++ /dev/null @@ -1,129 +0,0 @@ - -body { - background-color: #ffffff; - font-family: verdana, arial, helvetica, sans-serif; - margin: 0px; - padding: 0px; -} - -#head { - width: 100%; -/* background-image: url('bgh.png');*/ - background-repeat: no-repeat; - height: 90px; - margin: 0px; - padding: 0px; -} - -#topmenu { - margin-left: 600px; - height: 90px; - position: relative; - background-image: url('bgh2.png'); - background-position: left; - background-repeat: repeat-x; -} - -#main { - font-size: 11pt; - border-left: solid 4px #6464ff; - border-right: solid 4px #6464ff; -} - -#content { - padding-left: 3em; - padding-top: 1em; - padding-bottom: 1em; - padding-right: 25em; -} - -#rightmenu { - font-size: 120%; - position: absolute; - top: 50px; - right: 0px; - width: 20em; - border-left: dashed 1px #6464ff; - border-top: dashed 1px #6464ff; - margin-top: 1em; -} - -#rightmenu ul { - list-style: none; - margin-left: -2em; -} -#rightmenu li { - list-style: none; - padding-left: 2em -} -#activemenu { - background-image: url('icon.png'); - background-repeat: no-repeat; -} -#rightmenu a { - font-weight: bold; - font-size: 10pt; - color: #000000; -} - -#foot { - height: 40px; - background-image: url('bgf.png'); - background-position: left; - background-repeat: repeat-x; - text-align: center; - font-weight: bold; - margin-top: 0px; - padding-top: 0em; - font-size: 8pt; - color: #808080; -} -h2 { - clear: both; - font-weight: bold; - font-size: 12pt; - margin-bottom: 0px; - margin-top: 1.5em; - padding: 0px; - border-bottom: dashed 1px #808080; -} -h4 { - margin-top: 0px; - padding-left: 10px; - font-size: 11pt; - width: 100%; -} -img.icon { - vertical-align: bottom; -} - -img.paragraph-image { - float: right; -} - -a, a:visited { - color: blue; - text-decoration: underline -} -a:hover, a:visited:hover { - color: #808080; - text-decoration: underline -} -#time { - color: #808080; -} -pre { - overflow: auto; - font-family: courier,monotype; -} - -pre.code { - border: dashed 1px #6464ff; - margin: 10px 30px 10px 15px; - padding: 5px 15px 5px 15px; -} - -a.f { - text-decoration: none; -} -td { vertical-align: top; }