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