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