X-Git-Url: http://jsfdemo.indexdata.com/?a=blobdiff_plain;f=tools%2Fhtdocs%2Fmkws.css;h=ef5c1c8f9c050edef06de0bc3e8d11e151e67da5;hb=c5097d60efca95cf757b497eba28171dad109e41;hp=4cd04c3f70223a914cbc022deec8074e026775ab;hpb=f7711bc36968bd87ede351dee9993cbbb47795f8;p=mkws-moved-to-github.git diff --git a/tools/htdocs/mkws.css b/tools/htdocs/mkws.css index 4cd04c3..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,7 +53,7 @@ font-weight: bold; } -#mkwsSwitch a, +#mkwsSwitch a, .mkwsSwitch a, #mkwsLang a, #mkwsTermlists a, #mkwsRanking a, @@ -64,7 +64,7 @@ text-decoration: none; } -#mkwsSwitch a:hover, +#mkwsSwitch a:hover, .mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsTermlists a:hover, #mkwsPager a:hover, @@ -76,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; @@ -89,7 +89,7 @@ cursor: pointer; } -#mkwsSearch input#mkwsQuery { +#mkwsSearch input#mkwsQuery, .mkwsSearch input.mkwsQuery { border: 2px inset #e0f0ff; padding: 3px; font-size: 12px; @@ -166,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; }