X-Git-Url: http://git.indexdata.com/?p=mkws-moved-to-github.git;a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=cb5f2e76703e8da6cfc1abf819ffb227cce35f01;hp=14e34755492d12f4a30e8c6c71eb3fb1146ae110;hb=6f7d5a4860ec055c40290325b7c1498cb64ad79c;hpb=035e2cdae53c70e8233d849851adb48b2c7a6c80 diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 14e3475..cb5f2e7 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -2,6 +2,7 @@ .mkwsSwitch, .mkwsSearch, .mkwsTermlists, +.mkwsFacet, .mkwsRanking, .mkwsPager, .mkwsNavi, @@ -50,13 +51,14 @@ font-size: small; } -.mkwsStat span.head { +.mkwsStat:before { + content: "Status info"; font-weight: bold; } .mkwsSwitch a, .mkwsLang a, -.mkwsTermlists a, +.mkwsFacet a, .mkwsRanking a, .mkwsPager a, .mkwsNavi a, @@ -68,14 +70,14 @@ .mkwsSwitch a:hover, .mkwsLang a:hover, -.mkwsTermlists 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; } @@ -99,7 +101,7 @@ background: #f0f8ff; } -.mkwsTermlists .title { +.mkwsTermlistsTitle { font-size: large; font-weight: bold; text-transform: uppercase; @@ -109,13 +111,18 @@ background: #d0e0ff; padding: 0.7em; font-size: small; + display: none; border-top-right-radius: 10px; -moz-border-top-right-radius: 10px; -webkit-border-top-right-radius: 10px; } -.mkwsTermlists div.facet { +.mkwsTermlists.active { + display: block; +} + +.mkwsFacet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -125,28 +132,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, -.mkwsRecord div.record { +.mkwsSummary { padding: 5px; } -.mkwsRecords div.details, -.mkwsRecord 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; @@ -156,15 +161,13 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th, -.mkwsRecord div.details th { +.mkwsDetails th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after, -.mkwsRecord div.details th:after { +.mkwsDetails th:after { content: ":"; } @@ -173,21 +176,43 @@ 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! */ +} +