5702fb1c5d7492945ae101193ef573e01d16eb23
[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 #mkwsLang {
12     float: left;
13     padding-left: 1em;
14     padding-top: 0.4em;
15 }
16
17 #mkwsSearch {
18     float: right;
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-weight: bold;
33     font-size: small;
34
35
36 #mkwsSwitch a, #mkwsLang a, #mkwsRecords a {
37     color: #005701; 
38     text-decoration: none;
39 }
40
41 #mkwsSwitch a:hover, #mkwsLang a:hover, #mkwsRecords a:hover {
42     text-decoration: underline;
43 }
44
45 #mkwsRecords a.crossout:hover {
46     text-decoration: line-through;
47 }
48
49 #mkwsSearch input#button {
50     border: 3px outset #132194;
51     background-color: #132194;
52     padding: 2px;
53     width: 6em;
54     color: #FFFFFF;
55     font-weight: bold;
56     text-transform: uppercase;
57     font-size: 10px;
58     margin-left: 8px;
59     cursor: pointer;
60 }
61
62 #mkwsSearch input#query {
63     border: 2px inset #34cc67;
64     padding: 3px;
65     font-size: 12px;
66 }
67
68 #mkwsRecords hr {
69     display: none;
70 }
71
72 #mkwsRecords div.termtitle {
73     margin: 4px;
74     font-weight: bold;
75 }
76
77 #mkwsRecords div.record {
78     padding: 5px;
79 }
80
81 #mkwsRecords div.details {
82     border: 3px solid gray;
83     color: darkgray;
84     padding: 5px;
85     margin: 4px;
86 }