X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=08e2fbfe7ba49be6680c1254642bcebd4b81cdab;hb=42817d6acf66914b063e362ad1b888c0ad89d849;hp=13be2de373cbb6bf3232c05582ac32f8b3ddb722;hpb=70f6c962d53c3cca4f44e306d569038582ed5bc1;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 13be2de..08e2fbf 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -8,7 +8,8 @@ #mkwsRecords, #mkwsTargets, #mkwsStat, -#mkwsShiftedTermlists { +#mkwsShiftedTermlists, +#mkwsEmbeddedMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } @@ -140,13 +141,12 @@ 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; @@ -159,14 +159,14 @@ -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: ":"; }