Remove CSS parentheses around term-counts.
[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.termtitle {
142     font-weight: bold;
143 }
144
145 #mkwsRecords 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     text-align: right;
164     vertical-align: top;
165     padding-right: 0.6em;
166 }
167
168 #mkwsRecords div.details th:after {
169     content: ":";
170 }
171
172 #mkwsPager {
173     background: #e0e0e0;
174     padding: 0.3em;
175 }
176
177 #mkwsBytarget table thead tr td {
178     background-color: #132194;
179     color: white;
180     font-weight: bold;
181     padding: 0.2em 0.5em;
182 }
183
184 #mkwsBytarget table tbody tr:nth-child(odd) {
185     background-color: #e0f0ff;
186 }
187
188 #mkwsBytarget table tbody tr:nth-child(even) {
189     background-color: #d0e0ff;
190 }
191
192 #mkwsBytarget table tbody tr td {
193     padding: 0.2em 0.5em;
194 }