X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=eaae8aba501fc406c4fd41395ef5d9a3a6a4389a;hb=ebf86649367ca02b4eefa646d7967daaa82bfd49;hp=fe9bd54dc4f2962c67c0b54023244dcd606a992f;hpb=1961bd80ed336c551905b49914c91c8e8b62c3a8;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index fe9bd54..eaae8ab 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -1,4 +1,14 @@ -#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 +38,6 @@ padding-top: 0.4em; } -#mkwsRecords, #mkwsShiftedTermlists { - background-color: #fafafa; -} - #mkwsTargets { background-color: #fafafa; } @@ -55,20 +61,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 +99,27 @@ cursor: pointer; } -#mkwsSearch input#query { +#mkwsSearch input#mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; background: #f0f8ff; } -#mkwsRecords hr, #mkwsShiftedTermlists hr { +#mkwsResults 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 +129,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 +140,18 @@ -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 { +#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 +164,15 @@ -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: ":"; } @@ -153,3 +180,22 @@ background: #e0e0e0; padding: 0.3em; } + +#mkwsBytarget table thead tr td { + background-color: #132194; + color: white; + font-weight: bold; + padding: 0.2em 0.5em; +} + +#mkwsBytarget table tbody tr:nth-child(odd) { + background-color: #e0f0ff; +} + +#mkwsBytarget table tbody tr:nth-child(even) { + background-color: #d0e0ff; +} + +#mkwsBytarget table tbody tr td { + padding: 0.2em 0.5em; +}