eaae8aba501fc406c4fd41395ef5d9a3a6a4389a
[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 #mkwsResults hr,
110 #mkwsShiftedTermlists hr {
111     display: none;
112 }
113
114 #mkwsTermlists .title,
115 #mkwsShiftedTermlists .title {
116     font-size: large;
117     font-weight: bold;
118     text-transform: uppercase;
119 }
120
121 #mkwsTermlists,
122 #mkwsShiftedTermlists div#termlist  {
123     background: #d0e0ff;
124     padding: 0.7em;
125     font-size: small;
126
127     border-top-right-radius: 10px;
128     -moz-border-top-right-radius: 10px;
129     -webkit-border-top-right-radius: 10px;
130 }
131
132 #mkwsTermlists div.facet,
133 #mkwsShiftedTermlists div.facet {
134     background: #e0f0ff;
135     padding: 0.7em;
136     margin-top: 0.7em;
137
138     border-top-right-radius: 10px;
139     -moz-border-top-right-radius: 10px;
140     -webkit-border-top-right-radius: 10px;
141 }
142
143 #mkwsTermlists div.termtitle,
144 #mkwsShiftedTermlists div.termtitle {
145     font-weight: bold;
146 }
147
148 #mkwsResults div.record,
149 #mkwsShiftedTermlists div.record {
150     padding: 5px;
151 }
152
153 #mkwsResults div.details,
154 #mkwsShiftedTermlists div.details {
155     border: 1px solid #404040;
156     background: #e8e8e8;
157     color: darkgray;
158     padding: 5px 10px;
159     margin: 10px 0px;
160     box-shadow: 10px 10px 5px #808080;
161
162     border-top-right-radius: 10px;
163     -moz-border-top-right-radius: 10px;
164     -webkit-border-top-right-radius: 10px;
165 }
166
167 #mkwsResults div.details th,
168 #mkwsShiftedTermlists div.details th {
169     text-align: right;
170     vertical-align: top;
171     padding-right: 0.6em;
172 }
173
174 #mkwsResults div.details th:after,
175 #mkwsShiftedTermlists div.details th:after {
176     content: ":";
177 }
178
179 #mkwsPager {
180     background: #e0e0e0;
181     padding: 0.3em;
182 }
183
184 #mkwsBytarget table thead tr td {
185     background-color: #132194;
186     color: white;
187     font-weight: bold;
188     padding: 0.2em 0.5em;
189 }
190
191 #mkwsBytarget table tbody tr:nth-child(odd) {
192     background-color: #e0f0ff;
193 }
194
195 #mkwsBytarget table tbody tr:nth-child(even) {
196     background-color: #d0e0ff;
197 }
198
199 #mkwsBytarget table tbody tr td {
200     padding: 0.2em 0.5em;
201 }