ossp-pkg/quos/quos.css 1.1 -> 1.2
--- quos.css 2004/10/25 14:35:11 1.1
+++ quos.css 2004/10/25 15:42:43 1.2
@@ -28,8 +28,26 @@
background: #f0f0f0;
}
-.quos SPAN.titlebrowse {
- color: #ffffff;
- background: #000000;
+.quos SPAN.browse {
+ background: #cccccc;
+}
+.quos SPAN.browse SPAN.title {
+ font-weight: bold;
+ font-size: 200%;
+ color: #ffffff;
+}
+.quos SPAN.query {
+ background: #cc3333;
+}
+.quos SPAN.query SPAN.title {
+ font-weight: bold;
+ font-size: 400%;
+ color: #cccc33;
+}
+.quos SPAN.view {
+ background: #33cc33;
+}
+.quos SPAN.result {
+ background: #3333cc;
}
|
|