IE issues cont.
[pazpar2-moved-to-github.git] / www / jsdemo / styles.css
1 html {
2     overflow-y: scroll;
3 }
4
5 body {
6     font-family: tahoma, arial, sans-serif;
7     font-size: small;
8     color: #156a16;
9 }
10
11 hr {
12     border: 0;
13     color: #156a16;
14     background-color: #156a16;
15     height: 1px;
16 }
17
18 thead {
19     font-weight: bold;
20 }
21
22 a {
23     color: #005701; 
24     text-decoration: none;
25 }
26
27 a.extern {
28     color: #CC6600;
29 }
30
31 a:hover {
32     text-decoration: underline;
33 }
34
35 a.crossout:hover {
36     text-decoration: line-through;
37     font-weight: bold;
38 }
39
40
41 #heading {
42     background-color: #34cc67;
43     border-color: #34cc67;
44     color: #ffffff;
45     font-size: large;
46 }
47
48 input#button {
49     border: 3px outset #132194;
50     background-color: #132194;
51     padding: 2px;
52     width: 6em;
53     color: #FFFFFF;
54     font-weight: bold;
55     text-transform: uppercase;
56     font-size: 10px;
57     margin-left: 8px;
58     cursor: pointer;
59 }
60
61 input#query {
62     border: 2px inset #34cc67;
63     padding: 3px;
64     font-size: 12px;
65 }
66
67 div.termtitle {
68     margin: 4px;
69     font-weight: bold;
70 }
71
72 div.record {
73     padding: 5px;
74 }
75
76 div.details {
77     border: 3px dashed gray;
78     padding: 5px;
79     margin: 4px;
80 }
81
82 #switchmenu {
83     padding-bottom: 4px;
84     text-align: right;
85 }
86
87 #recordview {
88     background-color: #e0f9d6;
89 }
90
91 #targetview {
92     background-color: #e0f9d6;
93 }
94
95 #bytarget {
96     padding: 7px;
97 }
98
99 #footer {
100     color: #74c775;
101     text-align: center;
102 }
103
104 #stat {
105     font-weight: bold;
106 }