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