X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=7369dfea59b3ff8985504cc33488d9740a73fabc;hb=3fd63bd97ed84b54bde2cabe4e519ebc4522ccdd;hp=e427f3513f1e8ce45503c69598bfdbb7f2dc3927;hpb=841e0dca616a8559563286fd54db6cc2e0cc917b;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index e427f35..7369dfe 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -2,10 +2,12 @@ .mkwsSwitch, .mkwsSearch, .mkwsTermlists, +.mkwsFacet, .mkwsRanking, .mkwsPager, .mkwsNavi, .mkwsRecords, +.mkwsRecord, .mkwsTargets, .mkwsStat, .mkwsMOTD { @@ -49,30 +51,33 @@ 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, -.mkwsRecords a { +.mkwsRecords a, +.mkwsRecord a { color: #005701; text-decoration: none; } .mkwsSwitch a:hover, .mkwsLang a:hover, -.mkwsTermlists a:hover, +.mkwsFacet a:hover, .mkwsPager a:hover, -.mkwsRecords a:hover{ +.mkwsRecords a:hover, +.mkwsRecord a:hover { text-decoration: underline; } -.mkwsNavi a.crossout:hover { +.mkwsNavi a.mkwsRemovable:hover { text-decoration: line-through; } @@ -112,7 +117,7 @@ -webkit-border-top-right-radius: 10px; } -.mkwsTermlists div.facet { +.mkwsFacet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -122,26 +127,27 @@ -webkit-border-top-right-radius: 10px; } -.mkwsTermlists div.facet div.term { +.mkwsFacet div.term { clear: both; } -.mkwsTermlists div.facet div.term span { +.mkwsFacet div.term span { float: right; } -.mkwsTermlists div.termtitle { +.mkwsFacet div.termtitle { font-weight: bold; } -.mkwsRecords div.record { +.mkwsRecords div.record, +.mkwsRecord div.record { 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; @@ -151,13 +157,13 @@ -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: ":"; } @@ -166,21 +172,27 @@ 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; +}