X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FmkwsStyle.css;h=b9887d9fa8707c8e35cef07dde5385f0f6eeff5c;hb=ce49539eee8276bb10adb90adeb7592d88a7a383;hp=1571da7cec3aa4c61fa10f59e0f04af19bc83e4b;hpb=378fd010b7cfdd4113292660cdcbe5571edfe0db;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkwsStyle.css b/tools/htdocs/mkwsStyle.css index 1571da7..b9887d9 100644 --- a/tools/htdocs/mkwsStyle.css +++ b/tools/htdocs/mkwsStyle.css @@ -8,7 +8,6 @@ #mkwsRecords, #mkwsTargets, #mkwsStat, -#mkwsShiftedTermlists, #mkwsMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } @@ -68,8 +67,7 @@ #mkwsRanking a, #mkwsPager a, #mkwsNavi a, -#mkwsRecords a, -#mkwsShiftedTermlists a { +#mkwsRecords a { color: #005701; text-decoration: none; } @@ -78,8 +76,7 @@ #mkwsLang a:hover, #mkwsTermlists a:hover, #mkwsPager a:hover, -#mkwsRecords a:hover, -#mkwsShiftedTermlists a:hover { +#mkwsRecords a:hover { text-decoration: underline; } @@ -107,15 +104,13 @@ background: #f0f8ff; } -#mkwsTermlists .title, -#mkwsShiftedTermlists .title { +#mkwsTermlists .title { font-size: large; font-weight: bold; text-transform: uppercase; } -#mkwsTermlists, -#mkwsShiftedTermlists div#termlist { +#mkwsTermlists { background: #d0e0ff; padding: 0.7em; font-size: small; @@ -125,8 +120,7 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.facet, -#mkwsShiftedTermlists div.facet { +#mkwsTermlists div.facet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -136,13 +130,19 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.termtitle, -#mkwsShiftedTermlists div.termtitle { +#mkwsTermlists div.facet div.term { + clear: both; +} + +#mkwsTermlists div.facet div.term span { + float: right; +} + +#mkwsTermlists div.termtitle { font-weight: bold; } -#mkwsRecords div.record, -#mkwsShiftedTermlists div.record { +#mkwsRecords div.record { padding: 5px; } @@ -159,15 +159,13 @@ -webkit-border-top-right-radius: 10px; } -#mkwsRecords div.details th, -#mkwsShiftedTermlists div.details th { +#mkwsRecords div.details th { text-align: right; vertical-align: top; padding-right: 0.6em; } -#mkwsRecords div.details th:after, -#mkwsShiftedTermlists div.details th:after { +#mkwsRecords div.details th:after { content: ":"; }