Index Data green, Bug 3403
[pazpar2-moved-to-github.git] / www / jsdemo / styles.css
index 7749e2f..b7f6f13 100644 (file)
@@ -1,10 +1,11 @@
 html {
     overflow-y: scroll;
+    font-size: 12px;
 }
 
 body {
     font-family: tahoma, arial, sans-serif;
-    font-size: small;
+    color: #156a16;
 }
 
 hr {
@@ -19,7 +20,7 @@ thead {
 }
 
 a {
-    color: black;
+    color: #005701; 
     text-decoration: none;
 }
 
@@ -38,15 +39,15 @@ a.crossout:hover {
 
 
 #heading {
-    background-color: #34cc67;
-    border-color: #34cc67;
+    background-color: #54d8a8;
+    border-top: 1px solid  #156a16;
     color: #ffffff;
     font-size: large;
 }
 
 input#button {
-    border: 3px groove #3171f2;
-    background-color: #6b9bfd;
+    border: 3px outset #132194;
+    background-color: #132194;
     padding: 2px;
     width: 6em;
     color: #FFFFFF;
@@ -74,22 +75,36 @@ div.record {
 
 div.details {
     border: 3px dashed gray;
+    color: gray;
     padding: 5px;
     margin: 4px;
 }
 
-#bytarget {
-    padding: 7px;
-}
-
-#stat {
-    color: #a3c896;
+#switchmenu {
+    padding-bottom: 3px;
+    text-align: right;
 }
 
 #recordview {
-    background-color: #e0f9d6;
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
 }
 
 #targetview {
-    background-color: #e0f9d6;
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
+}
+
+#bytarget {
+    padding: 7px;
+}
+
+#footer {
+    padding-top: 4px;
+    color: #74c775;
+    text-align: center;
+}
+
+#stat {
+    font-weight: bold;
 }