Move tools into their own area
[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 #mkwsShiftedTermlists,
12 #mkwsEmbeddedMOTD {
13     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
14 }
15
16 #mkwsLang {
17     float: left;
18     padding-left: 1em;
19     padding-top: 0.4em;
20 }
21
22 #mkwsLang a {
23     background: #d0e0ff;
24     padding: 1px 4px;
25 }
26
27 #mkwsLang span {
28     border: solid 1px #d0e0ff;
29     padding: 0px 3px;
30 }
31
32 #mkwsSearch {
33     float: right;
34 }
35
36 #mkwsSwitch {
37     float: right;
38     padding-left: 1em;
39     padding-top: 0.4em;
40 }
41
42 #mkwsTargets {
43     background-color: #fafafa;
44 }
45
46 #mkwsStat {
47     margin-top: 10px;
48     border-top: 1px solid  #156a16;
49     padding-top: 5px;
50     font-size: small;
51 }
52
53 #mkwsStat span.head {
54     font-weight: bold;
55 }
56
57 #mkwsStat span.clients:before {
58     content: "Active clients: ";
59 }
60
61 #mkwsStat span.records:before {
62     content: "Retrieved records: ";
63 }
64
65 #mkwsSwitch a,
66 #mkwsLang a,
67 #mkwsTermlists a,
68 #mkwsRanking a,
69 #mkwsPager a,
70 #mkwsNavi a,
71 #mkwsRecords a,
72 #mkwsShiftedTermlists a {
73     color: #005701;
74     text-decoration: none;
75 }
76
77 #mkwsSwitch a:hover,
78 #mkwsLang a:hover,
79 #mkwsTermlists a:hover,
80 #mkwsPager a:hover,
81 #mkwsRecords a:hover,
82 #mkwsShiftedTermlists a:hover {
83     text-decoration: underline;
84 }
85
86 #mkwsNavi a.crossout:hover {
87     text-decoration: line-through;
88 }
89
90 #mkwsSearch input#mkwsButton {
91     border: 3px outset #132194;
92     background-color: #132194;
93     padding: 2px;
94     width: 6em;
95     color: #FFFFFF;
96     font-weight: bold;
97     text-transform: uppercase;
98     font-size: 10px;
99     margin-left: 8px;
100     cursor: pointer;
101 }
102
103 #mkwsSearch input#mkwsQuery {
104     border: 2px inset #e0f0ff;
105     padding: 3px;
106     font-size: 12px;
107     background: #f0f8ff;
108 }
109
110 #mkwsTermlists .title,
111 #mkwsShiftedTermlists .title {
112     font-size: large;
113     font-weight: bold;
114     text-transform: uppercase;
115 }
116
117 #mkwsTermlists,
118 #mkwsShiftedTermlists div#termlist  {
119     background: #d0e0ff;
120     padding: 0.7em;
121     font-size: small;
122
123     border-top-right-radius: 10px;
124     -moz-border-top-right-radius: 10px;
125     -webkit-border-top-right-radius: 10px;
126 }
127
128 #mkwsTermlists div.facet,
129 #mkwsShiftedTermlists div.facet {
130     background: #e0f0ff;
131     padding: 0.7em;
132     margin-top: 0.7em;
133
134     border-top-right-radius: 10px;
135     -moz-border-top-right-radius: 10px;
136     -webkit-border-top-right-radius: 10px;
137 }
138
139 #mkwsTermlists div.termtitle,
140 #mkwsShiftedTermlists div.termtitle {
141     font-weight: bold;
142 }
143
144 #mkwsRecords div.record,
145 #mkwsShiftedTermlists div.record {
146     padding: 5px;
147 }
148
149 #mkwsRecords 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 #mkwsRecords div.details th,
163 #mkwsShiftedTermlists div.details th {
164     text-align: right;
165     vertical-align: top;
166     padding-right: 0.6em;
167 }
168
169 #mkwsRecords 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 }