]> git.evergreen-ils.org Git - Evergreen.git/blob - Open-ILS/web/opac/extras/os.css
enhancing search from the html feed output
[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:fixed;
22         top: 100;
23         right: 0;
24         background-color: lightgray;
25         border:2px solid lightblue;
26         border-right: 0px;
27         filter: alpha(opacity=50);
28         -moz-opacity: .5;
29 }
30
31 div#header img {
32         position: absolute;
33         top: 0;
34         right: 0;
35         }
36 h1, div#header p, form p {
37         margin: 0;
38         padding: 0;
39         }
40 form {
41         margin: 1em 0 0 3em;
42         font-size: 0.8em;
43         }
44 input {
45         margin-right: 0.5em;
46         }
47 input[type=text] { /* unfortunately not supported in IE <=6, but it looks okay without it anyway */
48         width: 20em;
49         }
50 dt {
51         margin-top: 1.2em;
52         }
53 dd {
54         font-style: italic;
55         margin: 0;
56         width: 80%;
57         margin-left: 1em;
58         }
59 dd.desc {
60         font-style: normal;
61         }
62 dd.url {
63         color: #999999;
64         font-style: normal;
65         margin-left: 0;
66         }
67 #footer {
68         text-align: center;
69         }
70 .escape { /* part of hack used to handle web browsers that don't support disable-output-escaping (e.g. Mozilla) */
71         display: inline;
72         }