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