Rename
authorMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 15:04:10 +0000 (16:04 +0100)
committerMike Taylor <mike@indexdata.com>
Wed, 19 Jun 2013 15:04:10 +0000 (16:04 +0100)
experiments/spclient/mkwsStyle.css [new file with mode: 0644]
experiments/spclient/styles.css [deleted file]

diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css
new file mode 100644 (file)
index 0000000..2822e40
--- /dev/null
@@ -0,0 +1,70 @@
+a {
+    color: #005701; 
+    text-decoration: none;
+}
+
+a:hover {
+    text-decoration: underline;
+}
+
+a.crossout:hover {
+    text-decoration: line-through;
+}
+
+input#button {
+    border: 3px outset #132194;
+    background-color: #132194;
+    padding: 2px;
+    width: 6em;
+    color: #FFFFFF;
+    font-weight: bold;
+    text-transform: uppercase;
+    font-size: 10px;
+    margin-left: 8px;
+    cursor: pointer;
+}
+
+input#query {
+    border: 2px inset #34cc67;
+    padding: 3px;
+    font-size: 12px;
+}
+
+div.termtitle {
+    margin: 4px;
+    font-weight: bold;
+}
+
+div.record {
+    padding: 5px;
+}
+
+div.details {
+    border: 3px dashed gray;
+    color: gray;
+    padding: 5px;
+    margin: 4px;
+}
+
+#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets {
+    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
+}
+
+#mkwsSwitch {
+    padding-bottom: 3px;
+    text-align: right;
+}
+
+#mkwsSearch {
+    // nothing to say at this point
+}
+
+#mkwsRecords {
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
+}
+
+#mkwsTargets {
+    background-color: #fafafa;
+    border-bottom: 1px solid  #156a16;
+}
diff --git a/experiments/spclient/styles.css b/experiments/spclient/styles.css
deleted file mode 100644 (file)
index 2822e40..0000000
+++ /dev/null
@@ -1,70 +0,0 @@
-a {
-    color: #005701; 
-    text-decoration: none;
-}
-
-a:hover {
-    text-decoration: underline;
-}
-
-a.crossout:hover {
-    text-decoration: line-through;
-}
-
-input#button {
-    border: 3px outset #132194;
-    background-color: #132194;
-    padding: 2px;
-    width: 6em;
-    color: #FFFFFF;
-    font-weight: bold;
-    text-transform: uppercase;
-    font-size: 10px;
-    margin-left: 8px;
-    cursor: pointer;
-}
-
-input#query {
-    border: 2px inset #34cc67;
-    padding: 3px;
-    font-size: 12px;
-}
-
-div.termtitle {
-    margin: 4px;
-    font-weight: bold;
-}
-
-div.record {
-    padding: 5px;
-}
-
-div.details {
-    border: 3px dashed gray;
-    color: gray;
-    padding: 5px;
-    margin: 4px;
-}
-
-#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets {
-    font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
-}
-
-#mkwsSwitch {
-    padding-bottom: 3px;
-    text-align: right;
-}
-
-#mkwsSearch {
-    // nothing to say at this point
-}
-
-#mkwsRecords {
-    background-color: #fafafa;
-    border-bottom: 1px solid  #156a16;
-}
-
-#mkwsTargets {
-    background-color: #fafafa;
-    border-bottom: 1px solid  #156a16;
-}