same CSS rules for mkwsTermlist as for mkwsRecords
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
index c2fc0d0..ba9e677 100644 (file)
@@ -1,4 +1,4 @@
-#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat {
+#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat, #mkwsTermlist {
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
@@ -8,6 +8,16 @@
     padding-top: 0.4em;
 }
 
+#mkwsLang a {
+    background: #d0e0ff;
+    padding: 1px 4px;
+}
+
+#mkwsLang span {
+    border: solid 1px #e0f0ff;
+    padding: 0px 3px;
+}
+
 #mkwsSearch {
     float: right;
 }
@@ -18,7 +28,7 @@
     padding-top: 0.4em;
 }
 
-#mkwsRecords {
+#mkwsRecords, #mkwsTermlist {
     background-color: #fafafa;
 }
 
     content: "Retrieved records: ";
 }
 
-#mkwsSwitch a, #mkwsLang a, #mkwsRecords a {
+#mkwsSwitch a, #mkwsLang a, #mkwsRecords a, mkwsTermlist a {
     color: #005701; 
     text-decoration: none;
 }
 
-#mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover {
+#mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover, #mkwsTermlist a:hover {
     text-decoration: underline;
 }
 
-#mkwsRecords a.crossout:hover {
+#mkwsRecords a.crossout:hover, #mkwsTermlist #mkwsRecords a.crossout:hover {
     text-decoration: line-through;
 }
 
 }
 
 #mkwsSearch input#query {
-    border: 2px inset #34cc67;
+    border: 2px inset #e0f0ff;
     padding: 3px;
     font-size: 12px;
+    background: #f0f8ff;
 }
 
-#mkwsRecords hr {
+#mkwsRecords hr, #mkwsTermlist hr {
     display: none;
 }
 
-#mkwsRecords div#termlist .title {
+#mkwsRecords div#termlist .title, #mkwsTermlist div#termlist .title {
     font-size: large;
     font-weight: bold;
     text-transform: uppercase;
 }
 
-#mkwsRecords div#termlist {
+#mkwsRecords div#termlist, #mkwsTermlist div#termlist  {
     background: #d0e0ff;
     padding: 0.7em;
+    font-size: small;
 
     border-top-right-radius: 10px;
     -moz-border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
 }
 
-#mkwsRecords div.facet {
+#mkwsRecords div.facet, #mkwsTermlist div.facet {
     background: #e0f0ff;
     padding: 0.7em;
     margin-top: 0.7em;
     -webkit-border-top-right-radius: 10px;
 }
 
-#mkwsRecords div.termtitle {
+#mkwsRecords div.termtitle, #mkwsTermlist div.termtitle {
     font-weight: bold;
 }
 
-#mkwsRecords div.record {
+#mkwsRecords div.record, #mkwsTermlist div.record {
     padding: 5px;
 }
 
-#mkwsRecords div.details {
+#mkwsRecords div.details, #mkwsTermlist div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: darkgray;
-    padding: 0px 5px;
-    margin: 10px 4px;
+    padding: 5px 10px;
+    margin: 10px 0px;
     box-shadow: 10px 10px 5px #808080;
 
     border-top-right-radius: 10px;
     -webkit-border-top-right-radius: 10px;
 }
 
+#mkwsRecords div.details th, #mkwsTermlist div.details th {
+    text-align: right;
+    vertical-align: top;
+    padding-right: 0.6em;
+}
+
+#mkwsRecords div.details th:after, #mkwsTermlist div.details th:after {
+    content: ":";
+}
+
 #mkwsRecords #pager {
     background: #e0e0e0;
     padding: 0.3em;
 }
+