Remove many peripheral styles.
[mkws-moved-to-github.git] / experiments / spclient / styles.css
1 a {
2     color: #005701; 
3     text-decoration: none;
4 }
5
6 a:hover {
7     text-decoration: underline;
8 }
9
10 a.crossout:hover {
11     text-decoration: line-through;
12 }
13
14 #heading {
15     background-color: #87c9af;
16     color: #ffffff;
17 }
18
19 input#button {
20     border: 3px outset #132194;
21     background-color: #132194;
22     padding: 2px;
23     width: 6em;
24     color: #FFFFFF;
25     font-weight: bold;
26     text-transform: uppercase;
27     font-size: 10px;
28     margin-left: 8px;
29     cursor: pointer;
30 }
31
32 input#query {
33     border: 2px inset #34cc67;
34     padding: 3px;
35     font-size: 12px;
36 }
37
38 div.termtitle {
39     margin: 4px;
40     font-weight: bold;
41 }
42
43 div.record {
44     padding: 5px;
45 }
46
47 div.details {
48     border: 3px dashed gray;
49     color: gray;
50     padding: 5px;
51     margin: 4px;
52 }
53
54 #mkwsSwitch {
55     padding-bottom: 3px;
56     text-align: right;
57 }
58
59 #recordview {
60     background-color: #fafafa;
61     border-bottom: 1px solid  #156a16;
62 }
63
64 #targetview {
65     background-color: #fafafa;
66     border-bottom: 1px solid  #156a16;
67 }