SP auth request: check XML response document for <status>OK</status> message
[mkws-moved-to-github.git] / experiments / spclient / styles.css
index 624198a..8e50008 100644 (file)
@@ -1,48 +1,14 @@
-html {
-    overflow-y: scroll;
-    font-size: 12px;
-}
-
-body {
-    font-family: tahoma, arial, sans-serif;
-    color: #156a16;
-}
-
-hr {
-    border: 0;
-    color: #156a16;
-    background-color: #156a16;
-    height: 1px;
-}
-
-thead {
-    font-weight: bold;
-}
-
 a {
     color: #005701; 
     text-decoration: none;
 }
 
-a.extern {
-    color: #CC6600;
-}
-
 a:hover {
     text-decoration: underline;
 }
 
 a.crossout:hover {
     text-decoration: line-through;
-    font-weight: bold;
-}
-
-
-#heading {
-    background-color: #87c9af;
-    border-top: 1px solid  #156a16;
-    color: #ffffff;
-    font-size: large;
 }
 
 input#button {
@@ -80,21 +46,17 @@ div.details {
     margin: 4px;
 }
 
-#switchmenu {
+#mkwsSwitch {
     padding-bottom: 3px;
     text-align: right;
 }
 
-#recordview {
+#mkwsRecords {
     background-color: #fafafa;
     border-bottom: 1px solid  #156a16;
 }
 
-#targetview {
+#mkwsTargets {
     background-color: #fafafa;
     border-bottom: 1px solid  #156a16;
 }
-
-#bytarget {
-    padding: 7px;
-}