/[webpac2]/trunk/vhost/style.css
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/vhost/style.css

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1144 - (show annotations)
Thu Apr 23 10:59:02 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 1037 byte(s)
 r1794@llin:  dpavlin | 2009-04-23 12:58:57 +0200
 design

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 }

  ViewVC Help
Powered by ViewVC 1.1.26