Styles refer to .mkwsFacet rather than div.facet within .mkwsTermlists
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index e427f35..3677d65 100644 (file)
@@ -6,6 +6,7 @@
 .mkwsPager,
 .mkwsNavi,
 .mkwsRecords,
+.mkwsRecord,
 .mkwsTargets,
 .mkwsStat,
 .mkwsMOTD {
@@ -59,7 +60,8 @@
 .mkwsRanking a,
 .mkwsPager a,
 .mkwsNavi a,
-.mkwsRecords a {
+.mkwsRecords a,
+.mkwsRecord a {
     color: #005701;
     text-decoration: none;
 }
@@ -68,7 +70,8 @@
 .mkwsLang a:hover,
 .mkwsTermlists a:hover,
 .mkwsPager a:hover,
-.mkwsRecords a:hover{ 
+.mkwsRecords a:hover,
+.mkwsRecord a:hover {
     text-decoration: underline;
 }
 
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsTermlists div.facet {
+.mkwsFacet {
     background: #e0f0ff;
     padding: 0.7em;
     margin-top: 0.7em;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsTermlists div.facet div.term {
+.mkwsFacet div.term {
     clear: both;
 }
 
-.mkwsTermlists div.facet div.term span {
+.mkwsFacet div.term span {
     float: right;
 }
 
     font-weight: bold;
 }
 
-.mkwsRecords div.record {
+.mkwsRecords div.record,
+.mkwsRecord div.record {
     padding: 5px;
 }
 
-.mkwsRecords div.details {
+.mkwsRecords div.details,
+.mkwsRecord div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
-    color: #A9A9A9;
+    color: black;
     padding: 5px 10px;
     margin: 10px 0px;
     box-shadow: 10px 10px 5px #808080;
     -webkit-border-top-right-radius: 10px;
 }
 
-.mkwsRecords div.details th {
+.mkwsRecords div.details th,
+.mkwsRecord div.details th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-.mkwsRecords div.details th:after {
+.mkwsRecords div.details th:after,
+.mkwsRecord div.details th:after {
     content: ":";
 }