Add #mkwsMOTD div.
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
index eaae8ab..08e2fbf 100644 (file)
@@ -8,7 +8,8 @@
 #mkwsRecords,
 #mkwsTargets,
 #mkwsStat,
-#mkwsShiftedTermlists {
+#mkwsShiftedTermlists,
+#mkwsEmbeddedMOTD {
     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
 }
 
     background: #f0f8ff;
 }
 
-#mkwsResults hr,
-#mkwsShiftedTermlists hr {
-    display: none;
-}
-
 #mkwsTermlists .title,
 #mkwsShiftedTermlists .title {
     font-size: large;
     font-weight: bold;
 }
 
-#mkwsResults div.record,
+#mkwsRecords div.record,
 #mkwsShiftedTermlists div.record {
     padding: 5px;
 }
 
-#mkwsResults div.details,
-#mkwsShiftedTermlists div.details {
+#mkwsRecords div.details {
     border: 1px solid #404040;
     background: #e8e8e8;
     color: darkgray;
     -webkit-border-top-right-radius: 10px;
 }
 
-#mkwsResults div.details th,
+#mkwsRecords div.details th,
 #mkwsShiftedTermlists div.details th {
     text-align: right;
     vertical-align: top;
     padding-right: 0.6em;
 }
 
-#mkwsResults div.details th:after,
+#mkwsRecords div.details th:after,
 #mkwsShiftedTermlists div.details th:after {
     content: ":";
 }