From: Enrico Scholz Date: Mon, 18 Oct 2004 16:07:10 +0000 (+0000) Subject: moved into web-CVS X-Git-Tag: IPSENTINEL_VERSION_0_12~265 X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=207f399b476a4673c0e5f59e10b54f14f5226f06;hp=cecb603d844d8df896d7b8d5b14bbacf8c5bc898;p=util-vserver.git moved into web-CVS git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1727 94cd875c-1c1d-0410-91d2-eb244daf1a30 --- diff --git a/util-vserver/doc/configuration-flower.css b/util-vserver/doc/configuration-flower.css deleted file mode 100644 index a285878..0000000 --- a/util-vserver/doc/configuration-flower.css +++ /dev/null @@ -1,41 +0,0 @@ -body { - font-size: 12pt; - background-color: #ffc3df; - margin: 0px; - background-image: url("./flowers.png"); -} - -body:before { - content: "if you think this css needs some improvement, go ahead, send me a better one ;)"; - font-weight:bold; - color: red; - font-size: 36pt; - text-decoration: blink; -} - -span.directory { - background-color: green; - color: aqua; -} - -span.symlink { - background-color: red; - color: yellow; -} - -span.script { - background-color: blue; - color: gray; -} - -span.symbolic:before { content: "<"; } -span.symbolic:after { content: ">"; } - -span.symbolic { - font-style: italic; -} - -div.description { - background-color: yellow; - color: red; -} diff --git a/util-vserver/doc/configuration-lsd.css b/util-vserver/doc/configuration-lsd.css deleted file mode 100644 index ee58e29..0000000 --- a/util-vserver/doc/configuration-lsd.css +++ /dev/null @@ -1,41 +0,0 @@ -body { - font-size: 12pt; - background-color: #ffc3df; - margin: 0px; - background-image: url("./flowers1.png"); -} - -body:before { - content: "if you think this css needs some improvement, go ahead, send me a better one ;)"; - font-weight:bold; - color: red; - font-size: 36pt; - text-decoration: blink; -} - -span.directory { - background-color: green; - color: aqua; -} - -span.symlink { - background-color: red; - color: yellow; -} - -span.script { - background-color: blue; - color: gray; -} - -span.symbolic:before { content: "<"; } -span.symbolic:after { content: ">"; } - -span.symbolic { - font-style: italic; -} - -div.description { - background-color: yellow; - color: red; -} diff --git a/util-vserver/doc/configuration-lsd1.css b/util-vserver/doc/configuration-lsd1.css deleted file mode 100644 index e43cce4..0000000 --- a/util-vserver/doc/configuration-lsd1.css +++ /dev/null @@ -1,61 +0,0 @@ -/* written by Sam Vilain */ - -body { - font-size: 12pt; - margin: 0px; - background-image: url("./flowers2.png"); - color: #213b4d; - border: 10px ridge #b7e4bf; - padding: 0.5em; -} - -h1 { - padding: 0.3em; - text-decoration: underline; - font-size: 16pt; - font-family: sans; - -moz-border-radius: 16px; - color: #ccaf3e; - background: #b7e4bf; -} - -span.directory, span.hash, span.file, span.list, span.data, span.script, span.symlink, span.boolean { - background: #b7e4bf; - -moz-border-radius: 8px; - padding: 0.1em 0.5em 0.1em 0.5em; - color: #7f6037; - font-family: lucida mono, monospace; -} - -span.symlink { - font-style: italic; -} - -span.symbolic:before { content: "<"; } -span.symbolic:after { content: ">"; } - -span.directory:after { content: "/"; color: #aaaaaa } -span.hash:after { content: " (hash)"; color: #aaaaaa } -span.list:after { content: " (list)"; color: #aaaaaa } -span.file:after { content: " (file)"; color: #aaaaaa } -span.data:after { content: " (data)"; color: #aaaaaa } -span.script:after { content: " *"; color: #aaaaaa } -span.symlink:after { content: " ->"; color: #aaaaaa } -span.boolean:after { content: " ?"; color: #aaaaaa } - -li { - padding: 0.2em; -} - -span.symbolic { - font-style: italic; - color: #bf8047; -} - -div.description { - color: #69576c; -} - -a { - color: #7f6037; -} diff --git a/util-vserver/doc/flowers.png b/util-vserver/doc/flowers.png deleted file mode 100644 index 67d12ac..0000000 Binary files a/util-vserver/doc/flowers.png and /dev/null differ diff --git a/util-vserver/doc/flowers1.png b/util-vserver/doc/flowers1.png deleted file mode 100644 index 8744ec4..0000000 Binary files a/util-vserver/doc/flowers1.png and /dev/null differ diff --git a/util-vserver/doc/flowers2.png b/util-vserver/doc/flowers2.png deleted file mode 100644 index 7f1fe88..0000000 Binary files a/util-vserver/doc/flowers2.png and /dev/null differ