X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=3677d659b30643d02927bfbcd9541ec4e362c57b;hb=810d3716542a3d5ab5b696bcf8daf7e51fa18221;hp=b39c8b1e0a16455d61b321f1e31dd8278e0a75e9;hpb=d12ff23179714aff6b5003f87433412a408bc792;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index b39c8b1..3677d65 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -1,82 +1,85 @@ -#mkwsLang, .mkwsLang, -#mkwsSwitch, .mkwsSwitch, -#mkwsSearch, .mkwsSearch, -#mkwsTermlists, -#mkwsRanking, -#mkwsPager, -#mkwsNavi, -#mkwsRecords, -#mkwsTargets, .mkwsTargets, -#mkwsStat, .mkwsStat, -#mkwsMOTD { +.mkwsLang, +.mkwsSwitch, +.mkwsSearch, +.mkwsTermlists, +.mkwsRanking, +.mkwsPager, +.mkwsNavi, +.mkwsRecords, +.mkwsRecord, +.mkwsTargets, +.mkwsStat, +.mkwsMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; } -#mkwsLang, .mkwsLang { +.mkwsLang { float: left; padding-left: 1em; padding-top: 0.4em; } -#mkwsLang a, .mkwsLang a { +.mkwsLang a { background: #d0e0ff; padding: 1px 4px; } -#mkwsLang span, .mkwsLang span { +.mkwsLang span { border: solid 1px #d0e0ff; padding: 0px 3px; } -#mkwsSearch, .mkwsSearch { +.mkwsSearch { float: right; } -#mkwsSwitch, .mkwsSwitch { +.mkwsSwitch { float: right; padding-left: 1em; padding-top: 0.4em; } -#mkwsTargets, .mkwsTargets { +.mkwsTargets { background-color: #fafafa; } -#mkwsStat, .mkwsStat { +.mkwsStat { margin-top: 10px; border-top: 1px solid #156a16; padding-top: 5px; font-size: small; } -#mkwsStat span.head, .mkwsStat span.head { +.mkwsStat span.head { font-weight: bold; } -#mkwsSwitch a, .mkwsSwitch a, -#mkwsLang a, .mkwsLang a, -#mkwsTermlists a, -#mkwsRanking a, -#mkwsPager a, -#mkwsNavi a, -#mkwsRecords a { +.mkwsSwitch a, +.mkwsLang a, +.mkwsTermlists a, +.mkwsRanking a, +.mkwsPager a, +.mkwsNavi a, +.mkwsRecords a, +.mkwsRecord a { color: #005701; text-decoration: none; } -#mkwsSwitch a:hover, .mkwsSwitch a:hover, -#mkwsLang a:hover, .mkwsLang a:hover, -#mkwsTermlists a:hover, -#mkwsPager a:hover, -#mkwsRecords a:hover { +.mkwsSwitch a:hover, +.mkwsLang a:hover, +.mkwsTermlists a:hover, +.mkwsPager a:hover, +.mkwsRecords a:hover, +.mkwsRecord a:hover { text-decoration: underline; } -#mkwsNavi a.crossout:hover { +.mkwsNavi a.crossout:hover { text-decoration: line-through; } -#mkwsSearch input#mkwsButton, .mkwsSearch input.mkwsButton { +.mkwsSearch input.mkwsButton { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -89,20 +92,20 @@ cursor: pointer; } -#mkwsSearch input#mkwsQuery, .mkwsSearch input.mkwsQuery { +.mkwsSearch input.mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; background: #f0f8ff; } -#mkwsTermlists .title { +.mkwsTermlists .title { font-size: large; font-weight: bold; text-transform: uppercase; } -#mkwsTermlists { +.mkwsTermlists { background: #d0e0ff; padding: 0.7em; font-size: small; @@ -112,7 +115,7 @@ -webkit-border-top-right-radius: 10px; } -#mkwsTermlists div.facet { +.mkwsFacet { background: #e0f0ff; padding: 0.7em; margin-top: 0.7em; @@ -122,26 +125,28 @@ -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 { +.mkwsTermlists div.termtitle { 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,17 +156,19 @@ -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: ":"; } -#mkwsPager { +.mkwsPager { background: #e0e0e0; padding: 0.3em; }