/[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 1139 - (show annotations)
Wed Apr 22 12:51:23 2009 UTC (15 years ago) by dpavlin
File MIME type: text/css
File size: 857 byte(s)
 r1786@llin:  dpavlin | 2009-04-22 13:47:56 +0200
 pager tweaks

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 }
34
35 #results label {
36 width: 10em;
37 float: left;
38 }
39
40 #results ol li {
41 clear: left;
42 margin-bottom: 1em;
43 }
44
45 #results .pager {
46 clear: left;
47 text-align: center;
48 }
49
50 #results .pager a,
51 #results .pager span {
52 width: 3em;
53 float: left;
54 }
55
56 .pager .current_page {
57 font-weight: bold;
58 }
59
60 .pager .skip {
61 color: #888;
62 }
63
64 pre {
65 border-top: 1px solid #888;
66 clear: left;
67 background-color: #eee;
68 }
69
70 .error {
71 background-color: #fcc;
72 color: 000;
73 }
74
75 .message {
76 background-color: #ffc;
77 color: #000;
78 padding: 0.5em;
79 margin: 0.5em;
80 }

  ViewVC Help
Powered by ViewVC 1.1.26