diff options
author | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:20:49 +0200 |
---|---|---|
committer | BlackNoxis <steven.darklight@gmail.com> | 2014-12-03 03:20:49 +0200 |
commit | 58ae5bbf25835bd30fa385275ff4486dbc31f0a2 (patch) | |
tree | 3a68352e09b5cce3a8a33a7eef956e9d254d126e /bin/antimatter |
Making public our Kogaion bin
Diffstat (limited to 'bin/antimatter')
-rw-r--r-- | bin/antimatter/antimatter.html.footer | 2 | ||||
-rw-r--r-- | bin/antimatter/antimatter.html.header | 27 |
2 files changed, 29 insertions, 0 deletions
diff --git a/bin/antimatter/antimatter.html.footer b/bin/antimatter/antimatter.html.footer new file mode 100644 index 0000000..308b1d0 --- /dev/null +++ b/bin/antimatter/antimatter.html.footer @@ -0,0 +1,2 @@ +</body> +</html> diff --git a/bin/antimatter/antimatter.html.header b/bin/antimatter/antimatter.html.header new file mode 100644 index 0000000..53dd3c4 --- /dev/null +++ b/bin/antimatter/antimatter.html.header @@ -0,0 +1,27 @@ +<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> +<html> +<body> + +<style> +.rt { + color: green; + font-family: arial, sans-serif; + font-size: 0.85em; +} + +.rd { + font-size: 0.7em; + margin-bottom: 0.3em; +} + +.frompkg { + color: brown; + font-family: arial, sans-serif; +} + +.topkg { + color: red; + font-weight: bold; + font-family: arial, sans-serif; +} +</style> |