r9065@llin: dpavlin | 2005-11-23 01:15:39 +0100
[webpac2] / web / user.css
index ce57485..6baf561 100644 (file)
@@ -1,9 +1,40 @@
 /* user CSS file */
 
+#links {
+        font-size: 0.8em; 
+        text-align: left; 
+        padding: 0.5em 2em; 
+        float: right;
+        vertical-align: top;
+}
+
+td {
+        font-size: 0.8em;
+        height: 0.8em;
+        vertical-align: top;
+        font-family: Verdana, Helvetica
+}
+
 .line {
-       background-color: #ccccff;
+       background-color: #ffffcc;
+        }
+
+.label {
+        font-size: 0.7em;
+        font-weight: bold;
+        text-align: right;
+        padding-right: 1em;
+        width: 130px;
+
 }
 
 .line2 {
-       background-color: #ffcccc;
+       background-color: #ffffff;
+}
+
+
+#bookcov {
+         padding-right: 1em;
+         width: 15%;
+         vertical-align: middle;
 }
\ No newline at end of file