All mkwsRecords-related styles now also apply to mkwsRecord.
[mkws-moved-to-github.git] / tools / htdocs / mkws.css
1 .mkwsLang,
2 .mkwsSwitch,
3 .mkwsSearch,
4 .mkwsTermlists,
5 .mkwsRanking,
6 .mkwsPager,
7 .mkwsNavi,
8 .mkwsRecords,
9 .mkwsRecord,
10 .mkwsTargets,
11 .mkwsStat,
12 .mkwsMOTD {
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 .mkwsSwitch a,
58 .mkwsLang a,
59 .mkwsTermlists a,
60 .mkwsRanking a,
61 .mkwsPager a,
62 .mkwsNavi a,
63 .mkwsRecords a,
64 .mkwsRecord a {
65     color: #005701;
66     text-decoration: none;
67 }
68
69 .mkwsSwitch a:hover,
70 .mkwsLang a:hover,
71 .mkwsTermlists a:hover,
72 .mkwsPager a:hover,
73 .mkwsRecords a:hover,
74 .mkwsRecord a:hover {
75     text-decoration: underline;
76 }
77
78 .mkwsNavi a.crossout:hover {
79     text-decoration: line-through;
80 }
81
82 .mkwsSearch input.mkwsButton {
83     border: 3px outset #132194;
84     background-color: #132194;
85     padding: 2px;
86     width: 6em;
87     color: #FFFFFF;
88     font-weight: bold;
89     text-transform: uppercase;
90     font-size: 10px;
91     margin-left: 8px;
92     cursor: pointer;
93 }
94
95 .mkwsSearch input.mkwsQuery {
96     border: 2px inset #e0f0ff;
97     padding: 3px;
98     font-size: 12px;
99     background: #f0f8ff;
100 }
101
102 .mkwsTermlists .title {
103     font-size: large;
104     font-weight: bold;
105     text-transform: uppercase;
106 }
107
108 .mkwsTermlists {
109     background: #d0e0ff;
110     padding: 0.7em;
111     font-size: small;
112
113     border-top-right-radius: 10px;
114     -moz-border-top-right-radius: 10px;
115     -webkit-border-top-right-radius: 10px;
116 }
117
118 .mkwsTermlists div.facet {
119     background: #e0f0ff;
120     padding: 0.7em;
121     margin-top: 0.7em;
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 div.term {
129     clear: both;
130 }
131
132 .mkwsTermlists div.facet div.term span {
133     float: right;
134 }
135
136 .mkwsTermlists div.termtitle {
137     font-weight: bold;
138 }
139
140 .mkwsRecords div.record,
141 .mkwsRecord div.record {
142     padding: 5px;
143 }
144
145 .mkwsRecords div.details,
146 .mkwsRecord div.details {
147     border: 1px solid #404040;
148     background: #e8e8e8;
149     color: #A9A9A9;
150     padding: 5px 10px;
151     margin: 10px 0px;
152     box-shadow: 10px 10px 5px #808080;
153
154     border-top-right-radius: 10px;
155     -moz-border-top-right-radius: 10px;
156     -webkit-border-top-right-radius: 10px;
157 }
158
159 .mkwsRecords div.details th,
160 .mkwsRecord div.details th {
161     text-align: right;
162     vertical-align: top;
163     padding-right: 0.6em;
164 }
165
166 .mkwsRecords div.details th:after,
167 .mkwsRecord div.details th:after {
168     content: ":";
169 }
170
171 .mkwsPager {
172     background: #e0e0e0;
173     padding: 0.3em;
174 }
175
176 .mkwsBytarget table thead tr td {
177     background-color: #132194;
178     color: white;
179     font-weight: bold;
180     padding: 0.2em 0.5em;
181 }
182
183 .mkwsBytarget table tbody tr:nth-child(odd) {
184     background-color: #e0f0ff;
185 }
186
187 .mkwsBytarget table tbody tr:nth-child(even) {
188     background-color: #d0e0ff;
189 }
190
191 .mkwsBytarget table tbody tr td {
192     padding: 0.2em 0.5em;
193 }