Get rid of no-longer-needed <hr> rule.
[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 #mkwsResults div.record,
144 #mkwsShiftedTermlists div.record {
145     padding: 5px;
146 }
147
148 #mkwsResults div.details,
149 #mkwsShiftedTermlists div.details {
150     border: 1px solid #404040;
151     background: #e8e8e8;
152     color: darkgray;
153     padding: 5px 10px;
154     margin: 10px 0px;
155     box-shadow: 10px 10px 5px #808080;
156
157     border-top-right-radius: 10px;
158     -moz-border-top-right-radius: 10px;
159     -webkit-border-top-right-radius: 10px;
160 }
161
162 #mkwsResults div.details th,
163 #mkwsShiftedTermlists div.details th {
164     text-align: right;
165     vertical-align: top;
166     padding-right: 0.6em;
167 }
168
169 #mkwsResults div.details th:after,
170 #mkwsShiftedTermlists div.details th:after {
171     content: ":";
172 }
173
174 #mkwsPager {
175     background: #e0e0e0;
176     padding: 0.3em;
177 }
178
179 #mkwsBytarget table thead tr td {
180     background-color: #132194;
181     color: white;
182     font-weight: bold;
183     padding: 0.2em 0.5em;
184 }
185
186 #mkwsBytarget table tbody tr:nth-child(odd) {
187     background-color: #e0f0ff;
188 }
189
190 #mkwsBytarget table tbody tr:nth-child(even) {
191     background-color: #d0e0ff;
192 }
193
194 #mkwsBytarget table tbody tr td {
195     padding: 0.2em 0.5em;
196 }