From f86efdcdf68deea042fe00ec57b39c0d060b9a88 Mon Sep 17 00:00:00 2001 From: Mike Taylor Date: Wed, 19 Jun 2013 16:04:10 +0100 Subject: [PATCH] Rename --- experiments/spclient/mkwsStyle.css | 70 ++++++++++++++++++++++++++++++++++++ experiments/spclient/styles.css | 70 ------------------------------------ 2 files changed, 70 insertions(+), 70 deletions(-) create mode 100644 experiments/spclient/mkwsStyle.css delete mode 100644 experiments/spclient/styles.css diff --git a/experiments/spclient/mkwsStyle.css b/experiments/spclient/mkwsStyle.css new file mode 100644 index 0000000..2822e40 --- /dev/null +++ b/experiments/spclient/mkwsStyle.css @@ -0,0 +1,70 @@ +a { + color: #005701; + text-decoration: none; +} + +a:hover { + text-decoration: underline; +} + +a.crossout:hover { + text-decoration: line-through; +} + +input#button { + border: 3px outset #132194; + background-color: #132194; + padding: 2px; + width: 6em; + color: #FFFFFF; + font-weight: bold; + text-transform: uppercase; + font-size: 10px; + margin-left: 8px; + cursor: pointer; +} + +input#query { + border: 2px inset #34cc67; + padding: 3px; + font-size: 12px; +} + +div.termtitle { + margin: 4px; + font-weight: bold; +} + +div.record { + padding: 5px; +} + +div.details { + border: 3px dashed gray; + color: gray; + padding: 5px; + margin: 4px; +} + +#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets { + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; +} + +#mkwsSwitch { + padding-bottom: 3px; + text-align: right; +} + +#mkwsSearch { + // nothing to say at this point +} + +#mkwsRecords { + background-color: #fafafa; + border-bottom: 1px solid #156a16; +} + +#mkwsTargets { + background-color: #fafafa; + border-bottom: 1px solid #156a16; +} diff --git a/experiments/spclient/styles.css b/experiments/spclient/styles.css deleted file mode 100644 index 2822e40..0000000 --- a/experiments/spclient/styles.css +++ /dev/null @@ -1,70 +0,0 @@ -a { - color: #005701; - text-decoration: none; -} - -a:hover { - text-decoration: underline; -} - -a.crossout:hover { - text-decoration: line-through; -} - -input#button { - border: 3px outset #132194; - background-color: #132194; - padding: 2px; - width: 6em; - color: #FFFFFF; - font-weight: bold; - text-transform: uppercase; - font-size: 10px; - margin-left: 8px; - cursor: pointer; -} - -input#query { - border: 2px inset #34cc67; - padding: 3px; - font-size: 12px; -} - -div.termtitle { - margin: 4px; - font-weight: bold; -} - -div.record { - padding: 5px; -} - -div.details { - border: 3px dashed gray; - color: gray; - padding: 5px; - margin: 4px; -} - -#mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; -} - -#mkwsSwitch { - padding-bottom: 3px; - text-align: right; -} - -#mkwsSearch { - // nothing to say at this point -} - -#mkwsRecords { - background-color: #fafafa; - border-bottom: 1px solid #156a16; -} - -#mkwsTargets { - background-color: #fafafa; - border-bottom: 1px solid #156a16; -} -- 1.7.10.4