X-Git-Url: http://git.linux-vserver.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=util-vserver%2Fdoc%2Fconfiguration-lsd.css;h=54e9d87fc943a232abebedb99e09f8189bcd3638;hb=e3be43e3ee2157a63ea175463629c2433f595854;hp=4225e876e4d62937ad98040c9d047ff4202fd06d;hpb=9a420ff93e5cc28c4ab3a515acf0d6937138ccbe;p=util-vserver.git diff --git a/util-vserver/doc/configuration-lsd.css b/util-vserver/doc/configuration-lsd.css index 4225e87..54e9d87 100644 --- a/util-vserver/doc/configuration-lsd.css +++ b/util-vserver/doc/configuration-lsd.css @@ -1,12 +1,21 @@ body { font-size: 12pt; - background-color: pink; + 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: cyan; + color: aqua; } span.symlink { @@ -16,7 +25,7 @@ span.symlink { span.script { background-color: blue; - color: grey; + color: gray; } span.symbolic:before { content: "<"; }