SP auth request: check XML response document for <status>OK</status> message
[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 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 input#query {
28     border: 2px inset #34cc67;
29     padding: 3px;
30     font-size: 12px;
31 }
32
33 div.termtitle {
34     margin: 4px;
35     font-weight: bold;
36 }
37
38 div.record {
39     padding: 5px;
40 }
41
42 div.details {
43     border: 3px dashed gray;
44     color: gray;
45     padding: 5px;
46     margin: 4px;
47 }
48
49 #mkwsSwitch {
50     padding-bottom: 3px;
51     text-align: right;
52 }
53
54 #mkwsRecords {
55     background-color: #fafafa;
56     border-bottom: 1px solid  #156a16;
57 }
58
59 #mkwsTargets {
60     background-color: #fafafa;
61     border-bottom: 1px solid  #156a16;
62 }