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