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