Remove rule for "head" class, which is no longer used.
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index 3677d65..7369dfe 100644 (file)
@@ -2,6 +2,7 @@
 .mkwsSwitch,
 .mkwsSearch,
 .mkwsTermlists,
+.mkwsFacet,
 .mkwsRanking,
 .mkwsPager,
 .mkwsNavi,
     font-size: small;
 }
 
-.mkwsStat span.head {
+.mkwsStat:before {
+    content: "Status info";
     font-weight: bold;
 }
 
 .mkwsSwitch a,
 .mkwsLang a,
-.mkwsTermlists a,
+.mkwsFacet a,
 .mkwsRanking a,
 .mkwsPager a,
 .mkwsNavi a,
 
 .mkwsSwitch a:hover,
 .mkwsLang a:hover,
-.mkwsTermlists a:hover,
+.mkwsFacet a:hover,
 .mkwsPager a:hover,
 .mkwsRecords a:hover,
 .mkwsRecord a:hover {
     text-decoration: underline;
 }
 
-.mkwsNavi a.crossout:hover {
+.mkwsNavi a.mkwsRemovable:hover {
     text-decoration: line-through;
 }
 
     float: right;
 }
 
-.mkwsTermlists div.termtitle {
+.mkwsFacet div.termtitle {
     font-weight: bold;
 }
 
     padding: 5px;
 }
 
-.mkwsRecords div.details,
-.mkwsRecord div.details {
+.mkwsDetails {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: black;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsRecords div.details th,
-.mkwsRecord div.details th {
+.mkwsDetails th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-.mkwsRecords div.details th:after,
-.mkwsRecord div.details th:after {
+.mkwsDetails th:after {
     content: ":";
 }
 
     padding: 0.3em;
 }
 
-.mkwsBytarget table thead tr td {
+.mkwsTargets table thead tr td {
     background-color: #132194;
     color: white;
     font-weight: bold;
     padding: 0.2em 0.5em;
 }
 
-.mkwsBytarget table tbody tr:nth-child(odd) {
+.mkwsTargets table tbody tr:nth-child(odd) {
     background-color: #e0f0ff;
 }
 
-.mkwsBytarget table tbody tr:nth-child(even) {
+.mkwsTargets table tbody tr:nth-child(even) {
     background-color: #d0e0ff;
 }
 
-.mkwsBytarget table tbody tr td {
+.mkwsTargets table tbody tr td {
     padding: 0.2em 0.5em;
 }
+
+.mkwsCurrentPage {
+    padding: 0.1em 0.5em;
+    background: #508751;
+    color: white;
+}