Fix an inaccurate address.
[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 #mkwsResults a:hover,
79 #mkwsShiftedTermlists a:hover {
80     text-decoration: underline;
81 }
82
83 #mkwsNavi a.crossout:hover {
84     text-decoration: line-through;
85 }
86
87 #mkwsSearch input#mkwsButton {
88     border: 3px outset #132194;
89     background-color: #132194;
90     padding: 2px;
91     width: 6em;
92     color: #FFFFFF;
93     font-weight: bold;
94     text-transform: uppercase;
95     font-size: 10px;
96     margin-left: 8px;
97     cursor: pointer;
98 }
99
100 #mkwsSearch input#mkwsQuery {
101     border: 2px inset #e0f0ff;
102     padding: 3px;
103     font-size: 12px;
104     background: #f0f8ff;
105 }
106
107 #mkwsResults hr,
108 #mkwsShiftedTermlists hr {
109     display: none;
110 }
111
112 #mkwsTermlists .title,
113 #mkwsShiftedTermlists .title {
114     font-size: large;
115     font-weight: bold;
116     text-transform: uppercase;
117 }
118
119 #mkwsTermlists,
120 #mkwsShiftedTermlists div#termlist  {
121     background: #d0e0ff;
122     padding: 0.7em;
123     font-size: small;
124
125     border-top-right-radius: 10px;
126     -moz-border-top-right-radius: 10px;
127     -webkit-border-top-right-radius: 10px;
128 }
129
130 #mkwsTermlists div.facet,
131 #mkwsShiftedTermlists div.facet {
132     background: #e0f0ff;
133     padding: 0.7em;
134     margin-top: 0.7em;
135
136     border-top-right-radius: 10px;
137     -moz-border-top-right-radius: 10px;
138     -webkit-border-top-right-radius: 10px;
139 }
140
141 #mkwsTermlists div.termtitle,
142 #mkwsShiftedTermlists div.termtitle {
143     font-weight: bold;
144 }
145
146 #mkwsResults div.record,
147 #mkwsShiftedTermlists div.record {
148     padding: 5px;
149 }
150
151 #mkwsResults div.details,
152 #mkwsShiftedTermlists div.details {
153     border: 1px solid #404040;
154     background: #e8e8e8;
155     color: darkgray;
156     padding: 5px 10px;
157     margin: 10px 0px;
158     box-shadow: 10px 10px 5px #808080;
159
160     border-top-right-radius: 10px;
161     -moz-border-top-right-radius: 10px;
162     -webkit-border-top-right-radius: 10px;
163 }
164
165 #mkwsResults div.details th,
166 #mkwsShiftedTermlists div.details th {
167     text-align: right;
168     vertical-align: top;
169     padding-right: 0.6em;
170 }
171
172 #mkwsResults div.details th:after,
173 #mkwsShiftedTermlists div.details th:after {
174     content: ":";
175 }
176
177 #mkwsPager {
178     background: #e0e0e0;
179     padding: 0.3em;
180 }
181
182 #mkwsBytarget table thead tr td {
183     background-color: #132194;
184     color: white;
185     font-weight: bold;
186     padding: 0.2em 0.5em;
187 }
188
189 #mkwsBytarget table tbody tr:nth-child(odd) {
190     background-color: #e0f0ff;
191 }
192
193 #mkwsBytarget table tbody tr:nth-child(even) {
194     background-color: #d0e0ff;
195 }
196
197 #mkwsBytarget table tbody tr td {
198     padding: 0.2em 0.5em;
199 }