IE issues cont.
[pazpar2-moved-to-github.git] / www / jsdemo / styles.css
index 81dea91..6fb4652 100644 (file)
@@ -5,12 +5,13 @@ html {
 body {
     font-family: tahoma, arial, sans-serif;
     font-size: small;
+    color: #156a16;
 }
 
 hr {
     border: 0;
-    color: gray;
-    background-color: gray;
+    color: #156a16;
+    background-color: #156a16;
     height: 1px;
 }
 
@@ -19,7 +20,7 @@ thead {
 }
 
 a {
-    color: black;
+    color: #005701; 
     text-decoration: none;
 }
 
@@ -45,8 +46,8 @@ a.crossout:hover {
 }
 
 input#button {
-    border: 3px groove #3171f2;
-    background-color: #6b9bfd;
+    border: 3px outset #132194;
+    background-color: #132194;
     padding: 2px;
     width: 6em;
     color: #FFFFFF;
@@ -78,14 +79,28 @@ div.details {
     margin: 4px;
 }
 
+#switchmenu {
+    padding-bottom: 4px;
+    text-align: right;
+}
+
 #recordview {
-    background-color: #FFF8DC;
+    background-color: #e0f9d6;
 }
 
 #targetview {
-    padding: 6px;
+    background-color: #e0f9d6;
+}
+
+#bytarget {
+    padding: 7px;
 }
 
-#bottom {
-    background-color: #FBF5E6;
+#footer {
+    color: #74c775;
+    text-align: center;
+}
+
+#stat {
+    font-weight: bold;
 }