r1792@llin: dpavlin | 2009-04-23 11:24:02 +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         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 #results {
32         clear: left;
33         float: left;
34         margin: 1em;
35         border: 1px solid #eee;
36 }
37
38 #results label {
39         width: 10em;
40         float: left;
41 }
42
43 #results ol {
44         float: left;
45         margin: 1em;
46 }
47
48 #results ol li {
49         clear: left;
50         margin-bottom: 1em;
51 }
52
53 ul.pager {
54         background: #eee;
55         padding: 0.5em;
56         margin: 0;
57         clear: both;
58 }
59
60 ul.pager li {
61         list-style: none;
62         display: inline;
63         width: 3em;
64 }
65
66 .pager .current_page {
67         font-weight: bold;
68 }
69
70 .pager .skip {
71         color: #888;
72 }
73
74 pre {
75         border-top: 1px solid #888;
76         clear: left;
77         background-color: #eee;
78 }
79
80 .error {
81         background-color: #fcc;
82         color: 000;
83 }
84
85 .message {
86         background-color: #ffc;
87         color: #000;
88         padding: 0.5em;
89 }