]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/extras/os.css
basic searching within the opensearch results
[Evergreen.git] / Open-ILS / web / opac / extras / os.css
1 body {
2         font-family: Arial, Helvetica, Sans-serif;
3         font-size: 0.9em;
4         }
5 p.nav {
6         text-align: center;
7         border-top: solid lightgray 1px;
8         border-bottom: solid lightgray 1px;
9 }
10 h1 {
11         font-size: 1.5em;
12         }
13
14 input.searchbox {
15         font-size: 0.9em;
16         max-width: 10em;
17 }
18
19 div#searchdiv {
20         z-index:10;
21         position:absolute;
22         top: 100;
23         right: 0;
24         background-color: lightgray;
25         border:2px solid lightblue;
26         filter: alpha(opacity=50);
27         -moz-opacity: .5;
28 }
29
30 div#header img {
31         position: absolute;
32         top: 0;
33         right: 0;
34         }
35 h1, div#header p, form p {
36         margin: 0;
37         padding: 0;
38         }
39 form {
40         margin: 1em 0 0 3em;
41         font-size: 0.8em;
42         }
43 input {
44         margin-right: 0.5em;
45         }
46 input[type=text] { /* unfortunately not supported in IE <=6, but it looks okay without it anyway */
47         width: 20em;
48         }
49 dt {
50         margin-top: 1.2em;
51         }
52 dd {
53         font-style: italic;
54         margin: 0;
55         width: 80%;
56         margin-left: 1em;
57         }
58 dd.desc {
59         font-style: normal;
60         }
61 dd.url {
62         color: #999999;
63         font-style: normal;
64         margin-left: 0;
65         }
66 #footer {
67         text-align: center;
68         }
69 .escape { /* part of hack used to handle web browsers that don't support disable-output-escaping (e.g. Mozilla) */
70         display: inline;
71         }