ee2fb828661e29c5a0a1e27e781f410817655cc5
[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 select,
23 form input {
24         float: left;
25 }
26
27 form input[name=search] {
28         clear: left;
29 }
30
31 form #inputs {
32         clear: left;
33 }
34
35 form #inputs h2 {
36         margin: 0;
37         padding-top: 1em;
38 }
39
40 #results {
41         clear: left;
42         float: left;
43         margin: 1em;
44         border: 1px solid #eee;
45 }
46
47 #results label {
48         width: 10em;
49         float: left;
50 }
51
52 #results ol {
53         float: left;
54         margin: 1em;
55 }
56
57 #results ol li {
58         clear: left;
59         margin-bottom: 1em;
60 }
61
62 ul.pager {
63         background: #eee;
64         padding: 0.5em;
65         margin: 0;
66         clear: both;
67 }
68
69 ul.pager li {
70         list-style: none;
71         display: inline;
72         width: 3em;
73 }
74
75 .pager .current_page {
76         font-weight: bold;
77 }
78
79 .pager .skip {
80         color: #888;
81 }
82
83 pre {
84         border-top: 1px solid #888;
85         clear: left;
86         background-color: #eee;
87 }
88
89 .error {
90         background-color: #fcc;
91         color: 000;
92 }
93
94 .message {
95         background-color: #ffc;
96         color: #000;
97         padding: 0.5em;
98 }