b62d15ed312d81fd026b08453109fdcb57cde29c
[mkws-moved-to-github.git] / tools / htdocs / mkwsStyle.css
1 #mkwsLang,
2 #mkwsSwitch,
3 #mkwsSearch,
4 #mkwsTermlists,
5 #mkwsRanking,
6 #mkwsPager,
7 #mkwsNavi,
8 #mkwsRecords,
9 #mkwsTargets,
10 #mkwsStat,
11 #mkwsMOTD {
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     color: #005701;
72     text-decoration: none;
73 }
74
75 #mkwsSwitch a:hover,
76 #mkwsLang a:hover,
77 #mkwsTermlists a:hover,
78 #mkwsPager a:hover,
79 #mkwsRecords 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 #mkwsTermlists .title {
108     font-size: large;
109     font-weight: bold;
110     text-transform: uppercase;
111 }
112
113 #mkwsTermlists {
114     background: #d0e0ff;
115     padding: 0.7em;
116     font-size: small;
117
118     border-top-right-radius: 10px;
119     -moz-border-top-right-radius: 10px;
120     -webkit-border-top-right-radius: 10px;
121 }
122
123 #mkwsTermlists div.facet {
124     background: #e0f0ff;
125     padding: 0.7em;
126     margin-top: 0.7em;
127
128     border-top-right-radius: 10px;
129     -moz-border-top-right-radius: 10px;
130     -webkit-border-top-right-radius: 10px;
131 }
132
133 #mkwsTermlists div.facet div.term {
134     clear: both;
135 }
136
137 #mkwsTermlists div.facet div.term span {
138     float: right;
139 }
140
141 #mkwsTermlists div.facet div.term span:before {
142     content: "(";
143 }
144
145 #mkwsTermlists div.facet div.term span:after {
146     content: ")";
147 }
148
149 #mkwsTermlists div.termtitle {
150     font-weight: bold;
151 }
152
153 #mkwsRecords div.record {
154     padding: 5px;
155 }
156
157 #mkwsRecords div.details {
158     border: 1px solid #404040;
159     background: #e8e8e8;
160     color: darkgray;
161     padding: 5px 10px;
162     margin: 10px 0px;
163     box-shadow: 10px 10px 5px #808080;
164
165     border-top-right-radius: 10px;
166     -moz-border-top-right-radius: 10px;
167     -webkit-border-top-right-radius: 10px;
168 }
169
170 #mkwsRecords div.details th {
171     text-align: right;
172     vertical-align: top;
173     padding-right: 0.6em;
174 }
175
176 #mkwsRecords div.details th:after {
177     content: ":";
178 }
179
180 #mkwsPager {
181     background: #e0e0e0;
182     padding: 0.3em;
183 }
184
185 #mkwsBytarget table thead tr td {
186     background-color: #132194;
187     color: white;
188     font-weight: bold;
189     padding: 0.2em 0.5em;
190 }
191
192 #mkwsBytarget table tbody tr:nth-child(odd) {
193     background-color: #e0f0ff;
194 }
195
196 #mkwsBytarget table tbody tr:nth-child(even) {
197     background-color: #d0e0ff;
198 }
199
200 #mkwsBytarget table tbody tr td {
201     padding: 0.2em 0.5em;
202 }