mkws.switchView() now operates on a named team.
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
index 4cd04c3..ef5c1c8 100644 (file)
@@ -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;
     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;
     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;
 }