X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=experiments%2Fspclient%2FmkwsStyle.css;h=57d0c6b98e051d3d160eb6185045dca7b546031c;hb=2a47f7655275f06be4711fc9122fbe22897f36ea;hp=dae86a539f527e23b563774b3de7a7780887e04f;hpb=4d8c9d559cdaac17b3a5e5bbac600821f365db92;p=mkws-moved-to-github.git diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css index dae86a5..57d0c6b 100644 --- a/experiments/spclient/mkwsStyle.css +++ b/experiments/spclient/mkwsStyle.css @@ -1,17 +1,17 @@ -a { +#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,29 +24,29 @@ input#button { cursor: pointer; } -input#query { +#mkwsSearch input#query { border: 2px inset #34cc67; padding: 3px; font-size: 12px; } -div.termtitle { +#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 { +#mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } @@ -73,11 +73,4 @@ div.details { #mkwsStat { font-weight: bold; font-size: small; -} - -#footer { - padding-top: 8px; - text-align: center; - font-size: small; -} - +}