X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=49f3b9fa031eeb9ed9930313dfe4a9ba3c0acfdf;hb=30a22d917d431e47c2c6bcc09d842b5eb587b2c4;hp=df4fce1abb9e03abf43a80ce40b7dee89239df9a;hpb=52d0976345e90047335fd4b1e5adbcbd3f3de9b7;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index df4fce1..49f3b9f 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -63,8 +63,8 @@ #mkwsSwitch a, #mkwsLang a, -#mkwsResults a, #mkwsTermlists a, +#mkwsRanking a, #mkwsPager a, #mkwsNavi a, #mkwsRecords a, @@ -75,7 +75,9 @@ #mkwsSwitch a:hover, #mkwsLang a:hover, -#mkwsResults a:hover, +#mkwsTermlists a:hover, +#mkwsPager a:hover, +#mkwsRecords a:hover, #mkwsShiftedTermlists a:hover { text-decoration: underline; } @@ -104,17 +106,15 @@ background: #f0f8ff; } -#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; @@ -124,7 +124,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; @@ -134,15 +135,17 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.termtitle, #mkwsShiftedTermlists div.termtitle { +#mkwsTermlists div.termtitle, +#mkwsShiftedTermlists div.termtitle { font-weight: bold; } -#mkwsResults div.record, #mkwsShiftedTermlists 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; @@ -155,13 +158,15 @@ -webkit-border-top-right-radius: 10px; } -#mkwsResults 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; } -#mkwsResults div.details th:after, #mkwsShiftedTermlists div.details th:after { +#mkwsRecords div.details th:after, +#mkwsShiftedTermlists div.details th:after { content: ":"; }