X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=c21ed172a0468881c19bfc714cda466163c68a8e;hp=dc78aaa401412e2d610f1cba0b271b59ebe65b30;hb=3b37b7798cab326907f2e48223371ff1737b94fb;hpb=3c338c905595aeeaecd3f42c0426f5e76111e3d7 diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index dc78aaa..c21ed17 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -1,90 +1,87 @@ -#mkwsLang, -#mkwsSwitch, -#mkwsSearch, -#mkwsTermlists, -#mkwsRanking, -#mkwsPager, -#mkwsNavi, -#mkwsRecords, -#mkwsTargets, -#mkwsStat, -#mkwsMOTD { +.mkwsLang, +.mkwsSwitch, +.mkwsSearch, +.mkwsTermlists, +.mkwsFacet, +.mkwsRanking, +.mkwsPager, +.mkwsNavi, +.mkwsRecords, +.mkwsRecord, +.mkwsTargets, +.mkwsStat, +.mkwsMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -#mkwsLang { +.mkwsLang { float: left; padding-left: 1em; padding-top: 0.4em; } -#mkwsLang a { +.mkwsLang a { background: #d0e0ff; padding: 1px 4px; } -#mkwsLang span { +.mkwsLang span { border: solid 1px #d0e0ff; padding: 0px 3px; } -#mkwsSearch { +.mkwsSearch { float: right; } -#mkwsSwitch { +.mkwsSwitch { float: right; padding-left: 1em; padding-top: 0.4em; } -#mkwsTargets { +.mkwsTargets { background-color: #fafafa; } -#mkwsStat { +.mkwsStat { margin-top: 10px; border-top: 1px solid #156a16; padding-top: 5px; font-size: small; } -#mkwsStat span.head { +.mkwsStat:before { + content: "Status info"; 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 { +.mkwsSwitch a, +.mkwsLang a, +.mkwsFacet a, +.mkwsRanking a, +.mkwsPager a, +.mkwsNavi a, +.mkwsRecords a, +.mkwsRecord a { color: #005701; text-decoration: none; } -#mkwsSwitch a:hover, -#mkwsLang a:hover, -#mkwsTermlists a:hover, -#mkwsPager a:hover, -#mkwsRecords a:hover { +.mkwsSwitch a:hover, +.mkwsLang a:hover, +.mkwsFacet a:hover, +.mkwsPager a:hover, +.mkwsRecords a:hover, +.mkwsRecord a:hover { text-decoration: underline; } -#mkwsNavi a.crossout:hover { +.mkwsNavi a.mkwsRemovable:hover { text-decoration: line-through; } -#mkwsSearch input#mkwsButton { +.mkwsSearch input.mkwsButton { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -97,20 +94,20 @@ cursor: pointer; } -#mkwsSearch input#mkwsQuery { +.mkwsSearch input.mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; background: #f0f8ff; } -#mkwsTermlists .title { +.mkwsTermlistsTitle { font-size: large; font-weight: bold; text-transform: uppercase; } -#mkwsTermlists { +.mkwsTermlists { background: #d0e0ff; padding: 0.7em; font-size: small; @@ -120,7 +117,7 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.facet { +.mkwsFacet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -130,26 +127,26 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.facet div.term { +.mkwsTerm { clear: both; } -#mkwsTermlists div.facet div.term span { +.mkwsTerm span { float: right; } -#mkwsTermlists div.termtitle { +.mkwsFacetTitle { font-weight: bold; } -#mkwsRecords div.record { +.mkwsSummary { padding: 5px; } -#mkwsRecords div.details { +.mkwsDetails { border: 1px solid #404040; background: #e8e8e8; - color: #A9A9A9; + color: black; padding: 5px 10px; margin: 10px 0px; box-shadow: 10px 10px 5px #808080; @@ -159,36 +156,58 @@ -webkit-border-top-right-radius: 10px; } -#mkwsRecords div.details th { +.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -#mkwsRecords div.details th:after { +.mkwsDetails th:after { content: ":"; } -#mkwsPager { +.mkwsPager { background: #e0e0e0; padding: 0.3em; } -#mkwsBytarget table thead tr td { +.mkwsTargets table thead tr td { background-color: #132194; color: white; font-weight: bold; padding: 0.2em 0.5em; } -#mkwsBytarget table tbody tr:nth-child(odd) { +.mkwsTargets table tbody tr:nth-child(odd) { background-color: #e0f0ff; } -#mkwsBytarget table tbody tr:nth-child(even) { +.mkwsTargets table tbody tr:nth-child(even) { background-color: #d0e0ff; } -#mkwsBytarget table tbody tr td { +.mkwsTargets table tbody tr td { padding: 0.2em 0.5em; } + +.mkwsCurrentPage { + padding: 0.1em 0.5em; + background: #508751; + color: white; +} + +.mkwsProgress { + border: 1px solid #c0c0c0; + float: left; + margin-left: 2em; + margin-top: 0.2em; + padding: 0 0.3em; +} + +.mkwsProgress .mkwsDone { color: #005701 } +.mkwsProgress .mkwsWaiting { color: #c0c0c0 } + +.mkwsResults table { + display: inline-table /* only for Firefox! */ +} +