X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;ds=inline;f=experiments%2Fspclient%2FmkwsStyle.css;h=6aa4d3e3b4745b3fa8d166bb57216c8c3e422502;hb=7f35538890e0a45c70d64a910de9aaccb5a3af09;hp=392048747b26cc550a83c222d8d85cd578b68006;hpb=69f4fc8640ca01d86b470d13e187330ff12afacf;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index 3920487..6aa4d3e 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -1,17 +1,46 @@ -a { +#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat { + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; +} + +#mkwsSwitch { + float: right; + padding-left: 1em; + padding-top: 0.4em; +} + +#mkwsSearch { + float: right; +} + +#mkwsRecords { + background-color: #fafafa; + border-bottom: 1px solid #156a16; +} + +#mkwsTargets { + background-color: #fafafa; + border-bottom: 1px solid #156a16; +} + +#mkwsStat { + font-weight: bold; + font-size: small; +} + +#mkwsSwitch a, #mkwsLang a, #mkwsRecords a { color: #005701; text-decoration: none; } -a:hover { +#mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover { text-decoration: underline; } -a.crossout:hover { +#mkwsRecords a.crossout:hover { text-decoration: line-through; } -input#button { +#mkwsSearch input#button { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -24,60 +53,28 @@ input#button { cursor: pointer; } -input#query { +#mkwsSearch input#query { border: 2px inset #34cc67; padding: 3px; font-size: 12px; } -div.termtitle { +#mkwsRecords hr { + display: none; +} + +#mkwsRecords div.termtitle { margin: 4px; font-weight: bold; } -div.record { +#mkwsRecords div.record { padding: 5px; } -div.details { - border: 3px dashed gray; - color: gray; +#mkwsRecords div.details { + border: 3px solid gray; + color: darkgray; padding: 5px; margin: 4px; } - -#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; -} - -#mkwsSwitch { - float: right; - padding-left: 1em; - padding-top: 0.4em; -} - -#mkwsSearch { - float: right; -} - -#mkwsRecords { - background-color: #fafafa; - border-bottom: 1px solid #156a16; -} - -#mkwsTargets { - background-color: #fafafa; - border-bottom: 1px solid #156a16; -} - -#mkwsStat { - font-weight: bold; - font-size: small; -} - -#footer { - padding-top: 4px; - text-align: center; - font-size: small; -} -