Make <hr> elements non-display. Bam, instantly cleaner!
[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 hr {
34     display: none;
35 }
36
37 #mkwsRecords div.termtitle {
38     margin: 4px;
39     font-weight: bold;
40 }
41
42 #mkwsRecords div.record {
43     padding: 5px;
44 }
45
46 #mkwsRecords div.details {
47     border: 3px solid gray;
48     color: darkgray;
49     padding: 5px;
50     margin: 4px;
51 }
52
53 #mkwsLang, #mkwsSwitch, #mkwsSearch, #mkwsRecords, #mkwsTargets, #mkwsStat {
54     font-family: Gill Sans, "Gillius ADF", Gillius, GilliusADF, Verdana, Sans-Serif;
55 }
56
57 #mkwsSwitch {
58     float: right;
59     padding-left: 1em;
60     padding-top: 0.4em;
61 }
62
63 #mkwsSearch {
64     float: right;
65 }
66
67 #mkwsRecords {
68     background-color: #fafafa;
69     border-bottom: 1px solid  #156a16;
70 }
71
72 #mkwsTargets {
73     background-color: #fafafa;
74     border-bottom: 1px solid  #156a16;
75 }
76
77 #mkwsStat {
78     font-weight: bold;
79     font-size: small;
80