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