4769c877a1f555d5f87602a90c0894ba1be41f8d
[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 #mkwsLang {
6     float: left;
7     padding-left: 1em;
8     padding-top: 0.4em;
9 }
10
11 #mkwsSearch {
12     float: right;
13 }
14
15 #mkwsSwitch {
16     float: right;
17     padding-left: 1em;
18     padding-top: 0.4em;
19 }
20
21 #mkwsRecords {
22     background-color: #fafafa;
23     border-bottom: 1px solid  #156a16;
24 }
25
26 #mkwsTargets {
27     background-color: #fafafa;
28     border-bottom: 1px solid  #156a16;
29 }
30
31 #mkwsStat {
32     font-size: small;
33
34
35 #mkwsStat span.head {
36     font-weight: bold;
37 }
38
39 #mkwsStat span.clients:before {
40     content: "Active clients: ";
41 }
42
43 #mkwsStat span.records:before {
44     content: "Retrieved records: ";
45 }
46
47 #mkwsSwitch a, #mkwsLang a, #mkwsRecords a {
48     color: #005701; 
49     text-decoration: none;
50 }
51
52 #mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover {
53     text-decoration: underline;
54 }
55
56 #mkwsRecords a.crossout:hover {
57     text-decoration: line-through;
58 }
59
60 #mkwsSearch input#button {
61     border: 3px outset #132194;
62     background-color: #132194;
63     padding: 2px;
64     width: 6em;
65     color: #FFFFFF;
66     font-weight: bold;
67     text-transform: uppercase;
68     font-size: 10px;
69     margin-left: 8px;
70     cursor: pointer;
71 }
72
73 #mkwsSearch input#query {
74     border: 2px inset #34cc67;
75     padding: 3px;
76     font-size: 12px;
77 }
78
79 #mkwsRecords hr {
80     display: none;
81 }
82
83 #mkwsRecords div.termtitle {
84     margin: 4px;
85     font-weight: bold;
86 }
87
88 #mkwsRecords div.record {
89     padding: 5px;
90 }
91
92 #mkwsRecords div.details {
93     border: 3px solid gray;
94     color: darkgray;
95     padding: 5px;
96     margin: 4px;
97 }