X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=56aaef2b609e3b2d57adbe4a39757fe40f62fc08;hb=74b2822440557af8feac66be640195693ecaf835;hp=2912ce22b31e86ad61a7bc63ddfa56618ec07140;hpb=cb5a73ebec745c1f6cea7592a475d4f749773c4b;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 2912ce2..56aaef2 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -1,4 +1,6 @@ -#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat, #mkwsShiftedTermlists { +#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsTermlists, #mkwsRanking, +#mkwsPager, #mkwsNavi, #mkwsRecords, #mkwsTargets, #mkwsStat, +#mkwsShiftedTermlists { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } @@ -28,10 +30,6 @@ padding-top: 0.4em; } -#mkwsRecords, #mkwsShiftedTermlists { - background-color: #fafafa; -} - #mkwsTargets { background-color: #fafafa; } @@ -55,16 +53,23 @@ content: "Retrieved records: "; } -#mkwsSwitch a, #mkwsLang a, #mkwsRecords a, #mkwsShiftedTermlists a { +#mkwsSwitch a, +#mkwsLang a, +#mkwsResults a, +#mkwsTermlists 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, #mkwsResults a:hover, #mkwsShiftedTermlists a:hover { text-decoration: underline; } -#mkwsRecords a.crossout:hover, #mkwsShiftedTermlists a.crossout:hover #mkwsRecords a.crossout:hover { +#mkwsResults a.crossout:hover, #mkwsShiftedTermlists a.crossout:hover #mkwsResults a.crossout:hover { text-decoration: line-through; } @@ -88,7 +93,7 @@ background: #f0f8ff; } -#mkwsRecords hr, #mkwsShiftedTermlists hr { +#mkwsResults hr, #mkwsShiftedTermlists hr { display: none; } @@ -122,11 +127,11 @@ font-weight: bold; } -#mkwsRecords div.record, #mkwsShiftedTermlists div.record { +#mkwsResults div.record, #mkwsShiftedTermlists div.record { padding: 5px; } -#mkwsRecords div.details, #mkwsShiftedTermlists div.details { +#mkwsResults div.details, #mkwsShiftedTermlists div.details { border: 1px solid #404040; background: #e8e8e8; color: darkgray; @@ -139,13 +144,13 @@ -webkit-border-top-right-radius: 10px; } -#mkwsRecords div.details th, #mkwsShiftedTermlists div.details th { +#mkwsResults 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 { +#mkwsResults div.details th:after, #mkwsShiftedTermlists div.details th:after { content: ":"; }