X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2FmkwsStyle.css;h=dc78aaa401412e2d610f1cba0b271b59ebe65b30;hb=fcb6bce9ab4c37aa91b239fe44c4c65b28f28947;hp=08e2fbfe7ba49be6680c1254642bcebd4b81cdab;hpb=5892f41b7ff37f6017d0e2baf7ce8db5d9266bd3;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkwsStyle.css b/tools/htdocs/mkwsStyle.css index 08e2fbf..dc78aaa 100644 --- a/tools/htdocs/mkwsStyle.css +++ b/tools/htdocs/mkwsStyle.css @@ -8,8 +8,7 @@ #mkwsRecords, #mkwsTargets, #mkwsStat, -#mkwsShiftedTermlists, -#mkwsEmbeddedMOTD { +#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,20 +130,26 @@ -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; } #mkwsRecords div.details { border: 1px solid #404040; background: #e8e8e8; - color: darkgray; + color: #A9A9A9; padding: 5px 10px; margin: 10px 0px; box-shadow: 10px 10px 5px #808080; @@ -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: ":"; }