X-Git-Url: http://sru.miketaylor.org.uk/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=08e2fbfe7ba49be6680c1254642bcebd4b81cdab;hb=42817d6acf66914b063e362ad1b888c0ad89d849;hp=a2135ef0e8a3bcdf3c76a57fa7390edfa5122182;hpb=6aeb02a2882740c22f1972a5124d3b45cf63060d;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index a2135ef..08e2fbf 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -1,4 +1,15 @@ -#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat, #mkwsShiftedTermlists { +#mkwsLang, +#mkwsSwitch, +#mkwsSearch, +#mkwsTermlists, +#mkwsRanking, +#mkwsPager, +#mkwsNavi, +#mkwsRecords, +#mkwsTargets, +#mkwsStat, +#mkwsShiftedTermlists, +#mkwsEmbeddedMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } @@ -28,10 +39,6 @@ padding-top: 0.4em; } -#mkwsRecords, #mkwsShiftedTermlists { - background-color: #fafafa; -} - #mkwsTargets { background-color: #fafafa; } @@ -55,20 +62,32 @@ content: "Retrieved records: "; } -#mkwsSwitch a, #mkwsLang a, #mkwsRecords a, #mkwsShiftedTermlists a { +#mkwsSwitch a, +#mkwsLang a, +#mkwsTermlists a, +#mkwsRanking a, +#mkwsPager a, +#mkwsNavi a, +#mkwsRecords a, +#mkwsShiftedTermlists a { color: #005701; text-decoration: none; } -#mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover, #mkwsShiftedTermlists a:hover { +#mkwsSwitch a:hover, +#mkwsLang a:hover, +#mkwsTermlists a:hover, +#mkwsPager a:hover, +#mkwsRecords a:hover, +#mkwsShiftedTermlists a:hover { text-decoration: underline; } -#mkwsRecords a.crossout:hover, #mkwsShiftedTermlists a.crossout:hover #mkwsRecords a.crossout:hover { +#mkwsNavi a.crossout:hover { text-decoration: line-through; } -#mkwsSearch input#button { +#mkwsSearch input#mkwsButton { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -81,24 +100,22 @@ cursor: pointer; } -#mkwsSearch input#query { +#mkwsSearch input#mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; background: #f0f8ff; } -#mkwsRecords hr, #mkwsShiftedTermlists hr { - display: none; -} - -#mkwsTermlists .title, #mkwsShiftedTermlists .title { +#mkwsTermlists .title, +#mkwsShiftedTermlists .title { font-size: large; font-weight: bold; text-transform: uppercase; } -#mkwsTermlists, #mkwsShiftedTermlists div#termlist { +#mkwsTermlists, +#mkwsShiftedTermlists div#termlist { background: #d0e0ff; padding: 0.7em; font-size: small; @@ -108,7 +125,8 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.facet, #mkwsShiftedTermlists div.facet { +#mkwsTermlists div.facet, +#mkwsShiftedTermlists div.facet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -118,15 +136,17 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.termtitle, #mkwsShiftedTermlists div.termtitle { +#mkwsTermlists div.termtitle, +#mkwsShiftedTermlists div.termtitle { font-weight: bold; } -#mkwsRecords div.record, #mkwsShiftedTermlists div.record { +#mkwsRecords div.record, +#mkwsShiftedTermlists div.record { padding: 5px; } -#mkwsRecords div.details, #mkwsShiftedTermlists div.details { +#mkwsRecords div.details { border: 1px solid #404040; background: #e8e8e8; color: darkgray; @@ -139,13 +159,15 @@ -webkit-border-top-right-radius: 10px; } -#mkwsRecords div.details th, #mkwsShiftedTermlists div.details th { +#mkwsRecords div.details th, +#mkwsShiftedTermlists div.details th { text-align: right; vertical-align: top; padding-right: 0.6em; } -#mkwsRecords div.details th:after, #mkwsShiftedTermlists div.details th:after { +#mkwsRecords div.details th:after, +#mkwsShiftedTermlists div.details th:after { content: ":"; }