6aa4d3e3b4745b3fa8d166bb57216c8c3e422502
[mkws-moved-to-github.git] / experiments / spclient / mkwsStyle.css
1 #mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat {
2     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
3 }
4
5 #mkwsSwitch {
6     float: right;
7     padding-left: 1em;
8     padding-top: 0.4em;
9 }
10
11 #mkwsSearch {
12     float: right;
13 }
14
15 #mkwsRecords {
16     background-color: #fafafa;
17     border-bottom: 1px solid  #156a16;
18 }
19
20 #mkwsTargets {
21     background-color: #fafafa;
22     border-bottom: 1px solid  #156a16;
23 }
24
25 #mkwsStat {
26     font-weight: bold;
27     font-size: small;
28
29
30 #mkwsSwitch a, #mkwsLang a, #mkwsRecords a {
31     color: #005701; 
32     text-decoration: none;
33 }
34
35 #mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover {
36     text-decoration: underline;
37 }
38
39 #mkwsRecords a.crossout:hover {
40     text-decoration: line-through;
41 }
42
43 #mkwsSearch input#button {
44     border: 3px outset #132194;
45     background-color: #132194;
46     padding: 2px;
47     width: 6em;
48     color: #FFFFFF;
49     font-weight: bold;
50     text-transform: uppercase;
51     font-size: 10px;
52     margin-left: 8px;
53     cursor: pointer;
54 }
55
56 #mkwsSearch input#query {
57     border: 2px inset #34cc67;
58     padding: 3px;
59     font-size: 12px;
60 }
61
62 #mkwsRecords hr {
63     display: none;
64 }
65
66 #mkwsRecords div.termtitle {
67     margin: 4px;
68     font-weight: bold;
69 }
70
71 #mkwsRecords div.record {
72     padding: 5px;
73 }
74
75 #mkwsRecords div.details {
76     border: 3px solid gray;
77     color: darkgray;
78     padding: 5px;
79     margin: 4px;
80 }