initial checkin
authorEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 23 Sep 2004 22:01:05 +0000 (22:01 +0000)
committerEnrico Scholz <enrico.scholz@informatik.tu-chemnitz.de>
Thu, 23 Sep 2004 22:01:05 +0000 (22:01 +0000)
git-svn-id: http://svn.linux-vserver.org/svn/util-vserver/trunk@1703 94cd875c-1c1d-0410-91d2-eb244daf1a30

util-vserver/doc/configuration-flower.css [new file with mode: 0644]
util-vserver/doc/configuration-lsd1.css [new file with mode: 0644]
util-vserver/doc/flowers.png [new file with mode: 0644]
util-vserver/doc/flowers1.png [new file with mode: 0644]
util-vserver/doc/flowers2.png [new file with mode: 0644]

diff --git a/util-vserver/doc/configuration-flower.css b/util-vserver/doc/configuration-flower.css
new file mode 100644 (file)
index 0000000..91a9e92
--- /dev/null
@@ -0,0 +1,41 @@
+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;
+}
+
+span.description {
+  background-color: yellow;
+  color: red;
+}
diff --git a/util-vserver/doc/configuration-lsd1.css b/util-vserver/doc/configuration-lsd1.css
new file mode 100644 (file)
index 0000000..6619b85
--- /dev/null
@@ -0,0 +1,61 @@
+/* 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;
+}
+
+span.description {
+  color: #69576c;
+}
+
+a {
+  color: #7f6037;
+}
diff --git a/util-vserver/doc/flowers.png b/util-vserver/doc/flowers.png
new file mode 100644 (file)
index 0000000..67d12ac
Binary files /dev/null and b/util-vserver/doc/flowers.png differ
diff --git a/util-vserver/doc/flowers1.png b/util-vserver/doc/flowers1.png
new file mode 100644 (file)
index 0000000..8744ec4
Binary files /dev/null and b/util-vserver/doc/flowers1.png differ
diff --git a/util-vserver/doc/flowers2.png b/util-vserver/doc/flowers2.png
new file mode 100644 (file)
index 0000000..7f1fe88
Binary files /dev/null and b/util-vserver/doc/flowers2.png differ