X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=3677d659b30643d02927bfbcd9541ec4e362c57b;hb=810d3716542a3d5ab5b696bcf8daf7e51fa18221;hp=e427f3513f1e8ce45503c69598bfdbb7f2dc3927;hpb=841e0dca616a8559563286fd54db6cc2e0cc917b;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index e427f35..3677d65 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -6,6 +6,7 @@ .mkwsPager, .mkwsNavi, .mkwsRecords, +.mkwsRecord, .mkwsTargets, .mkwsStat, .mkwsMOTD { @@ -59,7 +60,8 @@ .mkwsRanking a, .mkwsPager a, .mkwsNavi a, -.mkwsRecords a { +.mkwsRecords a, +.mkwsRecord a { color: #005701; text-decoration: none; } @@ -68,7 +70,8 @@ .mkwsLang a:hover, .mkwsTermlists a:hover, .mkwsPager a:hover, -.mkwsRecords a:hover{ +.mkwsRecords a:hover, +.mkwsRecord a:hover { text-decoration: underline; } @@ -112,7 +115,7 @@ -webkit-border-top-right-radius: 10px; } -.mkwsTermlists div.facet { +.mkwsFacet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -122,11 +125,11 @@ -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; } @@ -134,14 +137,16 @@ font-weight: bold; } -.mkwsRecords div.record { +.mkwsRecords div.record, +.mkwsRecord div.record { padding: 5px; } -.mkwsRecords div.details { +.mkwsRecords div.details, +.mkwsRecord div.details { border: 1px solid #404040; background: #e8e8e8; - color: #A9A9A9; + color: black; padding: 5px 10px; margin: 10px 0px; box-shadow: 10px 10px 5px #808080; @@ -151,13 +156,15 @@ -webkit-border-top-right-radius: 10px; } -.mkwsRecords div.details th { +.mkwsRecords div.details th, +.mkwsRecord div.details th { text-align: right; vertical-align: top; padding-right: 0.6em; } -.mkwsRecords div.details th:after { +.mkwsRecords div.details th:after, +.mkwsRecord div.details th:after { content: ":"; }