From: Mike Taylor Date: Fri, 11 Oct 2013 11:57:46 +0000 (+0100) Subject: Rename mkwsStyle.css on mkws.css (on Wolfram's suggestion) X-Git-Tag: 0.9.1~171 X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=commitdiff_plain;h=3c338c905595aeeaecd3f42c0426f5e76111e3d7 Rename mkwsStyle.css on mkws.css (on Wolfram's suggestion) --- diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css new file mode 100644 index 0000000..dc78aaa --- /dev/null +++ b/tools/htdocs/mkws.css @@ -0,0 +1,194 @@ +#mkwsLang, +#mkwsSwitch, +#mkwsSearch, +#mkwsTermlists, +#mkwsRanking, +#mkwsPager, +#mkwsNavi, +#mkwsRecords, +#mkwsTargets, +#mkwsStat, +#mkwsMOTD { + font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; +} + +#mkwsLang { + float: left; + padding-left: 1em; + padding-top: 0.4em; +} + +#mkwsLang a { + background: #d0e0ff; + padding: 1px 4px; +} + +#mkwsLang span { + border: solid 1px #d0e0ff; + padding: 0px 3px; +} + +#mkwsSearch { + float: right; +} + +#mkwsSwitch { + float: right; + padding-left: 1em; + padding-top: 0.4em; +} + +#mkwsTargets { + background-color: #fafafa; +} + +#mkwsStat { + margin-top: 10px; + border-top: 1px solid #156a16; + padding-top: 5px; + font-size: small; +} + +#mkwsStat span.head { + font-weight: bold; +} + +#mkwsStat span.clients:before { + content: "Active clients: "; +} + +#mkwsStat span.records:before { + content: "Retrieved records: "; +} + +#mkwsSwitch a, +#mkwsLang a, +#mkwsTermlists a, +#mkwsRanking a, +#mkwsPager a, +#mkwsNavi a, +#mkwsRecords a { + color: #005701; + text-decoration: none; +} + +#mkwsSwitch a:hover, +#mkwsLang a:hover, +#mkwsTermlists a:hover, +#mkwsPager a:hover, +#mkwsRecords a:hover { + text-decoration: underline; +} + +#mkwsNavi a.crossout:hover { + text-decoration: line-through; +} + +#mkwsSearch input#mkwsButton { + 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; +} + +#mkwsSearch input#mkwsQuery { + border: 2px inset #e0f0ff; + padding: 3px; + font-size: 12px; + background: #f0f8ff; +} + +#mkwsTermlists .title { + font-size: large; + font-weight: bold; + text-transform: uppercase; +} + +#mkwsTermlists { + background: #d0e0ff; + padding: 0.7em; + font-size: small; + + border-top-right-radius: 10px; + -moz-border-top-right-radius: 10px; + -webkit-border-top-right-radius: 10px; +} + +#mkwsTermlists div.facet { + background: #e0f0ff; + padding: 0.7em; + margin-top: 0.7em; + + border-top-right-radius: 10px; + -moz-border-top-right-radius: 10px; + -webkit-border-top-right-radius: 10px; +} + +#mkwsTermlists div.facet div.term { + clear: both; +} + +#mkwsTermlists div.facet div.term span { + float: right; +} + +#mkwsTermlists div.termtitle { + font-weight: bold; +} + +#mkwsRecords div.record { + padding: 5px; +} + +#mkwsRecords div.details { + border: 1px solid #404040; + background: #e8e8e8; + color: #A9A9A9; + padding: 5px 10px; + margin: 10px 0px; + box-shadow: 10px 10px 5px #808080; + + border-top-right-radius: 10px; + -moz-border-top-right-radius: 10px; + -webkit-border-top-right-radius: 10px; +} + +#mkwsRecords div.details th { + text-align: right; + vertical-align: top; + padding-right: 0.6em; +} + +#mkwsRecords div.details th:after { + content: ":"; +} + +#mkwsPager { + 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; +} diff --git a/tools/htdocs/mkwsStyle.css b/tools/htdocs/mkwsStyle.css deleted file mode 100644 index dc78aaa..0000000 --- a/tools/htdocs/mkwsStyle.css +++ /dev/null @@ -1,194 +0,0 @@ -#mkwsLang, -#mkwsSwitch, -#mkwsSearch, -#mkwsTermlists, -#mkwsRanking, -#mkwsPager, -#mkwsNavi, -#mkwsRecords, -#mkwsTargets, -#mkwsStat, -#mkwsMOTD { - font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; -} - -#mkwsLang { - float: left; - padding-left: 1em; - padding-top: 0.4em; -} - -#mkwsLang a { - background: #d0e0ff; - padding: 1px 4px; -} - -#mkwsLang span { - border: solid 1px #d0e0ff; - padding: 0px 3px; -} - -#mkwsSearch { - float: right; -} - -#mkwsSwitch { - float: right; - padding-left: 1em; - padding-top: 0.4em; -} - -#mkwsTargets { - background-color: #fafafa; -} - -#mkwsStat { - margin-top: 10px; - border-top: 1px solid #156a16; - padding-top: 5px; - font-size: small; -} - -#mkwsStat span.head { - font-weight: bold; -} - -#mkwsStat span.clients:before { - content: "Active clients: "; -} - -#mkwsStat span.records:before { - content: "Retrieved records: "; -} - -#mkwsSwitch a, -#mkwsLang a, -#mkwsTermlists a, -#mkwsRanking a, -#mkwsPager a, -#mkwsNavi a, -#mkwsRecords a { - color: #005701; - text-decoration: none; -} - -#mkwsSwitch a:hover, -#mkwsLang a:hover, -#mkwsTermlists a:hover, -#mkwsPager a:hover, -#mkwsRecords a:hover { - text-decoration: underline; -} - -#mkwsNavi a.crossout:hover { - text-decoration: line-through; -} - -#mkwsSearch input#mkwsButton { - 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; -} - -#mkwsSearch input#mkwsQuery { - border: 2px inset #e0f0ff; - padding: 3px; - font-size: 12px; - background: #f0f8ff; -} - -#mkwsTermlists .title { - font-size: large; - font-weight: bold; - text-transform: uppercase; -} - -#mkwsTermlists { - background: #d0e0ff; - padding: 0.7em; - font-size: small; - - border-top-right-radius: 10px; - -moz-border-top-right-radius: 10px; - -webkit-border-top-right-radius: 10px; -} - -#mkwsTermlists div.facet { - background: #e0f0ff; - padding: 0.7em; - margin-top: 0.7em; - - border-top-right-radius: 10px; - -moz-border-top-right-radius: 10px; - -webkit-border-top-right-radius: 10px; -} - -#mkwsTermlists div.facet div.term { - clear: both; -} - -#mkwsTermlists div.facet div.term span { - float: right; -} - -#mkwsTermlists div.termtitle { - font-weight: bold; -} - -#mkwsRecords div.record { - padding: 5px; -} - -#mkwsRecords div.details { - border: 1px solid #404040; - background: #e8e8e8; - color: #A9A9A9; - padding: 5px 10px; - margin: 10px 0px; - box-shadow: 10px 10px 5px #808080; - - border-top-right-radius: 10px; - -moz-border-top-right-radius: 10px; - -webkit-border-top-right-radius: 10px; -} - -#mkwsRecords div.details th { - text-align: right; - vertical-align: top; - padding-right: 0.6em; -} - -#mkwsRecords div.details th:after { - content: ":"; -} - -#mkwsPager { - 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; -}