28ca7c683857cc4669101a4ca53fc833209c6b42
[webpac2] / vhost / style.css
1 body {
2         margin: 3em;
3         font-family: Verdana, Arial, Helvetica, sans-serif;
4         background: #fff;
5         color: #369;
6 }
7
8 h1 {
9         font-size: 150%;
10         color: #008;
11 }
12
13 #description {
14         font-size: 80%;
15 }
16
17 form {
18         margin: 2em;
19 }
20
21 form label,
22 form input {
23         float: left;
24 }
25
26 form input[name=search] {
27         clear: left;
28 }
29
30 #results {
31         clear: left;
32         float: left;
33         margin: 1em;
34         border: 1px solid #eee;
35 }
36
37 #results label {
38         width: 10em;
39         float: left;
40 }
41
42 #results ol {
43         float: left;
44         margin: 1em;
45 }
46
47 #results ol li {
48         clear: left;
49         margin-bottom: 1em;
50 }
51
52 ul.pager {
53         background: #eee;
54         padding: 0.5em;
55         margin: 0;
56         clear: both;
57 }
58
59 ul.pager li {
60         list-style: none;
61         display: inline;
62         width: 3em;
63 }
64
65 .pager .current_page {
66         font-weight: bold;
67 }
68
69 .pager .skip {
70         color: #888;
71 }
72
73 pre {
74         border-top: 1px solid #888;
75         clear: left;
76         background-color: #eee;
77 }
78
79 .error {
80         background-color: #fcc;
81         color: 000;
82 }
83
84 .message {
85         background-color: #ffc;
86         color: #000;
87         padding: 0.5em;
88 }