Replace all remaining #mkwsResults occurrences from stylesheet.
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
1 #mkwsLang,
2 #mkwsSwitch,
3 #mkwsSearch,
4 #mkwsTermlists,
5 #mkwsRanking,
6 #mkwsPager,
7 #mkwsNavi,
8 #mkwsRecords,
9 #mkwsTargets,
10 #mkwsStat,
11 #mkwsShiftedTermlists {
12     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
13 }
14
15 #mkwsLang {
16     float: left;
17     padding-left: 1em;
18     padding-top: 0.4em;
19 }
20
21 #mkwsLang a {
22     background: #d0e0ff;
23     padding: 1px 4px;
24 }
25
26 #mkwsLang span {
27     border: solid 1px #d0e0ff;
28     padding: 0px 3px;
29 }
30
31 #mkwsSearch {
32     float: right;
33 }
34
35 #mkwsSwitch {
36     float: right;
37     padding-left: 1em;
38     padding-top: 0.4em;
39 }
40
41 #mkwsTargets {
42     background-color: #fafafa;
43 }
44
45 #mkwsStat {
46     margin-top: 10px;
47     border-top: 1px solid  #156a16;
48     padding-top: 5px;
49     font-size: small;
50 }
51
52 #mkwsStat span.head {
53     font-weight: bold;
54 }
55
56 #mkwsStat span.clients:before {
57     content: "Active clients: ";
58 }
59
60 #mkwsStat span.records:before {
61     content: "Retrieved records: ";
62 }
63
64 #mkwsSwitch a,
65 #mkwsLang a,
66 #mkwsTermlists a,
67 #mkwsRanking a,
68 #mkwsPager a,
69 #mkwsNavi a,
70 #mkwsRecords a,
71 #mkwsShiftedTermlists a {
72     color: #005701;
73     text-decoration: none;
74 }
75
76 #mkwsSwitch a:hover,
77 #mkwsLang a:hover,
78 #mkwsTermlists a:hover,
79 #mkwsPager a:hover,
80 #mkwsRecords a:hover,
81 #mkwsShiftedTermlists a:hover {
82     text-decoration: underline;
83 }
84
85 #mkwsNavi a.crossout:hover {
86     text-decoration: line-through;
87 }
88
89 #mkwsSearch input#mkwsButton {
90     border: 3px outset #132194;
91     background-color: #132194;
92     padding: 2px;
93     width: 6em;
94     color: #FFFFFF;
95     font-weight: bold;
96     text-transform: uppercase;
97     font-size: 10px;
98     margin-left: 8px;
99     cursor: pointer;
100 }
101
102 #mkwsSearch input#mkwsQuery {
103     border: 2px inset #e0f0ff;
104     padding: 3px;
105     font-size: 12px;
106     background: #f0f8ff;
107 }
108
109 #mkwsTermlists .title,
110 #mkwsShiftedTermlists .title {
111     font-size: large;
112     font-weight: bold;
113     text-transform: uppercase;
114 }
115
116 #mkwsTermlists,
117 #mkwsShiftedTermlists div#termlist  {
118     background: #d0e0ff;
119     padding: 0.7em;
120     font-size: small;
121
122     border-top-right-radius: 10px;
123     -moz-border-top-right-radius: 10px;
124     -webkit-border-top-right-radius: 10px;
125 }
126
127 #mkwsTermlists div.facet,
128 #mkwsShiftedTermlists div.facet {
129     background: #e0f0ff;
130     padding: 0.7em;
131     margin-top: 0.7em;
132
133     border-top-right-radius: 10px;
134     -moz-border-top-right-radius: 10px;
135     -webkit-border-top-right-radius: 10px;
136 }
137
138 #mkwsTermlists div.termtitle,
139 #mkwsShiftedTermlists div.termtitle {
140     font-weight: bold;
141 }
142
143 #mkwsRecords div.record,
144 #mkwsShiftedTermlists div.record {
145     padding: 5px;
146 }
147
148 #mkwsRecords div.details {
149     border: 1px solid #404040;
150     background: #e8e8e8;
151     color: darkgray;
152     padding: 5px 10px;
153     margin: 10px 0px;
154     box-shadow: 10px 10px 5px #808080;
155
156     border-top-right-radius: 10px;
157     -moz-border-top-right-radius: 10px;
158     -webkit-border-top-right-radius: 10px;
159 }
160
161 #mkwsRecords div.details th,
162 #mkwsShiftedTermlists div.details th {
163     text-align: right;
164     vertical-align: top;
165     padding-right: 0.6em;
166 }
167
168 #mkwsRecords div.details th:after,
169 #mkwsShiftedTermlists div.details th:after {
170     content: ":";
171 }
172
173 #mkwsPager {
174     background: #e0e0e0;
175     padding: 0.3em;
176 }
177
178 #mkwsBytarget table thead tr td {
179     background-color: #132194;
180     color: white;
181     font-weight: bold;
182     padding: 0.2em 0.5em;
183 }
184
185 #mkwsBytarget table tbody tr:nth-child(odd) {
186     background-color: #e0f0ff;
187 }
188
189 #mkwsBytarget table tbody tr:nth-child(even) {
190     background-color: #d0e0ff;
191 }
192
193 #mkwsBytarget table tbody tr td {
194     padding: 0.2em 0.5em;
195 }