X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=ef5c1c8f9c050edef06de0bc3e8d11e151e67da5;hb=61946b4f14280cedb456ce97311f845eae2e8b6c;hp=dc78aaa401412e2d610f1cba0b271b59ebe65b30;hpb=3c338c905595aeeaecd3f42c0426f5e76111e3d7;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index dc78aaa..ef5c1c8 100644 --- a/tools/htdocs/mkws.css +++ b/tools/htdocs/mkws.css @@ -1,12 +1,12 @@ #mkwsLang, -#mkwsSwitch, -#mkwsSearch, +#mkwsSwitch, .mkwsSwitch, +#mkwsSearch, .mkwsSearch, #mkwsTermlists, #mkwsRanking, #mkwsPager, #mkwsNavi, #mkwsRecords, -#mkwsTargets, +#mkwsTargets, .mkwsTargets, #mkwsStat, #mkwsMOTD { font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif; @@ -28,17 +28,17 @@ 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; } @@ -53,15 +53,7 @@ font-weight: bold; } -#mkwsStat span.clients:before { - content: "Active clients: "; -} - -#mkwsStat span.records:before { - content: "Retrieved records: "; -} - -#mkwsSwitch a, +#mkwsSwitch a, .mkwsSwitch a, #mkwsLang a, #mkwsTermlists a, #mkwsRanking a, @@ -72,7 +64,7 @@ text-decoration: none; } -#mkwsSwitch a:hover, +#mkwsSwitch a:hover, .mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsTermlists a:hover, #mkwsPager a:hover, @@ -84,7 +76,7 @@ text-decoration: line-through; } -#mkwsSearch input#mkwsButton { +#mkwsSearch input#mkwsButton, .mkwsSearch input.mkwsButton { border: 3px outset #132194; background-color: #132194; padding: 2px; @@ -97,7 +89,7 @@ cursor: pointer; } -#mkwsSearch input#mkwsQuery { +#mkwsSearch input#mkwsQuery, .mkwsSearch input.mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; @@ -174,21 +166,21 @@ padding: 0.3em; } -#mkwsBytarget table thead tr td { +.mkwsBytarget table thead tr td { background-color: #132194; color: white; font-weight: bold; padding: 0.2em 0.5em; } -#mkwsBytarget table tbody tr:nth-child(odd) { +.mkwsBytarget table tbody tr:nth-child(odd) { background-color: #e0f0ff; } -#mkwsBytarget table tbody tr:nth-child(even) { +.mkwsBytarget table tbody tr:nth-child(even) { background-color: #d0e0ff; } -#mkwsBytarget table tbody tr td { +.mkwsBytarget table tbody tr td { padding: 0.2em 0.5em; }