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