updated
[util-vserver.git] / util-vserver / doc / configuration-lsd.css
index 4225e87..ee58e29 100644 (file)
@@ -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: "<"; }
@@ -26,7 +35,7 @@ span.symbolic {
   font-style: italic;
 }
 
-span.description {
+div.description {
   background-color: yellow;
   color: red;
 }