81dea918f91d267478b26a7167018c0030e88305
[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 }
9
10 hr {
11     border: 0;
12     color: gray;
13     background-color: gray;
14     height: 1px;
15 }
16
17 thead {
18     font-weight: bold;
19 }
20
21 a {
22     color: black;
23     text-decoration: none;
24 }
25
26 a.extern {
27     color: #CC6600;
28 }
29
30 a:hover {
31     text-decoration: underline;
32 }
33
34 a.crossout:hover {
35     text-decoration: line-through;
36     font-weight: bold;
37 }
38
39
40 #heading {
41     background-color: #34cc67;
42     border-color: #34cc67;
43     color: #ffffff;
44     font-size: large;
45 }
46
47 input#button {
48     border: 3px groove #3171f2;
49     background-color: #6b9bfd;
50     padding: 2px;
51     width: 6em;
52     color: #FFFFFF;
53     font-weight: bold;
54     text-transform: uppercase;
55     font-size: 10px;
56     margin-left: 8px;
57     cursor: pointer;
58 }
59
60 input#query {
61     border: 2px inset #34cc67;
62     padding: 3px;
63     font-size: 12px;
64 }
65
66 div.termtitle {
67     margin: 4px;
68     font-weight: bold;
69 }
70
71 div.record {
72     padding: 5px;
73 }
74
75 div.details {
76     border: 3px dashed gray;
77     padding: 5px;
78     margin: 4px;
79 }
80
81 #recordview {
82     background-color: #FFF8DC;
83 }
84
85 #targetview {
86     padding: 6px;
87 }
88
89 #bottom {
90     background-color: #FBF5E6;
91 }